rultor.com logo This build log was produced by rultor.com for objectionary/eo-files#89
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 1677775
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Tue Oct 24 04:53:50 PM CEST 2023
+ uptime
 16:53:50 up 40 days, 20:07,  0 users,  load average: 5.37, 3.98, 2.06
+ head=git@github.com:objectionary/eo-files.git
+ ff=default
+ image=yegor256/rultor-image:1.9.1
+ rebase=false
+ squash=false
+ head_branch=master
+ author=yegor256
+ tag=0.4.1
+ vars=('--env=head=git@github.com:objectionary/eo-files.git' '--env=tag=0.4.1' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:objectionary/eo-files.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.4.1'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''mvn versions:set "-DnewVersion=${tag}" -Dstyle.color=never'\'' '\'';'\'' '\''git commit -am "${tag}"'\'' '\'';'\'' '\''mvn clean install -Dinvoker.skip'\'' '\'';'\'' '\''mvn clean deploy -Pobjectionary -Psonatype --errors --settings ../settings.xml -Dstyle.color=never'\'' '\'';'\'' '\''mkdir /tmp/objectionary'\'' '\'';'\'' '\''cp -R src/main/eo /tmp/objectionary/objects'\'' '\'';'\'' '\''cp -R src/test/eo /tmp/objectionary/tests'\'' '\'';'\'' '\''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"'\'' '\'';'\'' '\''rm -rf objectionary'\'' '\'';'\'' '\''cp -R /tmp/objectionary .'\'' '\'';'\'' '\''find objectionary -name '\''\'\'''\''*.eo'\''\'\'''\'' | xargs sed -i "s/0\.0\.0/${tag}/g"'\'' '\'';'\'' '\''git add objectionary'\'' '\'';'\'' '\''find objectionary -name '\''\'\'''\''*.eo'\''\'\'''\'' > objectionary.lst'\'' '\'';'\'' '\''git add objectionary.lst'\'' '\'';'\'' '\''git commit -am "objectionary ${tag}"'\'' '\'';'\'' '\''git checkout "${branch}"'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=yegor256')
+ scripts=('export '\''head=git@github.com:objectionary/eo-files.git'\''' ';' 'export '\''tag=0.4.1'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd --file=/dev/null' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'mvn versions:set "-DnewVersion=${tag}" -Dstyle.color=never' ';' 'git commit -am "${tag}"' ';' 'mvn clean install -Dinvoker.skip' ';' 'mvn clean deploy -Pobjectionary -Psonatype --errors --settings ../settings.xml -Dstyle.color=never' ';' 'mkdir /tmp/objectionary' ';' 'cp -R src/main/eo /tmp/objectionary/objects' ';' 'cp -R src/test/eo /tmp/objectionary/tests' ';' '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"' ';' 'rm -rf objectionary' ';' 'cp -R /tmp/objectionary .' ';' 'find objectionary -name '\''*.eo'\'' | xargs sed -i "s/0\.0\.0/${tag}/g"' ';' 'git add objectionary' ';' 'find objectionary -name '\''*.eo'\'' > objectionary.lst' ';' 'git add objectionary.lst' ';' 'git commit -am "objectionary ${tag}"' ';' 'git checkout "${branch}"' ';')
+ directory=
+ container=objectionary_eo-files_89
+ as_root=false
+ hostname
b3.rultor.com
+ pwd
/tmp/rultor-SHAB
+ git --version
git version 2.34.1
+ docker --version
Docker version 24.0.5, build 24.0.5-0ubuntu1~22.04.1
+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone git@github.com:objectionary/eo-files.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''head=git@github.com:objectionary/eo-files.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:objectionary/eo-files.git'\''' ';' 'export '\''tag=0.4.1'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd --file=/dev/null' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'mvn versions:set "-DnewVersion=${tag}" -Dstyle.color=never' ';' 'git commit -am "${tag}"' ';' 'mvn clean install -Dinvoker.skip' ';' 'mvn clean deploy -Pobjectionary -Psonatype --errors --settings ../settings.xml -Dstyle.color=never' ';' 'mkdir /tmp/objectionary' ';' 'cp -R src/main/eo /tmp/objectionary/objects' ';' 'cp -R src/test/eo /tmp/objectionary/tests' ';' '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"' ';' 'rm -rf objectionary' ';' 'cp -R /tmp/objectionary .' ';' 'find objectionary -name '\''*.eo'\'' | xargs sed -i "s/0\.0\.0/${tag}/g"' ';' 'git add objectionary' ';' 'find objectionary -name '\''*.eo'\'' > objectionary.lst' ';' 'git add objectionary.lst' ';' 'git commit -am "objectionary ${tag}"' ';' 'git checkout "${branch}"' ';'
+ sensitive=()
+ rm -rf .gnupg
+ '[' -z 0.4.1 ']'
+ [[ 0.4.1 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.4.1"'
tag name is valid: "0.4.1"
+ cd repo
++ git tag -l 0.4.1
+ '[' ']'
+ 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=2.10
++ echo 2.10 '>' 30
++ bc
./run.sh: line 108: bc: command not found
+ '[' -eq 1 ']'
./run.sh: line 108: [: -eq: unary operator expected
+ echo 'load average is 2.10, low enough to run a new Docker container'
load average is 2.10, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image:1.9.1
+ docker pull yegor256/rultor-image:1.9.1
1.9.1: Pulling from yegor256/rultor-image
Digest: sha256:61885a12aa213b79fd79e2b4ade12645535717267474cb0d1067a3323514589e
Status: Image is up to date for yegor256/rultor-image:1.9.1
docker.io/yegor256/rultor-image:1.9.1
+ docker ps --filter=status=exited
+ grep --quiet '\sobjectionary_eo-files_89\s*$'
+ ls -al .
total 60
drwx------  3 rultor rultor 4096 Oct 24 16:53 .
drwxrwxrwt 17 root   root   4096 Oct 24 16:53 ..
-rwxrwxr-x  1 rultor rultor  556 Oct 24 16:53 end.sh
-rwxrwxr-x  1 rultor rultor  363 Oct 24 16:53 entry.sh
-rw-rw-r--  1 rultor rultor    8 Oct 24 16:53 pid
-rw-rw-r--  1 rultor rultor 2260 Oct 24 16:53 pubring.gpg
drwxrwxr-x  5 rultor rultor 4096 Oct 24 16:53 repo
-rwxrwxr-x  1 rultor rultor 7382 Oct 24 16:53 run.sh
-rw-rw-r--  1 rultor rultor 1215 Oct 24 16:53 script.sh
-rw-rw-r--  1 rultor rultor 4842 Oct 24 16:53 secring.gpg
-rw-rw-r--  1 rultor rultor  588 Oct 24 16:53 settings.xml
-rw-rw-r--  1 rultor rultor 6352 Oct 24 16:53 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-SHAB:/main --env=head=git@github.com:objectionary/eo-files.git --env=tag=0.4.1 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:objectionary/eo-files.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.4.1'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''mvn versions:set "-DnewVersion=${tag}" -Dstyle.color=never'\'' '\'';'\'' '\''git commit -am "${tag}"'\'' '\'';'\'' '\''mvn clean install -Dinvoker.skip'\'' '\'';'\'' '\''mvn clean deploy -Pobjectionary -Psonatype --errors --settings ../settings.xml -Dstyle.color=never'\'' '\'';'\'' '\''mkdir /tmp/objectionary'\'' '\'';'\'' '\''cp -R src/main/eo /tmp/objectionary/objects'\'' '\'';'\'' '\''cp -R src/test/eo /tmp/objectionary/tests'\'' '\'';'\'' '\''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"'\'' '\'';'\'' '\''rm -rf objectionary'\'' '\'';'\'' '\''cp -R /tmp/objectionary .'\'' '\'';'\'' '\''find objectionary -name '\''\'\'''\''*.eo'\''\'\'''\'' | xargs sed -i "s/0\.0\.0/${tag}/g"'\'' '\'';'\'' '\''git add objectionary'\'' '\'';'\'' '\''find objectionary -name '\''\'\'''\''*.eo'\''\'\'''\'' > objectionary.lst'\'' '\'';'\'' '\''git add objectionary.lst'\'' '\'';'\'' '\''git commit -am "objectionary ${tag}"'\'' '\'';'\'' '\''git checkout "${branch}"'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --hostname=docker --privileged --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-SHAB/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=objectionary_eo-files_89 yegor256/rultor-image:1.9.1 /main/entry.sh
WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded.
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.cache /root/.config /root/.gem /root/.gnupg /root/.m2 /root/.npm /root/.profile /root/texmf /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./pubring.gpg ./repo ./run.sh ./script.sh ./secring.gpg ./settings.xml ./stdout /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ su --login r --command /home/r/script.sh
+ set -e
+ set -o pipefail
+ '[' -e /home/r/.profile ']'
+ source /home/r/.profile
++ '[' /bin/bash ']'
++ '[' -f /home/r/.bashrc ']'
++ . /home/r/.bashrc
+++ '[' -z '' ']'
+++ return
++ mesg n
++ true
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ export head=git@github.com:objectionary/eo-files.git
+ head=git@github.com:objectionary/eo-files.git
+ export tag=0.4.1
+ tag=0.4.1
+ export head_branch=master
+ head_branch=master
+ export author=yegor256
+ author=yegor256
+ pdd --file=/dev/null
Found 6 lines in /home/r/repo/.pdd
My version is 0.20.8
Ruby version is 2.7.0 at x86_64-linux
Reading from root dir .
38;5;214mExcluding0m target/**
Reading pom.xml ...
Reading README.md ...
Reading .gitattributes ...
Reading src/test/java/EOorg/EOeolang/EOio/EOmemory_as_outputEOwriteTest.java ...
Puzzle 89-853741e0 90/DEV at src/test/java/EOorg/EOeolang/EOio/EOmemory_as_outputEOwriteTest.java
Reading src/test/java/EOorg/EOeolang/EOio/EObytes_as_inputEOreadTest.java ...
Reading src/test/java/EOorg/EOeolang/EOio/package-info.java ...
Reading src/test/java/EOorg/EOeolang/EOio/EOcopiedTest.java ...
Puzzle 89-b62cc243 90/DEV at src/test/java/EOorg/EOeolang/EOio/EOcopiedTest.java
Reading src/test/java/EOorg/EOeolang/EOfs/EOfileEOas_inputTest.java ...
Reading src/test/java/EOorg/EOeolang/EOfs/EOfileEOas_outputTest.java ...
Reading src/test/java/EOorg/EOeolang/EOfs/EOfileEOresolveTest.java ...
Reading src/test/java/EOorg/EOeolang/EOfs/EOdirEOmkdirTest.java ...
Reading src/test/java/EOorg/EOeolang/EOfs/EOfileEOis_dirTest.java ...
Reading src/test/java/EOorg/EOeolang/EOfs/EObase_nameTest.java ...
Reading src/test/java/EOorg/EOeolang/EOfs/EOdirEOwalkTest.java ...
Reading src/test/java/EOorg/EOeolang/EOfs/EOfileEOsizeTest.java ...
Reading src/test/java/EOorg/EOeolang/EOfs/EOdirEOtmpfileTest.java ...
Reading src/test/java/EOorg/EOeolang/EOfs/EOext_nameTest.java ...
Reading src/test/java/EOorg/EOeolang/EOfs/EOfileEOrmTest.java ...
Reading src/test/java/EOorg/EOeolang/EOfs/EOfileEOexistsTest.java ...
Reading src/test/java/EOorg/EOeolang/EOfs/EOdirEOrm_rfTest.java ...
Reading src/test/java/EOorg/EOeolang/EOfs/EOdir_nameTest.java ...
Reading src/test/java/EOorg/EOeolang/EOfs/package-info.java ...
Reading src/test/eo/org/eolang/fs/dir-test.eo ...
Reading src/test/eo/org/eolang/fs/base-name-test.eo ...
Reading src/test/eo/org/eolang/fs/ext-name-test.eo ...
Reading src/test/eo/org/eolang/fs/tmpdir-test.eo ...
Reading src/test/eo/org/eolang/fs/file-test.eo ...
Puzzle 22-9f5e6f2c 30/DEV at src/test/eo/org/eolang/fs/file-test.eo
Reading src/test/eo/org/eolang/fs/dir-name-test.eo ...
Reading src/test/eo/org/eolang/io/bytes-as-input-test.eo ...
Reading src/test/eo/org/eolang/io/copied-test.eo ...
Puzzle 89-56b0ea7f 30/DEV at src/test/eo/org/eolang/io/copied-test.eo
Reading src/test/resources/EOlang/EOio/test-samples.csv ...
Reading src/main/java/EOorg/EOeolang/EOio/EObytes_as_input$EOread.java ...
Reading src/main/java/EOorg/EOeolang/EOio/EOmemory_as_output$EOwrite.java ...
Reading src/main/java/EOorg/EOeolang/EOio/EOcopied.java ...
Reading src/main/java/EOorg/EOeolang/EOio/package-info.java ...
Reading src/main/java/EOorg/EOeolang/EOfs/EOfile$EOas_input$EOread.java ...
Reading src/main/java/EOorg/EOeolang/EOfs/EOfile$EOas_input.java ...
Reading src/main/java/EOorg/EOeolang/EOfs/EOfile$EOexists.java ...
Reading src/main/java/EOorg/EOeolang/EOfs/EObase_name.java ...
Reading src/main/java/EOorg/EOeolang/EOfs/EOfile$EOtouch.java ...
Reading src/main/java/EOorg/EOeolang/EOfs/EOfile$EOresolve.java ...
Reading src/main/java/EOorg/EOeolang/EOfs/EOfile$EOmv.java ...
Reading src/main/java/EOorg/EOeolang/EOfs/EOext_name.java ...
Reading src/main/java/EOorg/EOeolang/EOfs/EOfile$EOsize.java ...
Reading src/main/java/EOorg/EOeolang/EOfs/EOfile$EOrm.java ...
Reading src/main/java/EOorg/EOeolang/EOfs/EOdir_name.java ...
Reading src/main/java/EOorg/EOeolang/EOfs/EOfile$EOis_dir.java ...
Reading src/main/java/EOorg/EOeolang/EOfs/EOfile$EOas_output$EOwrite.java ...
Reading src/main/java/EOorg/EOeolang/EOfs/EOdir$EOwalk.java ...
Reading src/main/java/EOorg/EOeolang/EOfs/EOfile$EOas_output.java ...
Reading src/main/java/EOorg/EOeolang/EOfs/EOdir$EOmkdir.java ...
Reading src/main/java/EOorg/EOeolang/EOfs/EOtmpdir.java ...
Reading src/main/java/EOorg/EOeolang/EOfs/package-info.java ...
Reading src/main/java/EOorg/EOeolang/EOfs/EOdir$EOrm_rf.java ...
Reading src/main/java/EOorg/EOeolang/EOfs/EOdir$EOtmpfile.java ...
Reading src/main/eo/org/eolang/fs/base-name.eo ...
Reading src/main/eo/org/eolang/fs/ext-name.eo ...
Reading src/main/eo/org/eolang/fs/dir.eo ...
Reading src/main/eo/org/eolang/fs/tmpdir.eo ...
Reading src/main/eo/org/eolang/fs/file.eo ...
Reading src/main/eo/org/eolang/fs/dir-name.eo ...
Reading src/main/eo/org/eolang/io/memory-as-output.eo ...
Reading src/main/eo/org/eolang/io/copied.eo ...
Reading src/main/eo/org/eolang/io/bytes-as-input.eo ...
Reading .gitignore ...
Reading LICENSE.txt ...
Reading renovate.json ...
Reading .0pdd.yml ...
Reading .rultor.yml ...
Reading .pdd ...
Reading .github/workflows/pdd.yml ...
Reading .github/workflows/xcop.yml ...
Reading .github/workflows/mvn.yml ...
Reading .github/workflows/codecov.yml ...
+ [[ 0.4.1 =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]
+ mvn versions:set -DnewVersion=0.4.1 -Dstyle.color=never
0m0m[INFO] Scanning for projects...
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.66.0/parent-0.66.0.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/parent/0.66.0/parent-0.66.0.pom (63 kB at 169 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.pom
Downloaded1from.Maven:khttps://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 250 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:Bhttps://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/3.3.35/kuali-common-3.3.35.pom (42 kB at 1.6 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:Bhttps://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/3.3.35/kuali-pom-3.3.35.pom (64 kB at 2.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/15.0/guava-15.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/google/guava/guava/15.0/guava-15.0.pom (6.3 kB at 284 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom (7.3 kB at 333 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 241 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 123 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:Bhttps://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/2.0.0/kuali-common-2.0.0.pom (35 kB at 1.5 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:Bhttps://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/2.0.0/kuali-pom-2.0.0.pom (56 kB at 2.2 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:khttps://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom (5.6 kB at 232 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom (6.0 kB at 262 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom (11 kB at 513 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom (17 kB at 762 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom (8.4 kB at 398 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom (9.0 kB at 411 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom (10 kB at 420 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (4.5 kB at 214 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 321 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom (1.0 kB at 46 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 54 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 123 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:Bhttps://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom (31 kB at 1.3 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:Bhttps://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom (43 kB at 762 kB/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 122 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:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (12 kB at 531 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom (1.7 kB at 79 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.16/log4j-1.2.16.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/log4j/log4j/1.2.16/log4j-1.2.16.pom (20 kB at 814 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 833 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom (14 kB at 687 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 484 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 2.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (15 kB at 722 kB/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 117 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:khttps://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.pom (6.5 kB at 311 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom (5.9 kB at 281 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom (14 kB at 652 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/5/project-5.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/5/project-5.pom (23 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom (5.7 kB at 271 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom (11 kB at 546 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/6/project-6.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/6/project-6.pom (24 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 531 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 1.9 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:khttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.pom (5.6 kB at 268 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/4/oss-parent-4.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/4/oss-parent-4.pom (18 kB at 838 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.pom (5.6 kB at 267 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.pom (1.9 kB at 93 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 107 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 86 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom (16 kB at 730 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom (15 kB at 740 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 214 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 418 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 418 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.pom (2.6 kB at 130 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:Bhttps://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/2.3.9/kuali-common-2.3.9.pom (41 kB at 1.8 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:Bhttps://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom (59 kB at 2.4 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 80 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:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 98 kB/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 142 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 kB at 1.0 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 60 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
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/com/google/guava/guava/15.0/guava-15.0.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
Downloaded1from2Maven:Bhttps://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 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar
Downloaded5from9Maven:khttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (26 kB at 279 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.jar (27 kB at 287 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
Downloaded5from2Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar (425 kB at 3.7 MB/s)
Downloading)from2Maven:Bhttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 300 kB/s)
Downloading)from2Maven:Bhttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar
Downloaded4from.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 1.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/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar (223 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar
Downloaded4from.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 176 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar (53 kB at 229 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 734 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 481 kB/s)
Downloading)from8Maven:Bhttps://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 562 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar
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 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar (22 kB at 41 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar (8.9 kB at 16 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar (923 kB at 1.6 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 29 kB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 716 kB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/guava/guava/15.0/guava-15.0.jar (2.2 MB at 2.8 MB/s)
Downloaded1from1Maven:Mhttps://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar (11 MB at 6.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom (5.6 kB at 268 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.3.0/maven-enforcer-plugin-3.3.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.3.0/maven-enforcer-plugin-3.3.0.pom (7.0 kB at 332 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/3.3.0/enforcer-3.3.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/3.3.0/enforcer-3.3.0.pom (8.2 kB at 374 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 2.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom (21 kB at 987 kB/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:khttps://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom (5.6 kB at 268 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.3.0/maven-enforcer-plugin-3.3.0.jar
Downloaded1from9Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.3.0/maven-enforcer-plugin-3.3.0.jar (39 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/3.1.0/buildnumber-maven-plugin-3.1.0.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/3.1.0/buildnumber-maven-plugin-3.1.0.pom (13 kB at 667 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/74/mojo-parent-74.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/74/mojo-parent-74.pom (36 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/3.1.0/buildnumber-maven-plugin-3.1.0.jar
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/3.1.0/buildnumber-maven-plugin-3.1.0.jar (46 kB at 1.8 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:khttps://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 455 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 534 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom (18 kB at 837 kB/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:Bhttps://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 1.7 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:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-plugin/0.17.0/jcabi-maven-plugin-0.17.0.pom (11 kB at 488 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.34.1/jcabi-1.34.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.34.1/jcabi-1.34.1.pom (5.8 kB at 291 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.60.5/parent-0.60.5.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/parent/0.60.5/parent-0.60.5.pom (63 kB at 2.4 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:khttps://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom (5.6 kB at 268 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-plugin/0.17.0/jcabi-maven-plugin-0.17.0.jar
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-plugin/0.17.0/jcabi-maven-plugin-0.17.0.jar (23 kB at 1.0 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:Bhttps://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 567 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 509 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom (17 kB at 815 kB/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:Bhttps://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 2.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-maven-plugin/0.32.0/eo-maven-plugin-0.32.0.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/eolang/eo-maven-plugin/0.32.0/eo-maven-plugin-0.32.0.pom (16 kB at 713 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-parent/0.32.0/eo-parent-0.32.0.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/eolang/eo-parent/0.32.0/eo-parent-0.32.0.pom (13 kB at 573 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-maven-plugin/0.32.0/eo-maven-plugin-0.32.0.jar
Downloaded1from8Maven:khttps://repo.maven.apache.org/maven2/org/eolang/eo-maven-plugin/0.32.0/eo-maven-plugin-0.32.0.jar (283 kB at 5.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom (5.3 kB at 253 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom (9.9 kB at 495 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/35/maven-parent-35.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/35/maven-parent-35.pom (45 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/25/apache-25.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/25/apache-25.pom (21 kB at 934 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar (36 kB at 1.6 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:khttps://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 408 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom (8.1 kB at 405 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar
Downloaded1from1Maven:Bhttps://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 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom (6.8 kB at 338 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom (9.9 kB at 472 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/37/maven-parent-37.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/37/maven-parent-37.pom (46 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom (20 kB at 970 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar (27 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.1.0/maven-surefire-plugin-3.1.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.1.0/maven-surefire-plugin-3.1.0.pom (6.1 kB at 305 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.1.0/surefire-3.1.0.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.1.0/surefire-3.1.0.pom (22 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.1.0/maven-surefire-plugin-3.1.0.jar
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.1.0/maven-surefire-plugin-3.1.0.jar (43 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom (7.8 kB at 391 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar (31 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom (8.9 kB at 422 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar
Downloaded1from9Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar (39 kB at 1.6 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:Bhttps://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 947 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom (9.9 kB at 521 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 2.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom (21 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.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 4.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-mysql-maven-plugin/0.9/jcabi-mysql-maven-plugin-0.9.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-mysql-maven-plugin/0.9/jcabi-mysql-maven-plugin-0.9.pom (13 kB at 613 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.15/jcabi-1.15.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.15/jcabi-1.15.pom (6.2 kB at 311 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.29/parent-0.29.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/parent/0.29/parent-0.29.pom (74 kB at 2.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-mysql-maven-plugin/0.9/jcabi-mysql-maven-plugin-0.9.jar
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-mysql-maven-plugin/0.9/jcabi-mysql-maven-plugin-0.9.jar (33 kB at 1.4 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:Bhttps://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 491 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-dynamodb-maven-plugin/0.10.1/jcabi-dynamodb-maven-plugin-0.10.1.jar
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-dynamodb-maven-plugin/0.10.1/jcabi-dynamodb-maven-plugin-0.10.1.jar (28 kB at 1.3 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:khttps://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 449 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-ssl-maven-plugin/0.14.0/jcabi-ssl-maven-plugin-0.14.0.jar
Downloaded1from1Maven:Bhttps://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 1.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 503 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.14/jcabi-1.14.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.14/jcabi-1.14.pom (6.2 kB at 296 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.27.1/parent-0.27.1.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/parent/0.27.1/parent-0.27.1.pom (74 kB at 2.7 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:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.jar (28 kB at 1.2 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:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-beanstalk-maven-plugin/0.11/jcabi-beanstalk-maven-plugin-0.11.pom (9.8 kB at 446 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.16/jcabi-1.16.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.16/jcabi-1.16.pom (6.2 kB at 296 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.31/parent-0.31.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/parent/0.31/parent-0.31.pom (74 kB at 2.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-beanstalk-maven-plugin/0.11/jcabi-beanstalk-maven-plugin-0.11.jar
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-beanstalk-maven-plugin/0.11/jcabi-beanstalk-maven-plugin-0.11.jar (72 kB at 2.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.6.0/maven-assembly-plugin-3.6.0.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.6.0/maven-assembly-plugin-3.6.0.pom (15 kB at 704 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.6.0/maven-assembly-plugin-3.6.0.jar
Downloaded1from3Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.6.0/maven-assembly-plugin-3.6.0.jar (236 kB at 5.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.pom (9.8 kB at 317 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.jar
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.jar (66 kB at 2.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.5.0/maven-dependency-plugin-3.5.0.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.5.0/maven-dependency-plugin-3.5.0.pom (16 kB at 763 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/38/maven-plugins-38.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/38/maven-plugins-38.pom (8.1 kB at 385 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/38/maven-parent-38.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/38/maven-parent-38.pom (48 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/28/apache-28.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/28/apache-28.pom (21 kB at 943 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.5.0/maven-dependency-plugin-3.5.0.jar
Downloaded1from8Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.5.0/maven-dependency-plugin-3.5.0.jar (189 kB at 4.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.1.0/maven-failsafe-plugin-3.1.0.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.1.0/maven-failsafe-plugin-3.1.0.pom (10 kB at 525 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.1.0/maven-failsafe-plugin-3.1.0.jar
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.1.0/maven-failsafe-plugin-3.1.0.jar (54 kB at 2.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/3.4.0/maven-help-plugin-3.4.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/3.4.0/maven-help-plugin-3.4.0.pom (9.7 kB at 441 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/3.4.0/maven-help-plugin-3.4.0.jar
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/3.4.0/maven-help-plugin-3.4.0.jar (64 kB at 2.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.5.1/maven-invoker-plugin-3.5.1.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.5.1/maven-invoker-plugin-3.5.1.pom (16 kB at 628 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-bom/4.0.10/groovy-bom-4.0.10.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/groovy/groovy-bom/4.0.10/groovy-bom-4.0.10.pom (27 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.5.1/maven-invoker-plugin-3.5.1.jar
Downloaded1from3Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.5.1/maven-invoker-plugin-3.5.1.jar (134 kB at 4.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.5.0/maven-javadoc-plugin-3.5.0.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.5.0/maven-javadoc-plugin-3.5.0.pom (21 kB at 894 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.5.0/maven-javadoc-plugin-3.5.0.jar
Downloaded1from0Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.5.0/maven-javadoc-plugin-3.5.0.jar (507 kB at 7.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.9.0/maven-plugin-plugin-3.9.0.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.9.0/maven-plugin-plugin-3.9.0.pom (11 kB at 457 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.9.0/maven-plugin-tools-3.9.0.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.9.0/maven-plugin-tools-3.9.0.pom (17 kB at 746 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.9.0/maven-plugin-plugin-3.9.0.jar
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.9.0/maven-plugin-plugin-3.9.0.jar (41 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/3.0.0/maven-release-plugin-3.0.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/3.0.0/maven-release-plugin-3.0.0.pom (9.4 kB at 409 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/release/maven-release/3.0.0/maven-release-3.0.0.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/release/maven-release/3.0.0/maven-release-3.0.0.pom (11 kB at 543 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/3.0.0/maven-release-plugin-3.0.0.jar
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/3.0.0/maven-release-plugin-3.0.0.jar (61 kB at 2.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.pom (6.7 kB at 321 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.jar
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.jar (32 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/3.3.2/maven-war-plugin-3.3.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/3.3.2/maven-war-plugin-3.3.2.pom (9.7 kB at 461 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/3.3.2/maven-war-plugin-3.3.2.jar
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/3.3.2/maven-war-plugin-3.3.2.jar (83 kB at 3.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.15.0/versions-maven-plugin-2.15.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.15.0/versions-maven-plugin-2.15.0.pom (9.9 kB at 472 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions/2.15.0/versions-2.15.0.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions/2.15.0/versions-2.15.0.pom (12 kB at 579 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/73/mojo-parent-73.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/73/mojo-parent-73.pom (36 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.15.0/versions-maven-plugin-2.15.0.jar
Downloaded1from7Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.15.0/versions-maven-plugin-2.15.0.jar (277 kB at 6.2 MB/s)
[INFO]
[INFO] ------------------------< org.eolang:eo-files >-------------------------
[INFO] Building eo-files 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.15.0:set (default-cli) @ eo-files ---
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model/2.15.0/versions-model-2.15.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model/2.15.0/versions-model-2.15.0.pom (2.3 kB at 107 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom (8.0 kB at 401 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/10/plexus-10.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/10/plexus-10.pom (25 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model-report/2.15.0/versions-model-report-2.15.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model-report/2.15.0/versions-model-report-2.15.0.pom (2.5 kB at 126 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-common/2.15.0/versions-common-2.15.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-common/2.15.0/versions-common-2.15.0.pom (3.6 kB at 178 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-api/2.15.0/versions-api-2.15.0.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-api/2.15.0/versions-api-2.15.0.pom (568 B at 28 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.pom (1.9 kB at 91 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:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom (21 kB at 922 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/6.5.0/woodstox-core-6.5.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/6.5.0/woodstox-core-6.5.0.pom (9.0 kB at 452 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/49/oss-parent-49.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/49/oss-parent-49.pom (24 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom (6.3 kB at 314 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/38/oss-parent-38.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/38/oss-parent-38.pom (23 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom
Downloaded1from9Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 3.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 268 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom (24 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/48/commons-parent-48.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 2.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom
Downloaded1from.Maven:khttps://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 362 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:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 255 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom (3.8 kB at 188 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.12.0/doxia-sink-api-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.12.0/doxia-sink-api-1.12.0.pom (1.5 kB at 77 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:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.12.0/doxia-1.12.0.pom (18 kB at 837 kB/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 77 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom (8.1 kB at 424 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.2.5/maven-3.2.5.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven/3.2.5/maven-3.2.5.pom (22 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom (15 kB at 762 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom (4.2 kB at 224 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom (2.2 kB at 114 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom (2.6 kB at 144 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 73 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 153 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 929 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 338 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 714 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 43 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 223 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 752 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 164 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 358 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 442 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 115 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom (2.2 kB at 117 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom (2.3 kB at 130 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom (3.0 kB at 168 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom (4.7 kB at 235 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom (13 kB at 631 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 75 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 118 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 416 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 941 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 54 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 34 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom (2.5 kB at 121 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom (14 kB at 715 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 250 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom (3.0 kB at 111 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom (4.2 kB at 212 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (1.9 kB at 95 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom (30 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom (2.1 kB at 103 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom (2.2 kB at 110 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom (3.5 kB at 174 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom (11 kB at 547 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom (13 kB at 674 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
Downloaded1from9Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/38/forge-parent-38.pom (19 kB at 937 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 18 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 291 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 367 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 348 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom
Downloaded1from.Maven:khttps://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 292 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (20 kB at 939 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (5.1 kB at 268 kB/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 156 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:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom (4.8 kB at 253 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 1.1 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:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 396 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 255 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.7/xbean-3.7.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 772 kB/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:khttps://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 261 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 848 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 921 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom (13 kB at 582 kB/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 124 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 82 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 170 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:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom (14 kB at 647 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.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 36 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:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 240 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.pom (4.4 kB at 199 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 36 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom (21 kB at 947 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/54/commons-parent-54.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/54/commons-parent-54.pom (82 kB at 3.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom (5.6 kB at 282 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom (6.6 kB at 330 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom (16 kB at 780 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 1.6 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:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom (5.0 kB at 261 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (13 kB at 658 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
Downloaded1from9Maven:Bhttps://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 800 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 2.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 kB at 665 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.pom (15 kB at 702 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom (5.0 kB at 261 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:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom (13 kB at 658 kB/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:khttps://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 318 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom (1.6 kB at 79 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:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom (18 kB at 859 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 65 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 25 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 287 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/junit/junit/4.13.2/junit-4.13.2.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/junit/junit/4.13.2/junit-4.13.2.pom (27 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 40 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 104 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 165 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.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 104 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 167 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 434 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 140 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:khttps://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 385 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom (3.0 kB at 160 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom (2.0 kB at 104 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 144 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 104 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 193 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 100 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 472 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 170 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 148 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 140 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 208 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 320 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 452 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 595 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 699 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 867 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom (18 kB at 857 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 3.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom (15 kB at 774 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 620 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (15 kB at 770 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 369 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 309 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 7.6 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 7.7 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 8.3 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 301 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 51 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 9.1 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 176 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 118 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 46 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 525 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom (6.8 kB at 308 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 7.8 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 531 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom (5.3 kB at 263 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom (4.9 kB at 213 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 131 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:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 705 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom (823 B at 21 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom (1.7 kB at 82 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom (2.7 kB at 128 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (26 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model/2.15.0/versions-model-2.15.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model-report/2.15.0/versions-model-report-2.15.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-common/2.15.0/versions-common-2.15.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-api/2.15.0/versions-api-2.15.0.jar
Downloaded4from3Maven:4https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model/2.15.0/versions-model-2.15.0.jar (13 kB at 580 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.jar
Downloaded3from1Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-api/2.15.0/versions-api-2.15.0.jar (6.4 kB at 267 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar
Downloaded5from6Maven: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 967 kB/s)
Downloading)from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-model-report/2.15.0/versions-model-report-2.15.0.jar (46 kB at 663 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar
Downloaded4from6Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar (267 kB at 3.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
Downloaded3from5Maven: https://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 250 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar
Downloaded3from5Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions-common/2.15.0/versions-common-2.15.0.jar (154 kB at 1.8 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.jar
Downloaded4from4Maven: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 117 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
Downloaded5from8Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 507 kB/s)
Downloading)from0Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar
Downloaded4from0Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 568 kB/s)
Downloading)from2Maven:Bhttps://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-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar (60 kB at 443 kB/s)
Downloading)from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar
Downloaded4from1Maven: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 322 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar (58 kB at 354 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.jar
Downloaded4from7Maven: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 901 kB/s)
Downloading)from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.jar
Downloaded4from0Maven:khttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 228 kB/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.jar
Downloaded4from6Maven: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 58 kB/s)
Downloading)from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar
Downloaded4from3Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.jar (219 kB at 976 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar
Downloaded5from2Maven: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 17 kB/s)
Downloading)from0Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar
Downloaded5from7Maven:khttps://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (148 kB at 535 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar
Downloaded5from5Maven:khttps://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar (752 kB at 2.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
Downloaded5from3Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar (230 kB at 719 kB/s)
Downloading)from9Maven:Bhttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.jar
Downloaded4from4Maven:khttps://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar (238 kB at 738 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar
Downloaded5from0Maven:khttps://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 180 kB/s)
Downloading)from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.12.0/doxia-sink-api-1.12.0.jar
Downloaded5from8Maven: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 31 kB/s)
Downloading)from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar
Downloaded5from3Maven: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 150 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar
Downloaded4from4Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 kB at 750 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar
Downloaded5from3Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar (17 kB at 38 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar
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 35 kB/s)
Downloading)from1Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar
Downloaded3from4Maven:khttps://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar
Downloaded4from0Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 25 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar
Downloaded4from0Maven:khttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.jar (354 kB at 728 kB/s)
Downloading)from1Maven:Bhttps://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar (18 kB at 37 kB/s)
Downloading)from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
Downloaded2from5Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 16 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar
Downloaded5from8Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 1.4 MB/s)
Downloading)from5Maven:Bhttps://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
Downloaded5from7Maven:khttps://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 433 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
Downloaded4from2Maven:khttps://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 232 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar
Downloaded4from7Maven:khttps://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 551 kB/s)
Downloading)from3Maven:Bhttps://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (247 kB at 386 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar
Downloaded5from5Maven:khttps://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 684 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
Downloaded4from0Maven:1https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 136 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar
Downloaded4from8Maven:khttps://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 97 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/6.5.0/woodstox-core-6.5.0.jar
Downloaded4from5Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar (9.4 kB at 14 kB/s)
Downloading)from8Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 159 kB/s)
Downloading)from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar (314 kB at 434 kB/s)
Downloaded4from7Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar (196 kB at 246 kB/s)
Downloaded3from8Maven:khttps://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 712 kB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 665 kB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/6.5.0/woodstox-core-6.5.0.jar (1.6 MB at 1.6 MB/s)
[INFO] Searching for local aggregator root...
[INFO] Local aggregation root: /home/r/repo
[INFO] Processing change of org.eolang:eo-files:1.0-SNAPSHOT -> 0.4.1
[INFO] Processing org.eolang:eo-files
[INFO]     Updating project org.eolang:eo-files
[INFO]         from version 1.0-SNAPSHOT to 0.4.1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  13.049 s
[INFO] Finished at: 2023-10-24T14:54:16Z
[INFO] ------------------------------------------------------------------------
0m0m+ git commit -am 0.4.1
[__rultor 8be2221] 0.4.1
 1 file changed, 1 insertion(+), 1 deletion(-)
+ mvn clean install -Dinvoker.skip
[1;34mINFOm] Scanning for projects...
[1;34mINFOm]
[1;34mINFOm] 1m------------------------< 0;36morg.eolang:eo-files0;1m >-------------------------m
[1;34mINFOm] 1mBuilding eo-files 0.4.1m
[1;34mINFOm] 1m--------------------------------[ jar ]---------------------------------m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.32.0/eo-runtime-0.32.0.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.32.0/eo-runtime-0.32.0.pom (11 kB at 31 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/yegor256/jaxec/0.2.0/jaxec-0.2.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/yegor256/jaxec/0.2.0/jaxec-0.2.0.pom (3.9 kB at 114 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.23.0/jcabi-log-0.23.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.23.0/jcabi-log-0.23.0.pom (5.2 kB at 216 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.37.0/jcabi-1.37.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.37.0/jcabi-1.37.0.pom (5.8 kB at 243 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.64.0/parent-0.64.0.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/parent/0.64.0/parent-0.64.0.pom (63 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.pom (2.7 kB at 112 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.7/slf4j-parent-2.0.7.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.7/slf4j-parent-2.0.7.pom (17 kB at 657 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.3.1/mockito-core-5.3.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.3.1/mockito-core-5.3.1.pom (2.5 kB at 108 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.14.4/byte-buddy-1.14.4.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.14.4/byte-buddy-1.14.4.pom (16 kB at 633 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.14.4/byte-buddy-parent-1.14.4.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.14.4/byte-buddy-parent-1.14.4.pom (58 kB at 2.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.14.4/byte-buddy-agent-1.14.4.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.14.4/byte-buddy-agent-1.14.4.pom (10 kB at 454 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3.pom (3.0 kB at 116 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom
Downloaded1from9Maven:Bhttps://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom (19 kB at 766 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.2/junit-jupiter-api-5.9.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.2/junit-jupiter-api-5.9.2.pom (3.2 kB at 138 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom (1.7 kB at 80 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.pom (2.8 kB at 123 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom (1.5 kB at 69 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.2/junit-jupiter-params-5.9.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.2/junit-jupiter-params-5.9.2.pom (3.0 kB at 116 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.3/junit-jupiter-api-5.9.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.3/junit-jupiter-api-5.9.3.pom (3.2 kB at 151 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.9.3/junit-jupiter-engine-5.9.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.9.3/junit-jupiter-engine-5.9.3.pom (3.2 kB at 152 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.pom (3.2 kB at 152 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom (1.1 kB at 59 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.32.0/eo-runtime-0.32.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/com/yegor256/jaxec/0.2.0/jaxec-0.2.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.23.0/jcabi-log-0.23.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.2/junit-jupiter-api-5.9.2.jar
Downloaded4from8Maven:khttps://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.32.0/eo-runtime-0.32.0.jar (181 kB at 3.6 MB/s)
Downloading)from/Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar
Downloaded5from6Maven:Bhttps://repo.maven.apache.org/maven2/com/yegor256/jaxec/0.2.0/jaxec-0.2.0.jar (6.8 kB at 99 kB/s)
Downloading)from/Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.jar
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (7.7 kB at 101 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar
Downloaded4from7Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.23.0/jcabi-log-0.23.0.jar (51 kB at 603 kB/s)
Downloading)from0Maven:Bhttps://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.2/junit-jupiter-params-5.9.2.jar
Downloaded4from0Maven:khttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.jar (64 kB at 699 kB/s)
Downloading)from8Maven:7https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.9.3/junit-jupiter-engine-5.9.3.jar
Downloaded3from0Maven: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar (6.8 kB at 68 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.2/junit-jupiter-api-5.9.2.jar (208 kB at 2.0 MB/s)
Downloading)from3Maven:4https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar
Downloaded2from0Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.jar (103 kB at 990 kB/s)
Downloading)from/Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.3.1/mockito-core-5.3.1.jar
Downloaded5from4Maven:khttps://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.9.3/junit-jupiter-engine-5.9.3.jar (247 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.14.4/byte-buddy-1.14.4.jar
Downloaded4from2Maven:khttps://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar (123 kB at 553 kB/s)
Downloading)from8Maven:Bhttps://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.14.4/byte-buddy-agent-1.14.4.jar
Downloaded5from2Maven:khttps://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.3.1/mockito-core-5.3.1.jar (689 kB at 2.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3.jar
Downloaded5from8Maven:khttps://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.2/junit-jupiter-params-5.9.2.jar (580 kB at 1.9 MB/s)
Downloaded4from8Maven:khttps://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3.jar (49 kB at 155 kB/s)
Downloaded3from8Maven:khttps://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.14.4/byte-buddy-agent-1.14.4.jar (257 kB at 670 kB/s)
Downloaded2from8Maven:khttps://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.jar (189 kB at 455 kB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.14.4/byte-buddy-1.14.4.jar (4.2 MB at 5.5 MB/s)
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-clean-plugin:3.2.0:cleanm 1m(default-clean)m @ 36meo-files0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 679 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 2.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom (16 kB at 746 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
Downloaded2from1Maven:khttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 5.4 MB/s)
Downloaded1from6Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar (169 kB at 2.2 MB/s)
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:3.3.0:enforcem 1m(enforce-maven)m @ 36meo-files0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.3.0/enforcer-api-3.3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.3.0/enforcer-api-3.3.0.pom (3.6 kB at 171 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.3.0/enforcer-rules-3.3.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.3.0/enforcer-rules-3.3.0.pom (4.1 kB at 187 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom (8.8 kB at 418 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom (5.0 kB at 227 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.3.0/enforcer-api-3.3.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.3.0/enforcer-rules-3.3.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
Downloaded5from3Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.3.0/enforcer-api-3.3.0.jar (14 kB at 369 kB/s)
Downloaded4from4Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.3.0/enforcer-rules-3.3.0.jar (145 kB at 3.0 MB/s)
Downloaded3from4Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 1.4 MB/s)
Downloaded2from6Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar (269 kB at 2.3 MB/s)
Downloaded1from8Maven:khttps://repo.maven.apache.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 2.8 MB/s)
[1;34mINFOm] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:3.1.0:createm 1m(jcabi-build-number)m @ 36meo-files0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.13.0/maven-scm-api-1.13.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.13.0/maven-scm-api-1.13.0.pom (1.6 kB at 74 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.13.0/maven-scm-1.13.0.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.13.0/maven-scm-1.13.0.pom (26 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom (5.3 kB at 205 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.13.0/maven-scm-manager-plexus-1.13.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.13.0/maven-scm-manager-plexus-1.13.0.pom (2.2 kB at 106 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-managers/1.13.0/maven-scm-managers-1.13.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-managers/1.13.0/maven-scm-managers-1.13.0.pom (1.5 kB at 73 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-bazaar/1.13.0/maven-scm-provider-bazaar-1.13.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-bazaar/1.13.0/maven-scm-provider-bazaar-1.13.0.pom (2.0 kB at 90 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/1.13.0/maven-scm-providers-1.13.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/1.13.0/maven-scm-providers-1.13.0.pom (3.6 kB at 172 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.13.0/maven-scm-provider-svnexe-1.13.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.13.0/maven-scm-provider-svnexe-1.13.0.pom (2.7 kB at 130 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.13.0/maven-scm-providers-svn-1.13.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.13.0/maven-scm-providers-svn-1.13.0.pom (2.2 kB at 104 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.13.0/maven-scm-provider-svn-commons-1.13.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.13.0/maven-scm-provider-svn-commons-1.13.0.pom (2.7 kB at 125 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.13.0/maven-scm-provider-gitexe-1.13.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.13.0/maven-scm-provider-gitexe-1.13.0.pom (2.6 kB at 65 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-git/1.13.0/maven-scm-providers-git-1.13.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-git/1.13.0/maven-scm-providers-git-1.13.0.pom (2.2 kB at 106 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.13.0/maven-scm-provider-git-commons-1.13.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.13.0/maven-scm-provider-git-commons-1.13.0.pom (2.7 kB at 122 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.13.0/maven-scm-provider-cvsexe-1.13.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.13.0/maven-scm-provider-cvsexe-1.13.0.pom (2.8 kB at 132 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-cvs/1.13.0/maven-scm-providers-cvs-1.13.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-cvs/1.13.0/maven-scm-providers-cvs-1.13.0.pom (1.8 kB at 84 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.13.0/maven-scm-provider-cvs-commons-1.13.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.13.0/maven-scm-provider-cvs-commons-1.13.0.pom (2.4 kB at 118 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.13.0/maven-scm-provider-starteam-1.13.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.13.0/maven-scm-provider-starteam-1.13.0.pom (2.6 kB at 131 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.13.0/maven-scm-provider-clearcase-1.13.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.13.0/maven-scm-provider-clearcase-1.13.0.pom (2.6 kB at 131 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.13.0/maven-scm-provider-perforce-1.13.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.13.0/maven-scm-provider-perforce-1.13.0.pom (2.6 kB at 99 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.13.0/maven-scm-provider-hg-1.13.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.13.0/maven-scm-provider-hg-1.13.0.pom (2.4 kB at 92 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.2.1/maven-scm-provider-svnjava-2.2.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.2.1/maven-scm-provider-svnjava-2.2.1.pom (9.8 kB at 425 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 328 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.12.2/maven-scm-provider-svn-commons-1.12.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.12.2/maven-scm-provider-svn-commons-1.12.2.pom (2.7 kB at 131 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.12.2/maven-scm-providers-svn-1.12.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.12.2/maven-scm-providers-svn-1.12.2.pom (2.2 kB at 109 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/1.12.2/maven-scm-providers-1.12.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/1.12.2/maven-scm-providers-1.12.2.pom (3.6 kB at 180 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.12.2/maven-scm-1.12.2.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.12.2/maven-scm-1.12.2.pom (26 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.12.2/maven-scm-api-1.12.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.12.2/maven-scm-api-1.12.2.pom (1.6 kB at 81 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.11.0/jna-5.11.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.11.0/jna-5.11.0.pom (2.0 kB at 102 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom (8.0 kB at 398 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/8/plexus-8.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.pom (3.8 kB at 190 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.pom (12 kB at 533 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd/2.9.2/sshd-2.9.2.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/sshd/sshd/2.9.2/sshd-2.9.2.pom (77 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/testcontainers/testcontainers-bom/1.16.2/testcontainers-bom-1.16.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/testcontainers/testcontainers-bom/1.16.2/testcontainers-bom-1.16.2.pom (7.2 kB at 258 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/5.3.20/spring-framework-bom-5.3.20.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/5.3.20/spring-framework-bom-5.3.20.pom (5.7 kB at 283 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.pom (4.7 kB at 224 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom (3.8 kB at 202 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom (14 kB at 628 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom (1.2 kB at 47 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.pom (6.8 kB at 308 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.pom (1.7 kB at 83 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.pom (2.8 kB at 141 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom (3.1 kB at 156 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.4/antlr-master-3.4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.4/antlr-master-3.4.pom (9.4 kB at 427 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.6.0/jna-5.6.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.6.0/jna-5.6.0.pom (1.6 kB at 83 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.pom (1.8 kB at 90 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.pom (1.2 kB at 55 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.pom (1.7 kB at 79 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy/0.0.9/jsch.agentproxy-0.0.9.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy/0.0.9/jsch.agentproxy-0.0.9.pom (4.3 kB at 207 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 254 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.pom (804 B at 38 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.pom (1.3 kB at 62 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.pom (996 B at 45 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom (971 B at 46 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.pom (1.3 kB at 61 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.pom (1.1 kB at 57 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom (1.1 kB at 54 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.pom (2.0 kB at 97 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 148 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 271 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom (9.4 kB at 446 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom (13 kB at 596 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.13.0/maven-scm-api-1.13.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.13.0/maven-scm-manager-plexus-1.13.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-bazaar/1.13.0/maven-scm-provider-bazaar-1.13.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.13.0/maven-scm-provider-svnexe-1.13.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.13.0/maven-scm-provider-gitexe-1.13.0.jar
Downloaded5from1Maven:5https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.13.0/maven-scm-manager-plexus-1.13.0.jar (11 kB at 429 kB/s)
Downloading)from Maven:2https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.13.0/maven-scm-provider-git-commons-1.13.0.jar
Downloaded4from7Maven:6https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-bazaar/1.13.0/maven-scm-provider-bazaar-1.13.0.jar (57 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.13.0/maven-scm-provider-svn-commons-1.13.0.jar
Downloaded4from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.13.0/maven-scm-provider-gitexe-1.13.0.jar (72 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.13.0/maven-scm-provider-cvsexe-1.13.0.jar
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.13.0/maven-scm-provider-git-commons-1.13.0.jar (36 kB at 695 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.13.0/maven-scm-provider-cvs-commons-1.13.0.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.13.0/maven-scm-api-1.13.0.jar (112 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.13.0/maven-scm-provider-starteam-1.13.0.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.13.0/maven-scm-provider-cvsexe-1.13.0.jar (31 kB at 501 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.13.0/maven-scm-provider-svnexe-1.13.0.jar (84 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.13.0/maven-scm-provider-clearcase-1.13.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.13.0/maven-scm-provider-perforce-1.13.0.jar
Downloaded3from9Maven:5https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.13.0/maven-scm-provider-svn-commons-1.13.0.jar (39 kB at 548 kB/s)
Downloading)from/Maven:|https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.13.0/maven-scm-provider-hg-1.13.0.jar
Downloaded5from0Maven:7https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.13.0/maven-scm-provider-cvs-commons-1.13.0.jar (80 kB at 870 kB/s)
Downloading)from Maven:6https://repo.maven.apache.org/maven2/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.2.1/maven-scm-provider-svnjava-2.2.1.jar
Downloaded4from4Maven:6https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.13.0/maven-scm-provider-starteam-1.13.0.jar (74 kB at 783 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.11.0/jna-5.11.0.jar
Downloaded3from6Maven:7https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.13.0/maven-scm-provider-hg-1.13.0.jar (68 kB at 667 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.jar
Downloaded4from6Maven:7https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.13.0/maven-scm-provider-perforce-1.13.0.jar (86 kB at 800 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.jar
Downloaded3from0Maven:0https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.13.0/maven-scm-provider-clearcase-1.13.0.jar (70 kB at 639 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.2.1/maven-scm-provider-svnjava-2.2.1.jar (69 kB at 434 kB/s)
Downloading)from2Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar (42 kB at 240 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar (17 kB at 81 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar (63 kB at 230 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.jar (72 kB at 201 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.11.0/jna-5.11.0.jar (1.8 MB at 3.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar (164 kB at 254 kB/s)
Downloading)from9Maven:Bhttps://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.jar (950 kB at 1.4 MB/s)
Downloading)from0Maven:Bhttps://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.jar (762 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.jar (248 kB at 308 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar (9.6 kB at 12 kB/s)
Downloading)from6Maven:Bhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.jar (12 kB at 15 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.jar (945 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.jar (6.6 kB at 7.8 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar (5.3 kB at 6.3 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar (4.3 kB at 5.1 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.jar (7.8 kB at 9.1 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.jar (3.8 kB at 4.4 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 31 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 15 kB/s)
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar (283 kB at 276 kB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar (370 kB at 358 kB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.jar (4.3 MB at 3.6 MB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar (2.7 MB at 2.0 MB/s)
[1;34mINFOm] ShortRevision tag detected. The value is '7'.
[1;34mINFOm] Executing: /bin/sh -c cd '/home/r/repo' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[1;34mINFOm] Working directory: /home/r/repo
[1;34mINFOm] Storing buildNumber: 8be2221 at timestamp: 2023-10-24T14:54:24
[1;34mINFOm] Storing scmBranch: __rultor
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:3.1.0:create-timestampm 1m(jcabi-build-number)m @ 36meo-files0;1m ---m
[1;34mINFOm] Skipping because we are not in root module.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo-maven-plugin:0.32.0:registerm 1m(compile)m @ 36meo-files0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-parser/0.32.0/eo-parser-0.32.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/eolang/eo-parser/0.32.0/eo-parser-0.32.0.pom (9.1 kB at 431 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.55.0/cactoos-0.55.0.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.55.0/cactoos-0.55.0.pom (11 kB at 504 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.64.1/parent-0.64.1.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/parent/0.64.1/parent-0.64.1.pom (63 kB at 2.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 18 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/yegor256/xsline/0.21.1/xsline-0.21.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/yegor256/xsline/0.21.1/xsline-0.21.1.pom (4.9 kB at 233 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.65.0/parent-0.65.0.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/parent/0.65.0/parent-0.65.0.pom (63 kB at 2.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.29.0/jcabi-xml-0.29.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.29.0/jcabi-xml-0.29.0.pom (6.3 kB at 301 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.37.1/jcabi-1.37.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.37.1/jcabi-1.37.1.pom (5.8 kB at 292 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/12.3/Saxon-HE-12.3.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/12.3/Saxon-HE-12.3.pom (4.2 kB at 200 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/xmlresolver/xmlresolver/5.2.0/xmlresolver-5.2.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/xmlresolver/xmlresolver/5.2.0/xmlresolver-5.2.0.pom (2.6 kB at 129 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.pom (5.8 kB at 289 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5-parent/5.1.3/httpclient5-parent-5.1.3.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5-parent/5.1.3/httpclient5-parent-5.1.3.pom (14 kB at 372 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom (32 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.pom (3.8 kB at 189 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-parent/5.1.3/httpcore5-parent-5.1.3.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-parent/5.1.3/httpcore5-parent-5.1.3.pom (10 kB at 514 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.pom (3.5 kB at 175 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 213 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 643 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.pom (3.6 kB at 178 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.13.1/antlr4-master-4.13.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.13.1/antlr4-master-4.13.1.pom (4.8 kB at 254 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/2.1.0/jcabi-manifests-2.1.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/2.1.0/jcabi-manifests-2.1.0.pom (4.6 kB at 230 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.28.1/xembly-0.28.1.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.28.1/xembly-0.28.1.pom (10 kB at 503 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.2/snakeyaml-2.2.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.2/snakeyaml-2.2.pom (21 kB at 966 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom (16 kB at 727 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/58/commons-parent-58.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/58/commons-parent-58.pom (83 kB at 2.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.pom (3.1 kB at 165 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor-parent/2.4.0/mojo-executor-parent-2.4.0.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor-parent/2.4.0/mojo-executor-parent-2.4.0.pom (11 kB at 514 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.3.1/maven-3.3.1.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven/3.3.1/maven-3.3.1.pom (23 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 217 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/yegor256/tojos/0.18.1/tojos-0.18.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/yegor256/tojos/0.18.1/tojos-0.18.1.pom (5.2 kB at 247 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.pom (12 kB at 626 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/glassfish/json/1.1.4/json-1.1.4.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/glassfish/json/1.1.4/json-1.1.4.pom (18 kB at 879 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 443 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/opencsv/opencsv/5.8/opencsv-5.8.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/com/opencsv/opencsv/5.8/opencsv-5.8.pom (36 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom (31 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.14.0/commons-io-2.14.0.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.14.0/commons-io-2.14.0.pom (20 kB at 968 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/62/commons-parent-62.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/62/commons-parent-62.pom (81 kB at 2.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/30/apache-30.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/30/apache-30.pom (23 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom (5.6 kB at 297 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.25/reload4j-1.2.25.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.25/reload4j-1.2.25.pom (16 kB at 718 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.12.2/jcabi-maven-slf4j-0.12.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.12.2/jcabi-maven-slf4j-0.12.2.pom (4.9 kB at 234 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0-beta1/slf4j-api-2.0.0-beta1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0-beta1/slf4j-api-2.0.0-beta1.pom (1.6 kB at 77 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.0-beta1/slf4j-parent-2.0.0-beta1.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.0-beta1/slf4j-parent-2.0.0-beta1.pom (16 kB at 734 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/moandjiezana/toml/toml4j/0.7.2/toml4j-0.7.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/moandjiezana/toml/toml4j/0.7.2/toml4j-0.7.2.pom (5.2 kB at 247 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.1/gson-2.8.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.1/gson-2.8.1.pom (1.9 kB at 42 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.8.1/gson-parent-2.8.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.8.1/gson-parent-2.8.1.pom (3.7 kB at 102 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-parser/0.32.0/eo-parser-0.32.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.2/snakeyaml-2.2.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/com/yegor256/xsline/0.21.1/xsline-0.21.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.28.1/xembly-0.28.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.jar
Downloaded5from1Maven:3https://repo.maven.apache.org/maven2/com/yegor256/xsline/0.21.1/xsline-0.21.1.jar (41 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.55.0/cactoos-0.55.0.jar
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.28.1/xembly-0.28.1.jar (62 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/2.1.0/jcabi-manifests-2.1.0.jar
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/org/eolang/eo-parser/0.32.0/eo-parser-0.32.0.jar (216 kB at 2.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/12.3/Saxon-HE-12.3.jar
Downloaded4from6Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/2.1.0/jcabi-manifests-2.1.0.jar (13 kB at 153 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/xmlresolver/xmlresolver/5.2.0/xmlresolver-5.2.0.jar
Downloaded5from7Maven:khttps://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.55.0/cactoos-0.55.0.jar (346 kB at 2.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar
Downloaded5from2Maven:khttps://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.jar (326 kB at 1.9 MB/s)
Downloading)from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.jar
Downloaded4from3Maven:khttps://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.2/snakeyaml-2.2.jar (334 kB at 1.8 MB/s)
Downloading)from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/xmlresolver/xmlresolver/5.2.0/xmlresolver-5.2.0.jar (166 kB at 841 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/xmlresolver/xmlresolver/5.2.0/xmlresolver-5.2.0-data.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.jar (232 kB at 744 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.29.0/jcabi-xml-0.29.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.29.0/jcabi-xml-0.29.0.jar (44 kB at 123 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar (798 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.jar (13 kB at 30 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar (361 kB at 692 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/yegor256/tojos/0.18.1/tojos-0.18.1.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/yegor256/tojos/0.18.1/tojos-0.18.1.jar (30 kB at 53 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 440 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/opencsv/opencsv/5.8/opencsv-5.8.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar (851 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.jar (129 kB at 202 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.14.0/commons-io-2.14.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/opencsv/opencsv/5.8/opencsv-5.8.jar (240 kB at 358 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.25/reload4j-1.2.25.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/xmlresolver/xmlresolver/5.2.0/xmlresolver-5.2.0-data.jar (1.0 MB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.12.2/jcabi-maven-slf4j-0.12.2.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.12.2/jcabi-maven-slf4j-0.12.2.jar (10 kB at 14 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/moandjiezana/toml/toml4j/0.7.2/toml4j-0.7.2.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/moandjiezana/toml/toml4j/0.7.2/toml4j-0.7.2.jar (63 kB at 80 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.1/gson-2.8.1.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.25/reload4j-1.2.25.jar (333 kB at 418 kB/s)
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.14.0/commons-io-2.14.0.jar (494 kB at 581 kB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.1/gson-2.8.1.jar (233 kB at 261 kB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar (632 kB at 696 kB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/12.3/Saxon-HE-12.3.jar (5.6 MB at 4.2 MB/s)
[1;34mINFOm] Registered 9 EO sources from ./home/r/repo/src/main/eo to ./home/r/repo/target/eo-foreign.csv, included [**.eo], excluded []
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo-maven-plugin:0.32.0:assemblem 1m(compile)m @ 36meo-files0;1m ---m
[1;34mINFOm] 51 attributes loaded from 41 stream(s) in 69ms, 51 saved, 477 ignored: ["Agent-Class", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-ContactAddress", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Dob", "EO-Revision", "EO-Version", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Originally-Created-By", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[1;34mINFOm] Parsed 9 .eo sources to XMIRs
[1;33mWARNINGm] XSL 'not-empty-atoms' took 516ms (over 500ms)
[1;33mWARNINGm] XSL 'not-empty-atoms' took 519ms (over 500ms)
[1;33mWARNINGm] XSL 'not-empty-atoms' took 531ms (over 500ms)
[1;33mWARNINGm] XSL 'not-empty-atoms' took 549ms (over 500ms)
[1;33mWARNINGm] XSL 'not-empty-atoms' took 558ms (over 500ms)
[1;33mWARNINGm] XSL 'not-empty-atoms' took 574ms (over 500ms)
[1;33mWARNINGm] XSL 'not-empty-atoms' took 586ms (over 500ms)
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Optimized 9 out of 9 XMIR program(s)
[1;34mINFOm] Discovered 1 foreign objects in 9 programs: [org.eolang.bool]
[1;34mINFOm] 1 program(s) were pulled: [org.eolang.bool]
[1;34mINFOm] Runtime dependency added from pom with version: 0.32.0
Downloading from Maven: https://repo.maven.apache.org/maven2/com/github/ferstl/depgraph-maven-plugin/4.0.2/depgraph-maven-plugin-4.0.2.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/com/github/ferstl/depgraph-maven-plugin/4.0.2/depgraph-maven-plugin-4.0.2.pom (17 kB at 675 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.0/junit-bom-5.7.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.0/junit-bom-5.7.0.pom (5.1 kB at 268 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/github/ferstl/depgraph-maven-plugin/4.0.2/depgraph-maven-plugin-4.0.2.jar
Downloaded1from4Maven:khttps://repo.maven.apache.org/maven2/com/github/ferstl/depgraph-maven-plugin/4.0.2/depgraph-maven-plugin-4.0.2.jar (148 kB at 3.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.11.0/jackson-databind-2.11.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.11.0/jackson-databind-2.11.0.pom (7.4 kB at 168 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.11.0/jackson-base-2.11.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.11.0/jackson-base-2.11.0.pom (7.4 kB at 355 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.11.0/jackson-bom-2.11.0.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.11.0/jackson-bom-2.11.0.pom (13 kB at 596 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.11/jackson-parent-2.11.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.11/jackson-parent-2.11.pom (7.8 kB at 353 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.11.0/jackson-annotations-2.11.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.11.0/jackson-annotations-2.11.0.pom (3.5 kB at 161 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.11.0/jackson-core-2.11.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.11.0/jackson-core-2.11.0.pom (4.9 kB at 221 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/29.0-jre/guava-29.0-jre.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/com/google/guava/guava/29.0-jre/guava-29.0-jre.pom (11 kB at 520 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/29.0-jre/guava-parent-29.0-jre.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/com/google/guava/guava-parent/29.0-jre/guava-parent-29.0-jre.pom (13 kB at 597 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 121 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 536 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 120 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 214 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/2.11.1/checker-qual-2.11.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/2.11.1/checker-qual-2.11.1.pom (2.4 kB at 120 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom (2.1 kB at 106 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom (5.4 kB at 301 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 145 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.pom (3.0 kB at 117 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.6.3/maven-3.6.3.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven/3.6.3/maven-3.6.3.pom (26 kB at 1.3 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 194 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom (5.3 kB at 254 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.pom (2.4 kB at 120 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom (4.2 kB at 167 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom (14 kB at 654 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom (2.6 kB at 131 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom (14 kB at 686 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 170 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (5.3 kB at 264 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 243 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.11.0/jackson-databind-2.11.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.11.0/jackson-annotations-2.11.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.11.0/jackson-core-2.11.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/29.0-jre/guava-29.0-jre.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
Downloaded5from8Maven:4https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 154 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
Downloaded4from8Maven:6https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.11.0/jackson-annotations-2.11.0.jar (68 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
Downloaded4from8Maven:Bhttps://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 42 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/2.11.1/checker-qual-2.11.1.jar
Downloaded4from4Maven:khttps://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 298 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar
Downloaded5from4Maven:khttps://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar (14 kB at 123 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 61 kB/s)
Downloading)from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.jar
Downloaded5from5Maven:khttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.11.0/jackson-core-2.11.0.jar (352 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/2.11.1/checker-qual-2.11.1.jar (201 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.jar (47 kB at 244 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.jar (58 kB at 233 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.jar (215 kB at 688 kB/s)
Downloading)from9Maven:Bhttps://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.11.0/jackson-databind-2.11.0.jar (1.4 MB at 4.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 131 kB/s)
Downloading)from0Maven:Bhttps://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 17 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 6.9 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar (205 kB at 548 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 11 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 1.3 MB/s)
Downloading)from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (53 kB at 126 kB/s)
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar (61 kB at 136 kB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.jar (262 kB at 570 kB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar (379 kB at 763 kB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/guava/guava/29.0-jre/guava-29.0-jre.jar (2.8 MB at 4.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.9/jul-to-slf4j-2.0.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.9/jul-to-slf4j-2.0.9.pom (1.1 kB at 58 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.9/slf4j-parent-2.0.9.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.9/slf4j-parent-2.0.9.pom (16 kB at 817 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-bom/2.0.9/slf4j-bom-2.0.9.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-bom/2.0.9/slf4j-bom-2.0.9.pom (4.9 kB at 273 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.pom (2.8 kB at 148 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.9/logback-classic-1.4.9.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.9/logback-classic-1.4.9.pom (13 kB at 623 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.4.9/logback-parent-1.4.9.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.4.9/logback-parent-1.4.9.pom (20 kB at 896 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.9/logback-core-1.4.9.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.9/logback-core-1.4.9.pom (5.0 kB at 266 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/llorllale/cactoos-matchers/0.25/cactoos-matchers-0.25.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/llorllale/cactoos-matchers/0.25/cactoos-matchers-0.25.pom (10 kB at 477 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.51.1/parent-0.51.1.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/parent/0.51.1/parent-0.51.1.pom (62 kB at 2.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.6.2/junit-bom-5.6.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/junit/junit-bom/5.6.2/junit-bom-5.6.2.pom (4.9 kB at 260 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.10.0/junit-jupiter-params-5.10.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.10.0/junit-jupiter-params-5.10.0.pom (3.0 kB at 120 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.10.0/junit-jupiter-api-5.10.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.10.0/junit-jupiter-api-5.10.0.pom (3.2 kB at 168 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.pom (2.0 kB at 107 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.10.0/junit-platform-commons-1.10.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.10.0/junit-platform-commons-1.10.0.pom (2.8 kB at 142 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit-pioneer/junit-pioneer/2.1.0/junit-pioneer-2.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit-pioneer/junit-pioneer/2.1.0/junit-pioneer-2.1.0.pom (3.2 kB at 151 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.2/junit-platform-launcher-1.9.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.2/junit-platform-launcher-1.9.2.pom (3.0 kB at 159 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.2/junit-platform-engine-1.9.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.2/junit-platform-engine-1.9.2.pom (3.2 kB at 169 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.2/junit-platform-commons-1.9.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.2/junit-platform-commons-1.9.2.pom (2.8 kB at 157 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.9/jul-to-slf4j-2.0.9.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.9/logback-classic-1.4.9.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.9/logback-core-1.4.9.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/llorllale/cactoos-matchers/0.25/cactoos-matchers-0.25.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.10.0/junit-jupiter-params-5.10.0.jar
Downloaded5from.Maven:khttps://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.9/jul-to-slf4j-2.0.9.jar (6.3 kB at 276 kB/s)
Downloading)from/Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.10.0/junit-jupiter-api-5.10.0.jar
Downloaded5from2Maven:khttps://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.10.0/junit-jupiter-api-5.10.0.jar (211 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar
Downloaded4from4Maven:khttps://repo.maven.apache.org/maven2/org/llorllale/cactoos-matchers/0.25/cactoos-matchers-0.25.jar (162 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.10.0/junit-platform-commons-1.10.0.jar
Downloaded4from8Maven:khttps://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar (14 kB at 110 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit-pioneer/junit-pioneer/2.1.0/junit-pioneer-2.1.0.jar
Downloaded4from8Maven: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.9/logback-classic-1.4.9.jar (281 kB at 2.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.2/junit-platform-launcher-1.9.2.jar
Downloaded5from0Maven:khttps://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.9/logback-core-1.4.9.jar (601 kB at 3.0 MB/s)
Downloading)from5Maven:Bhttps://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.2/junit-platform-engine-1.9.2.jar
Downloaded4from9Maven:khttps://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.10.0/junit-platform-commons-1.10.0.jar (106 kB at 529 kB/s)
Downloaded3from4Maven:khttps://repo.maven.apache.org/maven2/org/junit-pioneer/junit-pioneer/2.1.0/junit-pioneer-2.1.0.jar (190 kB at 910 kB/s)
Downloaded3from8Maven:khttps://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.2/junit-platform-launcher-1.9.2.jar (169 kB at 720 kB/s)
Downloaded2from8Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.10.0/junit-jupiter-params-5.10.0.jar (586 kB at 2.4 MB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.2/junit-platform-engine-1.9.2.jar (189 kB at 733 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom (1.6 kB at 88 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 364 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 872 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 211 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom (1.8 kB at 102 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom (2.3 kB at 125 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (1.0 kB at 60 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 170 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 905 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom (1.9 kB at 73 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (1.6 kB at 53 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (3.0 kB at 109 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom (2.5 kB at 80 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom (3.5 kB at 161 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 102 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 796 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 98 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 85 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 134 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (3.5 kB at 90 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
Downloaded1from9Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 886 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom (4.5 kB at 251 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.3/commons-text-1.3.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.3/commons-text-1.3.pom (14 kB at 509 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/45/commons-parent-45.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/45/commons-parent-45.pom (73 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom (28 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 698 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 132 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 491 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 82 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 536 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 99 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 521 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 876 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom (4.1 kB at 241 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 180 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 91 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 59 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 113 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 20 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 128 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 9.0 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 7.9 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.6.0/plexus-archiver-4.6.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.6.0/plexus-archiver-4.6.0.pom (6.5 kB at 344 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom (6.0 kB at 317 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom (20 kB at 937 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 727 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 114 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.2-5/zstd-jni-1.5.2-5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.2-5/zstd-jni-1.5.2-5.pom (1.9 kB at 96 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.13.0/maven-dependency-analyzer-1.13.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.13.0/maven-dependency-analyzer-1.13.0.pom (5.5 kB at 276 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.3/asm-9.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.3/asm-9.3.pom (2.4 kB at 118 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 562 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom (6.2 kB at 312 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom (11 kB at 535 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 349 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 216 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 104 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 131 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 54 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 315 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 107 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 127 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 316 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 184 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 145 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 69 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 432 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 538 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 45 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 236 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 789 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 182 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 729 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 273 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 527 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 132 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 137 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 98 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 429 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 115 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 176 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 97 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 277 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 241 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 604 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom (23 kB at 965 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 178 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 363 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar
Downloaded5from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 1.3 MB/s)
Downloading)from/Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar
Downloaded4from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar
Downloaded3from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 700 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (164 kB at 2.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
Downloaded4from5Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 219 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 732 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar
Downloaded3from7Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 1.9 MB/s)
Downloading)from0Maven:Bhttps://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 979 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 736 kB/s)
Downloading)from3Maven:2https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
Downloaded4from6Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar (201 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 2.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar
Downloaded2from1Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 318 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
Downloaded4from4Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar (340 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar
Downloaded4from7Maven:2https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 135 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar
Downloaded3from7Maven:5https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 215 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar
Downloaded3from2Maven:5https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 232 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.3/commons-text-1.3.jar
Downloaded4from0Maven:1https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 211 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
Downloaded3from2Maven:1https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar (12 kB at 48 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
Downloaded3from2Maven:3https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar (12 kB at 48 kB/s)
Downloading)from/Maven: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.jar
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar (218 kB at 688 kB/s)
Downloading)from3Maven:1https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.6.0/plexus-archiver-4.6.0.jar
Downloaded4from8Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.3/commons-text-1.3.jar (183 kB at 554 kB/s)
Downloading)from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar
Downloaded4from5Maven:khttps://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 552 kB/s)
Downloading)from4Maven:Bhttps://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
Downloaded5from3Maven:khttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 886 kB/s)
Downloading)from7Maven:Bhttps://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar
Downloaded5from0Maven:khttps://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 141 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.2-5/zstd-jni-1.5.2-5.jar
Downloaded4from4Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.6.0/plexus-archiver-4.6.0.jar (216 kB at 507 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar
Downloaded5from5Maven:khttps://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.13.0/maven-dependency-analyzer-1.13.0.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 258 kB/s)
Downloading)from3Maven:Bhttps://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.3/asm-9.3.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar (79 kB at 169 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.13.0/maven-dependency-analyzer-1.13.0.jar (37 kB at 78 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar (43 kB at 81 kB/s)
Downloading)from6Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.3/asm-9.3.jar (122 kB at 229 kB/s)
Downloading)from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 7.6 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar (159 kB at 283 kB/s)
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 15 kB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 1.6 MB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar (753 kB at 975 kB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.2-5/zstd-jni-1.5.2-5.jar (6.3 MB at 4.5 MB/s)
[1;34mINFOm] Configured Artifact: org.eolang:eo-runtime:0.32.0:jar
[1;34mINFOm] Unpacking /home/r/.m2/repository/org/eolang/eo-runtime/0.32.0/eo-runtime-0.32.0.jar to /home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.32.0 with includes "" and excludes ""
[1;34mINFOm] org.eolang:eo-runtime:null:0.32.0 unpacked to ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] Found 162 new file(s) after unpacking of org.eolang:eo-runtime:0.32.0
[1;34mINFOm] New 1 dependenc(ies) unpacked
[1;34mINFOm] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.32.0/EO-SOURCES, 24 program(s) registered with version 0.32.0
[1;34mINFOm] New 24 objects found in 1 unpacked dependencies
[1;34mINFOm] Placed 138 binary file(s) out of 162, found in org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] Placed 138 binary files found in 1 dependencies
[1;34mINFOm] Assemble cycle #1 (EO:9/XMIR:0/OPTIMIZED:0/DISCOVERED:0/PROBED:0 -> EO:10/XMIR:9/OPTIMIZED:9/DISCOVERED:9/PROBED:9), took 14s
[1;34mINFOm] Parsed 1 .eo sources to XMIRs
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Optimized 1 out of 10 XMIR program(s)
[1;34mINFOm] Discovered 3 foreign objects in 1 programs: [org.eolang.bytes, org.eolang.tuple, org.eolang.int]
[1;34mINFOm] 23 program(s) were pulled: [org.eolang.io.stdin, org.eolang.try, org.eolang.float, org.eolang.positive-infinity, org.eolang.rust, org.eolang.int, org.eolang.negative-infinity, org.eolang.heap, org.eolang.io.stdout, org.eolang.goto, org.eolang.tuple, org.eolang.switch, org.eolang.cti, org.eolang.nan, org.eolang.string, org.eolang.memory, org.eolang.nop, org.eolang.error, org.eolang.as-phi, org.eolang.bytes, org.eolang.cage, org.eolang.seq, org.eolang.ram]
[1;34mINFOm] Runtime dependency added from pom with version: 0.32.0
[1;34mINFOm] Dependency found for org.eolang.bool:0.32.0: org.eolang:eo-runtime:0.29.5
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.29.5/eo-runtime-0.29.5.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.29.5/eo-runtime-0.29.5.pom (10 kB at 467 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-parent/0.29.5/eo-parent-0.29.5.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/eolang/eo-parent/0.29.5/eo-parent-0.29.5.pom (12 kB at 536 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.7/jul-to-slf4j-2.0.7.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.7/jul-to-slf4j-2.0.7.pom (954 B at 45 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.7/logback-classic-1.4.7.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.7/logback-classic-1.4.7.pom (13 kB at 490 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.4.7/logback-parent-1.4.7.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.4.7/logback-parent-1.4.7.pom (20 kB at 894 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.7/logback-core-1.4.7.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.7/logback-core-1.4.7.pom (5.0 kB at 252 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.4/slf4j-api-2.0.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.4/slf4j-api-2.0.4.pom (1.6 kB at 85 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.4/slf4j-parent-2.0.4.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.4/slf4j-parent-2.0.4.pom (16 kB at 808 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.3/junit-jupiter-params-5.9.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.3/junit-jupiter-params-5.9.3.pom (3.0 kB at 150 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit-pioneer/junit-pioneer/2.0.1/junit-pioneer-2.0.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit-pioneer/junit-pioneer/2.0.1/junit-pioneer-2.0.1.pom (3.2 kB at 151 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.7/jul-to-slf4j-2.0.7.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.7/logback-classic-1.4.7.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.7/logback-core-1.4.7.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.3/junit-jupiter-params-5.9.3.jar
Downloading)from1Maven:Bhttps://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.3/junit-jupiter-api-5.9.3.jar
Downloaded5from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.7/jul-to-slf4j-2.0.7.jar (5.7 kB at 195 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit-pioneer/junit-pioneer/2.0.1/junit-pioneer-2.0.1.jar
Downloaded5from9Maven:khttps://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.3/junit-jupiter-api-5.9.3.jar (208 kB at 2.3 MB/s)
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/junit-pioneer/junit-pioneer/2.0.1/junit-pioneer-2.0.1.jar (178 kB at 1.5 MB/s)
Downloaded3from9Maven:khttps://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.7/logback-classic-1.4.7.jar (270 kB at 1.7 MB/s)
Downloaded2from4Maven:khttps://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.3/junit-jupiter-params-5.9.3.jar (580 kB at 3.0 MB/s)
Downloaded1from9Maven:khttps://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.7/logback-core-1.4.7.jar (591 kB at 2.7 MB/s)
[1;34mINFOm] Configured Artifact: org.eolang:eo-runtime:0.29.5:jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.29.5/eo-runtime-0.29.5.jar
Downloaded1from6Maven:khttps://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.29.5/eo-runtime-0.29.5.jar (168 kB at 2.8 MB/s)
[1;34mINFOm] Unpacking /home/r/.m2/repository/org/eolang/eo-runtime/0.29.5/eo-runtime-0.29.5.jar to /home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.29.5 with includes "" and excludes ""
[1;34mINFOm] org.eolang:eo-runtime::0.29.5 unpacked to ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.29.5
[1;34mINFOm] Found 156 new file(s) after unpacking of org.eolang:eo-runtime:0.29.5
[1;34mINFOm] New 1 dependenc(ies) unpacked
[1;34mINFOm] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.32.0/EO-SOURCES, 24 program(s) registered with version 0.32.0
[1;34mINFOm] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.29.5/EO-SOURCES, 24 program(s) registered with version 0.29.5
[1;34mINFOm] New 48 objects found in 2 unpacked dependencies
[1;34mINFOm] Found placed binaries from org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] No binary file(s) out of 162 were placed from org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] No binary file(s) out of 156 were placed from org.eolang/eo-runtime/-/0.29.5
[1;34mINFOm] Assemble cycle #2 (EO:10/XMIR:9/OPTIMIZED:9/DISCOVERED:9/PROBED:9 -> EO:33/XMIR:10/OPTIMIZED:10/DISCOVERED:10/PROBED:10), took 2s
[1;34mINFOm] Parsed 23 .eo sources to XMIRs
[1;33mWARNINGm] XSL 'not-empty-atoms' took 689ms (over 500ms)
[1;33mWARNINGm] XSL 'global-nonames' took 609ms (over 500ms)
[1;33mWARNINGm] XSL 'duplicate-aliases' took 532ms (over 500ms)
[1;33mWARNINGm] XSL 'global-nonames' took 520ms (over 500ms)
[1;33mWARNINGm] XSL 'same-line-names' took 509ms (over 500ms)
[1;33mWARNINGm] XSL 'cti-adds-errors' took 525ms (over 500ms)
[1;33mWARNINGm] XSL 'same-line-names' took 536ms (over 500ms)
[1;33mWARNINGm] XSL 'duplicate-aliases' took 675ms (over 500ms)
[1;33mWARNINGm] XSL 'cti-adds-errors' took 833ms (over 500ms)
[1;33mWARNINGm] XSL 'self-naming' took 881ms (over 500ms)
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Optimized 23 out of 33 XMIR program(s)
[1;34mINFOm] Discovered 15 foreign objects in 23 programs: [org.eolang.bool, org.eolang.nan, org.eolang.try, org.eolang.float, org.eolang.string, org.eolang.collections.list, org.eolang.collections.bytes-as-array, org.eolang.positive-infinity, org.eolang.memory, org.eolang.int, org.eolang.negative-infinity, org.eolang.error, org.eolang.bytes, org.eolang.tuple, org.eolang.seq]
[1;34mINFOm] Probing object(s): [x.as-bytes.eq, x.neg.as-bytes, x.plus.gt, index.eq.if, terms.at.neg, as-bytes.xor.as-int]
[1;34mINFOm] Probing object(s): [x.as-bytes.eq.or.not, x.as-bytes.eq.or, x.as-bytes.eq.not, x.as-bytes.eq, t.as-bytes.eq, num.eq.not, index.eq.if, acc.gt.if, x.length.eq.if, x.length.eq, terms-count.gt.if]
[1;34mINFOm] Probing object(s): [x.as-bytes.eq, x.neg.as-bytes, x.plus.gt, index.eq.if, terms.at.neg, as-bytes.xor.as-int]
[1;34mINFOm] Probing object(s): [x.as-bytes.eq.or.not, x.as-bytes.eq.or, x.as-bytes.eq.not, x.as-bytes.eq, t.as-bytes.eq, num.eq.not, index.eq.if, acc.gt.if, x.length.eq.if, x.length.eq, terms-count.gt.if]
[1;34mINFOm] Probing object(s): [new-next.gt.if]
[1;34mINFOm] Probing object(s): [index.eq.if, cases.at.at.if, cases.at.at, cases.length.eq.if, cases.length.eq]
[1;34mINFOm] Probing object(s): [int.times.plus, int.as-bytes.and.right.as-int, int.as-bytes.and.right, int.as-bytes.and]
[1;34mINFOm] 2 program(s) were pulled: [org.eolang.collections.list, org.eolang.collections.bytes-as-array]
[1;34mINFOm] Runtime dependency added from pom with version: 0.32.0
[1;34mINFOm] Dependency found for org.eolang.io.stdin:0.29.5: org.eolang:eo-runtime:0.29.5
[1;34mINFOm] Dependency found for org.eolang.try:0.29.5: org.eolang:eo-runtime:0.29.5
[1;34mINFOm] Dependency found for org.eolang.float:0.29.5: org.eolang:eo-runtime:0.29.5
[1;34mINFOm] Dependency found for org.eolang.positive-infinity:0.29.5: org.eolang:eo-runtime:0.29.5
[1;34mINFOm] Dependency found for org.eolang.rust:0.29.5: org.eolang:eo-runtime:0.29.5
[1;34mINFOm] Dependency found for org.eolang.int:0.29.5: org.eolang:eo-runtime:0.29.5
[1;34mINFOm] Dependency found for org.eolang.negative-infinity:0.29.5: org.eolang:eo-runtime:0.29.5
[1;34mINFOm] Dependency found for org.eolang.heap:0.29.5: org.eolang:eo-runtime:0.29.5
[1;34mINFOm] Dependency found for org.eolang.io.stdout:0.29.5: org.eolang:eo-runtime:0.29.5
[1;34mINFOm] Dependency found for org.eolang.goto:0.29.5: org.eolang:eo-runtime:0.29.5
[1;34mINFOm] Dependency found for org.eolang.tuple:0.29.5: org.eolang:eo-runtime:0.29.5
[1;34mINFOm] Dependency found for org.eolang.switch:0.29.5: org.eolang:eo-runtime:0.29.5
[1;34mINFOm] Dependency found for org.eolang.cti:0.29.5: org.eolang:eo-runtime:0.29.5
[1;34mINFOm] Dependency found for org.eolang.nan:0.29.5: org.eolang:eo-runtime:0.29.5
[1;34mINFOm] Dependency found for org.eolang.string:0.29.5: org.eolang:eo-runtime:0.29.5
[1;34mINFOm] Dependency found for org.eolang.memory:0.29.5: org.eolang:eo-runtime:0.29.5
[1;34mINFOm] Dependency found for org.eolang.nop:0.29.5: org.eolang:eo-runtime:0.29.5
[1;34mINFOm] Dependency found for org.eolang.error:0.29.5: org.eolang:eo-runtime:0.29.5
[1;34mINFOm] Dependency found for org.eolang.as-phi:0.29.5: org.eolang:eo-runtime:0.29.5
[1;34mINFOm] Dependency found for org.eolang.bytes:0.29.5: org.eolang:eo-runtime:0.29.5
[1;34mINFOm] Dependency found for org.eolang.cage:0.29.5: org.eolang:eo-runtime:0.29.5
[1;34mINFOm] Dependency found for org.eolang.seq:0.29.5: org.eolang:eo-runtime:0.29.5
[1;34mINFOm] Dependency found for org.eolang.ram:0.29.5: org.eolang:eo-runtime:0.29.5
[1;34mINFOm] New 1 dependenc(ies) unpacked
[1;34mINFOm] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.32.0/EO-SOURCES, 24 program(s) registered with version 0.32.0
[1;34mINFOm] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.29.5/EO-SOURCES, 24 program(s) registered with version 0.29.5
[1;34mINFOm] New 48 objects found in 2 unpacked dependencies
[1;34mINFOm] Found placed binaries from org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] No binary file(s) out of 162 were placed from org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] Found placed binaries from org.eolang/eo-runtime/-/0.29.5
[1;34mINFOm] No binary file(s) out of 156 were placed from org.eolang/eo-runtime/-/0.29.5
[1;34mINFOm] Assemble cycle #3 (EO:33/XMIR:10/OPTIMIZED:10/DISCOVERED:10/PROBED:10 -> EO:35/XMIR:33/OPTIMIZED:33/DISCOVERED:33/PROBED:33), took 19s
[1;34mINFOm] Parsed 2 .eo sources to XMIRs
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Optimized 2 out of 35 XMIR program(s)
[1;34mINFOm] Discovered 6 foreign objects in 2 programs: [org.eolang.switch, org.eolang.bool, org.eolang.memory, org.eolang.tuple, org.eolang.int, org.eolang.seq]
[1;34mINFOm] Probing object(s): [index.plus.eq.if, index.plus.eq, idx.eq.if, x.eq.if, arr.length.eq.if, arr.length.eq, acc.eq.and.if, acc.eq.and, item.eq.if, int.eq.not, i.plus.lt.while, i.plus.lt, j.plus.lt.while, j.plus.lt, arr.at.lt.if, arr.at.lt, int.eq.if, index-carr.at.eq.if, index-carr.at.eq, index-carr.at.length, list.is-empty.if, arr.length.minus, start.lt.if, idx.gte.if]
[1;34mINFOm] Probing object(s): [i.lt.if]
[1;34mINFOm] 0 program(s) were pulled: []
[1;34mINFOm] Runtime dependency added from pom with version: 0.32.0
[1;34mINFOm] Dependency found for org.eolang.collections.list:*.*.*: org.eolang:eo-collections:0.10.0
[1;34mINFOm] Dependency found for org.eolang.collections.bytes-as-array:*.*.*: org.eolang:eo-collections:0.10.0
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-collections/0.10.0/eo-collections-0.10.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/eolang/eo-collections/0.10.0/eo-collections-0.10.0.pom (6.1 kB at 228 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.30.0/eo-runtime-0.30.0.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.30.0/eo-runtime-0.30.0.pom (11 kB at 428 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-parent/0.30.0/eo-parent-0.30.0.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/eolang/eo-parent/0.30.0/eo-parent-0.30.0.pom (12 kB at 445 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.30.0/eo-runtime-0.30.0.jar
Downloaded1from7Maven:khttps://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.30.0/eo-runtime-0.30.0.jar (171 kB at 3.2 MB/s)
[1;34mINFOm] Configured Artifact: org.eolang:eo-collections:0.10.0:jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-collections/0.10.0/eo-collections-0.10.0.jar
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/eolang/eo-collections/0.10.0/eo-collections-0.10.0.jar (28 kB at 1.0 MB/s)
[1;34mINFOm] Unpacking /home/r/.m2/repository/org/eolang/eo-collections/0.10.0/eo-collections-0.10.0.jar to /home/r/repo/target/eo/4-resolve/org.eolang/eo-collections/-/0.10.0 with includes "" and excludes ""
[1;34mINFOm] org.eolang:eo-collections::0.10.0 unpacked to ./home/r/repo/target/eo/4-resolve/org.eolang/eo-collections/-/0.10.0
[1;34mINFOm] Found 19 new file(s) after unpacking of org.eolang:eo-collections:0.10.0
[1;34mINFOm] New 2 dependenc(ies) unpacked
[1;34mINFOm] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.32.0/EO-SOURCES, 24 program(s) registered with version 0.32.0
[1;34mINFOm] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.29.5/EO-SOURCES, 24 program(s) registered with version 0.29.5
[1;34mINFOm] Found 8 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-collections/-/0.10.0/EO-SOURCES, 8 program(s) registered with version 0.10.0
[1;34mINFOm] New 56 objects found in 3 unpacked dependencies
[1;34mINFOm] Found placed binaries from org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] No binary file(s) out of 162 were placed from org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] Found placed binaries from org.eolang/eo-runtime/-/0.29.5
[1;34mINFOm] No binary file(s) out of 156 were placed from org.eolang/eo-runtime/-/0.29.5
[1;34mINFOm] Placed 10 binary file(s) out of 19, found in org.eolang/eo-collections/-/0.10.0
[1;34mINFOm] Placed 10 binary files found in 3 dependencies
[1;34mINFOm] Assemble cycle #4 (EO:35/XMIR:33/OPTIMIZED:33/DISCOVERED:33/PROBED:33 -> EO:35/XMIR:35/OPTIMIZED:35/DISCOVERED:35/PROBED:35), took 5s
[1;34mINFOm] No .eo sources parsed to XMIRs
[1;34mINFOm] Nothing to discover, all programs checked already
[1;34mINFOm] Nothing to probe, all programs checked already
[1;34mINFOm] 6 program(s) were pulled: [org.eolang.collections.set, org.eolang.collections.multimap, org.eolang.collections.map, org.eolang.collections.range, org.eolang.collections.range-of-ints, org.eolang.collections.hash-code-of]
[1;34mINFOm] Runtime dependency added from pom with version: 0.32.0
[1;34mINFOm] New 1 dependenc(ies) unpacked
[1;34mINFOm] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.32.0/EO-SOURCES, 24 program(s) registered with version 0.32.0
[1;34mINFOm] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.29.5/EO-SOURCES, 24 program(s) registered with version 0.29.5
[1;34mINFOm] Found 8 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-collections/-/0.10.0/EO-SOURCES, 8 program(s) registered with version 0.10.0
[1;34mINFOm] New 56 objects found in 3 unpacked dependencies
[1;34mINFOm] Found placed binaries from org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] No binary file(s) out of 162 were placed from org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] Found placed binaries from org.eolang/eo-runtime/-/0.29.5
[1;34mINFOm] No binary file(s) out of 156 were placed from org.eolang/eo-runtime/-/0.29.5
[1;34mINFOm] Found placed binaries from org.eolang/eo-collections/-/0.10.0
[1;34mINFOm] No binary file(s) out of 19 were placed from org.eolang/eo-collections/-/0.10.0
[1;34mINFOm] Assemble cycle #5 (EO:35/XMIR:35/OPTIMIZED:35/DISCOVERED:35/PROBED:35 -> EO:41/XMIR:35/OPTIMIZED:35/DISCOVERED:35/PROBED:35), took 1s
[1;34mINFOm] Parsed 6 .eo sources to XMIRs
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Optimized 6 out of 41 XMIR program(s)
[1;34mINFOm] Discovered 16 foreign objects in 6 programs: [org.eolang.switch, org.eolang.bool, org.eolang.collections.multimap, org.eolang.collections.list, org.eolang.string, org.eolang.collections.map, org.eolang.collections.bytes-as-array, org.eolang.memory, org.eolang.math.number, org.eolang.int, org.eolang.error, org.eolang.collections.range, org.eolang.collections.hash-code-of, org.eolang.bytes, org.eolang.tuple, org.eolang.seq]
[1;34mINFOm] Probing object(s): [lst.is-empty.if, lst.reducedi.at.reduced, lst.reducedi.at, mp.found.length.eq.not.if, mp.found.length.eq.not, mp.found.length.eq, mp.found.length, acc.at.with]
[1;34mINFOm] Probing object(s): [m.length.eq.if, m.length.eq, key.eq.if, x.at.gte.if, x.at.gte, arr.length.gte.if, arr.length.gte, i.gte.and.if, i.gte.and, x.at.eq, mmp.elements-amount.write]
[1;34mINFOm] Probing object(s): [m.length.eq.if, m.length.eq, mp.elements-amount.write]
[1;34mINFOm] Probing object(s): [current.lt.if, start.lt.if]
[1;34mINFOm] Probing object(s): [number.is-int.and.if, number.is-int.and]
[1;34mINFOm] Probing object(s): [h.as-bytes.eq, h-as-bytes.size.eq, h-as-bytes.xor.as-int, index.eq.if, int.times.plus, zero-as-bytes.and.right.as-int, zero-as-bytes.and.right]
[1;34mINFOm] 1 program(s) were pulled: [org.eolang.math.number]
[1;34mINFOm] Runtime dependency added from pom with version: 0.32.0
[1;34mINFOm] Dependency found for org.eolang.collections.set:0.10.0: org.eolang:eo-collections:0.10.0
[1;34mINFOm] Dependency found for org.eolang.collections.multimap:0.10.0: org.eolang:eo-collections:0.10.0
[1;34mINFOm] Dependency found for org.eolang.collections.map:0.10.0: org.eolang:eo-collections:0.10.0
[1;34mINFOm] Dependency found for org.eolang.collections.range:0.10.0: org.eolang:eo-collections:0.10.0
[1;34mINFOm] Dependency found for org.eolang.collections.range-of-ints:0.10.0: org.eolang:eo-collections:0.10.0
[1;34mINFOm] Dependency found for org.eolang.collections.hash-code-of:0.10.0: org.eolang:eo-collections:0.10.0
[1;34mINFOm] New 2 dependenc(ies) unpacked
[1;34mINFOm] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.32.0/EO-SOURCES, 24 program(s) registered with version 0.32.0
[1;34mINFOm] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.29.5/EO-SOURCES, 24 program(s) registered with version 0.29.5
[1;34mINFOm] Found 8 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-collections/-/0.10.0/EO-SOURCES, 8 program(s) registered with version 0.10.0
[1;34mINFOm] New 56 objects found in 3 unpacked dependencies
[1;34mINFOm] Found placed binaries from org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] No binary file(s) out of 162 were placed from org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] Found placed binaries from org.eolang/eo-runtime/-/0.29.5
[1;34mINFOm] No binary file(s) out of 156 were placed from org.eolang/eo-runtime/-/0.29.5
[1;34mINFOm] Found placed binaries from org.eolang/eo-collections/-/0.10.0
[1;34mINFOm] No binary file(s) out of 19 were placed from org.eolang/eo-collections/-/0.10.0
[1;34mINFOm] Assemble cycle #6 (EO:41/XMIR:35/OPTIMIZED:35/DISCOVERED:35/PROBED:35 -> EO:42/XMIR:41/OPTIMIZED:41/DISCOVERED:41/PROBED:41), took 5s
[1;34mINFOm] Parsed 1 .eo sources to XMIRs
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Optimized 1 out of 42 XMIR program(s)
[1;34mINFOm] Discovered 14 foreign objects in 1 programs: [org.eolang.switch, org.eolang.bool, org.eolang.nan, org.eolang.float, org.eolang.string, org.eolang.math.angle, org.eolang.positive-infinity, org.eolang.math.pi, org.eolang.memory, org.eolang.int, org.eolang.negative-infinity, org.eolang.error, org.eolang.tuple, org.eolang.seq]
[1;34mINFOm] Probing object(s): [value.eq.if, value.div.eq, divisor.eq.if, dividend.gt.if, value.gte.if, value.lte.if, number.is-nan.or.if, number.is-nan.or, x-as-num.is-infinite.if, x-as-num.is-int.if, p.eq.if, number.mod.eq.if, number.mod.eq, self-as-float.eq.if, self-is-inf.or.if, self-as-float.lt.and, self-as-float.gt.and, x-is-int.not.if, x-as-num.mod.eq.if, x-as-num.mod.eq, diff.gt.while, a.div.plus, value.minus.div, iterator.lt.while, is-nan.or.if, base-as-number.is-infinite.if, self-as-float.lt.or, positive-infinity.eq.and, positive-infinity.eq.or, self-as-float.eq.and, number.ln.div, value.gt.if, pow-2.lte.while, x.times.div, number.as-float.times, number.exp.ln-2, term-1.y.minus, iterator.gt.while, float.div.minus, low.plus.div, seq.abs.gt.if, seq.abs.gt, cosmid.gt.if, n.gt.or.if, n.gt.or, n.eq.if]
[1;34mINFOm] 2 program(s) were pulled: [org.eolang.math.angle, org.eolang.math.pi]
[1;34mINFOm] Runtime dependency added from pom with version: 0.32.0
[1;34mINFOm] Dependency found for org.eolang.math.number:*.*.*: org.eolang:eo-math:0.4.0
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-math/0.4.0/eo-math-0.4.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/eolang/eo-math/0.4.0/eo-math-0.4.0.pom (6.4 kB at 303 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.29.4/eo-runtime-0.29.4.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.29.4/eo-runtime-0.29.4.pom (10 kB at 548 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-parent/0.29.4/eo-parent-0.29.4.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/eolang/eo-parent/0.29.4/eo-parent-0.29.4.pom (12 kB at 550 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1.pom (3.2 kB at 177 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1.pom (2.8 kB at 157 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1.pom (3.0 kB at 150 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.29.4/eo-runtime-0.29.4.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1.jar
Downloaded4from6Maven:khttps://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.29.4/eo-runtime-0.29.4.jar (168 kB at 2.8 MB/s)
Downloaded3from0Maven:khttps://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1.jar (208 kB at 3.0 MB/s)
Downloaded2from0Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1.jar (103 kB at 1.5 MB/s)
Downloaded1from7Maven:khttps://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1.jar (579 kB at 3.0 MB/s)
[1;34mINFOm] Configured Artifact: org.eolang:eo-math:0.4.0:jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-math/0.4.0/eo-math-0.4.0.jar
Downloaded1from0Maven:khttps://repo.maven.apache.org/maven2/org/eolang/eo-math/0.4.0/eo-math-0.4.0.jar (104 kB at 2.7 MB/s)
[1;34mINFOm] Unpacking /home/r/.m2/repository/org/eolang/eo-math/0.4.0/eo-math-0.4.0.jar to /home/r/repo/target/eo/4-resolve/org.eolang/eo-math/-/0.4.0 with includes "" and excludes ""
[1;34mINFOm] org.eolang:eo-math::0.4.0 unpacked to ./home/r/repo/target/eo/4-resolve/org.eolang/eo-math/-/0.4.0
[1;34mINFOm] Found 77 new file(s) after unpacking of org.eolang:eo-math:0.4.0
[1;34mINFOm] New 2 dependenc(ies) unpacked
[1;34mINFOm] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.32.0/EO-SOURCES, 24 program(s) registered with version 0.32.0
[1;34mINFOm] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.29.5/EO-SOURCES, 24 program(s) registered with version 0.29.5
[1;34mINFOm] Found 7 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-math/-/0.4.0/EO-SOURCES, 7 program(s) registered with version 0.4.0
[1;34mINFOm] Found 8 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-collections/-/0.10.0/EO-SOURCES, 8 program(s) registered with version 0.10.0
[1;34mINFOm] New 63 objects found in 4 unpacked dependencies
[1;34mINFOm] Found placed binaries from org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] No binary file(s) out of 162 were placed from org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] Found placed binaries from org.eolang/eo-runtime/-/0.29.5
[1;34mINFOm] No binary file(s) out of 156 were placed from org.eolang/eo-runtime/-/0.29.5
[1;34mINFOm] Placed 69 binary file(s) out of 77, found in org.eolang/eo-math/-/0.4.0
[1;34mINFOm] Found placed binaries from org.eolang/eo-collections/-/0.10.0
[1;34mINFOm] No binary file(s) out of 19 were placed from org.eolang/eo-collections/-/0.10.0
[1;34mINFOm] Placed 69 binary files found in 4 dependencies
[1;34mINFOm] Assemble cycle #7 (EO:42/XMIR:41/OPTIMIZED:41/DISCOVERED:41/PROBED:41 -> EO:44/XMIR:42/OPTIMIZED:42/DISCOVERED:42/PROBED:42), took 13s
[1;34mINFOm] Parsed 2 .eo sources to XMIRs
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Optimized 2 out of 44 XMIR program(s)
[1;34mINFOm] Discovered 3 foreign objects in 2 programs: [org.eolang.nan, org.eolang.float, org.eolang.math.pi]
[1;34mINFOm] Probing object(s): [cosine.eq.if, sine.eq.if]
[1;34mINFOm] 4 program(s) were pulled: [org.eolang.math.integral, org.eolang.math.random, org.eolang.math.series, org.eolang.math.e]
[1;34mINFOm] Runtime dependency added from pom with version: 0.32.0
[1;34mINFOm] Dependency found for org.eolang.math.angle:0.4.0: org.eolang:eo-math:0.4.0
[1;34mINFOm] Dependency found for org.eolang.math.pi:0.4.0: org.eolang:eo-math:0.4.0
[1;34mINFOm] New 2 dependenc(ies) unpacked
[1;34mINFOm] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.32.0/EO-SOURCES, 24 program(s) registered with version 0.32.0
[1;34mINFOm] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.29.5/EO-SOURCES, 24 program(s) registered with version 0.29.5
[1;34mINFOm] Found 7 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-math/-/0.4.0/EO-SOURCES, 7 program(s) registered with version 0.4.0
[1;34mINFOm] Found 8 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-collections/-/0.10.0/EO-SOURCES, 8 program(s) registered with version 0.10.0
[1;34mINFOm] New 63 objects found in 4 unpacked dependencies
[1;34mINFOm] Found placed binaries from org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] No binary file(s) out of 162 were placed from org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] Found placed binaries from org.eolang/eo-runtime/-/0.29.5
[1;34mINFOm] No binary file(s) out of 156 were placed from org.eolang/eo-runtime/-/0.29.5
[1;34mINFOm] Found placed binaries from org.eolang/eo-math/-/0.4.0
[1;34mINFOm] No binary file(s) out of 77 were placed from org.eolang/eo-math/-/0.4.0
[1;34mINFOm] Found placed binaries from org.eolang/eo-collections/-/0.10.0
[1;34mINFOm] No binary file(s) out of 19 were placed from org.eolang/eo-collections/-/0.10.0
[1;34mINFOm] Assemble cycle #8 (EO:44/XMIR:42/OPTIMIZED:42/DISCOVERED:42/PROBED:42 -> EO:48/XMIR:44/OPTIMIZED:44/DISCOVERED:44/PROBED:44), took 694ms
[1;34mINFOm] Parsed 4 .eo sources to XMIRs
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Optimized 4 out of 48 XMIR program(s)
[1;34mINFOm] Discovered 10 foreign objects in 4 programs: [org.eolang.error, org.eolang.sys.uname, org.eolang.float, org.eolang.string, org.eolang.collections.list, org.eolang.memory, org.eolang.sys.call, org.eolang.math.number, org.eolang.seq, org.eolang.int]
[1;34mINFOm] Probing object(s): [b.minus.div.times, b.minus.div, a.plus.div, y.minus.div, x.plus.lt.while, x.plus.lt]
[1;34mINFOm] Probing object(s): [number.as-float.div, number.left.minus, uname.is-windows.if, time-bytes.left.and.as-int.plus, time-bytes.left.and.as-int, time-bytes.left.and, time-bytes.and.as-int, int.as-bytes.left.as-int.minus.as-bytes, int.as-bytes.left.as-int.minus, int.as-bytes.left.as-int, int.as-bytes.left]
[1;34mINFOm] Probing object(s): [item.gt.if, self-as-list.is-empty.if, min.gt.if]
[1;34mINFOm] 2 program(s) were pulled: [org.eolang.sys.call, org.eolang.sys.uname]
[1;34mINFOm] Runtime dependency added from pom with version: 0.32.0
[1;34mINFOm] Dependency found for org.eolang.math.integral:0.4.0: org.eolang:eo-math:0.4.0
[1;34mINFOm] Dependency found for org.eolang.math.random:0.4.0: org.eolang:eo-math:0.4.0
[1;34mINFOm] Dependency found for org.eolang.math.series:0.4.0: org.eolang:eo-math:0.4.0
[1;34mINFOm] Dependency found for org.eolang.math.e:0.4.0: org.eolang:eo-math:0.4.0
[1;34mINFOm] New 2 dependenc(ies) unpacked
[1;34mINFOm] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.32.0/EO-SOURCES, 24 program(s) registered with version 0.32.0
[1;34mINFOm] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.29.5/EO-SOURCES, 24 program(s) registered with version 0.29.5
[1;34mINFOm] Found 7 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-math/-/0.4.0/EO-SOURCES, 7 program(s) registered with version 0.4.0
[1;34mINFOm] Found 8 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-collections/-/0.10.0/EO-SOURCES, 8 program(s) registered with version 0.10.0
[1;34mINFOm] New 63 objects found in 4 unpacked dependencies
[1;34mINFOm] Found placed binaries from org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] No binary file(s) out of 162 were placed from org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] Found placed binaries from org.eolang/eo-runtime/-/0.29.5
[1;34mINFOm] No binary file(s) out of 156 were placed from org.eolang/eo-runtime/-/0.29.5
[1;34mINFOm] Found placed binaries from org.eolang/eo-math/-/0.4.0
[1;34mINFOm] No binary file(s) out of 77 were placed from org.eolang/eo-math/-/0.4.0
[1;34mINFOm] Found placed binaries from org.eolang/eo-collections/-/0.10.0
[1;34mINFOm] No binary file(s) out of 19 were placed from org.eolang/eo-collections/-/0.10.0
[1;34mINFOm] Assemble cycle #9 (EO:48/XMIR:44/OPTIMIZED:44/DISCOVERED:44/PROBED:44 -> EO:50/XMIR:48/OPTIMIZED:48/DISCOVERED:48/PROBED:48), took 3s
[1;34mINFOm] Parsed 2 .eo sources to XMIRs
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Optimized 2 out of 50 XMIR program(s)
[1;34mINFOm] Discovered 1 foreign objects in 2 programs: [org.eolang.tuple]
[1;34mINFOm] 0 program(s) were pulled: []
[1;34mINFOm] Runtime dependency added from pom with version: 0.32.0
[1;34mINFOm] Dependency found for org.eolang.sys.call:*.*.*: org.eolang:eo-sys:jar-with-dependencies:0.0.11
[1;34mINFOm] Dependency found for org.eolang.sys.uname:*.*.*: org.eolang:eo-sys:jar-with-dependencies:0.0.11
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-sys/0.0.11/eo-sys-0.0.11.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/eolang/eo-sys/0.0.11/eo-sys-0.0.11.pom (9.4 kB at 428 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.29.6/eo-runtime-0.29.6.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.29.6/eo-runtime-0.29.6.pom (10 kB at 521 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-parent/0.29.6/eo-parent-0.29.6.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/eolang/eo-parent/0.29.6/eo-parent-0.29.6.pom (12 kB at 536 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.13.0/jna-5.13.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.13.0/jna-5.13.0.pom (2.0 kB at 102 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.pom (2.3 kB at 118 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.8/logback-classic-1.4.8.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.8/logback-classic-1.4.8.pom (13 kB at 595 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.4.8/logback-parent-1.4.8.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.4.8/logback-parent-1.4.8.pom (20 kB at 857 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.8/logback-core-1.4.8.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.8/logback-core-1.4.8.pom (5.0 kB at 252 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.29.6/eo-runtime-0.29.6.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.13.0/jna-5.13.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.8/logback-classic-1.4.8.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.8/logback-core-1.4.8.jar
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.29.6/eo-runtime-0.29.6.jar (167 kB at 1.8 MB/s)
Downloaded4from7Maven:khttps://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.8/logback-classic-1.4.8.jar (273 kB at 2.3 MB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.8/logback-core-1.4.8.jar (591 kB at 3.2 MB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.13.0/jna-5.13.0.jar (1.9 MB at 4.7 MB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.jar (1.4 MB at 3.1 MB/s)
[1;34mINFOm] Configured Artifact: org.eolang:eo-sys:jar-with-dependencies:0.0.11:jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-sys/0.0.11/eo-sys-0.0.11-jar-with-dependencies.jar
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/org/eolang/eo-sys/0.0.11/eo-sys-0.0.11-jar-with-dependencies.jar (3.2 MB at 7.4 MB/s)
[1;34mINFOm] Unpacking /home/r/.m2/repository/org/eolang/eo-sys/0.0.11/eo-sys-0.0.11-jar-with-dependencies.jar to /home/r/repo/target/eo/4-resolve/org.eolang/eo-sys/jar-with-dependencies/0.0.11 with includes "" and excludes ""
[1;34mINFOm] org.eolang:eo-sys:jar-with-dependencies:0.0.11 unpacked to ./home/r/repo/target/eo/4-resolve/org.eolang/eo-sys/jar-with-dependencies/0.0.11
[1;34mINFOm] Found 1466 new file(s) after unpacking of org.eolang:eo-sys:jar-with-dependencies:0.0.11
[1;34mINFOm] New 2 dependenc(ies) unpacked
[1;34mINFOm] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.32.0/EO-SOURCES, 24 program(s) registered with version 0.32.0
[1;34mINFOm] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.29.5/EO-SOURCES, 24 program(s) registered with version 0.29.5
[1;34mINFOm] Found 3 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-sys/jar-with-dependencies/0.0.11/EO-SOURCES, 3 program(s) registered with version 0.0.11
[1;34mINFOm] Found 7 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-math/-/0.4.0/EO-SOURCES, 7 program(s) registered with version 0.4.0
[1;34mINFOm] Found 8 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-collections/-/0.10.0/EO-SOURCES, 8 program(s) registered with version 0.10.0
[1;34mINFOm] New 66 objects found in 5 unpacked dependencies
[1;34mINFOm] Found placed binaries from org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] No binary file(s) out of 162 were placed from org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] Found placed binaries from org.eolang/eo-runtime/-/0.29.5
[1;34mINFOm] No binary file(s) out of 156 were placed from org.eolang/eo-runtime/-/0.29.5
[1;34mINFOm] Placed 1462 binary file(s) out of 1466, found in org.eolang/eo-sys/jar-with-dependencies/0.0.11
[1;34mINFOm] Found placed binaries from org.eolang/eo-math/-/0.4.0
[1;34mINFOm] No binary file(s) out of 77 were placed from org.eolang/eo-math/-/0.4.0
[1;34mINFOm] Found placed binaries from org.eolang/eo-collections/-/0.10.0
[1;34mINFOm] No binary file(s) out of 19 were placed from org.eolang/eo-collections/-/0.10.0
[1;34mINFOm] Placed 1462 binary files found in 5 dependencies
[1;34mINFOm] Assemble cycle #10 (EO:50/XMIR:48/OPTIMIZED:48/DISCOVERED:48/PROBED:48 -> EO:50/XMIR:50/OPTIMIZED:50/DISCOVERED:50/PROBED:50), took 6s
[1;34mINFOm] No .eo sources parsed to XMIRs
[1;34mINFOm] Nothing to discover, all programs checked already
[1;34mINFOm] Nothing to probe, all programs checked already
[1;34mINFOm] 1 program(s) were pulled: [org.eolang.sys.win32]
[1;34mINFOm] Runtime dependency added from pom with version: 0.32.0
[1;34mINFOm] New 1 dependenc(ies) unpacked
[1;34mINFOm] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.32.0/EO-SOURCES, 24 program(s) registered with version 0.32.0
[1;34mINFOm] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.29.5/EO-SOURCES, 24 program(s) registered with version 0.29.5
[1;34mINFOm] Found 3 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-sys/jar-with-dependencies/0.0.11/EO-SOURCES, 3 program(s) registered with version 0.0.11
[1;34mINFOm] Found 7 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-math/-/0.4.0/EO-SOURCES, 7 program(s) registered with version 0.4.0
[1;34mINFOm] Found 8 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-collections/-/0.10.0/EO-SOURCES, 8 program(s) registered with version 0.10.0
[1;34mINFOm] New 66 objects found in 5 unpacked dependencies
[1;34mINFOm] Found placed binaries from org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] No binary file(s) out of 162 were placed from org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] Found placed binaries from org.eolang/eo-runtime/-/0.29.5
[1;34mINFOm] No binary file(s) out of 156 were placed from org.eolang/eo-runtime/-/0.29.5
[1;34mINFOm] Found placed binaries from org.eolang/eo-sys/jar-with-dependencies/0.0.11
[1;34mINFOm] No binary file(s) out of 1466 were placed from org.eolang/eo-sys/jar-with-dependencies/0.0.11
[1;34mINFOm] Found placed binaries from org.eolang/eo-math/-/0.4.0
[1;34mINFOm] No binary file(s) out of 77 were placed from org.eolang/eo-math/-/0.4.0
[1;34mINFOm] Found placed binaries from org.eolang/eo-collections/-/0.10.0
[1;34mINFOm] No binary file(s) out of 19 were placed from org.eolang/eo-collections/-/0.10.0
[1;34mINFOm] Assemble cycle #11 (EO:50/XMIR:50/OPTIMIZED:50/DISCOVERED:50/PROBED:50 -> EO:51/XMIR:50/OPTIMIZED:50/DISCOVERED:50/PROBED:50), took 841ms
[1;34mINFOm] Parsed 1 .eo sources to XMIRs
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Optimized 1 out of 51 XMIR program(s)
[1;34mINFOm] Discovered 1 foreign objects in 1 programs: [org.eolang.tuple]
[1;34mINFOm] 0 program(s) were pulled: []
[1;34mINFOm] Runtime dependency added from pom with version: 0.32.0
[1;34mINFOm] Dependency found for org.eolang.sys.win32:0.0.11: org.eolang:eo-sys:jar-with-dependencies:0.0.11
[1;34mINFOm] New 2 dependenc(ies) unpacked
[1;34mINFOm] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.32.0/EO-SOURCES, 24 program(s) registered with version 0.32.0
[1;34mINFOm] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.29.5/EO-SOURCES, 24 program(s) registered with version 0.29.5
[1;34mINFOm] Found 3 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-sys/jar-with-dependencies/0.0.11/EO-SOURCES, 3 program(s) registered with version 0.0.11
[1;34mINFOm] Found 7 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-math/-/0.4.0/EO-SOURCES, 7 program(s) registered with version 0.4.0
[1;34mINFOm] Found 8 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-collections/-/0.10.0/EO-SOURCES, 8 program(s) registered with version 0.10.0
[1;34mINFOm] New 66 objects found in 5 unpacked dependencies
[1;34mINFOm] Found placed binaries from org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] No binary file(s) out of 162 were placed from org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] Found placed binaries from org.eolang/eo-runtime/-/0.29.5
[1;34mINFOm] No binary file(s) out of 156 were placed from org.eolang/eo-runtime/-/0.29.5
[1;34mINFOm] Found placed binaries from org.eolang/eo-sys/jar-with-dependencies/0.0.11
[1;34mINFOm] No binary file(s) out of 1466 were placed from org.eolang/eo-sys/jar-with-dependencies/0.0.11
[1;34mINFOm] Found placed binaries from org.eolang/eo-math/-/0.4.0
[1;34mINFOm] No binary file(s) out of 77 were placed from org.eolang/eo-math/-/0.4.0
[1;34mINFOm] Found placed binaries from org.eolang/eo-collections/-/0.10.0
[1;34mINFOm] No binary file(s) out of 19 were placed from org.eolang/eo-collections/-/0.10.0
[1;34mINFOm] Assemble cycle #12 (EO:51/XMIR:50/OPTIMIZED:50/DISCOVERED:50/PROBED:50 -> EO:51/XMIR:51/OPTIMIZED:51/DISCOVERED:51/PROBED:51), took 1s
[1;34mINFOm] No .eo sources parsed to XMIRs
[1;34mINFOm] Nothing to discover, all programs checked already
[1;34mINFOm] Nothing to probe, all programs checked already
[1;34mINFOm] 0 program(s) were pulled: []
[1;34mINFOm] Runtime dependency added from pom with version: 0.32.0
[1;34mINFOm] New 1 dependenc(ies) unpacked
[1;34mINFOm] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.32.0/EO-SOURCES, 24 program(s) registered with version 0.32.0
[1;34mINFOm] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.29.5/EO-SOURCES, 24 program(s) registered with version 0.29.5
[1;34mINFOm] Found 3 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-sys/jar-with-dependencies/0.0.11/EO-SOURCES, 3 program(s) registered with version 0.0.11
[1;34mINFOm] Found 7 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-math/-/0.4.0/EO-SOURCES, 7 program(s) registered with version 0.4.0
[1;34mINFOm] Found 8 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-collections/-/0.10.0/EO-SOURCES, 8 program(s) registered with version 0.10.0
[1;34mINFOm] New 66 objects found in 5 unpacked dependencies
[1;34mINFOm] Found placed binaries from org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] No binary file(s) out of 162 were placed from org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] Found placed binaries from org.eolang/eo-runtime/-/0.29.5
[1;34mINFOm] No binary file(s) out of 156 were placed from org.eolang/eo-runtime/-/0.29.5
[1;34mINFOm] Found placed binaries from org.eolang/eo-sys/jar-with-dependencies/0.0.11
[1;34mINFOm] No binary file(s) out of 1466 were placed from org.eolang/eo-sys/jar-with-dependencies/0.0.11
[1;34mINFOm] Found placed binaries from org.eolang/eo-math/-/0.4.0
[1;34mINFOm] No binary file(s) out of 77 were placed from org.eolang/eo-math/-/0.4.0
[1;34mINFOm] Found placed binaries from org.eolang/eo-collections/-/0.10.0
[1;34mINFOm] No binary file(s) out of 19 were placed from org.eolang/eo-collections/-/0.10.0
[1;34mINFOm] Assemble cycle #13 (EO:51/XMIR:51/OPTIMIZED:51/DISCOVERED:51/PROBED:51 -> EO:51/XMIR:51/OPTIMIZED:51/DISCOVERED:51/PROBED:51), took 689ms
[1;34mINFOm] 13 assemble cycle(s) produced some new object(s): EO:51/XMIR:51/OPTIMIZED:51/DISCOVERED:51/PROBED:51
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo-maven-plugin:0.32.0:transpilem 1m(compile)m @ 36meo-files0;1m ---m
[1;34mINFOm] Generated 1 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/nop.xmir to ./home/r/repo/target/generated-sources
[1;34mINFOm] Generated 2 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/collections/bytes-as-array.xmir to ./home/r/repo/target/generated-sources
[1;34mINFOm] Generated 1 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/math/pi.xmir to ./home/r/repo/target/generated-sources
[1;34mINFOm] Generated 3 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/collections/range.xmir to ./home/r/repo/target/generated-sources
[1;34mINFOm] Generated 5 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/math/series.xmir to ./home/r/repo/target/generated-sources
[1;33mWARNINGm] XSL 'StUnhex' took 1s (over 500ms)
[1;34mINFOm] Generated 9 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/int.xmir to ./home/r/repo/target/generated-sources
[1;34mINFOm] Generated 3 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/math/integral.xmir to ./home/r/repo/target/generated-sources
[1;34mINFOm] Generated 4 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/math/random.xmir to ./home/r/repo/target/generated-sources
[1;33mWARNINGm] XSL 'StUnhex' took 526ms (over 500ms)
[1;34mINFOm] Generated 1 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/math/e.xmir to ./home/r/repo/target/generated-sources
[1;34mINFOm] Generated 6 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/bytes.xmir to ./home/r/repo/target/generated-sources
[1;34mINFOm] Generated 5 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/bool.xmir to ./home/r/repo/target/generated-sources
[1;34mINFOm] Generated 1 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/io/stdin.xmir to ./home/r/repo/target/generated-sources
[1;34mINFOm] Generated 9 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/float.xmir to ./home/r/repo/target/generated-sources
[1;33mWARNINGm] XSL 'StUnhex' took 638ms (over 500ms)
[1;34mINFOm] Generated 1 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/io/memory-as-output.xmir to ./home/r/repo/target/generated-sources
[1;33mWARNINGm] XSL 'tests' took 1s (over 500ms)
[1;33mWARNINGm] XSL 'rename-tests-inners' took 1s (over 500ms)
[1;34mINFOm] Generated 49 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/collections/list.xmir to ./home/r/repo/target/generated-sources
[1;33mWARNINGm] XSL 'tests' took 1s (over 500ms)
[1;34mINFOm] Generated 5 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/math/angle.xmir to ./home/r/repo/target/generated-sources
[1;33mWARNINGm] XSL 'varargs' took 1s (over 500ms)
[1;33mWARNINGm] XSL 'attrs' took 925ms (over 500ms)
[1;33mWARNINGm] XSL 'attrs' took 938ms (over 500ms)
[1;34mINFOm] Generated 31 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/positive-infinity.xmir to ./home/r/repo/target/generated-sources
[1;33mWARNINGm] XSL 'rename-tests-inners' took 1s (over 500ms)
[1;33mWARNINGm] XSL 'varargs' took 1s (over 500ms)
[1;33mWARNINGm] XSL 'package' took 1s (over 500ms)
[1;34mINFOm] Generated 1 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/io/bytes-as-input.xmir to ./home/r/repo/target/generated-sources
[1;34mINFOm] Generated 1 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/tuple.xmir to ./home/r/repo/target/generated-sources
[1;34mINFOm] Generated 1 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/fs/file.xmir to ./home/r/repo/target/generated-sources
[1;34mINFOm] Generated 6 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/heap.xmir to ./home/r/repo/target/generated-sources
[1;34mINFOm] Generated 2 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/switch.xmir to ./home/r/repo/target/generated-sources
[1;34mINFOm] Generated 1 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/cti.xmir to ./home/r/repo/target/generated-sources
[1;33mWARNINGm] XSL 'classes' took 1s (over 500ms)
[1;34mINFOm] Generated 31 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/negative-infinity.xmir to ./home/r/repo/target/generated-sources
[1;33mWARNINGm] XSL 'package' took 1s (over 500ms)
[1;34mINFOm] Generated 11 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/nan.xmir to ./home/r/repo/target/generated-sources
[1;34mINFOm] Generated 4 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/collections/set.xmir to ./home/r/repo/target/generated-sources
[1;34mINFOm] Generated 3 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/string.xmir to ./home/r/repo/target/generated-sources
[1;34mINFOm] Generated 1 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/sys/uname.xmir to ./home/r/repo/target/generated-sources
[1;34mINFOm] Generated 1 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/fs/dir.xmir to ./home/r/repo/target/generated-sources
[1;34mINFOm] Generated 8 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/collections/map.xmir to ./home/r/repo/target/generated-sources
[1;34mINFOm] Generated 22 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/collections/multimap.xmir to ./home/r/repo/target/generated-sources
[1;34mINFOm] Generated 3 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/collections/range-of-ints.xmir to ./home/r/repo/target/generated-sources
[1;34mINFOm] Generated 2 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/ram.xmir to ./home/r/repo/target/generated-sources
[1;34mINFOm] Generated 3 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/collections/hash-code-of.xmir to ./home/r/repo/target/generated-sources
[1;33mWARNINGm] XSL 'StUnhex' took 3s (over 500ms)
[1;34mINFOm] Generated 41 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/math/number.xmir to ./home/r/repo/target/generated-sources
[1;34mINFOm] Transpiled 51 XMIRs, created 6084 Java files in ./home/r/repo/target/generated-sources
[1;34mINFOm] The directory added to Maven 'compile-source-root': ./home/r/repo/target/generated-sources
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-resources-plugin:3.3.1:resourcesm 1m(default-resources)m @ 36meo-files0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom (6.0 kB at 318 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom (3.2 kB at 179 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar
Downloaded2from5Maven:5https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 2.8 MB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar (55 kB at 1.8 MB/s)
[1;34mINFOm] skip non existing resourceDirectory /home/r/repo/src/main/resources
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-compiler-plugin:3.8.1:compilem 1m(default-compile)m @ 36meo-files0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 185 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 41 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 280 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 185 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 297 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 250 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 335 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 582 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 115 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 380 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 611 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 49 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 307 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 109 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 112 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 417 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 166 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 120 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 114 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 104 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 90 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 154 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 163 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 46 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 102 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 109 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 70 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 225 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 274 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom (15 kB at 780 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 54 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 269 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 230 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 147 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom (16 kB at 792 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom (867 B at 43 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom (6.0 kB at 301 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 202 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom (692 B at 35 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom (771 B at 41 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom (1.3 kB at 71 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Downloaded4from9Maven:3https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 2.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
Downloaded4from4Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 683 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
Downloaded4from8Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Downloaded4from0Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 259 kB/s)
Downloading)from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 317 kB/s)
Downloading)from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Downloaded3from2Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Downloaded4from7Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 171 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Downloaded4from9Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 2.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Downloaded5from5Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 240 kB/s)
Downloading)from0Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Downloaded4from7Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 61 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 481 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Downloaded2from9Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 661 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Downloaded5from7Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 176 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 282 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 1.8 MB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 407 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 225 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar
Downloaded4from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 15 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.jar
Downloaded4from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 47 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar
Downloaded5from0Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 124 kB/s)
Downloading)from9Maven:1https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar
Downloaded5from0Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 621 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar
Downloaded4from6Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 483 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.jar (111 kB at 322 kB/s)
Downloaded3from1Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar (27 kB at 76 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar (4.7 kB at 13 kB/s)
Downloaded2from4Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar (21 kB at 58 kB/s)
Downloaded1from1Maven:khttps://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar (317 kB at 733 kB/s)
[1;34mINFOm] Changes detected - recompiling the module!
[1;34mINFOm] Compiling 302 source files to /home/r/repo/target/classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo-maven-plugin:0.32.0:registerm 1m(test-compile)m @ 36meo-files0;1m ---m
[1;34mINFOm] Registered 8 EO sources from ./home/r/repo/src/test/eo to ./home/r/repo/target/eo-foreign.csv, included [**.eo], excluded []
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo-maven-plugin:0.32.0:assemblem 1m(test-compile)m @ 36meo-files0;1m ---m
[1;34mINFOm] Parsed 8 .eo sources to XMIRs
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Optimized 8 out of 8 XMIR program(s)
[1;34mINFOm] Discovered 19 foreign objects in 8 programs: [org.eolang.fs.base-name, org.eolang.bool, org.eolang.sys.uname, org.eolang.fs.dir, org.eolang.string, org.eolang.io.copied, org.eolang.io.memory-as-output, org.eolang.fs.dir-name, org.eolang.memory, org.eolang.hamcrest.assert-that, org.eolang.fs.tmpdir, org.eolang.int, org.eolang.nop, org.eolang.txt.sprintf, org.eolang.fs.file, org.eolang.io.bytes-as-input, org.eolang.bytes, org.eolang.fs.ext-name, org.eolang.seq]
[1;34mINFOm] Probing object(s): [file.exists.not, f.rm.and, f.exists.not, src.exists.not, tmpdir.tmpfile.rm, f.touch.and, f.size.eq]
[1;34mINFOm] Probing object(s): [i1.eq.and]
[1;34mINFOm] Probing object(s): [uname.is-unix.or.if, uname.is-unix.or]
[1;34mINFOm] Probing object(s): [f.rm.and, d.rm.and, d.resolve.as-output, d.exists.not, d.resolve.touch, directory.walk.length]
[1;34mINFOm] 2 program(s) were pulled: [org.eolang.txt.sprintf, org.eolang.hamcrest.assert-that]
[1;34mINFOm] Runtime dependency added from pom with version: 0.32.0
[1;34mINFOm] Configured Artifact: org.eolang:eo-runtime:0.32.0:jar
[1;34mINFOm] eo-runtime-0.32.0.jar already unpacked.
[1;34mINFOm] org.eolang:eo-runtime:null:0.32.0 unpacked to ./home/r/repo/target/eo-test/4-resolve/org.eolang/eo-runtime/-/0.32.0
[1;33mWARNINGm] No new files after unpacking of org.eolang:eo-runtime:0.32.0!
[1;34mINFOm] New 1 dependenc(ies) unpacked
[1;34mINFOm] New 0 objects found in 1 unpacked dependencies
[1;34mINFOm] Found placed binaries from org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] No binary file(s) out of 0 were placed from org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] Assemble cycle #1 (EO:8/XMIR:0/OPTIMIZED:0/DISCOVERED:0/PROBED:0 -> EO:10/XMIR:8/OPTIMIZED:8/DISCOVERED:8/PROBED:8), took 3s
[1;34mINFOm] Parsed 2 .eo sources to XMIRs
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Optimized 2 out of 10 XMIR program(s)
[1;34mINFOm] Discovered 26 foreign objects in 2 programs: [org.eolang.hamcrest.matchers.equal-to-matcher, org.eolang.hamcrest.matchers.anything-matcher, org.eolang.hamcrest.matchers.close-to-matcher, org.eolang.bool, org.eolang.hamcrest.matchers.array-each-matcher, org.eolang.hamcrest.matchers.string-ends-with-matcher, org.eolang.hamcrest.matchers.described-as-matcher, org.eolang.hamcrest.matchers.is-substring-matcher, org.eolang.hamcrest.matchers.contains-string-matcher, org.eolang.int, org.eolang.hamcrest.matchers.any-of-matcher, org.eolang.hamcrest.matchers.empty-string-matcher, org.eolang.hamcrest.matchers.has-item-matcher, org.eolang.hamcrest.matchers.not-matcher, org.eolang.hamcrest.matchers.matches-regex-matcher, org.eolang.hamcrest.matchers.greater-than-matcher, org.eolang.tuple, org.eolang.hamcrest.matchers.blank-string-matcher, org.eolang.hamcrest.matchers.is-matcher, org.eolang.hamcrest.matchers.string-starts-with-matcher, org.eolang.string, org.eolang.collections.list, org.eolang.hamcrest.matchers.less-than-matcher, org.eolang.txt.sprintf, org.eolang.hamcrest.matchers.has-items-matcher, org.eolang.hamcrest.matchers.all-of-matcher]
[1;34mINFOm] Probing object(s): [matcher.match.if, list.is-empty.if]
[1;34mINFOm] 20 program(s) were pulled: [org.eolang.hamcrest.matchers.described-as-matcher, org.eolang.hamcrest.matchers.greater-than-matcher, org.eolang.hamcrest.matchers.less-than-matcher, org.eolang.hamcrest.matchers.equal-to-matcher, org.eolang.hamcrest.matchers.anything-matcher, org.eolang.hamcrest.matchers.close-to-matcher, org.eolang.hamcrest.matchers.array-each-matcher, org.eolang.hamcrest.matchers.string-ends-with-matcher, org.eolang.hamcrest.matchers.is-substring-matcher, org.eolang.hamcrest.matchers.contains-string-matcher, org.eolang.hamcrest.matchers.any-of-matcher, org.eolang.hamcrest.matchers.empty-string-matcher, org.eolang.hamcrest.matchers.has-item-matcher, org.eolang.hamcrest.matchers.not-matcher, org.eolang.hamcrest.matchers.matches-regex-matcher, org.eolang.hamcrest.matchers.blank-string-matcher, org.eolang.hamcrest.matchers.is-matcher, org.eolang.hamcrest.matchers.string-starts-with-matcher, org.eolang.hamcrest.matchers.has-items-matcher, org.eolang.hamcrest.matchers.all-of-matcher]
[1;34mINFOm] Runtime dependency added from pom with version: 0.32.0
[1;34mINFOm] Dependency found for org.eolang.txt.sprintf:*.*.*: org.eolang:eo-strings:0.5.0
[1;34mINFOm] Dependency found for org.eolang.hamcrest.assert-that:*.*.*: org.eolang:eo-hamcrest:0.5.0
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-strings/0.5.0/eo-strings-0.5.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/eolang/eo-strings/0.5.0/eo-strings-0.5.0.pom (6.2 kB at 283 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-hamcrest/0.5.0/eo-hamcrest-0.5.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/eolang/eo-hamcrest/0.5.0/eo-hamcrest-0.5.0.pom (6.1 kB at 288 kB/s)
[1;34mINFOm] Configured Artifact: org.eolang:eo-hamcrest:0.5.0:jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-hamcrest/0.5.0/eo-hamcrest-0.5.0.jar
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/eolang/eo-hamcrest/0.5.0/eo-hamcrest-0.5.0.jar (33 kB at 1.2 MB/s)
[1;34mINFOm] Unpacking /home/r/.m2/repository/org/eolang/eo-hamcrest/0.5.0/eo-hamcrest-0.5.0.jar to /home/r/repo/target/eo-test/4-resolve/org.eolang/eo-hamcrest/-/0.5.0 with includes "" and excludes ""
[1;34mINFOm] org.eolang:eo-hamcrest::0.5.0 unpacked to ./home/r/repo/target/eo-test/4-resolve/org.eolang/eo-hamcrest/-/0.5.0
[1;34mINFOm] Found 26 new file(s) after unpacking of org.eolang:eo-hamcrest:0.5.0
[1;34mINFOm] Configured Artifact: org.eolang:eo-strings:0.5.0:jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-strings/0.5.0/eo-strings-0.5.0.jar
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/eolang/eo-strings/0.5.0/eo-strings-0.5.0.jar (24 kB at 996 kB/s)
[1;34mINFOm] Unpacking /home/r/.m2/repository/org/eolang/eo-strings/0.5.0/eo-strings-0.5.0.jar to /home/r/repo/target/eo-test/4-resolve/org.eolang/eo-strings/-/0.5.0 with includes "" and excludes ""
[1;34mINFOm] org.eolang:eo-strings::0.5.0 unpacked to ./home/r/repo/target/eo-test/4-resolve/org.eolang/eo-strings/-/0.5.0
[1;34mINFOm] Found 17 new file(s) after unpacking of org.eolang:eo-strings:0.5.0
[1;34mINFOm] New 3 dependenc(ies) unpacked
[1;34mINFOm] Found 22 sources in ./home/r/repo/target/eo-test/4-resolve/org.eolang/eo-hamcrest/-/0.5.0/EO-SOURCES, 22 program(s) registered with version 0.5.0
[1;34mINFOm] Found 4 sources in ./home/r/repo/target/eo-test/4-resolve/org.eolang/eo-strings/-/0.5.0/EO-SOURCES, 4 program(s) registered with version 0.5.0
[1;34mINFOm] New 26 objects found in 3 unpacked dependencies
[1;34mINFOm] Placed 3 binary file(s) out of 26, found in org.eolang/eo-hamcrest/-/0.5.0
[1;34mINFOm] Found placed binaries from org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] No binary file(s) out of 0 were placed from org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] Placed 12 binary file(s) out of 17, found in org.eolang/eo-strings/-/0.5.0
[1;34mINFOm] Placed 15 binary files found in 3 dependencies
[1;34mINFOm] Assemble cycle #2 (EO:10/XMIR:8/OPTIMIZED:8/DISCOVERED:8/PROBED:8 -> EO:30/XMIR:10/OPTIMIZED:10/DISCOVERED:10/PROBED:10), took 2s
[1;34mINFOm] Parsed 20 .eo sources to XMIRs
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Optimized 20 out of 30 XMIR program(s)
[1;34mINFOm] Discovered 13 foreign objects in 20 programs: [org.eolang.bool, org.eolang.string, org.eolang.float, org.eolang.collections.list, org.eolang.memory, org.eolang.math.number, org.eolang.int, org.eolang.txt.text, org.eolang.error, org.eolang.txt.sprintf, org.eolang.txt.regex, org.eolang.tuple, org.eolang.seq]
[1;34mINFOm] Probing object(s): [number.is-float.and.if, number.is-float.and, value.gte.if]
[1;34mINFOm] Probing object(s): [matchers.length.eq.if, matchers.length.eq, matchers.at.match.if, matchers.at.match, matchers.at.describe-mismatch]
[1;34mINFOm] Probing object(s): [matcher.match.if]
[1;34mINFOm] Probing object(s): [matcher.match.not]
[1;34mINFOm] Probing object(s): [regex.compile.matches]
[1;34mINFOm] Probing object(s): [str.eq.or]
[1;34mINFOm] Probing object(s): [x.match.if]
[1;34mINFOm] 4 program(s) were pulled: [org.eolang.txt.text, org.eolang.txt.sscanf, org.eolang.txt.regex, org.eolang.hamcrest.assert-twice-that]
[1;34mINFOm] Runtime dependency added from pom with version: 0.32.0
[1;34mINFOm] Dependency found for org.eolang.hamcrest.matchers.described-as-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[1;34mINFOm] Dependency found for org.eolang.hamcrest.matchers.greater-than-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[1;34mINFOm] Dependency found for org.eolang.hamcrest.matchers.less-than-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[1;34mINFOm] Dependency found for org.eolang.hamcrest.matchers.equal-to-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[1;34mINFOm] Dependency found for org.eolang.hamcrest.matchers.anything-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[1;34mINFOm] Dependency found for org.eolang.hamcrest.matchers.close-to-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[1;34mINFOm] Dependency found for org.eolang.hamcrest.matchers.array-each-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[1;34mINFOm] Dependency found for org.eolang.hamcrest.matchers.string-ends-with-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[1;34mINFOm] Dependency found for org.eolang.hamcrest.matchers.is-substring-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[1;34mINFOm] Dependency found for org.eolang.hamcrest.matchers.contains-string-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[1;34mINFOm] Dependency found for org.eolang.hamcrest.matchers.any-of-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[1;34mINFOm] Dependency found for org.eolang.hamcrest.matchers.empty-string-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[1;34mINFOm] Dependency found for org.eolang.hamcrest.matchers.has-item-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[1;34mINFOm] Dependency found for org.eolang.hamcrest.matchers.not-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[1;34mINFOm] Dependency found for org.eolang.hamcrest.matchers.matches-regex-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[1;34mINFOm] Dependency found for org.eolang.hamcrest.matchers.blank-string-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[1;34mINFOm] Dependency found for org.eolang.hamcrest.matchers.is-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[1;34mINFOm] Dependency found for org.eolang.hamcrest.matchers.string-starts-with-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[1;34mINFOm] Dependency found for org.eolang.hamcrest.matchers.has-items-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[1;34mINFOm] Dependency found for org.eolang.hamcrest.matchers.all-of-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[1;34mINFOm] New 2 dependenc(ies) unpacked
[1;34mINFOm] Found 22 sources in ./home/r/repo/target/eo-test/4-resolve/org.eolang/eo-hamcrest/-/0.5.0/EO-SOURCES, 22 program(s) registered with version 0.5.0
[1;34mINFOm] Found 4 sources in ./home/r/repo/target/eo-test/4-resolve/org.eolang/eo-strings/-/0.5.0/EO-SOURCES, 4 program(s) registered with version 0.5.0
[1;34mINFOm] New 26 objects found in 3 unpacked dependencies
[1;34mINFOm] Found placed binaries from org.eolang/eo-hamcrest/-/0.5.0
[1;34mINFOm] No binary file(s) out of 26 were placed from org.eolang/eo-hamcrest/-/0.5.0
[1;34mINFOm] Found placed binaries from org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] No binary file(s) out of 0 were placed from org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] Found placed binaries from org.eolang/eo-strings/-/0.5.0
[1;34mINFOm] No binary file(s) out of 17 were placed from org.eolang/eo-strings/-/0.5.0
[1;34mINFOm] Assemble cycle #3 (EO:30/XMIR:10/OPTIMIZED:10/DISCOVERED:10/PROBED:10 -> EO:34/XMIR:30/OPTIMIZED:30/DISCOVERED:30/PROBED:30), took 6s
[1;34mINFOm] Parsed 4 .eo sources to XMIRs
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Shift #0 via 'globals-to-abstracts' made no changes
[1;34mINFOm] Optimized 4 out of 34 XMIR program(s)
[1;34mINFOm] Discovered 31 foreign objects in 4 programs: [org.eolang.hamcrest.matchers.equal-to-matcher, org.eolang.hamcrest.matchers.anything-matcher, org.eolang.hamcrest.matchers.close-to-matcher, org.eolang.bool, org.eolang.hamcrest.matchers.array-each-matcher, org.eolang.hamcrest.matchers.string-ends-with-matcher, org.eolang.hamcrest.matchers.described-as-matcher, org.eolang.hamcrest.matchers.is-substring-matcher, org.eolang.hamcrest.matchers.contains-string-matcher, org.eolang.int, org.eolang.txt.text, org.eolang.hamcrest.matchers.any-of-matcher, org.eolang.hamcrest.matchers.has-item-matcher, org.eolang.hamcrest.matchers.not-matcher, org.eolang.hamcrest.matchers.matches-regex-matcher, org.eolang.hamcrest.matchers.greater-than-matcher, org.eolang.tuple, org.eolang.hamcrest.matchers.blank-string-matcher, org.eolang.hamcrest.matchers.is-matcher, org.eolang.txt.sscanf, org.eolang.hamcrest.matchers.string-starts-with-matcher, org.eolang.string, org.eolang.collections.list, org.eolang.collections.bytes-as-array, org.eolang.memory, org.eolang.hamcrest.matchers.less-than-matcher, org.eolang.txt.sprintf, org.eolang.hamcrest.matchers.has-items-matcher, org.eolang.bytes, org.eolang.hamcrest.matchers.all-of-matcher, org.eolang.seq]
[1;34mINFOm] Probing object(s): [str.length.eq.if, str.length.eq, str.slice.eq.if, str.slice.eq, str.length.plus, const-str.length.eq, const-str.slice.eq, const-str.length.plus, i.eq.if, items.length.minus, acc.concat.concat, n.eq.if, start.lt.and.while, start.lt.and, start.plus.lte.if, start.plus.lte, s.slice.eq.if, s.slice.eq, index.plus.gt.if, index.plus.gt, up-cased.ascii.plus.as-bytes.slice, up-cased.ascii.plus.as-bytes, up-cased.ascii.plus, ascii-x.lte.and.if, ascii-x.lte.and, ascii.minus.as-bytes.slice, ascii.minus.as-bytes, bytes.concat.as-int, s.length.eq.if, s.length.eq, b1.at.eq.if, b1.at.eq, is-alphabetic.bytes-1-to-8.as-int.gt.if, is-alphabetic.bytes-1-to-8.as-int.gt, a.eq.if, s.length.minus, b.gte.and.or, text.low-cased.as-bytes, is-alphabetic.bytes-1-to-8.as-int, b.gte.and, list.reduced.as-string]
[1;34mINFOm] Probing object(s): [groups.is-empty.if, org.eolang.txt.sprintf, org.eolang.txt, org.eolang, groups.length.minus, mitem.at.plus, mitem.at.length, mitem.at.minus, txt.length.minus, list.is-empty.not.if, list.is-empty.not]
[1;34mINFOm] Probing object(s): [m.match.if, list.is-empty.if]
[1;34mINFOm] Found 1 probe(s) in 4 program(s): [org.eolang.txt.sprintf]
[1;34mINFOm] 0 program(s) were pulled: []
[1;34mINFOm] Runtime dependency added from pom with version: 0.32.0
[1;34mINFOm] Dependency found for org.eolang.txt.text:0.5.0: org.eolang:eo-strings:0.5.0
[1;34mINFOm] Dependency found for org.eolang.txt.sscanf:0.5.0: org.eolang:eo-strings:0.5.0
[1;34mINFOm] Dependency found for org.eolang.txt.regex:0.5.0: org.eolang:eo-strings:0.5.0
[1;34mINFOm] Dependency found for org.eolang.hamcrest.assert-twice-that:0.5.0: org.eolang:eo-hamcrest:0.5.0
[1;34mINFOm] New 3 dependenc(ies) unpacked
[1;34mINFOm] Found 22 sources in ./home/r/repo/target/eo-test/4-resolve/org.eolang/eo-hamcrest/-/0.5.0/EO-SOURCES, 22 program(s) registered with version 0.5.0
[1;34mINFOm] Found 4 sources in ./home/r/repo/target/eo-test/4-resolve/org.eolang/eo-strings/-/0.5.0/EO-SOURCES, 4 program(s) registered with version 0.5.0
[1;34mINFOm] New 26 objects found in 3 unpacked dependencies
[1;34mINFOm] Found placed binaries from org.eolang/eo-hamcrest/-/0.5.0
[1;34mINFOm] No binary file(s) out of 26 were placed from org.eolang/eo-hamcrest/-/0.5.0
[1;34mINFOm] Found placed binaries from org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] No binary file(s) out of 0 were placed from org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] Found placed binaries from org.eolang/eo-strings/-/0.5.0
[1;34mINFOm] No binary file(s) out of 17 were placed from org.eolang/eo-strings/-/0.5.0
[1;34mINFOm] Assemble cycle #4 (EO:34/XMIR:30/OPTIMIZED:30/DISCOVERED:30/PROBED:30 -> EO:34/XMIR:34/OPTIMIZED:34/DISCOVERED:34/PROBED:34), took 10s
[1;34mINFOm] No .eo sources parsed to XMIRs
[1;34mINFOm] Nothing to discover, all programs checked already
[1;34mINFOm] Nothing to probe, all programs checked already
[1;34mINFOm] 0 program(s) were pulled: []
[1;34mINFOm] Runtime dependency added from pom with version: 0.32.0
[1;34mINFOm] New 1 dependenc(ies) unpacked
[1;34mINFOm] Found 22 sources in ./home/r/repo/target/eo-test/4-resolve/org.eolang/eo-hamcrest/-/0.5.0/EO-SOURCES, 22 program(s) registered with version 0.5.0
[1;34mINFOm] Found 4 sources in ./home/r/repo/target/eo-test/4-resolve/org.eolang/eo-strings/-/0.5.0/EO-SOURCES, 4 program(s) registered with version 0.5.0
[1;34mINFOm] New 26 objects found in 3 unpacked dependencies
[1;34mINFOm] Found placed binaries from org.eolang/eo-hamcrest/-/0.5.0
[1;34mINFOm] No binary file(s) out of 26 were placed from org.eolang/eo-hamcrest/-/0.5.0
[1;34mINFOm] Found placed binaries from org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] No binary file(s) out of 0 were placed from org.eolang/eo-runtime/-/0.32.0
[1;34mINFOm] Found placed binaries from org.eolang/eo-strings/-/0.5.0
[1;34mINFOm] No binary file(s) out of 17 were placed from org.eolang/eo-strings/-/0.5.0
[1;34mINFOm] Assemble cycle #5 (EO:34/XMIR:34/OPTIMIZED:34/DISCOVERED:34/PROBED:34 -> EO:34/XMIR:34/OPTIMIZED:34/DISCOVERED:34/PROBED:34), took 448ms
[1;34mINFOm] 5 assemble cycle(s) produced some new object(s): EO:34/XMIR:34/OPTIMIZED:34/DISCOVERED:34/PROBED:34
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo-maven-plugin:0.32.0:transpilem 1m(test-compile)m @ 36meo-files0;1m ---m
[1;34mINFOm] Generated 2 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/described-as-matcher.xmir to ./home/r/repo/target/generated-test-sources
[1;34mINFOm] Generated 4 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/anything-matcher.xmir to ./home/r/repo/target/generated-test-sources
[1;34mINFOm] Generated 4 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/greater-than-matcher.xmir to ./home/r/repo/target/generated-test-sources
[1;34mINFOm] Generated 4 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/equal-to-matcher.xmir to ./home/r/repo/target/generated-test-sources
[1;34mINFOm] Generated 4 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/less-than-matcher.xmir to ./home/r/repo/target/generated-test-sources
[1;34mINFOm] Generated 4 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/string-ends-with-matcher.xmir to ./home/r/repo/target/generated-test-sources
[1;34mINFOm] Generated 6 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/close-to-matcher.xmir to ./home/r/repo/target/generated-test-sources
[1;34mINFOm] Generated 6 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/array-each-matcher.xmir to ./home/r/repo/target/generated-test-sources
[1;34mINFOm] Generated 9 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/txt/regex.xmir to ./home/r/repo/target/generated-test-sources
[1;34mINFOm] Generated 4 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/is-substring-matcher.xmir to ./home/r/repo/target/generated-test-sources
[1;33mWARNINGm] XSL 'StUnhex' took 2s (over 500ms)
[1;34mINFOm] Generated 4 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/contains-string-matcher.xmir to ./home/r/repo/target/generated-test-sources
[1;34mINFOm] Generated 11 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/fs/file-test.xmir to ./home/r/repo/target/generated-test-sources
[1;34mINFOm] Generated 1 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/fs/tmpdir-test.xmir to ./home/r/repo/target/generated-test-sources
[1;34mINFOm] Generated 6 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/any-of-matcher.xmir to ./home/r/repo/target/generated-test-sources
[1;34mINFOm] Generated 1 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/io/bytes-as-input-test.xmir to ./home/r/repo/target/generated-test-sources
[1;34mINFOm] Generated 4 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/empty-string-matcher.xmir to ./home/r/repo/target/generated-test-sources
[1;34mINFOm] Generated 21 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/assert-that.xmir to ./home/r/repo/target/generated-test-sources
[1;34mINFOm] Generated 6 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/has-item-matcher.xmir to ./home/r/repo/target/generated-test-sources
[1;34mINFOm] Generated 4 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/not-matcher.xmir to ./home/r/repo/target/generated-test-sources
[1;34mINFOm] Generated 4 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/matches-regex-matcher.xmir to ./home/r/repo/target/generated-test-sources
[1;34mINFOm] Generated 1 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/fs/base-name-test.xmir to ./home/r/repo/target/generated-test-sources
[1;34mINFOm] Generated 1 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/fs/ext-name-test.xmir to ./home/r/repo/target/generated-test-sources
[1;33mWARNINGm] XSL 'rename-tests-inners' took 2s (over 500ms)
[1;33mWARNINGm] XSL 'varargs' took 2s (over 500ms)
[1;34mINFOm] Generated 43 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/txt/text.xmir to ./home/r/repo/target/generated-test-sources
[1;33mWARNINGm] XSL 'tests' took 2s (over 500ms)
[1;33mWARNINGm] XSL 'attrs' took 2s (over 500ms)
[1;34mINFOm] Generated 1 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/fs/dir-name-test.xmir to ./home/r/repo/target/generated-test-sources
[1;34mINFOm] Generated 1 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/io/copied-test.xmir to ./home/r/repo/target/generated-test-sources
[1;34mINFOm] Generated 2 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/is-matcher.xmir to ./home/r/repo/target/generated-test-sources
[1;34mINFOm] Generated 4 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/blank-string-matcher.xmir to ./home/r/repo/target/generated-test-sources
[1;34mINFOm] Generated 5 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/fs/dir-test.xmir to ./home/r/repo/target/generated-test-sources
[1;34mINFOm] Generated 4 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/string-starts-with-matcher.xmir to ./home/r/repo/target/generated-test-sources
[1;34mINFOm] Generated 21 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/assert-twice-that.xmir to ./home/r/repo/target/generated-test-sources
[1;34mINFOm] Generated 8 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/has-items-matcher.xmir to ./home/r/repo/target/generated-test-sources
[1;34mINFOm] Generated 6 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/all-of-matcher.xmir to ./home/r/repo/target/generated-test-sources
[1;34mINFOm] Transpiled 34 XMIRs, created 2964 Java files in ./home/r/repo/target/generated-test-sources
[1;34mINFOm] The directory added to Maven 'test-compile-source-root': ./home/r/repo/target/generated-test-sources
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-resources-plugin:3.3.1:testResourcesm 1m(default-testResources)m @ 36meo-files0;1m ---m
[1;34mINFOm] Copying 1 resource from src/test/resources to target/test-classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-compiler-plugin:3.8.1:testCompilem 1m(default-testCompile)m @ 36meo-files0;1m ---m
[1;34mINFOm] Changes detected - recompiling the module!
[1;34mINFOm] Compiling 224 source files to /home/r/repo/target/test-classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-surefire-plugin:3.1.0:testm 1m(default-test)m @ 36meo-files0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.1.0/maven-surefire-common-3.1.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.1.0/maven-surefire-common-3.1.0.pom (6.1 kB at 265 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.1.0/surefire-api-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.1.0/surefire-api-3.1.0.pom (3.5 kB at 186 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.1.0/surefire-logger-api-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.1.0/surefire-logger-api-3.1.0.pom (3.3 kB at 172 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.1.0/surefire-shared-utils-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.1.0/surefire-shared-utils-3.1.0.pom (4.1 kB at 203 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.1.0/surefire-extensions-api-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.1.0/surefire-extensions-api-3.1.0.pom (3.3 kB at 165 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.1.0/surefire-booter-3.1.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.1.0/surefire-booter-3.1.0.pom (4.5 kB at 212 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.1.0/surefire-extensions-spi-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.1.0/surefire-extensions-spi-3.1.0.pom (1.8 kB at 84 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom (5.8 kB at 276 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom (4.3 kB at 226 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom (14 kB at 597 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 640 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 252 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom (6.3 kB at 314 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/26/weld-parent-26.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/26/weld-parent-26.pom (32 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom (2.6 kB at 138 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom (14 kB at 655 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom (5.0 kB at 249 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom (4.1 kB at 218 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.4/asm-9.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.4/asm-9.4.pom (2.4 kB at 125 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5.1/ow2-1.5.1.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/ow2/ow2/1.5.1/ow2-1.5.1.pom (11 kB at 538 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom (17 kB at 749 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.1.0/maven-surefire-common-3.1.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.1.0/surefire-api-3.1.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.1.0/surefire-logger-api-3.1.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.1.0/surefire-extensions-api-3.1.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.1.0/surefire-booter-3.1.0.jar
Downloaded5from9Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.1.0/surefire-logger-api-3.1.0.jar (14 kB at 523 kB/s)
Downloading)from/Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.1.0/surefire-extensions-spi-3.1.0.jar
Downloaded4from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.1.0/surefire-extensions-api-3.1.0.jar (26 kB at 891 kB/s)
Downloading)from/Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.1.0/surefire-extensions-spi-3.1.0.jar (8.2 kB at 167 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar
Downloaded5from9Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.1.0/surefire-api-3.1.0.jar (170 kB at 2.2 MB/s)
Downloading)from3Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar
Downloaded4from0Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.1.0/surefire-booter-3.1.0.jar (118 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.4/asm-9.4.jar
Downloaded3from2Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (136 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar
Downloaded3from5Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar (61 kB at 676 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.1.0/surefire-shared-utils-3.1.0.jar
Downloaded5from0Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar (55 kB at 501 kB/s)
Downloaded4from0Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.1.0/maven-surefire-common-3.1.0.jar (306 kB at 2.7 MB/s)
Downloaded3from2Maven:khttps://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.4/asm-9.4.jar (122 kB at 856 kB/s)
Downloaded2from3Maven:khttps://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar (334 kB at 1.7 MB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.1.0/surefire-shared-utils-3.1.0.jar (2.1 MB at 5.2 MB/s)
[1;34mINFOm] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=3528630095427982
[1;34mINFOm] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-platform/3.1.0/surefire-junit-platform-3.1.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-platform/3.1.0/surefire-junit-platform-3.1.0.pom (4.7 kB at 222 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/3.1.0/surefire-providers-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/3.1.0/surefire-providers-3.1.0.pom (2.6 kB at 131 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.1.0/common-java5-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.1.0/common-java5-3.1.0.pom (2.8 kB at 134 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.pom (2.2 kB at 111 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom (1.2 kB at 65 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.pom (2.4 kB at 66 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.pom (2.0 kB at 101 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom (1.7 kB at 94 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-platform/3.1.0/surefire-junit-platform-3.1.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.1.0/common-java5-3.1.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar
Downloaded5from7Maven:2https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-platform/3.1.0/surefire-junit-platform-3.1.0.jar (27 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar
Downloaded4from.Maven: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar (2.2 kB at 90 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar
Downloaded3from8Maven:3https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.1.0/common-java5-3.1.0.jar (18 kB at 702 kB/s)
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.jar (95 kB at 2.1 MB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar (7.1 kB at 158 kB/s)
Downloaded2from3Maven:khttps://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar (78 kB at 1.5 MB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar (138 kB at 2.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.pom (3.0 kB at 138 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.jar
Downloaded1from6Maven:khttps://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.jar (169 kB at 2.8 MB/s)
[1;34mINFOm]
[1;34mINFOm] -------------------------------------------------------
[1;34mINFOm]  T E S T S
[1;34mINFOm] -------------------------------------------------------
[1;34mINFOm] Running EOorg.EOeolang.EOfs.1mEOwrites_string_to_fileTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.483 s - in EOorg.EOeolang.EOfs.1mEOwrites_string_to_fileTestm
[1;34mINFOm] Running EOorg.EOeolang.EOfs.1mEOmakes_new_directoryTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in EOorg.EOeolang.EOfs.1mEOmakes_new_directoryTestm
[1;34mINFOm] Running EOorg.EOeolang.EOio.1mEOcopies_bytes_from_object_to_memoryTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in EOorg.EOeolang.EOio.1mEOcopies_bytes_from_object_to_memoryTestm
[1;34mINFOm] Running EOorg.EOeolang.EOfs.1mEOmakes_the_same_temp_fileTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in EOorg.EOeolang.EOfs.1mEOmakes_the_same_temp_fileTestm
[1;34mINFOm] Running EOorg.EOeolang.EOfs.1mEOdeletes_single_file_in_tempTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in EOorg.EOeolang.EOfs.1mEOdeletes_single_file_in_tempTestm
[1;34mINFOm] Running EOorg.EOeolang.EOfs.1mEOwalks_recursivelyTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.449 s - in EOorg.EOeolang.EOfs.1mEOwalks_recursivelyTestm
[1;34mINFOm] Running EOorg.EOeolang.EOfs.1mEOcheck_if_file_existsTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in EOorg.EOeolang.EOfs.1mEOcheck_if_file_existsTestm
[1;34mINFOm] Running EOorg.EOeolang.EOfs.1mEOext_nameTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in EOorg.EOeolang.EOfs.1mEOext_nameTestm
[1;34mINFOm] Running EOorg.EOeolang.EOfs.1mEOfileEOexistsTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in EOorg.EOeolang.EOfs.1mEOfileEOexistsTestm
[1;34mINFOm] Running EOorg.EOeolang.EOfs.1mEOdirEOtmpfileTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m3m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in EOorg.EOeolang.EOfs.1mEOdirEOtmpfileTestm
[1;34mINFOm] Running EOorg.EOeolang.EOio.1mEOmemory_as_outputEOwriteTestm
[1;33mWARNINGm] 1;33mTests 0;1mrun: 0;1m1m, Failures: 0, Errors: 0, 1;33mSkipped: 0;1;33m1m, Time elapsed: 0.008 s - in EOorg.EOeolang.EOio.1mEOmemory_as_outputEOwriteTestm
[1;34mINFOm] Running EOorg.EOeolang.EOfs.1mEOcompares_to_same_fileTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in EOorg.EOeolang.EOfs.1mEOcompares_to_same_fileTestm
[1;34mINFOm] Running EOorg.EOeolang.EOfs.1mEOfileEOresolveTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in EOorg.EOeolang.EOfs.1mEOfileEOresolveTestm
[1;34mINFOm] Running EOorg.EOeolang.EOfs.1mEOtouches_a_fileTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in EOorg.EOeolang.EOfs.1mEOtouches_a_fileTestm
[1;34mINFOm] Running EOorg.EOeolang.EOfs.1mEOcompares_to_another_fileTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in EOorg.EOeolang.EOfs.1mEOcompares_to_another_fileTestm
[1;34mINFOm] Running EOorg.EOeolang.EOfs.1mEOcheck_if_it_is_directoryTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in EOorg.EOeolang.EOfs.1mEOcheck_if_it_is_directoryTestm
[1;34mINFOm] Running EOorg.EOeolang.EOfs.1mEOdirEOwalkTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in EOorg.EOeolang.EOfs.1mEOdirEOwalkTestm
[1;34mINFOm] Running EOorg.EOeolang.EOfs.1mEOdirEOmkdirTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in EOorg.EOeolang.EOfs.1mEOdirEOmkdirTestm
[1;34mINFOm] Running EOorg.EOeolang.EOfs.1mEOfileEOas_inputTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m7m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.406 s - in EOorg.EOeolang.EOfs.1mEOfileEOas_inputTestm
[1;34mINFOm] Running EOorg.EOeolang.EOfs.1mEOdeletes_recursivelyTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s - in EOorg.EOeolang.EOfs.1mEOdeletes_recursivelyTestm
[1;34mINFOm] Running EOorg.EOeolang.EOfs.1mEOmakes_new_directory_on_top_of_fileTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in EOorg.EOeolang.EOfs.1mEOmakes_new_directory_on_top_of_fileTestm
[1;34mINFOm] Running EOorg.EOeolang.EOio.1mEOcan_read_bytes_with_assertTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in EOorg.EOeolang.EOio.1mEOcan_read_bytes_with_assertTestm
[1;34mINFOm] Running EOorg.EOeolang.EOfs.1mEOfileEOrmTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in EOorg.EOeolang.EOfs.1mEOfileEOrmTestm
[1;34mINFOm] Running EOorg.EOeolang.EOfs.1mEOfileEOas_outputTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m7m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in EOorg.EOeolang.EOfs.1mEOfileEOas_outputTestm
[1;34mINFOm] Running EOorg.EOeolang.EOfs.1mEOtakes_extension_nameTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in EOorg.EOeolang.EOfs.1mEOtakes_extension_nameTestm
[1;34mINFOm] Running EOorg.EOeolang.EOfs.1mEOglobal_temp_dir_existsTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in EOorg.EOeolang.EOfs.1mEOglobal_temp_dir_existsTestm
[1;34mINFOm] Running EOorg.EOeolang.EOfs.1mEOmeasures_file_sizeTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in EOorg.EOeolang.EOfs.1mEOmeasures_file_sizeTestm
[1;34mINFOm] Running EOorg.EOeolang.EOfs.1mEOtakes_base_name_fileTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in EOorg.EOeolang.EOfs.1mEOtakes_base_name_fileTestm
[1;34mINFOm] Running EOorg.EOeolang.EOfs.1mEOmoves_a_fileTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in EOorg.EOeolang.EOfs.1mEOmoves_a_fileTestm
[1;34mINFOm] Running EOorg.EOeolang.EOfs.1mEOfileEOis_dirTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in EOorg.EOeolang.EOfs.1mEOfileEOis_dirTestm
[1;34mINFOm] Running EOorg.EOeolang.EOfs.1mEObase_nameTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in EOorg.EOeolang.EOfs.1mEObase_nameTestm
[1;34mINFOm] Running EOorg.EOeolang.EOio.1mEObytes_as_inputEOreadTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m14m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 s - in EOorg.EOeolang.EOio.1mEObytes_as_inputEOreadTestm
[1;34mINFOm] Running EOorg.EOeolang.EOfs.1mEOdirEOrm_rfTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in EOorg.EOeolang.EOfs.1mEOdirEOrm_rfTestm
[1;34mINFOm] Running EOorg.EOeolang.EOfs.1mEOmeasures_empty_file_sizeTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in EOorg.EOeolang.EOfs.1mEOmeasures_empty_file_sizeTestm
[1;34mINFOm] Running EOorg.EOeolang.EOfs.1mEOtakes_name_of_directoryTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in EOorg.EOeolang.EOfs.1mEOtakes_name_of_directoryTestm
[1;34mINFOm] Running EOorg.EOeolang.EOio.1mEOcopiedTestm
[1;33mWARNINGm] 1;33mTests 0;1mrun: 0;1m1m, Failures: 0, Errors: 0, 1;33mSkipped: 0;1;33m1m, Time elapsed: 0.001 s - in EOorg.EOeolang.EOio.1mEOcopiedTestm
[1;34mINFOm] Running EOorg.EOeolang.EOfs.1mEOdir_nameTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m2m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in EOorg.EOeolang.EOfs.1mEOdir_nameTestm
[1;34mINFOm] Running EOorg.EOeolang.EOfs.1mEOfileEOsizeTestm
[1;34mINFOm] 1;32mTests run: 0;1;32m1m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in EOorg.EOeolang.EOfs.1mEOfileEOsizeTestm
[1;34mINFOm]
[1;34mINFOm] Results:
[1;34mINFOm]
[1;33mWARNINGm] 1;33mTests run: 69, Failures: 0, Errors: 0, Skipped: 2m
[1;34mINFOm]
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjcabi-maven-plugin:0.17.0:versionalizem 1m(jcabi-versionalize-packages)m @ 36meo-files0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.pom (5.1 kB at 178 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/4.6.1/mockito-core-4.6.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/4.6.1/mockito-core-4.6.1.pom (2.5 kB at 139 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.pom (17 kB at 830 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.12.10/byte-buddy-parent-1.12.10.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.12.10/byte-buddy-parent-1.12.10.pom (45 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.pom (11 kB at 520 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.pom (3.0 kB at 167 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom (18 kB at 868 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.pom (5.2 kB at 290 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.pom (6.5 kB at 361 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom (4.9 kB at 288 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom (5.5 kB at 288 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.5/maven-3.0.5.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.5/maven-3.0.5.pom (22 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom (3.8 kB at 200 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 96 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom (1.8 kB at 92 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom (2.3 kB at 119 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom (1.9 kB at 100 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom (1.6 kB at 91 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom (2.7 kB at 140 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom (6.1 kB at 307 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom (3.8 kB at 211 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom (3.0 kB at 169 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom (1.2 kB at 63 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom (3.2 kB at 180 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom (11 kB at 530 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 216 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 224 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom (7.1 kB at 375 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 534 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 575 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom (1.1 kB at 63 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom (11 kB at 524 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom (2.5 kB at 95 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom (2.8 kB at 156 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom (1.4 kB at 75 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom (10 kB at 390 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom (1.4 kB at 80 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom (1.7 kB at 96 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom (2.5 kB at 138 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom (2.1 kB at 111 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom (26 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.pom (2.3 kB at 121 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/javax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.pom (11 kB at 561 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.pom (3.0 kB at 152 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.8.6/maven-3.8.6.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven/3.8.6/maven-3.8.6.pom (27 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom (2.8 kB at 140 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.pom (2.4 kB at 126 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.pom (7.6 kB at 421 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.pom (1.9 kB at 105 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.pom (2.5 kB at 110 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.pom (1.4 kB at 78 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom (3.2 kB at 135 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom (4.4 kB at 232 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.pom (2.1 kB at 118 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.pom (3.4 kB at 188 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.pom (4.2 kB at 222 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom (2.6 kB at 138 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom
Downloaded1from9Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom (19 kB at 865 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom (2.7 kB at 140 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom (2.8 kB at 156 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom (4.2 kB at 235 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom (3.8 kB at 167 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom (14 kB at 727 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.2/guice-4.2.2.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.2/guice-4.2.2.pom (11 kB at 476 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom (16 kB at 767 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom (2.5 kB at 145 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom (11 kB at 610 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom (15 kB at 702 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom (2.1 kB at 116 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom (2.2 kB at 114 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom (11 kB at 511 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.8.1/maven-resolver-api-1.8.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.8.1/maven-resolver-api-1.8.1.pom (2.6 kB at 146 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.8.1/maven-resolver-1.8.1.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.8.1/maven-resolver-1.8.1.pom (21 kB at 988 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M1/org.eclipse.sisu.plexus-0.9.0.M1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M1/org.eclipse.sisu.plexus-0.9.0.M1.pom (4.8 kB at 252 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.9.0.M1/sisu-plexus-0.9.0.M1.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.9.0.M1/sisu-plexus-0.9.0.M1.pom (15 kB at 678 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M1/org.eclipse.sisu.inject-0.9.0.M1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M1/org.eclipse.sisu.inject-0.9.0.M1.pom (3.3 kB at 156 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.9.0.M1/sisu-inject-0.9.0.M1.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.9.0.M1/sisu-inject-0.9.0.M1.pom (14 kB at 672 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 273 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0-beta1/slf4j-api-2.0.0-beta1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/4.6.1/mockito-core-4.6.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.jar
Downloaded5from1Maven:6https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0-beta1/slf4j-api-2.0.0-beta1.jar (61 kB at 990 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.jar
Downloaded4from1Maven:1https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.jar (51 kB at 776 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.jar
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.jar (8.4 kB at 88 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.jar
Downloaded4from5Maven:khttps://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.jar (49 kB at 445 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar
Downloaded4from5Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.jar (257 kB at 2.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.jar
Downloaded5from9Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.jar (99 kB at 586 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.jar
Downloaded5from7Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar (150 kB at 712 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.jar
Downloaded5from2Maven:khttps://repo.maven.apache.org/maven2/javax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.jar (79 kB at 344 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar
Downloaded5from0Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.jar (47 kB at 181 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.jar
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/org/mockito/mockito-core/4.6.1/mockito-core-4.6.1.jar (663 kB at 2.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar (262 kB at 662 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.jar (216 kB at 531 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.jar (44 kB at 100 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.jar (42 kB at 92 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar (24 kB at 49 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar (13 kB at 27 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.jar (14 kB at 28 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.jar (28 kB at 52 kB/s)
Downloading)from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.jar (646 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.jar (67 kB at 110 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.jar (38 kB at 58 kB/s)
Downloading)from0Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.jar (196 kB at 292 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.jar (180 kB at 265 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.2/guice-4.2.2-no_aop.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.jar (169 kB at 213 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 5.5 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.2/guice-4.2.2-no_aop.jar (521 kB at 618 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.jar (3.8 MB at 4.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar
Downloaded5from.Maven:Bhttps://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar (379 kB at 412 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.8.1/maven-resolver-api-1.8.1.jar
Downloaded4from.Maven:Bhttps://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar (209 kB at 226 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar (16 kB at 17 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M1/org.eclipse.sisu.plexus-0.9.0.M1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
Downloaded5from.Maven:Bhttps://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar (26 kB at 28 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar
Downloaded5from.Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.8.1/maven-resolver-api-1.8.1.jar (154 kB at 153 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar (71 kB at 71 kB/s)
Downloaded3from.Maven:Bhttps://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M1/org.eclipse.sisu.plexus-0.9.0.M1.jar (208 kB at 205 kB/s)
Downloaded3from.Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar (58 kB at 56 kB/s)
Downloaded2from.Maven:Bhttps://repo.maven.apache.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar (3.0 MB at 2.0 MB/s)
Downloaded1from5Maven:Mhttps://repo.maven.apache.org/maven2/org/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.jar (15 MB at 6.0 MB/s)
[1;34mINFOm] Versionalizing /home/r/repo/target/classes directory
[1;34mINFOm] File /home/r/repo/target/classes/EOorg/EOeolang/EOio/org-eolang-eo-files-jar.txt added
[1;34mINFOm] File /home/r/repo/target/classes/EOorg/EOeolang/EOfs/org-eolang-eo-files-jar.txt added
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo-maven-plugin:0.32.0:unplacem 1m(compile)m @ 36meo-files0;1m ---m
[1;34mINFOm] Because of 'selectivelyPlace' list of globs: 6 files remained and 1688 deleted
[1;34mINFOm] Just 1688 binari(es) out of 1694 deleted in ./home/r/repo/target/eo-placed.csv
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo-maven-plugin:0.32.0:unspilem 1m(compile)m @ 36meo-files0;1m ---m
[1;34mINFOm] Deleted 278 .class files out of 305 in ./home/r/repo/target/classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo-maven-plugin:0.32.0:copym 1m(compile)m @ 36meo-files0;1m ---m
[1;34mINFOm] 9 source(s) copied from ./home/r/repo/src/main/eo to ./home/r/repo/target/classes/EO-SOURCES
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-jar-plugin:3.3.0:jarm 1m(default-jar)m @ 36meo-files0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom (4.5 kB at 224 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom (3.9 kB at 218 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom (6.3 kB at 348 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom (8.2 kB at 432 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar
Downloaded4from6Maven:2https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar (36 kB at 1.5 MB/s)
Downloaded3from6Maven:4https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar (26 kB at 1.0 MB/s)
Downloaded2from2Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar (211 kB at 3.1 MB/s)
Downloaded1from6Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar (267 kB at 3.2 MB/s)
[1;34mINFOm] Building jar: /home/r/repo/target/eo-files-0.4.1.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-antrun-plugin:3.1.0:runm 1m(jcabi-xcop)m @ 36meo-files0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/ant-contrib/ant-contrib/20020829/ant-contrib-20020829.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/ant-contrib/ant-contrib/20020829/ant-contrib-20020829.pom (159 B at 7.2 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.10.12/ant-1.10.12.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/ant/ant/1.10.12/ant-1.10.12.pom (17 kB at 787 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom (6.5 kB at 362 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom (3.2 kB at 176 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/ant-contrib/ant-contrib/20020829/ant-contrib-20020829.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.10.12/ant-1.10.12.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar
Downloaded4from9Maven:9https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar (19 kB at 779 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/ant-contrib/ant-contrib/20020829/ant-contrib-20020829.jar (9.4 kB at 360 kB/s)
Downloaded2from6Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar (264 kB at 3.1 MB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/ant/ant/1.10.12/ant-1.10.12.jar (2.3 MB at 8.2 MB/s)
[1;34mINFOm] Executing tasks
[1;34mINFOm]      [exec] /home/r/repo/pom.xml looks good
[1;34mINFOm] Executed tasks
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-install-plugin:3.1.1:installm 1m(default-install)m @ 36meo-files0;1m ---m
[1;34mINFOm] Installing /home/r/repo/pom.xml to /home/r/.m2/repository/org/eolang/eo-files/0.4.1/eo-files-0.4.1.pom
[1;34mINFOm] Installing /home/r/repo/target/eo-files-0.4.1.jar to /home/r/.m2/repository/org/eolang/eo-files/0.4.1/eo-files-0.4.1.jar
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] 1;32mBUILD SUCCESSm
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] Total time:  02:25 min
[1;34mINFOm] Finished at: 2023-10-24T14:56:43Z
[1;34mINFOm] 1m------------------------------------------------------------------------m
0m0m+ mvn clean deploy -Pobjectionary -Psonatype --errors --settings ../settings.xml -Dstyle.color=never
0m0m[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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
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/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/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.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/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.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/org/apache/httpcomponents/httpcore/4.2/httpcore-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/commons-codec/commons-codec/1.3/commons-codec-1.3.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-core/2.1.1/jackson-core-2.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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/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/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/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/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-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/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-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/commons-io/commons-io/2.4/commons-io-2.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.4/commons-io-2.4.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.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
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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/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.6.13/nexus-staging-maven-plugin-1.6.13.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.13/nexus-staging-maven-plugin-1.6.13.pom (9.1 kB at 24 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-staging/1.6.13/nexus-staging-1.6.13.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-staging/1.6.13/nexus-staging-1.6.13.pom (2.8 kB at 8.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.13/nexus-maven-plugins-1.6.13.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.13/nexus-maven-plugins-1.6.13.pom (19 kB at 55 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/32/public-parent-32.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/32/public-parent-32.pom (1.5 kB at 4.3 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 109 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6.13/nexus-common-1.6.13.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6.13/nexus-common-1.6.13.pom (2.2 kB at 6.5 kB/s)
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)
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)
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 13 kB/s)
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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/14.0.1/guava-14.0.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/14.0.1/guava-14.0.1.pom (5.4 kB at 16 kB/s)
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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom (2.6 kB at 7.8 kB/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 7.9 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 63 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom (3.8 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.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)
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)
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 4.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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 11 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 7.6 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 3.1 kB/s)
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)
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 5.3 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 18 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 6.6 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 5.7 kB/s)
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)
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 8.2 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.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)
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)
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)
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)
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 4.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.2/maven-plugin-tools-3.2.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.2/maven-plugin-tools-3.2.pom (17 kB at 48 kB/s)
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)
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)
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)
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)
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)
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 14 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 7.4 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 123 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom (760 B at 2.3 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 72 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.15.1-02/nexus-buildsupport-all-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.15.1-02/nexus-buildsupport-all-2.15.1-02.pom (6.5 kB at 19 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 6.3 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 9.2 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 13 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 9.1 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 6.5 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 13 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 29 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 18 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 15 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 9.8 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 20 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 18 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 13 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 11 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 14 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 8.4 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 32 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 13 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 22 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 16 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 13 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 9.9 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 18 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 94 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.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)
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)
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 3.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom (16 kB at 50 kB/s)
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)
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 72 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream-parent/1.4.19/xstream-parent-1.4.19.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream-parent/1.4.19/xstream-parent-1.4.19.pom (43 kB at 131 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.pom (24 kB at 101 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (386 B at 1.7 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 47 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.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)
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)
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)
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)
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)
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 5.3 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 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom (760 B at 2.2 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 68 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.8/siesta-common-1.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.8/siesta-common-1.8.pom (2.1 kB at 6.3 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 17 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 32 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom (21 kB at 62 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/1/jvnet-parent-1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom (7.9 kB at 33 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 20 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 18 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 10 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.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)
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)
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)
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 15 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 41 kB/s)
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 3.7 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 7.5 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 18 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 21 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 73 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.pom (5.5 kB at 16 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 29 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-bom/2.13.2/jackson-bom-2.13.2.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-bom/2.13.2/jackson-bom-2.13.2.pom (17 kB at 51 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.13.2.2/jackson-databind-2.13.2.2.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.13.2.2/jackson-databind-2.13.2.2.pom (17 kB at 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.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 13 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 17 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 6.0 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 11 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 9.9 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 40 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom (9.0 kB at 28 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom (13 kB at 40 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom (5.3 kB at 16 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 36 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.pom (4.6 kB at 13 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 52 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom (12 kB at 35 kB/s)
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 14 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 2.3 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 68 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom (4.5 kB at 14 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 33 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom (15 kB at 45 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom (2.6 kB at 7.4 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 12 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 56 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11.pom (9.7 kB at 28 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.13/nexus-staging-maven-plugin-1.6.13.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6.13/nexus-common-1.6.13.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/14.0.1/guava-14.0.1.jar
Downloaded1from7oss.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-plugin-api/3.0.4/maven-plugin-api-3.0.4.jar
Downloaded5from5oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 53 kB/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
Downloaded4from5oss.sonatype.org:0https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6.13/nexus-common-1.6.13.jar (16 kB at 45 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar
Downloaded4from5oss.sonatype.org:9https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.13/nexus-staging-maven-plugin-1.6.13.jar (251 kB at 665 kB/s)
Downloading)from2oss.sonatype.org:5https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
Downloaded5from.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 105 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar
Downloaded 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 (49 kB at 95 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2.2 MB at 3.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.jar
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.jar (204 kB at 338 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/3.0.4/maven-compat-3.0.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (47 kB at 77 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0.4/maven-model-builder-3.0.4.jar
Downloaded5from8oss.sonatype.org:6https://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 375 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.jar
Downloaded4from5oss.sonatype.org:5https://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 437 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0.4/maven-core-3.0.4.jar
Downloaded 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 (164 kB at 194 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.jar
Downloaded3from5oss.sonatype.org:7https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/3.0.4/maven-compat-3.0.4.jar (281 kB at 312 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0.4/maven-repository-metadata-3.0.4.jar
Downloaded4from5oss.sonatype.org:6https://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 156 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0.4/maven-aether-provider-3.0.4.jar
Downloaded3from7oss.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 46 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar
Downloaded4from5oss.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 (41 kB at 38 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
Downloaded4from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0.4/maven-aether-provider-3.0.4.jar (56 kB at 47 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
Downloaded4from5oss.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 24 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
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 453 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar
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.jar (15 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-client-core/2.15.1-02/nexus-client-core-2.15.1-02.jar
Downloaded2from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar (130 kB at 98 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.15.1-02/nexus-restlet1x-model-2.15.1-02.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
Downloaded3from3oss.sonatype.org:6https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar (130 kB at 90 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
Downloaded3from5oss.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/com/intellij/annotations/9.0.4/annotations-9.0.4.jar
Downloaded3from5oss.sonatype.org:3https://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 10 kB/s)
Downloading)from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar
Downloaded2from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-client-core/2.15.1-02/nexus-client-core-2.15.1-02.jar (216 kB at 145 kB/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
Downloaded5from6oss.sonatype.org:.https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.jar
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 97 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/com/intellij/annotations/9.0.4/annotations-9.0.4.jar (10.0 kB at 5.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/2.2/joda-time-2.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar (285 kB at 160 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
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.19/xstream-1.4.19.jar (633 kB at 354 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
Downloaded2from0oss.sonatype.org:khttps://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-client/1.8/siesta-client-1.8.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.8/siesta-common-1.8.jar
Downloaded3from0oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (7.2 kB at 3.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.jar (30 kB at 16 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.jar
Downloaded5from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/2.2/joda-time-2.2.jar (574 kB at 275 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 9.4 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
Downloaded4from1oss.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 4.8 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
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 kB at 21 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.jar
Downloaded3from6oss.sonatype.org:1https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar (467 kB at 205 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.jar
Downloaded5from4oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (64 kB at 26 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.jar
Downloaded 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 (16 kB at 6.5 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
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-jackson/1.8/siesta-jackson-1.8.jar (6.3 kB at 2.6 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
Downloaded 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 (131 kB at 53 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/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.jar (76 kB at 30 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.13.2/jackson-module-jaxb-annotations-2.13.2.jar
Downloaded5from7oss.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 5.9 kB/s)
Downloading)from5oss.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
Downloaded4from7oss.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 11 kB/s)
Downloading)from5oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar
Downloaded3from7oss.sonatype.org:6https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.jar (375 kB at 134 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/module/jackson-module-jaxb-annotations/2.13.2/jackson-module-jaxb-annotations-2.13.2.jar (36 kB at 13 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:4https://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
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.15/commons-codec-1.15.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/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/com/fasterxml/jackson/core/jackson-databind/2.13.2.2/jackson-databind-2.13.2.2.jar (1.5 MB at 521 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar (44 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar
Downloaded3from1oss.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 38 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar
Downloaded2from2oss.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 from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar
Downloaded3from2oss.sonatype.org:1https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.jar (17 kB at 5.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
Downloaded3from2oss.sonatype.org:7https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.jar (328 kB at 104 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
Downloaded3from2oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar (121 kB at 38 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
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (0 B at 0 B/s)
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
Downloaded3from7oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar (50 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11.jar
Downloaded3from7oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar (27 kB at 8.1 kB/s)
Downloaded3from0oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 18 kB/s)
Downloaded3from0oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.2.11/logback-core-1.2.11.jar (449 kB at 126 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11.jar (232 kB at 63 kB/s)
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.jar (90 kB at 24 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom (0 B at 0 B/s)
[INFO] Inspecting build with total of 1 modules...
[INFO] Not installing Nexus Staging features:
[INFO]  * Preexisting staging related goal bindings found in 1 modules.
[INFO]
[INFO] ------------------------< org.eolang:eo-files >-------------------------
[INFO] Building eo-files 0.4.1
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/3.3.0/maven-enforcer-plugin-3.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/3.3.0/maven-enforcer-plugin-3.3.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer/3.3.0/enforcer-3.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer/3.3.0/enforcer-3.3.0.pom (0 B at 0 B/s)
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)
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)
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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/3.3.0/maven-enforcer-plugin-3.3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/3.3.0/maven-enforcer-plugin-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/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.pom (0 B at 0 B/s)
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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.jar (0 B at 0 B/s)
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)
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)
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)
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)
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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eolang/eo-maven-plugin/0.32.0/eo-maven-plugin-0.32.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eolang/eo-maven-plugin/0.32.0/eo-maven-plugin-0.32.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eolang/eo-parent/0.32.0/eo-parent-0.32.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eolang/eo-parent/0.32.0/eo-parent-0.32.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eolang/eo-maven-plugin/0.32.0/eo-maven-plugin-0.32.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eolang/eo-maven-plugin/0.32.0/eo-maven-plugin-0.32.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-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom (0 B at 0 B/s)
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)
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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/3.1.0/buildnumber-maven-plugin-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/3.1.0/buildnumber-maven-plugin-3.1.0.pom (0 B at 0 B/s)
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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/3.1.0/buildnumber-maven-plugin-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/3.1.0/buildnumber-maven-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-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)
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)
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)
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)
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)
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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/3.1.0/maven-surefire-plugin-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/3.1.0/maven-surefire-plugin-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/surefire/surefire/3.1.0/surefire-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/3.1.0/surefire-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/plugins/maven-surefire-plugin/3.1.0/maven-surefire-plugin-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/3.1.0/maven-surefire-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-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom (0 B at 0 B/s)
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)
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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/3.5.0/maven-javadoc-plugin-3.5.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/3.5.0/maven-javadoc-plugin-3.5.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/3.5.0/maven-javadoc-plugin-3.5.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/3.5.0/maven-javadoc-plugin-3.5.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-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)
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)
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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.pom (13 kB at 40 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.jar
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.jar (58 kB at 167 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.32.0/eo-runtime-0.32.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.32.0/eo-runtime-0.32.0.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/yegor256/jaxec/0.2.0/jaxec-0.2.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/yegor256/jaxec/0.2.0/jaxec-0.2.0.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.23.0/jcabi-log-0.23.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.23.0/jcabi-log-0.23.0.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.37.0/jcabi-1.37.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.37.0/jcabi-1.37.0.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.64.0/parent-0.64.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.64.0/parent-0.64.0.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.7/slf4j-parent-2.0.7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.7/slf4j-parent-2.0.7.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.3.1/mockito-core-5.3.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.3.1/mockito-core-5.3.1.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.14.4/byte-buddy-1.14.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.14.4/byte-buddy-1.14.4.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.14.4/byte-buddy-parent-1.14.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.14.4/byte-buddy-parent-1.14.4.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.14.4/byte-buddy-agent-1.14.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.14.4/byte-buddy-agent-1.14.4.pom (0 B at 0 B/s)
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)
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)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.2/junit-jupiter-api-5.9.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.2/junit-jupiter-api-5.9.2.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.pom (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.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)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.2/junit-jupiter-params-5.9.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.2/junit-jupiter-params-5.9.2.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.3/junit-jupiter-api-5.9.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.3/junit-jupiter-api-5.9.3.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.9.3/junit-jupiter-engine-5.9.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.9.3/junit-jupiter-engine-5.9.3.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.pom (0 B at 0 B/s)
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)
Downloading from central: https://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.32.0/eo-runtime-0.32.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/com/yegor256/jaxec/0.2.0/jaxec-0.2.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.23.0/jcabi-log-0.23.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.2/junit-jupiter-api-5.9.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.32.0/eo-runtime-0.32.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.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.9.2/junit-jupiter-api-5.9.2.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.2/junit-jupiter-params-5.9.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.9.3/junit-jupiter-engine-5.9.3.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/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.23.0/jcabi-log-0.23.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/yegor256/jaxec/0.2.0/jaxec-0.2.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.3.1/mockito-core-5.3.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.9.3/junit-jupiter-engine-5.9.3.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.14.4/byte-buddy-1.14.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.14.4/byte-buddy-agent-1.14.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.2/junit-jupiter-params-5.9.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/hamcrest/hamcrest/2.2/hamcrest-2.2.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-agent/1.14.4/byte-buddy-agent-1.14.4.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.14.4/byte-buddy-1.14.4.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.3.1/mockito-core-5.3.1.jar (0 B at 0 B/s)
[INFO]
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eo-files ---
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)
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)
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)
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)
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.4/maven-shared-utils-3.3.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.6/commons-io-2.6.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.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)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.6/commons-io-2.6.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar (0 B at 0 B/s)
[INFO] Deleting /home/r/repo/target
[INFO]
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven) @ eo-files ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/3.3.0/enforcer-api-3.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/3.3.0/enforcer-api-3.3.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/3.3.0/enforcer-rules-3.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/3.3.0/enforcer-rules-3.3.0.pom (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.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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/3.3.0/enforcer-api-3.3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/3.3.0/enforcer-rules-3.3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/3.3.0/enforcer-api-3.3.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.11.0/commons-io-2.11.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/3.3.0/enforcer-rules-3.3.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/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.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/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/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-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (0 B at 0 B/s)
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO]
[INFO] --- buildnumber-maven-plugin:3.1.0:create (jcabi-build-number) @ eo-files ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.13.0/maven-scm-api-1.13.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.13.0/maven-scm-api-1.13.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm/1.13.0/maven-scm-1.13.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm/1.13.0/maven-scm-1.13.0.pom (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.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)
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/apache/maven/scm/maven-scm-manager-plexus/1.13.0/maven-scm-manager-plexus-1.13.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-manager-plexus/1.13.0/maven-scm-manager-plexus-1.13.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-managers/1.13.0/maven-scm-managers-1.13.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-managers/1.13.0/maven-scm-managers-1.13.0.pom (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-bazaar/1.13.0/maven-scm-provider-bazaar-1.13.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-bazaar/1.13.0/maven-scm-provider-bazaar-1.13.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers/1.13.0/maven-scm-providers-1.13.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers/1.13.0/maven-scm-providers-1.13.0.pom (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-svnexe/1.13.0/maven-scm-provider-svnexe-1.13.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svnexe/1.13.0/maven-scm-provider-svnexe-1.13.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-svn/1.13.0/maven-scm-providers-svn-1.13.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-svn/1.13.0/maven-scm-providers-svn-1.13.0.pom (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/1.13.0/maven-scm-provider-svn-commons-1.13.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.13.0/maven-scm-provider-svn-commons-1.13.0.pom (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-gitexe/1.13.0/maven-scm-provider-gitexe-1.13.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-gitexe/1.13.0/maven-scm-provider-gitexe-1.13.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-git/1.13.0/maven-scm-providers-git-1.13.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-git/1.13.0/maven-scm-providers-git-1.13.0.pom (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/1.13.0/maven-scm-provider-git-commons-1.13.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-git-commons/1.13.0/maven-scm-provider-git-commons-1.13.0.pom (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-cvsexe/1.13.0/maven-scm-provider-cvsexe-1.13.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsexe/1.13.0/maven-scm-provider-cvsexe-1.13.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-cvs/1.13.0/maven-scm-providers-cvs-1.13.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-cvs/1.13.0/maven-scm-providers-cvs-1.13.0.pom (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-cvs-commons/1.13.0/maven-scm-provider-cvs-commons-1.13.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.13.0/maven-scm-provider-cvs-commons-1.13.0.pom (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-starteam/1.13.0/maven-scm-provider-starteam-1.13.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-starteam/1.13.0/maven-scm-provider-starteam-1.13.0.pom (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-clearcase/1.13.0/maven-scm-provider-clearcase-1.13.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-clearcase/1.13.0/maven-scm-provider-clearcase-1.13.0.pom (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-perforce/1.13.0/maven-scm-provider-perforce-1.13.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-perforce/1.13.0/maven-scm-provider-perforce-1.13.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-hg/1.13.0/maven-scm-provider-hg-1.13.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-hg/1.13.0/maven-scm-provider-hg-1.13.0.pom (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.2.1/maven-scm-provider-svnjava-2.2.1.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.2.1/maven-scm-provider-svnjava-2.2.1.pom (0 B at 0 B/s)
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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.12.2/maven-scm-provider-svn-commons-1.12.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.12.2/maven-scm-provider-svn-commons-1.12.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-svn/1.12.2/maven-scm-providers-svn-1.12.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-svn/1.12.2/maven-scm-providers-svn-1.12.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers/1.12.2/maven-scm-providers-1.12.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers/1.12.2/maven-scm-providers-1.12.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm/1.12.2/maven-scm-1.12.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm/1.12.2/maven-scm-1.12.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.12.2/maven-scm-api-1.12.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.12.2/maven-scm-api-1.12.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/5.11.0/jna-5.11.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/5.11.0/jna-5.11.0.pom (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.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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.13.0/maven-scm-api-1.13.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-manager-plexus/1.13.0/maven-scm-manager-plexus-1.13.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-bazaar/1.13.0/maven-scm-provider-bazaar-1.13.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svnexe/1.13.0/maven-scm-provider-svnexe-1.13.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-gitexe/1.13.0/maven-scm-provider-gitexe-1.13.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.13.0/maven-scm-api-1.13.0.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/1.13.0/maven-scm-provider-git-commons-1.13.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svnexe/1.13.0/maven-scm-provider-svnexe-1.13.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-manager-plexus/1.13.0/maven-scm-manager-plexus-1.13.0.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/1.13.0/maven-scm-provider-svn-commons-1.13.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsexe/1.13.0/maven-scm-provider-cvsexe-1.13.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-gitexe/1.13.0/maven-scm-provider-gitexe-1.13.0.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-cvs-commons/1.13.0/maven-scm-provider-cvs-commons-1.13.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-bazaar/1.13.0/maven-scm-provider-bazaar-1.13.0.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-starteam/1.13.0/maven-scm-provider-starteam-1.13.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsexe/1.13.0/maven-scm-provider-cvsexe-1.13.0.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-clearcase/1.13.0/maven-scm-provider-clearcase-1.13.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.13.0/maven-scm-provider-svn-commons-1.13.0.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-perforce/1.13.0/maven-scm-provider-perforce-1.13.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.13.0/maven-scm-provider-cvs-commons-1.13.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-hg/1.13.0/maven-scm-provider-hg-1.13.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-starteam/1.13.0/maven-scm-provider-starteam-1.13.0.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.2.1/maven-scm-provider-svnjava-2.2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-git-commons/1.13.0/maven-scm-provider-git-commons-1.13.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.11.0/jna-5.11.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-clearcase/1.13.0/maven-scm-provider-clearcase-1.13.0.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-perforce/1.13.0/maven-scm-provider-perforce-1.13.0.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.2.1/maven-scm-provider-svnjava-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/scm/maven-scm-provider-hg/1.13.0/maven-scm-provider-hg-1.13.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/5.11.0/jna-5.11.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/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/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/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/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/slf4j-api/1.7.32/slf4j-api-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/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/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/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/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.sshagent/0.0.9/jsch.agentproxy.sshagent-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.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/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.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/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.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar (0 B at 0 B/s)
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '/home/r/repo' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: /home/r/repo
[INFO] Storing buildNumber: 8be2221 at timestamp: 2023-10-24T14:58:04
[INFO] Storing scmBranch: __rultor
[INFO]
[INFO] --- buildnumber-maven-plugin:3.1.0:create-timestamp (jcabi-build-number) @ eo-files ---
[INFO] Skipping because we are not in root module.
[INFO]
[INFO] --- eo-maven-plugin:0.32.0:register (compile) @ eo-files ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eolang/eo-parser/0.32.0/eo-parser-0.32.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eolang/eo-parser/0.32.0/eo-parser-0.32.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/cactoos/cactoos/0.55.0/cactoos-0.55.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/cactoos/cactoos/0.55.0/cactoos-0.55.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.64.1/parent-0.64.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.64.1/parent-0.64.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/yegor256/xsline/0.21.1/xsline-0.21.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/yegor256/xsline/0.21.1/xsline-0.21.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.65.0/parent-0.65.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.65.0/parent-0.65.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.29.0/jcabi-xml-0.29.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.29.0/jcabi-xml-0.29.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.37.1/jcabi-1.37.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.37.1/jcabi-1.37.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sf/saxon/Saxon-HE/12.3/Saxon-HE-12.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sf/saxon/Saxon-HE/12.3/Saxon-HE-12.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/xmlresolver/xmlresolver/5.2.0/xmlresolver-5.2.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/xmlresolver/xmlresolver/5.2.0/xmlresolver-5.2.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/client5/httpclient5-parent/5.1.3/httpclient5-parent-5.1.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/client5/httpclient5-parent/5.1.3/httpclient5-parent-5.1.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/core5/httpcore5-parent/5.1.3/httpcore5-parent-5.1.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/core5/httpcore5-parent/5.1.3/httpcore5-parent-5.1.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (0 B at 0 B/s)
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)
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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-manifests/2.1.0/jcabi-manifests-2.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-manifests/2.1.0/jcabi-manifests-2.1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/incubator/xembly/0.28.1/xembly-0.28.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/incubator/xembly/0.28.1/xembly-0.28.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/yaml/snakeyaml/2.2/snakeyaml-2.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/yaml/snakeyaml/2.2/snakeyaml-2.2.pom (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.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)
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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom (0 B at 0 B/s)
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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/twdata/maven/mojo-executor-parent/2.4.0/mojo-executor-parent-2.4.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/twdata/maven/mojo-executor-parent/2.4.0/mojo-executor-parent-2.4.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.3.1/maven-3.3.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.3.1/maven-3.3.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/26/maven-parent-26.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/26/maven-parent-26.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/yegor256/tojos/0.18.1/tojos-0.18.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/yegor256/tojos/0.18.1/tojos-0.18.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/glassfish/json/1.1.4/json-1.1.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/glassfish/json/1.1.4/json-1.1.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/5/jvnet-parent-5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/5/jvnet-parent-5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/opencsv/opencsv/5.8/opencsv-5.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/opencsv/opencsv/5.8/opencsv-5.8.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.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)
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)
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/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)
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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.14.0/commons-io-2.14.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.14.0/commons-io-2.14.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/62/commons-parent-62.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/62/commons-parent-62.pom (0 B at 0 B/s)
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)
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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/reload4j/reload4j/1.2.25/reload4j-1.2.25.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/reload4j/reload4j/1.2.25/reload4j-1.2.25.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.12.2/jcabi-maven-slf4j-0.12.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.12.2/jcabi-maven-slf4j-0.12.2.pom (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.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)
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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/moandjiezana/toml/toml4j/0.7.2/toml4j-0.7.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/moandjiezana/toml/toml4j/0.7.2/toml4j-0.7.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.8.1/gson-2.8.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.8.1/gson-2.8.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson-parent/2.8.1/gson-parent-2.8.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson-parent/2.8.1/gson-parent-2.8.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eolang/eo-parser/0.32.0/eo-parser-0.32.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/yaml/snakeyaml/2.2/snakeyaml-2.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/yegor256/xsline/0.21.1/xsline-0.21.1.jar
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
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/incubator/xembly/0.28.1/xembly-0.28.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eolang/eo-parser/0.32.0/eo-parser-0.32.0.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/incubator/xembly/0.28.1/xembly-0.28.1.jar (0 B at 0 B/s)
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/cactoos/cactoos/0.55.0/cactoos-0.55.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/yegor256/xsline/0.21.1/xsline-0.21.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-manifests/2.1.0/jcabi-manifests-2.1.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/sf/saxon/Saxon-HE/12.3/Saxon-HE-12.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/yaml/snakeyaml/2.2/snakeyaml-2.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/xmlresolver/xmlresolver/5.2.0/xmlresolver-5.2.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-manifests/2.1.0/jcabi-manifests-2.1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sf/saxon/Saxon-HE/12.3/Saxon-HE-12.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/xmlresolver/xmlresolver/5.2.0/xmlresolver-5.2.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/xmlresolver/xmlresolver/5.2.0/xmlresolver-5.2.0-data.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/cactoos/cactoos/0.55.0/cactoos-0.55.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.29.0/jcabi-xml-0.29.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/xmlresolver/xmlresolver/5.2.0/xmlresolver-5.2.0-data.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/yegor256/tojos/0.18.1/tojos-0.18.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.29.0/jcabi-xml-0.29.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/opencsv/opencsv/5.8/opencsv-5.8.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.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/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.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.13.0/commons-lang3-3.13.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/yegor256/tojos/0.18.1/tojos-0.18.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.14.0/commons-io-2.14.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/opencsv/opencsv/5.8/opencsv-5.8.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/reload4j/reload4j/1.2.25/reload4j-1.2.25.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/com/jcabi/jcabi-maven-slf4j/0.12.2/jcabi-maven-slf4j-0.12.2.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/com/moandjiezana/toml/toml4j/0.7.2/toml4j-0.7.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.8.1/gson-2.8.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.14.0/commons-io-2.14.0.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.12.2/jcabi-maven-slf4j-0.12.2.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/reload4j/reload4j/1.2.25/reload4j-1.2.25.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/moandjiezana/toml/toml4j/0.7.2/toml4j-0.7.2.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.8.1/gson-2.8.1.jar (0 B at 0 B/s)
[INFO] Registered 9 EO sources from ./home/r/repo/src/main/eo to ./home/r/repo/target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.32.0:assemble (compile) @ eo-files ---
[INFO] 51 attributes loaded from 41 stream(s) in 63ms, 51 saved, 477 ignored: ["Agent-Class", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-ContactAddress", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Dob", "EO-Revision", "EO-Version", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Originally-Created-By", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 9 .eo sources to XMIRs
[WARNING] XSL 'not-empty-atoms' took 501ms (over 500ms)
[WARNING] XSL 'not-empty-atoms' took 511ms (over 500ms)
[WARNING] XSL 'not-empty-atoms' took 524ms (over 500ms)
[WARNING] XSL 'not-empty-atoms' took 531ms (over 500ms)
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Optimized 9 out of 9 XMIR program(s)
[INFO] Discovered 1 foreign objects in 9 programs: [org.eolang.bool]
[INFO] 1 program(s) were pulled: [org.eolang.bool]
[INFO] Runtime dependency added from pom with version: 0.32.0
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/ferstl/depgraph-maven-plugin/4.0.2/depgraph-maven-plugin-4.0.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/ferstl/depgraph-maven-plugin/4.0.2/depgraph-maven-plugin-4.0.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.7.0/junit-bom-5.7.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.7.0/junit-bom-5.7.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/ferstl/depgraph-maven-plugin/4.0.2/depgraph-maven-plugin-4.0.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/ferstl/depgraph-maven-plugin/4.0.2/depgraph-maven-plugin-4.0.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.11.0/jackson-databind-2.11.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.11.0/jackson-databind-2.11.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-base/2.11.0/jackson-base-2.11.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-base/2.11.0/jackson-base-2.11.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-bom/2.11.0/jackson-bom-2.11.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-bom/2.11.0/jackson-bom-2.11.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-parent/2.11/jackson-parent-2.11.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-parent/2.11/jackson-parent-2.11.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/38/oss-parent-38.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/38/oss-parent-38.pom (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.11.0/jackson-annotations-2.11.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.11.0/jackson-annotations-2.11.0.pom (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.11.0/jackson-core-2.11.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.11.0/jackson-core-2.11.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/29.0-jre/guava-29.0-jre.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/29.0-jre/guava-29.0-jre.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/29.0-jre/guava-parent-29.0-jre.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/29.0-jre/guava-parent-29.0-jre.pom (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.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)
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)
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)
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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/2.11.1/checker-qual-2.11.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/2.11.1/checker-qual-2.11.1.pom (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.3.4/error_prone_annotations-2.3.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom (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.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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.6.3/maven-3.6.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.6.3/maven-3.6.3.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.6.3/maven-model-3.6.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.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.6.3/maven-artifact-3.6.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom (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.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)
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)
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)
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)
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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.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)
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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (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.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/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)
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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.11.0/jackson-databind-2.11.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.11.0/jackson-annotations-2.11.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.11.0/jackson-core-2.11.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/29.0-jre/guava-29.0-jre.jar
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/com/fasterxml/jackson/core/jackson-databind/2.11.0/jackson-databind-2.11.0.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/fasterxml/jackson/core/jackson-annotations/2.11.0/jackson-annotations-2.11.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.11.0/jackson-core-2.11.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/2.11.1/checker-qual-2.11.1.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/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/29.0-jre/guava-29.0-jre.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.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/maven-model/3.6.3/maven-model-3.6.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.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.6.3/maven-artifact-3.6.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/2.11.1/checker-qual-2.11.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.8.1/commons-lang3-3.8.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.6.3/maven-artifact-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.3.4/org.eclipse.sisu.inject-0.3.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.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/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.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.2.1/plexus-utils-3.2.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.6.0/plexus-classworlds-2.6.0.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eolang/eo-parent/0.32.0/eo-parent-0.32.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/eolang/eo-parent/0.32.0/eo-parent-0.32.0.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.9/jul-to-slf4j-2.0.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.9/jul-to-slf4j-2.0.9.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.9/slf4j-parent-2.0.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.9/slf4j-parent-2.0.9.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-bom/2.0.9/slf4j-bom-2.0.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-bom/2.0.9/slf4j-bom-2.0.9.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.9/logback-classic-1.4.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.9/logback-classic-1.4.9.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.4.9/logback-parent-1.4.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.4.9/logback-parent-1.4.9.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.9/logback-core-1.4.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.9/logback-core-1.4.9.pom (0 B at 0 B/s)
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)
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)
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)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.10.0/junit-jupiter-params-5.10.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.10.0/junit-jupiter-params-5.10.0.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.10.0/junit-jupiter-api-5.10.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.10.0/junit-jupiter-api-5.10.0.pom (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.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)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.10.0/junit-platform-commons-1.10.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.10.0/junit-platform-commons-1.10.0.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit-pioneer/junit-pioneer/2.1.0/junit-pioneer-2.1.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit-pioneer/junit-pioneer/2.1.0/junit-pioneer-2.1.0.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.2/junit-platform-launcher-1.9.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.2/junit-platform-launcher-1.9.2.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.2/junit-platform-engine-1.9.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.2/junit-platform-engine-1.9.2.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.2/junit-platform-commons-1.9.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.2/junit-platform-commons-1.9.2.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.9/jul-to-slf4j-2.0.9.jar
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.9/logback-classic-1.4.9.jar
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.9/logback-core-1.4.9.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.55.0/cactoos-0.55.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/llorllale/cactoos-matchers/0.25/cactoos-matchers-0.25.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.9/jul-to-slf4j-2.0.9.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.10.0/junit-jupiter-params-5.10.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.9/logback-core-1.4.9.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.10.0/junit-jupiter-api-5.10.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.9/logback-classic-1.4.9.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/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/org/junit/platform/junit-platform-commons/1.10.0/junit-platform-commons-1.10.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.55.0/cactoos-0.55.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit-pioneer/junit-pioneer/2.1.0/junit-pioneer-2.1.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.10.0/junit-jupiter-params-5.10.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.2/junit-platform-launcher-1.9.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.2/junit-platform-engine-1.9.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.10.0/junit-platform-commons-1.10.0.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.10.0/junit-jupiter-api-5.10.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.2/junit-platform-launcher-1.9.2.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit-pioneer/junit-pioneer/2.1.0/junit-pioneer-2.1.0.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.2/junit-platform-engine-1.9.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-dependency-plugin/3.5.0/maven-dependency-plugin-3.5.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-dependency-plugin/3.5.0/maven-dependency-plugin-3.5.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/38/maven-plugins-38.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/38/maven-plugins-38.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/38/maven-parent-38.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/38/maven-parent-38.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/28/apache-28.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/28/apache-28.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-dependency-plugin/3.5.0/maven-dependency-plugin-3.5.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-dependency-plugin/3.5.0/maven-dependency-plugin-3.5.0.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-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)
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)
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)
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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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.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)
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)
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)
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)
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)
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)
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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (0 B at 0 B/s)
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)
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)
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)
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)
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)
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)
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-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)
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)
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)
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)
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)
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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (0 B at 0 B/s)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.6.0/plexus-archiver-4.6.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.6.0/plexus-archiver-4.6.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom (0 B at 0 B/s)
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)
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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/luben/zstd-jni/1.5.2-5/zstd-jni-1.5.2-5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/luben/zstd-jni/1.5.2-5/zstd-jni-1.5.2-5.pom (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.0/maven-dependency-analyzer-1.13.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-analyzer/1.13.0/maven-dependency-analyzer-1.13.0.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-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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.3/asm-9.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.3/asm-9.3.pom (0 B at 0 B/s)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.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)
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/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/maven-core/3.1.0/maven-core-3.1.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-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-model-builder/3.1.0/maven-model-builder-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/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/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/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/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/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/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/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/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/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/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/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/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/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/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/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-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/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/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/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/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/xbean/xbean-reflect/3.7/xbean-reflect-3.7.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/com/google/collections/google-collections/1.0/google-collections-1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-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/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/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/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/2.1.0/plexus-container-default-2.1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/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/com/google/collections/google-collections/1.0/google-collections-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-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/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/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/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/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/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/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/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/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/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.7/velocity-1.7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/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/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/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/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/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/velocity/velocity/1.7/velocity-1.7.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.6.0/plexus-archiver-4.6.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.21/commons-compress-1.21.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/iq80/snappy/snappy/0.4/snappy-0.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.9/xz-1.9.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/com/github/luben/zstd-jni/1.5.2-5/zstd-jni-1.5.2-5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.6.0/plexus-archiver-4.6.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-analyzer/1.13.0/maven-dependency-analyzer-1.13.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.9/xz-1.9.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.3/asm-9.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/luben/zstd-jni/1.5.2-5/zstd-jni-1.5.2-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-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/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.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-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-analyzer/1.13.0/maven-dependency-analyzer-1.13.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-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.3/asm-9.3.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.2/commons-collections4-4.2.jar
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)
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
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar (0 B at 0 B/s)
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/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/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar (0 B at 0 B/s)
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)
[INFO] Configured Artifact: org.eolang:eo-runtime:0.32.0:jar
[INFO] Unpacking /home/r/.m2/repository/org/eolang/eo-runtime/0.32.0/eo-runtime-0.32.0.jar to /home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.32.0 with includes "" and excludes ""
[INFO] org.eolang:eo-runtime:null:0.32.0 unpacked to ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.32.0
[INFO] Found 162 new file(s) after unpacking of org.eolang:eo-runtime:0.32.0
[INFO] New 1 dependenc(ies) unpacked
[INFO] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.32.0/EO-SOURCES, 24 program(s) registered with version 0.32.0
[INFO] New 24 objects found in 1 unpacked dependencies
[INFO] Placed 138 binary file(s) out of 162, found in org.eolang/eo-runtime/-/0.32.0
[INFO] Placed 138 binary files found in 1 dependencies
[INFO] Assemble cycle #1 (EO:9/XMIR:0/OPTIMIZED:0/DISCOVERED:0/PROBED:0 -> EO:10/XMIR:9/OPTIMIZED:9/DISCOVERED:9/PROBED:9), took 36s
[INFO] Parsed 1 .eo sources to XMIRs
[INFO] Optimized 1 out of 10 XMIR program(s)
[INFO] Discovered 3 foreign objects in 1 programs: [org.eolang.bytes, org.eolang.tuple, org.eolang.int]
[INFO] 23 program(s) were pulled: [org.eolang.io.stdin, org.eolang.try, org.eolang.float, org.eolang.positive-infinity, org.eolang.rust, org.eolang.int, org.eolang.negative-infinity, org.eolang.heap, org.eolang.io.stdout, org.eolang.goto, org.eolang.tuple, org.eolang.switch, org.eolang.cti, org.eolang.nan, org.eolang.string, org.eolang.memory, org.eolang.nop, org.eolang.error, org.eolang.as-phi, org.eolang.bytes, org.eolang.cage, org.eolang.seq, org.eolang.ram]
[INFO] Runtime dependency added from pom with version: 0.32.0
[INFO] Dependency found for org.eolang.bool:0.32.0: org.eolang:eo-runtime:0.29.5
Downloading from central: https://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.29.5/eo-runtime-0.29.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.29.5/eo-runtime-0.29.5.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eolang/eo-parent/0.29.5/eo-parent-0.29.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/eolang/eo-parent/0.29.5/eo-parent-0.29.5.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.7/jul-to-slf4j-2.0.7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.7/jul-to-slf4j-2.0.7.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.7/logback-classic-1.4.7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.7/logback-classic-1.4.7.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.4.7/logback-parent-1.4.7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.4.7/logback-parent-1.4.7.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.7/logback-core-1.4.7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.7/logback-core-1.4.7.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.4/slf4j-api-2.0.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.4/slf4j-api-2.0.4.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.4/slf4j-parent-2.0.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.4/slf4j-parent-2.0.4.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.55.0/cactoos-0.55.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.55.0/cactoos-0.55.0.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.3/junit-jupiter-params-5.9.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.3/junit-jupiter-params-5.9.3.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit-pioneer/junit-pioneer/2.0.1/junit-pioneer-2.0.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit-pioneer/junit-pioneer/2.0.1/junit-pioneer-2.0.1.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.7/jul-to-slf4j-2.0.7.jar
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.7/logback-classic-1.4.7.jar
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.7/logback-core-1.4.7.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.3/junit-jupiter-params-5.9.3.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.3/junit-jupiter-api-5.9.3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.7/jul-to-slf4j-2.0.7.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit-pioneer/junit-pioneer/2.0.1/junit-pioneer-2.0.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.7/logback-classic-1.4.7.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.3/junit-jupiter-api-5.9.3.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.3/junit-jupiter-params-5.9.3.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.7/logback-core-1.4.7.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit-pioneer/junit-pioneer/2.0.1/junit-pioneer-2.0.1.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (0 B at 0 B/s)
[INFO] Configured Artifact: org.eolang:eo-runtime:0.29.5:jar
Downloading from central: https://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.29.5/eo-runtime-0.29.5.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.29.5/eo-runtime-0.29.5.jar (0 B at 0 B/s)
[INFO] Unpacking /home/r/.m2/repository/org/eolang/eo-runtime/0.29.5/eo-runtime-0.29.5.jar to /home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.29.5 with includes "" and excludes ""
[INFO] org.eolang:eo-runtime::0.29.5 unpacked to ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.29.5
[INFO] Found 156 new file(s) after unpacking of org.eolang:eo-runtime:0.29.5
[INFO] New 1 dependenc(ies) unpacked
[INFO] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.32.0/EO-SOURCES, 24 program(s) registered with version 0.32.0
[INFO] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.29.5/EO-SOURCES, 24 program(s) registered with version 0.29.5
[INFO] New 48 objects found in 2 unpacked dependencies
[INFO] Found placed binaries from org.eolang/eo-runtime/-/0.32.0
[INFO] No binary file(s) out of 162 were placed from org.eolang/eo-runtime/-/0.32.0
[INFO] No binary file(s) out of 156 were placed from org.eolang/eo-runtime/-/0.29.5
[INFO] Assemble cycle #2 (EO:10/XMIR:9/OPTIMIZED:9/DISCOVERED:9/PROBED:9 -> EO:33/XMIR:10/OPTIMIZED:10/DISCOVERED:10/PROBED:10), took 425ms
[INFO] Parsed 23 .eo sources to XMIRs
[INFO] Optimized 23 out of 33 XMIR program(s)
[INFO] Discovered 15 foreign objects in 23 programs: [org.eolang.bool, org.eolang.nan, org.eolang.try, org.eolang.float, org.eolang.string, org.eolang.collections.list, org.eolang.collections.bytes-as-array, org.eolang.positive-infinity, org.eolang.memory, org.eolang.int, org.eolang.negative-infinity, org.eolang.error, org.eolang.bytes, org.eolang.tuple, org.eolang.seq]
[INFO] Probing object(s): [x.as-bytes.eq, x.neg.as-bytes, x.plus.gt, index.eq.if, terms.at.neg, as-bytes.xor.as-int]
[INFO] Probing object(s): [x.as-bytes.eq.or.not, x.as-bytes.eq.or, x.as-bytes.eq.not, x.as-bytes.eq, t.as-bytes.eq, num.eq.not, index.eq.if, acc.gt.if, x.length.eq.if, x.length.eq, terms-count.gt.if]
[INFO] Probing object(s): [x.as-bytes.eq, x.neg.as-bytes, x.plus.gt, index.eq.if, terms.at.neg, as-bytes.xor.as-int]
[INFO] Probing object(s): [x.as-bytes.eq.or.not, x.as-bytes.eq.or, x.as-bytes.eq.not, x.as-bytes.eq, t.as-bytes.eq, num.eq.not, index.eq.if, acc.gt.if, x.length.eq.if, x.length.eq, terms-count.gt.if]
[INFO] Probing object(s): [new-next.gt.if]
[INFO] Probing object(s): [index.eq.if, cases.at.at.if, cases.at.at, cases.length.eq.if, cases.length.eq]
[INFO] Probing object(s): [int.times.plus, int.as-bytes.and.right.as-int, int.as-bytes.and.right, int.as-bytes.and]
[INFO] 2 program(s) were pulled: [org.eolang.collections.list, org.eolang.collections.bytes-as-array]
[INFO] Runtime dependency added from pom with version: 0.32.0
[INFO] Dependency found for org.eolang.io.stdin:0.29.5: org.eolang:eo-runtime:0.29.5
[INFO] Dependency found for org.eolang.try:0.29.5: org.eolang:eo-runtime:0.29.5
[INFO] Dependency found for org.eolang.float:0.29.5: org.eolang:eo-runtime:0.29.5
[INFO] Dependency found for org.eolang.positive-infinity:0.29.5: org.eolang:eo-runtime:0.29.5
[INFO] Dependency found for org.eolang.rust:0.29.5: org.eolang:eo-runtime:0.29.5
[INFO] Dependency found for org.eolang.int:0.29.5: org.eolang:eo-runtime:0.29.5
[INFO] Dependency found for org.eolang.negative-infinity:0.29.5: org.eolang:eo-runtime:0.29.5
[INFO] Dependency found for org.eolang.heap:0.29.5: org.eolang:eo-runtime:0.29.5
[INFO] Dependency found for org.eolang.io.stdout:0.29.5: org.eolang:eo-runtime:0.29.5
[INFO] Dependency found for org.eolang.goto:0.29.5: org.eolang:eo-runtime:0.29.5
[INFO] Dependency found for org.eolang.tuple:0.29.5: org.eolang:eo-runtime:0.29.5
[INFO] Dependency found for org.eolang.switch:0.29.5: org.eolang:eo-runtime:0.29.5
[INFO] Dependency found for org.eolang.cti:0.29.5: org.eolang:eo-runtime:0.29.5
[INFO] Dependency found for org.eolang.nan:0.29.5: org.eolang:eo-runtime:0.29.5
[INFO] Dependency found for org.eolang.string:0.29.5: org.eolang:eo-runtime:0.29.5
[INFO] Dependency found for org.eolang.memory:0.29.5: org.eolang:eo-runtime:0.29.5
[INFO] Dependency found for org.eolang.nop:0.29.5: org.eolang:eo-runtime:0.29.5
[INFO] Dependency found for org.eolang.error:0.29.5: org.eolang:eo-runtime:0.29.5
[INFO] Dependency found for org.eolang.as-phi:0.29.5: org.eolang:eo-runtime:0.29.5
[INFO] Dependency found for org.eolang.bytes:0.29.5: org.eolang:eo-runtime:0.29.5
[INFO] Dependency found for org.eolang.cage:0.29.5: org.eolang:eo-runtime:0.29.5
[INFO] Dependency found for org.eolang.seq:0.29.5: org.eolang:eo-runtime:0.29.5
[INFO] Dependency found for org.eolang.ram:0.29.5: org.eolang:eo-runtime:0.29.5
[INFO] New 1 dependenc(ies) unpacked
[INFO] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.32.0/EO-SOURCES, 24 program(s) registered with version 0.32.0
[INFO] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.29.5/EO-SOURCES, 24 program(s) registered with version 0.29.5
[INFO] New 48 objects found in 2 unpacked dependencies
[INFO] Found placed binaries from org.eolang/eo-runtime/-/0.32.0
[INFO] No binary file(s) out of 162 were placed from org.eolang/eo-runtime/-/0.32.0
[INFO] Found placed binaries from org.eolang/eo-runtime/-/0.29.5
[INFO] No binary file(s) out of 156 were placed from org.eolang/eo-runtime/-/0.29.5
[INFO] Assemble cycle #3 (EO:33/XMIR:10/OPTIMIZED:10/DISCOVERED:10/PROBED:10 -> EO:35/XMIR:33/OPTIMIZED:33/DISCOVERED:33/PROBED:33), took 1s
[INFO] Parsed 2 .eo sources to XMIRs
[INFO] Optimized 2 out of 35 XMIR program(s)
[INFO] Discovered 6 foreign objects in 2 programs: [org.eolang.switch, org.eolang.bool, org.eolang.memory, org.eolang.tuple, org.eolang.int, org.eolang.seq]
[INFO] Probing object(s): [index.plus.eq.if, index.plus.eq, idx.eq.if, x.eq.if, arr.length.eq.if, arr.length.eq, acc.eq.and.if, acc.eq.and, item.eq.if, int.eq.not, i.plus.lt.while, i.plus.lt, j.plus.lt.while, j.plus.lt, arr.at.lt.if, arr.at.lt, int.eq.if, index-carr.at.eq.if, index-carr.at.eq, index-carr.at.length, list.is-empty.if, arr.length.minus, start.lt.if, idx.gte.if]
[INFO] Probing object(s): [i.lt.if]
[INFO] 0 program(s) were pulled: []
[INFO] Runtime dependency added from pom with version: 0.32.0
[INFO] Dependency found for org.eolang.collections.list:*.*.*: org.eolang:eo-collections:0.10.0
[INFO] Dependency found for org.eolang.collections.bytes-as-array:*.*.*: org.eolang:eo-collections:0.10.0
Downloading from central: https://repo.maven.apache.org/maven2/org/eolang/eo-collections/0.10.0/eo-collections-0.10.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/eolang/eo-collections/0.10.0/eo-collections-0.10.0.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.30.0/eo-runtime-0.30.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.30.0/eo-runtime-0.30.0.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eolang/eo-parent/0.30.0/eo-parent-0.30.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/eolang/eo-parent/0.30.0/eo-parent-0.30.0.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.30.0/eo-runtime-0.30.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.30.0/eo-runtime-0.30.0.jar (0 B at 0 B/s)
[INFO] Configured Artifact: org.eolang:eo-collections:0.10.0:jar
Downloading from central: https://repo.maven.apache.org/maven2/org/eolang/eo-collections/0.10.0/eo-collections-0.10.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/eolang/eo-collections/0.10.0/eo-collections-0.10.0.jar (0 B at 0 B/s)
[INFO] Unpacking /home/r/.m2/repository/org/eolang/eo-collections/0.10.0/eo-collections-0.10.0.jar to /home/r/repo/target/eo/4-resolve/org.eolang/eo-collections/-/0.10.0 with includes "" and excludes ""
[INFO] org.eolang:eo-collections::0.10.0 unpacked to ./home/r/repo/target/eo/4-resolve/org.eolang/eo-collections/-/0.10.0
[INFO] Found 19 new file(s) after unpacking of org.eolang:eo-collections:0.10.0
[INFO] New 2 dependenc(ies) unpacked
[INFO] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.32.0/EO-SOURCES, 24 program(s) registered with version 0.32.0
[INFO] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.29.5/EO-SOURCES, 24 program(s) registered with version 0.29.5
[INFO] Found 8 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-collections/-/0.10.0/EO-SOURCES, 8 program(s) registered with version 0.10.0
[INFO] New 56 objects found in 3 unpacked dependencies
[INFO] Found placed binaries from org.eolang/eo-runtime/-/0.32.0
[INFO] No binary file(s) out of 162 were placed from org.eolang/eo-runtime/-/0.32.0
[INFO] Found placed binaries from org.eolang/eo-runtime/-/0.29.5
[INFO] No binary file(s) out of 156 were placed from org.eolang/eo-runtime/-/0.29.5
[INFO] Placed 10 binary file(s) out of 19, found in org.eolang/eo-collections/-/0.10.0
[INFO] Placed 10 binary files found in 3 dependencies
[INFO] Assemble cycle #4 (EO:35/XMIR:33/OPTIMIZED:33/DISCOVERED:33/PROBED:33 -> EO:35/XMIR:35/OPTIMIZED:35/DISCOVERED:35/PROBED:35), took 300ms
[INFO] No .eo sources parsed to XMIRs
[INFO] Nothing to discover, all programs checked already
[INFO] Nothing to probe, all programs checked already
[INFO] 6 program(s) were pulled: [org.eolang.collections.set, org.eolang.collections.multimap, org.eolang.collections.map, org.eolang.collections.range, org.eolang.collections.range-of-ints, org.eolang.collections.hash-code-of]
[INFO] Runtime dependency added from pom with version: 0.32.0
[INFO] New 1 dependenc(ies) unpacked
[INFO] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.32.0/EO-SOURCES, 24 program(s) registered with version 0.32.0
[INFO] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.29.5/EO-SOURCES, 24 program(s) registered with version 0.29.5
[INFO] Found 8 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-collections/-/0.10.0/EO-SOURCES, 8 program(s) registered with version 0.10.0
[INFO] New 56 objects found in 3 unpacked dependencies
[INFO] Found placed binaries from org.eolang/eo-runtime/-/0.32.0
[INFO] No binary file(s) out of 162 were placed from org.eolang/eo-runtime/-/0.32.0
[INFO] Found placed binaries from org.eolang/eo-runtime/-/0.29.5
[INFO] No binary file(s) out of 156 were placed from org.eolang/eo-runtime/-/0.29.5
[INFO] Found placed binaries from org.eolang/eo-collections/-/0.10.0
[INFO] No binary file(s) out of 19 were placed from org.eolang/eo-collections/-/0.10.0
[INFO] Assemble cycle #5 (EO:35/XMIR:35/OPTIMIZED:35/DISCOVERED:35/PROBED:35 -> EO:41/XMIR:35/OPTIMIZED:35/DISCOVERED:35/PROBED:35), took 104ms
[INFO] Parsed 6 .eo sources to XMIRs
[INFO] Optimized 6 out of 41 XMIR program(s)
[INFO] Discovered 16 foreign objects in 6 programs: [org.eolang.switch, org.eolang.bool, org.eolang.collections.multimap, org.eolang.collections.list, org.eolang.string, org.eolang.collections.map, org.eolang.collections.bytes-as-array, org.eolang.memory, org.eolang.math.number, org.eolang.int, org.eolang.error, org.eolang.collections.range, org.eolang.collections.hash-code-of, org.eolang.bytes, org.eolang.tuple, org.eolang.seq]
[INFO] Probing object(s): [lst.is-empty.if, lst.reducedi.at.reduced, lst.reducedi.at, mp.found.length.eq.not.if, mp.found.length.eq.not, mp.found.length.eq, mp.found.length, acc.at.with]
[INFO] Probing object(s): [m.length.eq.if, m.length.eq, key.eq.if, x.at.gte.if, x.at.gte, arr.length.gte.if, arr.length.gte, i.gte.and.if, i.gte.and, x.at.eq, mmp.elements-amount.write]
[INFO] Probing object(s): [m.length.eq.if, m.length.eq, mp.elements-amount.write]
[INFO] Probing object(s): [current.lt.if, start.lt.if]
[INFO] Probing object(s): [number.is-int.and.if, number.is-int.and]
[INFO] Probing object(s): [h.as-bytes.eq, h-as-bytes.size.eq, h-as-bytes.xor.as-int, index.eq.if, int.times.plus, zero-as-bytes.and.right.as-int, zero-as-bytes.and.right]
[INFO] 1 program(s) were pulled: [org.eolang.math.number]
[INFO] Runtime dependency added from pom with version: 0.32.0
[INFO] Dependency found for org.eolang.collections.set:0.10.0: org.eolang:eo-collections:0.10.0
[INFO] Dependency found for org.eolang.collections.multimap:0.10.0: org.eolang:eo-collections:0.10.0
[INFO] Dependency found for org.eolang.collections.map:0.10.0: org.eolang:eo-collections:0.10.0
[INFO] Dependency found for org.eolang.collections.range:0.10.0: org.eolang:eo-collections:0.10.0
[INFO] Dependency found for org.eolang.collections.range-of-ints:0.10.0: org.eolang:eo-collections:0.10.0
[INFO] Dependency found for org.eolang.collections.hash-code-of:0.10.0: org.eolang:eo-collections:0.10.0
[INFO] New 2 dependenc(ies) unpacked
[INFO] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.32.0/EO-SOURCES, 24 program(s) registered with version 0.32.0
[INFO] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.29.5/EO-SOURCES, 24 program(s) registered with version 0.29.5
[INFO] Found 8 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-collections/-/0.10.0/EO-SOURCES, 8 program(s) registered with version 0.10.0
[INFO] New 56 objects found in 3 unpacked dependencies
[INFO] Found placed binaries from org.eolang/eo-runtime/-/0.32.0
[INFO] No binary file(s) out of 162 were placed from org.eolang/eo-runtime/-/0.32.0
[INFO] Found placed binaries from org.eolang/eo-runtime/-/0.29.5
[INFO] No binary file(s) out of 156 were placed from org.eolang/eo-runtime/-/0.29.5
[INFO] Found placed binaries from org.eolang/eo-collections/-/0.10.0
[INFO] No binary file(s) out of 19 were placed from org.eolang/eo-collections/-/0.10.0
[INFO] Assemble cycle #6 (EO:41/XMIR:35/OPTIMIZED:35/DISCOVERED:35/PROBED:35 -> EO:42/XMIR:41/OPTIMIZED:41/DISCOVERED:41/PROBED:41), took 266ms
[INFO] Parsed 1 .eo sources to XMIRs
[INFO] Optimized 1 out of 42 XMIR program(s)
[INFO] Discovered 14 foreign objects in 1 programs: [org.eolang.switch, org.eolang.bool, org.eolang.nan, org.eolang.float, org.eolang.string, org.eolang.math.angle, org.eolang.positive-infinity, org.eolang.math.pi, org.eolang.memory, org.eolang.int, org.eolang.negative-infinity, org.eolang.error, org.eolang.tuple, org.eolang.seq]
[INFO] Probing object(s): [value.eq.if, value.div.eq, divisor.eq.if, dividend.gt.if, value.gte.if, value.lte.if, number.is-nan.or.if, number.is-nan.or, x-as-num.is-infinite.if, x-as-num.is-int.if, p.eq.if, number.mod.eq.if, number.mod.eq, self-as-float.eq.if, self-is-inf.or.if, self-as-float.lt.and, self-as-float.gt.and, x-is-int.not.if, x-as-num.mod.eq.if, x-as-num.mod.eq, diff.gt.while, a.div.plus, value.minus.div, iterator.lt.while, is-nan.or.if, base-as-number.is-infinite.if, self-as-float.lt.or, positive-infinity.eq.and, positive-infinity.eq.or, self-as-float.eq.and, number.ln.div, value.gt.if, pow-2.lte.while, x.times.div, number.as-float.times, number.exp.ln-2, term-1.y.minus, iterator.gt.while, float.div.minus, low.plus.div, seq.abs.gt.if, seq.abs.gt, cosmid.gt.if, n.gt.or.if, n.gt.or, n.eq.if]
[INFO] 2 program(s) were pulled: [org.eolang.math.angle, org.eolang.math.pi]
[INFO] Runtime dependency added from pom with version: 0.32.0
[INFO] Dependency found for org.eolang.math.number:*.*.*: org.eolang:eo-math:0.4.0
Downloading from central: https://repo.maven.apache.org/maven2/org/eolang/eo-math/0.4.0/eo-math-0.4.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/eolang/eo-math/0.4.0/eo-math-0.4.0.pom (0 B at 0 B/s)
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)
Downloading from central: https://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.29.4/eo-runtime-0.29.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.29.4/eo-runtime-0.29.4.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eolang/eo-parent/0.29.4/eo-parent-0.29.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/eolang/eo-parent/0.29.4/eo-parent-0.29.4.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.29.4/eo-runtime-0.29.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.29.4/eo-runtime-0.29.4.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1.jar (0 B at 0 B/s)
[INFO] Configured Artifact: org.eolang:eo-math:0.4.0:jar
Downloading from central: https://repo.maven.apache.org/maven2/org/eolang/eo-math/0.4.0/eo-math-0.4.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/eolang/eo-math/0.4.0/eo-math-0.4.0.jar (0 B at 0 B/s)
[INFO] Unpacking /home/r/.m2/repository/org/eolang/eo-math/0.4.0/eo-math-0.4.0.jar to /home/r/repo/target/eo/4-resolve/org.eolang/eo-math/-/0.4.0 with includes "" and excludes ""
[INFO] org.eolang:eo-math::0.4.0 unpacked to ./home/r/repo/target/eo/4-resolve/org.eolang/eo-math/-/0.4.0
[INFO] Found 77 new file(s) after unpacking of org.eolang:eo-math:0.4.0
[INFO] New 2 dependenc(ies) unpacked
[INFO] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.32.0/EO-SOURCES, 24 program(s) registered with version 0.32.0
[INFO] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.29.5/EO-SOURCES, 24 program(s) registered with version 0.29.5
[INFO] Found 7 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-math/-/0.4.0/EO-SOURCES, 7 program(s) registered with version 0.4.0
[INFO] Found 8 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-collections/-/0.10.0/EO-SOURCES, 8 program(s) registered with version 0.10.0
[INFO] New 63 objects found in 4 unpacked dependencies
[INFO] Found placed binaries from org.eolang/eo-runtime/-/0.32.0
[INFO] No binary file(s) out of 162 were placed from org.eolang/eo-runtime/-/0.32.0
[INFO] Found placed binaries from org.eolang/eo-runtime/-/0.29.5
[INFO] No binary file(s) out of 156 were placed from org.eolang/eo-runtime/-/0.29.5
[INFO] Placed 69 binary file(s) out of 77, found in org.eolang/eo-math/-/0.4.0
[INFO] Found placed binaries from org.eolang/eo-collections/-/0.10.0
[INFO] No binary file(s) out of 19 were placed from org.eolang/eo-collections/-/0.10.0
[INFO] Placed 69 binary files found in 4 dependencies
[INFO] Assemble cycle #7 (EO:42/XMIR:41/OPTIMIZED:41/DISCOVERED:41/PROBED:41 -> EO:44/XMIR:42/OPTIMIZED:42/DISCOVERED:42/PROBED:42), took 443ms
[INFO] Parsed 2 .eo sources to XMIRs
[INFO] Optimized 2 out of 44 XMIR program(s)
[INFO] Discovered 3 foreign objects in 2 programs: [org.eolang.nan, org.eolang.float, org.eolang.math.pi]
[INFO] Probing object(s): [cosine.eq.if, sine.eq.if]
[INFO] 4 program(s) were pulled: [org.eolang.math.integral, org.eolang.math.random, org.eolang.math.series, org.eolang.math.e]
[INFO] Runtime dependency added from pom with version: 0.32.0
[INFO] Dependency found for org.eolang.math.angle:0.4.0: org.eolang:eo-math:0.4.0
[INFO] Dependency found for org.eolang.math.pi:0.4.0: org.eolang:eo-math:0.4.0
[INFO] New 2 dependenc(ies) unpacked
[INFO] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.32.0/EO-SOURCES, 24 program(s) registered with version 0.32.0
[INFO] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.29.5/EO-SOURCES, 24 program(s) registered with version 0.29.5
[INFO] Found 7 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-math/-/0.4.0/EO-SOURCES, 7 program(s) registered with version 0.4.0
[INFO] Found 8 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-collections/-/0.10.0/EO-SOURCES, 8 program(s) registered with version 0.10.0
[INFO] New 63 objects found in 4 unpacked dependencies
[INFO] Found placed binaries from org.eolang/eo-runtime/-/0.32.0
[INFO] No binary file(s) out of 162 were placed from org.eolang/eo-runtime/-/0.32.0
[INFO] Found placed binaries from org.eolang/eo-runtime/-/0.29.5
[INFO] No binary file(s) out of 156 were placed from org.eolang/eo-runtime/-/0.29.5
[INFO] Found placed binaries from org.eolang/eo-math/-/0.4.0
[INFO] No binary file(s) out of 77 were placed from org.eolang/eo-math/-/0.4.0
[INFO] Found placed binaries from org.eolang/eo-collections/-/0.10.0
[INFO] No binary file(s) out of 19 were placed from org.eolang/eo-collections/-/0.10.0
[INFO] Assemble cycle #8 (EO:44/XMIR:42/OPTIMIZED:42/DISCOVERED:42/PROBED:42 -> EO:48/XMIR:44/OPTIMIZED:44/DISCOVERED:44/PROBED:44), took 171ms
[INFO] Parsed 4 .eo sources to XMIRs
[INFO] Optimized 4 out of 48 XMIR program(s)
[INFO] Discovered 10 foreign objects in 4 programs: [org.eolang.error, org.eolang.sys.uname, org.eolang.float, org.eolang.string, org.eolang.collections.list, org.eolang.memory, org.eolang.sys.call, org.eolang.math.number, org.eolang.seq, org.eolang.int]
[INFO] Probing object(s): [b.minus.div.times, b.minus.div, a.plus.div, y.minus.div, x.plus.lt.while, x.plus.lt]
[INFO] Probing object(s): [number.as-float.div, number.left.minus, uname.is-windows.if, time-bytes.left.and.as-int.plus, time-bytes.left.and.as-int, time-bytes.left.and, time-bytes.and.as-int, int.as-bytes.left.as-int.minus.as-bytes, int.as-bytes.left.as-int.minus, int.as-bytes.left.as-int, int.as-bytes.left]
[INFO] Probing object(s): [item.gt.if, self-as-list.is-empty.if, min.gt.if]
[INFO] 2 program(s) were pulled: [org.eolang.sys.call, org.eolang.sys.uname]
[INFO] Runtime dependency added from pom with version: 0.32.0
[INFO] Dependency found for org.eolang.math.integral:0.4.0: org.eolang:eo-math:0.4.0
[INFO] Dependency found for org.eolang.math.random:0.4.0: org.eolang:eo-math:0.4.0
[INFO] Dependency found for org.eolang.math.series:0.4.0: org.eolang:eo-math:0.4.0
[INFO] Dependency found for org.eolang.math.e:0.4.0: org.eolang:eo-math:0.4.0
[INFO] New 2 dependenc(ies) unpacked
[INFO] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.32.0/EO-SOURCES, 24 program(s) registered with version 0.32.0
[INFO] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.29.5/EO-SOURCES, 24 program(s) registered with version 0.29.5
[INFO] Found 7 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-math/-/0.4.0/EO-SOURCES, 7 program(s) registered with version 0.4.0
[INFO] Found 8 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-collections/-/0.10.0/EO-SOURCES, 8 program(s) registered with version 0.10.0
[INFO] New 63 objects found in 4 unpacked dependencies
[INFO] Found placed binaries from org.eolang/eo-runtime/-/0.32.0
[INFO] No binary file(s) out of 162 were placed from org.eolang/eo-runtime/-/0.32.0
[INFO] Found placed binaries from org.eolang/eo-runtime/-/0.29.5
[INFO] No binary file(s) out of 156 were placed from org.eolang/eo-runtime/-/0.29.5
[INFO] Found placed binaries from org.eolang/eo-math/-/0.4.0
[INFO] No binary file(s) out of 77 were placed from org.eolang/eo-math/-/0.4.0
[INFO] Found placed binaries from org.eolang/eo-collections/-/0.10.0
[INFO] No binary file(s) out of 19 were placed from org.eolang/eo-collections/-/0.10.0
[INFO] Assemble cycle #9 (EO:48/XMIR:44/OPTIMIZED:44/DISCOVERED:44/PROBED:44 -> EO:50/XMIR:48/OPTIMIZED:48/DISCOVERED:48/PROBED:48), took 198ms
[INFO] Parsed 2 .eo sources to XMIRs
[INFO] Optimized 2 out of 50 XMIR program(s)
[INFO] Discovered 1 foreign objects in 2 programs: [org.eolang.tuple]
[INFO] 0 program(s) were pulled: []
[INFO] Runtime dependency added from pom with version: 0.32.0
[INFO] Dependency found for org.eolang.sys.call:*.*.*: org.eolang:eo-sys:jar-with-dependencies:0.0.11
[INFO] Dependency found for org.eolang.sys.uname:*.*.*: org.eolang:eo-sys:jar-with-dependencies:0.0.11
Downloading from central: https://repo.maven.apache.org/maven2/org/eolang/eo-sys/0.0.11/eo-sys-0.0.11.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/eolang/eo-sys/0.0.11/eo-sys-0.0.11.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.29.6/eo-runtime-0.29.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.29.6/eo-runtime-0.29.6.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eolang/eo-parent/0.29.6/eo-parent-0.29.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/eolang/eo-parent/0.29.6/eo-parent-0.29.6.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.13.0/jna-5.13.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.13.0/jna-5.13.0.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.8/logback-classic-1.4.8.pom
Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.8/logback-classic-1.4.8.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.4.8/logback-parent-1.4.8.pom
Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.4.8/logback-parent-1.4.8.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.8/logback-core-1.4.8.pom
Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.8/logback-core-1.4.8.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.29.6/eo-runtime-0.29.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.13.0/jna-5.13.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.8/logback-classic-1.4.8.jar
Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.8/logback-core-1.4.8.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.29.6/eo-runtime-0.29.6.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.8/logback-classic-1.4.8.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.13.0/jna-5.13.0.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.8/logback-core-1.4.8.jar (0 B at 0 B/s)
[INFO] Configured Artifact: org.eolang:eo-sys:jar-with-dependencies:0.0.11:jar
Downloading from central: https://repo.maven.apache.org/maven2/org/eolang/eo-sys/0.0.11/eo-sys-0.0.11-jar-with-dependencies.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/eolang/eo-sys/0.0.11/eo-sys-0.0.11-jar-with-dependencies.jar (0 B at 0 B/s)
[INFO] Unpacking /home/r/.m2/repository/org/eolang/eo-sys/0.0.11/eo-sys-0.0.11-jar-with-dependencies.jar to /home/r/repo/target/eo/4-resolve/org.eolang/eo-sys/jar-with-dependencies/0.0.11 with includes "" and excludes ""
[INFO] org.eolang:eo-sys:jar-with-dependencies:0.0.11 unpacked to ./home/r/repo/target/eo/4-resolve/org.eolang/eo-sys/jar-with-dependencies/0.0.11
[INFO] Found 1466 new file(s) after unpacking of org.eolang:eo-sys:jar-with-dependencies:0.0.11
[INFO] New 2 dependenc(ies) unpacked
[INFO] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.32.0/EO-SOURCES, 24 program(s) registered with version 0.32.0
[INFO] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.29.5/EO-SOURCES, 24 program(s) registered with version 0.29.5
[INFO] Found 3 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-sys/jar-with-dependencies/0.0.11/EO-SOURCES, 3 program(s) registered with version 0.0.11
[INFO] Found 7 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-math/-/0.4.0/EO-SOURCES, 7 program(s) registered with version 0.4.0
[INFO] Found 8 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-collections/-/0.10.0/EO-SOURCES, 8 program(s) registered with version 0.10.0
[INFO] New 66 objects found in 5 unpacked dependencies
[INFO] Found placed binaries from org.eolang/eo-runtime/-/0.32.0
[INFO] No binary file(s) out of 162 were placed from org.eolang/eo-runtime/-/0.32.0
[INFO] Found placed binaries from org.eolang/eo-runtime/-/0.29.5
[INFO] No binary file(s) out of 156 were placed from org.eolang/eo-runtime/-/0.29.5
[INFO] Placed 1462 binary file(s) out of 1466, found in org.eolang/eo-sys/jar-with-dependencies/0.0.11
[INFO] Found placed binaries from org.eolang/eo-math/-/0.4.0
[INFO] No binary file(s) out of 77 were placed from org.eolang/eo-math/-/0.4.0
[INFO] Found placed binaries from org.eolang/eo-collections/-/0.10.0
[INFO] No binary file(s) out of 19 were placed from org.eolang/eo-collections/-/0.10.0
[INFO] Placed 1462 binary files found in 5 dependencies
[INFO] Assemble cycle #10 (EO:50/XMIR:48/OPTIMIZED:48/DISCOVERED:48/PROBED:48 -> EO:50/XMIR:50/OPTIMIZED:50/DISCOVERED:50/PROBED:50), took 3s
[INFO] No .eo sources parsed to XMIRs
[INFO] Nothing to discover, all programs checked already
[INFO] Nothing to probe, all programs checked already
[INFO] 1 program(s) were pulled: [org.eolang.sys.win32]
[INFO] Runtime dependency added from pom with version: 0.32.0
[INFO] New 1 dependenc(ies) unpacked
[INFO] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.32.0/EO-SOURCES, 24 program(s) registered with version 0.32.0
[INFO] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.29.5/EO-SOURCES, 24 program(s) registered with version 0.29.5
[INFO] Found 3 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-sys/jar-with-dependencies/0.0.11/EO-SOURCES, 3 program(s) registered with version 0.0.11
[INFO] Found 7 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-math/-/0.4.0/EO-SOURCES, 7 program(s) registered with version 0.4.0
[INFO] Found 8 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-collections/-/0.10.0/EO-SOURCES, 8 program(s) registered with version 0.10.0
[INFO] New 66 objects found in 5 unpacked dependencies
[INFO] Found placed binaries from org.eolang/eo-runtime/-/0.32.0
[INFO] No binary file(s) out of 162 were placed from org.eolang/eo-runtime/-/0.32.0
[INFO] Found placed binaries from org.eolang/eo-runtime/-/0.29.5
[INFO] No binary file(s) out of 156 were placed from org.eolang/eo-runtime/-/0.29.5
[INFO] Found placed binaries from org.eolang/eo-sys/jar-with-dependencies/0.0.11
[INFO] No binary file(s) out of 1466 were placed from org.eolang/eo-sys/jar-with-dependencies/0.0.11
[INFO] Found placed binaries from org.eolang/eo-math/-/0.4.0
[INFO] No binary file(s) out of 77 were placed from org.eolang/eo-math/-/0.4.0
[INFO] Found placed binaries from org.eolang/eo-collections/-/0.10.0
[INFO] No binary file(s) out of 19 were placed from org.eolang/eo-collections/-/0.10.0
[INFO] Assemble cycle #11 (EO:50/XMIR:50/OPTIMIZED:50/DISCOVERED:50/PROBED:50 -> EO:51/XMIR:50/OPTIMIZED:50/DISCOVERED:50/PROBED:50), took 599ms
[INFO] Parsed 1 .eo sources to XMIRs
[INFO] Optimized 1 out of 51 XMIR program(s)
[INFO] Discovered 1 foreign objects in 1 programs: [org.eolang.tuple]
[INFO] 0 program(s) were pulled: []
[INFO] Runtime dependency added from pom with version: 0.32.0
[INFO] Dependency found for org.eolang.sys.win32:0.0.11: org.eolang:eo-sys:jar-with-dependencies:0.0.11
[INFO] New 2 dependenc(ies) unpacked
[INFO] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.32.0/EO-SOURCES, 24 program(s) registered with version 0.32.0
[INFO] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.29.5/EO-SOURCES, 24 program(s) registered with version 0.29.5
[INFO] Found 3 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-sys/jar-with-dependencies/0.0.11/EO-SOURCES, 3 program(s) registered with version 0.0.11
[INFO] Found 7 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-math/-/0.4.0/EO-SOURCES, 7 program(s) registered with version 0.4.0
[INFO] Found 8 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-collections/-/0.10.0/EO-SOURCES, 8 program(s) registered with version 0.10.0
[INFO] New 66 objects found in 5 unpacked dependencies
[INFO] Found placed binaries from org.eolang/eo-runtime/-/0.32.0
[INFO] No binary file(s) out of 162 were placed from org.eolang/eo-runtime/-/0.32.0
[INFO] Found placed binaries from org.eolang/eo-runtime/-/0.29.5
[INFO] No binary file(s) out of 156 were placed from org.eolang/eo-runtime/-/0.29.5
[INFO] Found placed binaries from org.eolang/eo-sys/jar-with-dependencies/0.0.11
[INFO] No binary file(s) out of 1466 were placed from org.eolang/eo-sys/jar-with-dependencies/0.0.11
[INFO] Found placed binaries from org.eolang/eo-math/-/0.4.0
[INFO] No binary file(s) out of 77 were placed from org.eolang/eo-math/-/0.4.0
[INFO] Found placed binaries from org.eolang/eo-collections/-/0.10.0
[INFO] No binary file(s) out of 19 were placed from org.eolang/eo-collections/-/0.10.0
[INFO] Assemble cycle #12 (EO:51/XMIR:50/OPTIMIZED:50/DISCOVERED:50/PROBED:50 -> EO:51/XMIR:51/OPTIMIZED:51/DISCOVERED:51/PROBED:51), took 627ms
[INFO] No .eo sources parsed to XMIRs
[INFO] Nothing to discover, all programs checked already
[INFO] Nothing to probe, all programs checked already
[INFO] 0 program(s) were pulled: []
[INFO] Runtime dependency added from pom with version: 0.32.0
[INFO] New 1 dependenc(ies) unpacked
[INFO] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.32.0/EO-SOURCES, 24 program(s) registered with version 0.32.0
[INFO] Found 24 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-runtime/-/0.29.5/EO-SOURCES, 24 program(s) registered with version 0.29.5
[INFO] Found 3 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-sys/jar-with-dependencies/0.0.11/EO-SOURCES, 3 program(s) registered with version 0.0.11
[INFO] Found 7 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-math/-/0.4.0/EO-SOURCES, 7 program(s) registered with version 0.4.0
[INFO] Found 8 sources in ./home/r/repo/target/eo/4-resolve/org.eolang/eo-collections/-/0.10.0/EO-SOURCES, 8 program(s) registered with version 0.10.0
[INFO] New 66 objects found in 5 unpacked dependencies
[INFO] Found placed binaries from org.eolang/eo-runtime/-/0.32.0
[INFO] No binary file(s) out of 162 were placed from org.eolang/eo-runtime/-/0.32.0
[INFO] Found placed binaries from org.eolang/eo-runtime/-/0.29.5
[INFO] No binary file(s) out of 156 were placed from org.eolang/eo-runtime/-/0.29.5
[INFO] Found placed binaries from org.eolang/eo-sys/jar-with-dependencies/0.0.11
[INFO] No binary file(s) out of 1466 were placed from org.eolang/eo-sys/jar-with-dependencies/0.0.11
[INFO] Found placed binaries from org.eolang/eo-math/-/0.4.0
[INFO] No binary file(s) out of 77 were placed from org.eolang/eo-math/-/0.4.0
[INFO] Found placed binaries from org.eolang/eo-collections/-/0.10.0
[INFO] No binary file(s) out of 19 were placed from org.eolang/eo-collections/-/0.10.0
[INFO] Assemble cycle #13 (EO:51/XMIR:51/OPTIMIZED:51/DISCOVERED:51/PROBED:51 -> EO:51/XMIR:51/OPTIMIZED:51/DISCOVERED:51/PROBED:51), took 616ms
[INFO] 13 assemble cycle(s) produced some new object(s): EO:51/XMIR:51/OPTIMIZED:51/DISCOVERED:51/PROBED:51
[INFO]
[INFO] --- eo-maven-plugin:0.32.0:transpile (compile) @ eo-files ---
[INFO] Generated 2 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/collections/bytes-as-array.xmir to ./home/r/repo/target/generated-sources
[WARNING] XSL 'StUnhex' took 1s (over 500ms)
[INFO] Generated 3 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/collections/range.xmir to ./home/r/repo/target/generated-sources
[INFO] Generated 1 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/math/pi.xmir to ./home/r/repo/target/generated-sources
[INFO] Generated 9 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/int.xmir to ./home/r/repo/target/generated-sources
[INFO] Generated 1 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/nop.xmir to ./home/r/repo/target/generated-sources
[INFO] Generated 4 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/math/random.xmir to ./home/r/repo/target/generated-sources
[INFO] Generated 3 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/math/integral.xmir to ./home/r/repo/target/generated-sources
[INFO] Generated 5 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/math/series.xmir to ./home/r/repo/target/generated-sources
[WARNING] XSL 'StUnhex' took 661ms (over 500ms)
[INFO] Generated 1 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/io/stdin.xmir to ./home/r/repo/target/generated-sources
[INFO] Generated 6 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/bytes.xmir to ./home/r/repo/target/generated-sources
[WARNING] XSL 'varargs' took 1s (over 500ms)
[INFO] Generated 49 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/collections/list.xmir to ./home/r/repo/target/generated-sources
[WARNING] XSL 'data' took 1s (over 500ms)
[INFO] Generated 5 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/bool.xmir to ./home/r/repo/target/generated-sources
[WARNING] XSL 'package' took 1s (over 500ms)
[INFO] Generated 1 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/math/e.xmir to ./home/r/repo/target/generated-sources
[INFO] Generated 9 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/float.xmir to ./home/r/repo/target/generated-sources
[INFO] Generated 5 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/math/angle.xmir to ./home/r/repo/target/generated-sources
[INFO] Generated 1 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/io/memory-as-output.xmir to ./home/r/repo/target/generated-sources
[WARNING] XSL 'varargs' took 735ms (over 500ms)
[WARNING] XSL 'data' took 756ms (over 500ms)
[INFO] Generated 1 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/io/bytes-as-input.xmir to ./home/r/repo/target/generated-sources
[INFO] Generated 31 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/positive-infinity.xmir to ./home/r/repo/target/generated-sources
[INFO] Generated 1 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/fs/file.xmir to ./home/r/repo/target/generated-sources
[INFO] Generated 1 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/tuple.xmir to ./home/r/repo/target/generated-sources
[INFO] Generated 6 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/heap.xmir to ./home/r/repo/target/generated-sources
[WARNING] XSL 'classes' took 701ms (over 500ms)
[WARNING] XSL 'classes' took 793ms (over 500ms)
[INFO] Generated 31 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/negative-infinity.xmir to ./home/r/repo/target/generated-sources
[INFO] Generated 2 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/switch.xmir to ./home/r/repo/target/generated-sources
[INFO] Generated 1 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/cti.xmir to ./home/r/repo/target/generated-sources
[INFO] Generated 11 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/nan.xmir to ./home/r/repo/target/generated-sources
[INFO] Generated 3 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/string.xmir to ./home/r/repo/target/generated-sources
[INFO] Generated 1 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/sys/uname.xmir to ./home/r/repo/target/generated-sources
[INFO] Generated 4 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/collections/set.xmir to ./home/r/repo/target/generated-sources
[INFO] Generated 1 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/fs/dir.xmir to ./home/r/repo/target/generated-sources
[INFO] Generated 8 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/collections/map.xmir to ./home/r/repo/target/generated-sources
[INFO] Generated 22 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/collections/multimap.xmir to ./home/r/repo/target/generated-sources
[INFO] Generated 3 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/collections/range-of-ints.xmir to ./home/r/repo/target/generated-sources
[INFO] Generated 3 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/collections/hash-code-of.xmir to ./home/r/repo/target/generated-sources
[INFO] Generated 2 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/ram.xmir to ./home/r/repo/target/generated-sources
[WARNING] XSL 'StUnhex' took 2s (over 500ms)
[INFO] Generated 41 .java file(s) from ./home/r/repo/target/eo/6-transpile/org/eolang/math/number.xmir to ./home/r/repo/target/generated-sources
[INFO] Transpiled 51 XMIRs, created 6242 Java files in ./home/r/repo/target/generated-sources
[INFO] The directory added to Maven 'compile-source-root': ./home/r/repo/target/generated-sources
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ eo-files ---
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)
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/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
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/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (0 B at 0 B/s)
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)
[INFO] skip non existing resourceDirectory /home/r/repo/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eo-files ---
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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
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-inject-bean/1.4.2/sisu-inject-bean-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
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-artifact/3.0/maven-artifact-3.0.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-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-core/3.0/maven-core-3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-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-builder/3.0/maven-settings-builder-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-repository-metadata/3.0/maven-repository-metadata-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/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-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-aether-provider/3.0/maven-aether-provider-3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-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-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)
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-interpolation/1.14/plexus-interpolation-1.14.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/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-util/1.7/aether-util-1.7.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/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/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/commons-io/commons-io/2.5/commons-io-2.5.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)
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/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/6.2/asm-6.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/6.2/asm-6.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-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/commons-io/commons-io/2.5/commons-io-2.5.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-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)
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 302 source files to /home/r/repo/target/classes
[INFO]
[INFO] --- eo-maven-plugin:0.32.0:register (test-compile) @ eo-files ---
[INFO] Registered 8 EO sources from ./home/r/repo/src/test/eo to ./home/r/repo/target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.32.0:assemble (test-compile) @ eo-files ---
[INFO] Parsed 8 .eo sources to XMIRs
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Shift #0 via 'globals-to-abstracts' made no changes
[INFO] Optimized 8 out of 8 XMIR program(s)
[INFO] Discovered 19 foreign objects in 8 programs: [org.eolang.fs.base-name, org.eolang.bool, org.eolang.sys.uname, org.eolang.fs.dir, org.eolang.string, org.eolang.io.copied, org.eolang.io.memory-as-output, org.eolang.fs.dir-name, org.eolang.memory, org.eolang.hamcrest.assert-that, org.eolang.fs.tmpdir, org.eolang.int, org.eolang.nop, org.eolang.txt.sprintf, org.eolang.fs.file, org.eolang.io.bytes-as-input, org.eolang.bytes, org.eolang.fs.ext-name, org.eolang.seq]
[INFO] Probing object(s): [file.exists.not, f.rm.and, f.exists.not, src.exists.not, tmpdir.tmpfile.rm, f.touch.and, f.size.eq]
[INFO] Probing object(s): [i1.eq.and]
[INFO] Probing object(s): [uname.is-unix.or.if, uname.is-unix.or]
[INFO] Probing object(s): [f.rm.and, d.rm.and, d.resolve.as-output, d.exists.not, d.resolve.touch, directory.walk.length]
[INFO] 2 program(s) were pulled: [org.eolang.txt.sprintf, org.eolang.hamcrest.assert-that]
[INFO] Runtime dependency added from pom with version: 0.32.0
[INFO] Configured Artifact: org.eolang:eo-runtime:0.32.0:jar
[INFO] eo-runtime-0.32.0.jar already unpacked.
[INFO] org.eolang:eo-runtime:null:0.32.0 unpacked to ./home/r/repo/target/eo-test/4-resolve/org.eolang/eo-runtime/-/0.32.0
[WARNING] No new files after unpacking of org.eolang:eo-runtime:0.32.0!
[INFO] New 1 dependenc(ies) unpacked
[INFO] New 0 objects found in 1 unpacked dependencies
[INFO] Found placed binaries from org.eolang/eo-runtime/-/0.32.0
[INFO] No binary file(s) out of 0 were placed from org.eolang/eo-runtime/-/0.32.0
[INFO] Assemble cycle #1 (EO:8/XMIR:0/OPTIMIZED:0/DISCOVERED:0/PROBED:0 -> EO:10/XMIR:8/OPTIMIZED:8/DISCOVERED:8/PROBED:8), took 3s
[INFO] Parsed 2 .eo sources to XMIRs
[INFO] Optimized 2 out of 10 XMIR program(s)
[INFO] Discovered 26 foreign objects in 2 programs: [org.eolang.hamcrest.matchers.equal-to-matcher, org.eolang.hamcrest.matchers.anything-matcher, org.eolang.hamcrest.matchers.close-to-matcher, org.eolang.bool, org.eolang.hamcrest.matchers.array-each-matcher, org.eolang.hamcrest.matchers.string-ends-with-matcher, org.eolang.hamcrest.matchers.described-as-matcher, org.eolang.hamcrest.matchers.is-substring-matcher, org.eolang.hamcrest.matchers.contains-string-matcher, org.eolang.int, org.eolang.hamcrest.matchers.any-of-matcher, org.eolang.hamcrest.matchers.empty-string-matcher, org.eolang.hamcrest.matchers.has-item-matcher, org.eolang.hamcrest.matchers.not-matcher, org.eolang.hamcrest.matchers.matches-regex-matcher, org.eolang.hamcrest.matchers.greater-than-matcher, org.eolang.tuple, org.eolang.hamcrest.matchers.blank-string-matcher, org.eolang.hamcrest.matchers.is-matcher, org.eolang.hamcrest.matchers.string-starts-with-matcher, org.eolang.string, org.eolang.collections.list, org.eolang.hamcrest.matchers.less-than-matcher, org.eolang.txt.sprintf, org.eolang.hamcrest.matchers.has-items-matcher, org.eolang.hamcrest.matchers.all-of-matcher]
[INFO] Probing object(s): [matcher.match.if, list.is-empty.if]
[INFO] 20 program(s) were pulled: [org.eolang.hamcrest.matchers.described-as-matcher, org.eolang.hamcrest.matchers.greater-than-matcher, org.eolang.hamcrest.matchers.less-than-matcher, org.eolang.hamcrest.matchers.equal-to-matcher, org.eolang.hamcrest.matchers.anything-matcher, org.eolang.hamcrest.matchers.close-to-matcher, org.eolang.hamcrest.matchers.array-each-matcher, org.eolang.hamcrest.matchers.string-ends-with-matcher, org.eolang.hamcrest.matchers.is-substring-matcher, org.eolang.hamcrest.matchers.contains-string-matcher, org.eolang.hamcrest.matchers.any-of-matcher, org.eolang.hamcrest.matchers.empty-string-matcher, org.eolang.hamcrest.matchers.has-item-matcher, org.eolang.hamcrest.matchers.not-matcher, org.eolang.hamcrest.matchers.matches-regex-matcher, org.eolang.hamcrest.matchers.blank-string-matcher, org.eolang.hamcrest.matchers.is-matcher, org.eolang.hamcrest.matchers.string-starts-with-matcher, org.eolang.hamcrest.matchers.has-items-matcher, org.eolang.hamcrest.matchers.all-of-matcher]
[INFO] Runtime dependency added from pom with version: 0.32.0
[INFO] Dependency found for org.eolang.txt.sprintf:*.*.*: org.eolang:eo-strings:0.5.0
[INFO] Dependency found for org.eolang.hamcrest.assert-that:*.*.*: org.eolang:eo-hamcrest:0.5.0
Downloading from central: https://repo.maven.apache.org/maven2/org/eolang/eo-hamcrest/0.5.0/eo-hamcrest-0.5.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/eolang/eo-hamcrest/0.5.0/eo-hamcrest-0.5.0.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eolang/eo-strings/0.5.0/eo-strings-0.5.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/eolang/eo-strings/0.5.0/eo-strings-0.5.0.pom (0 B at 0 B/s)
[INFO] Configured Artifact: org.eolang:eo-hamcrest:0.5.0:jar
Downloading from central: https://repo.maven.apache.org/maven2/org/eolang/eo-hamcrest/0.5.0/eo-hamcrest-0.5.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/eolang/eo-hamcrest/0.5.0/eo-hamcrest-0.5.0.jar (0 B at 0 B/s)
[INFO] Unpacking /home/r/.m2/repository/org/eolang/eo-hamcrest/0.5.0/eo-hamcrest-0.5.0.jar to /home/r/repo/target/eo-test/4-resolve/org.eolang/eo-hamcrest/-/0.5.0 with includes "" and excludes ""
[INFO] org.eolang:eo-hamcrest::0.5.0 unpacked to ./home/r/repo/target/eo-test/4-resolve/org.eolang/eo-hamcrest/-/0.5.0
[INFO] Found 26 new file(s) after unpacking of org.eolang:eo-hamcrest:0.5.0
[INFO] Configured Artifact: org.eolang:eo-strings:0.5.0:jar
Downloading from central: https://repo.maven.apache.org/maven2/org/eolang/eo-strings/0.5.0/eo-strings-0.5.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/eolang/eo-strings/0.5.0/eo-strings-0.5.0.jar (0 B at 0 B/s)
[INFO] Unpacking /home/r/.m2/repository/org/eolang/eo-strings/0.5.0/eo-strings-0.5.0.jar to /home/r/repo/target/eo-test/4-resolve/org.eolang/eo-strings/-/0.5.0 with includes "" and excludes ""
[INFO] org.eolang:eo-strings::0.5.0 unpacked to ./home/r/repo/target/eo-test/4-resolve/org.eolang/eo-strings/-/0.5.0
[INFO] Found 17 new file(s) after unpacking of org.eolang:eo-strings:0.5.0
[INFO] New 3 dependenc(ies) unpacked
[INFO] Found 22 sources in ./home/r/repo/target/eo-test/4-resolve/org.eolang/eo-hamcrest/-/0.5.0/EO-SOURCES, 22 program(s) registered with version 0.5.0
[INFO] Found 4 sources in ./home/r/repo/target/eo-test/4-resolve/org.eolang/eo-strings/-/0.5.0/EO-SOURCES, 4 program(s) registered with version 0.5.0
[INFO] New 26 objects found in 3 unpacked dependencies
[INFO] Placed 3 binary file(s) out of 26, found in org.eolang/eo-hamcrest/-/0.5.0
[INFO] Found placed binaries from org.eolang/eo-runtime/-/0.32.0
[INFO] No binary file(s) out of 0 were placed from org.eolang/eo-runtime/-/0.32.0
[INFO] Placed 12 binary file(s) out of 17, found in org.eolang/eo-strings/-/0.5.0
[INFO] Placed 15 binary files found in 3 dependencies
[INFO] Assemble cycle #2 (EO:10/XMIR:8/OPTIMIZED:8/DISCOVERED:8/PROBED:8 -> EO:30/XMIR:10/OPTIMIZED:10/DISCOVERED:10/PROBED:10), took 333ms
[INFO] Parsed 20 .eo sources to XMIRs
[INFO] Optimized 20 out of 30 XMIR program(s)
[INFO] Discovered 13 foreign objects in 20 programs: [org.eolang.bool, org.eolang.string, org.eolang.float, org.eolang.collections.list, org.eolang.memory, org.eolang.math.number, org.eolang.int, org.eolang.txt.text, org.eolang.error, org.eolang.txt.sprintf, org.eolang.txt.regex, org.eolang.tuple, org.eolang.seq]
[INFO] Probing object(s): [number.is-float.and.if, number.is-float.and, value.gte.if]
[INFO] Probing object(s): [matchers.length.eq.if, matchers.length.eq, matchers.at.match.if, matchers.at.match, matchers.at.describe-mismatch]
[INFO] Probing object(s): [matcher.match.if]
[INFO] Probing object(s): [matcher.match.not]
[INFO] Probing object(s): [regex.compile.matches]
[INFO] Probing object(s): [str.eq.or]
[INFO] Probing object(s): [x.match.if]
[INFO] 4 program(s) were pulled: [org.eolang.txt.text, org.eolang.txt.sscanf, org.eolang.txt.regex, org.eolang.hamcrest.assert-twice-that]
[INFO] Runtime dependency added from pom with version: 0.32.0
[INFO] Dependency found for org.eolang.hamcrest.matchers.described-as-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[INFO] Dependency found for org.eolang.hamcrest.matchers.greater-than-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[INFO] Dependency found for org.eolang.hamcrest.matchers.less-than-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[INFO] Dependency found for org.eolang.hamcrest.matchers.equal-to-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[INFO] Dependency found for org.eolang.hamcrest.matchers.anything-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[INFO] Dependency found for org.eolang.hamcrest.matchers.close-to-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[INFO] Dependency found for org.eolang.hamcrest.matchers.array-each-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[INFO] Dependency found for org.eolang.hamcrest.matchers.string-ends-with-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[INFO] Dependency found for org.eolang.hamcrest.matchers.is-substring-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[INFO] Dependency found for org.eolang.hamcrest.matchers.contains-string-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[INFO] Dependency found for org.eolang.hamcrest.matchers.any-of-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[INFO] Dependency found for org.eolang.hamcrest.matchers.empty-string-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[INFO] Dependency found for org.eolang.hamcrest.matchers.has-item-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[INFO] Dependency found for org.eolang.hamcrest.matchers.not-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[INFO] Dependency found for org.eolang.hamcrest.matchers.matches-regex-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[INFO] Dependency found for org.eolang.hamcrest.matchers.blank-string-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[INFO] Dependency found for org.eolang.hamcrest.matchers.is-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[INFO] Dependency found for org.eolang.hamcrest.matchers.string-starts-with-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[INFO] Dependency found for org.eolang.hamcrest.matchers.has-items-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[INFO] Dependency found for org.eolang.hamcrest.matchers.all-of-matcher:0.5.0: org.eolang:eo-hamcrest:0.5.0
[INFO] New 2 dependenc(ies) unpacked
[INFO] Found 22 sources in ./home/r/repo/target/eo-test/4-resolve/org.eolang/eo-hamcrest/-/0.5.0/EO-SOURCES, 22 program(s) registered with version 0.5.0
[INFO] Found 4 sources in ./home/r/repo/target/eo-test/4-resolve/org.eolang/eo-strings/-/0.5.0/EO-SOURCES, 4 program(s) registered with version 0.5.0
[INFO] New 26 objects found in 3 unpacked dependencies
[INFO] Found placed binaries from org.eolang/eo-hamcrest/-/0.5.0
[INFO] No binary file(s) out of 26 were placed from org.eolang/eo-hamcrest/-/0.5.0
[INFO] Found placed binaries from org.eolang/eo-runtime/-/0.32.0
[INFO] No binary file(s) out of 0 were placed from org.eolang/eo-runtime/-/0.32.0
[INFO] Found placed binaries from org.eolang/eo-strings/-/0.5.0
[INFO] No binary file(s) out of 17 were placed from org.eolang/eo-strings/-/0.5.0
[INFO] Assemble cycle #3 (EO:30/XMIR:10/OPTIMIZED:10/DISCOVERED:10/PROBED:10 -> EO:34/XMIR:30/OPTIMIZED:30/DISCOVERED:30/PROBED:30), took 587ms
[INFO] Parsed 4 .eo sources to XMIRs
[INFO] Optimized 4 out of 34 XMIR program(s)
[INFO] Discovered 31 foreign objects in 4 programs: [org.eolang.hamcrest.matchers.equal-to-matcher, org.eolang.hamcrest.matchers.anything-matcher, org.eolang.hamcrest.matchers.close-to-matcher, org.eolang.bool, org.eolang.hamcrest.matchers.array-each-matcher, org.eolang.hamcrest.matchers.string-ends-with-matcher, org.eolang.hamcrest.matchers.described-as-matcher, org.eolang.hamcrest.matchers.is-substring-matcher, org.eolang.hamcrest.matchers.contains-string-matcher, org.eolang.int, org.eolang.txt.text, org.eolang.hamcrest.matchers.any-of-matcher, org.eolang.hamcrest.matchers.has-item-matcher, org.eolang.hamcrest.matchers.not-matcher, org.eolang.hamcrest.matchers.matches-regex-matcher, org.eolang.hamcrest.matchers.greater-than-matcher, org.eolang.tuple, org.eolang.hamcrest.matchers.blank-string-matcher, org.eolang.hamcrest.matchers.is-matcher, org.eolang.txt.sscanf, org.eolang.hamcrest.matchers.string-starts-with-matcher, org.eolang.string, org.eolang.collections.list, org.eolang.collections.bytes-as-array, org.eolang.memory, org.eolang.hamcrest.matchers.less-than-matcher, org.eolang.txt.sprintf, org.eolang.hamcrest.matchers.has-items-matcher, org.eolang.bytes, org.eolang.hamcrest.matchers.all-of-matcher, org.eolang.seq]
[INFO] Probing object(s): [str.length.eq.if, str.length.eq, str.slice.eq.if, str.slice.eq, str.length.plus, const-str.length.eq, const-str.slice.eq, const-str.length.plus, i.eq.if, items.length.minus, acc.concat.concat, n.eq.if, start.lt.and.while, start.lt.and, start.plus.lte.if, start.plus.lte, s.slice.eq.if, s.slice.eq, index.plus.gt.if, index.plus.gt, up-cased.ascii.plus.as-bytes.slice, up-cased.ascii.plus.as-bytes, up-cased.ascii.plus, ascii-x.lte.and.if, ascii-x.lte.and, ascii.minus.as-bytes.slice, ascii.minus.as-bytes, bytes.concat.as-int, s.length.eq.if, s.length.eq, b1.at.eq.if, b1.at.eq, is-alphabetic.bytes-1-to-8.as-int.gt.if, is-alphabetic.bytes-1-to-8.as-int.gt, a.eq.if, s.length.minus, b.gte.and.or, text.low-cased.as-bytes, is-alphabetic.bytes-1-to-8.as-int, b.gte.and, list.reduced.as-string]
[INFO] Probing object(s): [groups.is-empty.if, org.eolang.txt.sprintf, org.eolang.txt, org.eolang, groups.length.minus, mitem.at.plus, mitem.at.length, mitem.at.minus, txt.length.minus, list.is-empty.not.if, list.is-empty.not]
[INFO] Probing object(s): [m.match.if, list.is-empty.if]
[INFO] Found 1 probe(s) in 4 program(s): [org.eolang.txt.sprintf]
[INFO] 0 program(s) were pulled: []
[INFO] Runtime dependency added from pom with version: 0.32.0
[INFO] Dependency found for org.eolang.txt.text:0.5.0: org.eolang:eo-strings:0.5.0
[INFO] Dependency found for org.eolang.txt.sscanf:0.5.0: org.eolang:eo-strings:0.5.0
[INFO] Dependency found for org.eolang.txt.regex:0.5.0: org.eolang:eo-strings:0.5.0
[INFO] Dependency found for org.eolang.hamcrest.assert-twice-that:0.5.0: org.eolang:eo-hamcrest:0.5.0
[INFO] New 3 dependenc(ies) unpacked
[INFO] Found 22 sources in ./home/r/repo/target/eo-test/4-resolve/org.eolang/eo-hamcrest/-/0.5.0/EO-SOURCES, 22 program(s) registered with version 0.5.0
[INFO] Found 4 sources in ./home/r/repo/target/eo-test/4-resolve/org.eolang/eo-strings/-/0.5.0/EO-SOURCES, 4 program(s) registered with version 0.5.0
[INFO] New 26 objects found in 3 unpacked dependencies
[INFO] Found placed binaries from org.eolang/eo-hamcrest/-/0.5.0
[INFO] No binary file(s) out of 26 were placed from org.eolang/eo-hamcrest/-/0.5.0
[INFO] Found placed binaries from org.eolang/eo-runtime/-/0.32.0
[INFO] No binary file(s) out of 0 were placed from org.eolang/eo-runtime/-/0.32.0
[INFO] Found placed binaries from org.eolang/eo-strings/-/0.5.0
[INFO] No binary file(s) out of 17 were placed from org.eolang/eo-strings/-/0.5.0
[INFO] Assemble cycle #4 (EO:34/XMIR:30/OPTIMIZED:30/DISCOVERED:30/PROBED:30 -> EO:34/XMIR:34/OPTIMIZED:34/DISCOVERED:34/PROBED:34), took 302ms
[INFO] No .eo sources parsed to XMIRs
[INFO] Nothing to discover, all programs checked already
[INFO] Nothing to probe, all programs checked already
[INFO] 0 program(s) were pulled: []
[INFO] Runtime dependency added from pom with version: 0.32.0
[INFO] New 1 dependenc(ies) unpacked
[INFO] Found 22 sources in ./home/r/repo/target/eo-test/4-resolve/org.eolang/eo-hamcrest/-/0.5.0/EO-SOURCES, 22 program(s) registered with version 0.5.0
[INFO] Found 4 sources in ./home/r/repo/target/eo-test/4-resolve/org.eolang/eo-strings/-/0.5.0/EO-SOURCES, 4 program(s) registered with version 0.5.0
[INFO] New 26 objects found in 3 unpacked dependencies
[INFO] Found placed binaries from org.eolang/eo-hamcrest/-/0.5.0
[INFO] No binary file(s) out of 26 were placed from org.eolang/eo-hamcrest/-/0.5.0
[INFO] Found placed binaries from org.eolang/eo-runtime/-/0.32.0
[INFO] No binary file(s) out of 0 were placed from org.eolang/eo-runtime/-/0.32.0
[INFO] Found placed binaries from org.eolang/eo-strings/-/0.5.0
[INFO] No binary file(s) out of 17 were placed from org.eolang/eo-strings/-/0.5.0
[INFO] Assemble cycle #5 (EO:34/XMIR:34/OPTIMIZED:34/DISCOVERED:34/PROBED:34 -> EO:34/XMIR:34/OPTIMIZED:34/DISCOVERED:34/PROBED:34), took 145ms
[INFO] 5 assemble cycle(s) produced some new object(s): EO:34/XMIR:34/OPTIMIZED:34/DISCOVERED:34/PROBED:34
[INFO]
[INFO] --- eo-maven-plugin:0.32.0:transpile (test-compile) @ eo-files ---
[INFO] Generated 4 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/string-ends-with-matcher.xmir to ./home/r/repo/target/generated-test-sources
[INFO] Generated 4 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/less-than-matcher.xmir to ./home/r/repo/target/generated-test-sources
[INFO] Generated 2 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/described-as-matcher.xmir to ./home/r/repo/target/generated-test-sources
[INFO] Generated 4 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/anything-matcher.xmir to ./home/r/repo/target/generated-test-sources
[INFO] Generated 4 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/equal-to-matcher.xmir to ./home/r/repo/target/generated-test-sources
[INFO] Generated 4 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/greater-than-matcher.xmir to ./home/r/repo/target/generated-test-sources
[INFO] Generated 6 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/array-each-matcher.xmir to ./home/r/repo/target/generated-test-sources
[INFO] Generated 6 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/close-to-matcher.xmir to ./home/r/repo/target/generated-test-sources
[INFO] Generated 9 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/txt/regex.xmir to ./home/r/repo/target/generated-test-sources
[INFO] Generated 4 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/is-substring-matcher.xmir to ./home/r/repo/target/generated-test-sources
[INFO] Generated 4 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/contains-string-matcher.xmir to ./home/r/repo/target/generated-test-sources
[WARNING] XSL 'StUnhex' took 1s (over 500ms)
[INFO] Generated 1 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/fs/tmpdir-test.xmir to ./home/r/repo/target/generated-test-sources
[INFO] Generated 21 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/assert-that.xmir to ./home/r/repo/target/generated-test-sources
[INFO] Generated 1 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/io/bytes-as-input-test.xmir to ./home/r/repo/target/generated-test-sources
[INFO] Generated 11 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/fs/file-test.xmir to ./home/r/repo/target/generated-test-sources
[INFO] Generated 6 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/has-item-matcher.xmir to ./home/r/repo/target/generated-test-sources
[INFO] Generated 4 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/not-matcher.xmir to ./home/r/repo/target/generated-test-sources
[INFO] Generated 4 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/empty-string-matcher.xmir to ./home/r/repo/target/generated-test-sources
[INFO] Generated 6 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/any-of-matcher.xmir to ./home/r/repo/target/generated-test-sources
[INFO] Generated 4 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/matches-regex-matcher.xmir to ./home/r/repo/target/generated-test-sources
[INFO] Generated 1 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/fs/base-name-test.xmir to ./home/r/repo/target/generated-test-sources
[INFO] Generated 1 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/io/copied-test.xmir to ./home/r/repo/target/generated-test-sources
[INFO] Generated 4 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/blank-string-matcher.xmir to ./home/r/repo/target/generated-test-sources
[INFO] Generated 1 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/fs/ext-name-test.xmir to ./home/r/repo/target/generated-test-sources
[INFO] Generated 2 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/is-matcher.xmir to ./home/r/repo/target/generated-test-sources
[INFO] Generated 4 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/string-starts-with-matcher.xmir to ./home/r/repo/target/generated-test-sources
[WARNING] XSL 'attrs' took 1s (over 500ms)
[INFO] Generated 43 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/txt/text.xmir to ./home/r/repo/target/generated-test-sources
[INFO] Generated 1 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/fs/dir-name-test.xmir to ./home/r/repo/target/generated-test-sources
[INFO] Generated 21 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/assert-twice-that.xmir to ./home/r/repo/target/generated-test-sources
[INFO] Generated 5 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/fs/dir-test.xmir to ./home/r/repo/target/generated-test-sources
[INFO] Generated 8 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/has-items-matcher.xmir to ./home/r/repo/target/generated-test-sources
[INFO] Generated 6 .java file(s) from ./home/r/repo/target/eo-test/6-transpile/org/eolang/hamcrest/matchers/all-of-matcher.xmir to ./home/r/repo/target/generated-test-sources
[INFO] Transpiled 34 XMIRs, created 2886 Java files in ./home/r/repo/target/generated-test-sources
[INFO] The directory added to Maven 'test-compile-source-root': ./home/r/repo/target/generated-test-sources
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ eo-files ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eo-files ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 224 source files to /home/r/repo/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ eo-files ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/3.1.0/maven-surefire-common-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/3.1.0/maven-surefire-common-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/surefire/surefire-api/3.1.0/surefire-api-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/3.1.0/surefire-api-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/surefire/surefire-logger-api/3.1.0/surefire-logger-api-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/3.1.0/surefire-logger-api-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/surefire/surefire-shared-utils/3.1.0/surefire-shared-utils-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-shared-utils/3.1.0/surefire-shared-utils-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/surefire/surefire-extensions-api/3.1.0/surefire-extensions-api-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-api/3.1.0/surefire-extensions-api-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/surefire/surefire-booter/3.1.0/surefire-booter-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/3.1.0/surefire-booter-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/surefire/surefire-extensions-spi/3.1.0/surefire-extensions-spi-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-spi/3.1.0/surefire-extensions-spi-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/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom (0 B at 0 B/s)
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)
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)
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)
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)
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)
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)
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)
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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.4/asm-9.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.4/asm-9.4.pom (0 B at 0 B/s)
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)
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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/3.1.0/maven-surefire-common-3.1.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/3.1.0/surefire-api-3.1.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/3.1.0/surefire-logger-api-3.1.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-api/3.1.0/surefire-extensions-api-3.1.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/3.1.0/surefire-booter-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/3.1.0/surefire-logger-api-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/surefire/surefire-api/3.1.0/surefire-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/surefire/surefire-extensions-spi/3.1.0/surefire-extensions-spi-3.1.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-api/3.1.0/surefire-extensions-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-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/3.1.0/maven-surefire-common-3.1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/3.1.0/surefire-booter-3.1.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.4/asm-9.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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-spi/3.1.0/surefire-extensions-spi-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/surefire/surefire-shared-utils/3.1.0/surefire-shared-utils-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.4/asm-9.4.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0.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/surefire/surefire-shared-utils/3.1.0/surefire-shared-utils-3.1.0.jar (0 B at 0 B/s)
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=3528813701850887
[INFO] Surefire report directory: /home/r/repo/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-junit-platform/3.1.0/surefire-junit-platform-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-junit-platform/3.1.0/surefire-junit-platform-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/surefire/surefire-providers/3.1.0/surefire-providers-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-providers/3.1.0/surefire-providers-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/surefire/common-java5/3.1.0/common-java5-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-java5/3.1.0/common-java5-3.1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-junit-platform/3.1.0/surefire-junit-platform-3.1.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-java5/3.1.0/common-java5-3.1.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-java5/3.1.0/common-java5-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/surefire/surefire-junit-platform/3.1.0/surefire-junit-platform-3.1.0.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.jar (0 B at 0 B/s)
[INFO]
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running EOorg.EOeolang.EOfs.EOmoves_a_fileTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.258 s - in EOorg.EOeolang.EOfs.EOmoves_a_fileTest
[INFO] Running EOorg.EOeolang.EOfs.EOfileEOsizeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in EOorg.EOeolang.EOfs.EOfileEOsizeTest
[INFO] Running EOorg.EOeolang.EOfs.EOdirEOmkdirTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in EOorg.EOeolang.EOfs.EOdirEOmkdirTest
[INFO] Running EOorg.EOeolang.EOfs.EOdeletes_recursivelyTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s - in EOorg.EOeolang.EOfs.EOdeletes_recursivelyTest
[INFO] Running EOorg.EOeolang.EOfs.EOext_nameTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in EOorg.EOeolang.EOfs.EOext_nameTest
[INFO] Running EOorg.EOeolang.EOio.EOmemory_as_outputEOwriteTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.008 s - in EOorg.EOeolang.EOio.EOmemory_as_outputEOwriteTest
[INFO] Running EOorg.EOeolang.EOio.EOcopiedTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 s - in EOorg.EOeolang.EOio.EOcopiedTest
[INFO] Running EOorg.EOeolang.EOfs.EOdirEOrm_rfTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in EOorg.EOeolang.EOfs.EOdirEOrm_rfTest
[INFO] Running EOorg.EOeolang.EOfs.EOfileEOresolveTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in EOorg.EOeolang.EOfs.EOfileEOresolveTest
[INFO] Running EOorg.EOeolang.EOfs.EOmeasures_file_sizeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in EOorg.EOeolang.EOfs.EOmeasures_file_sizeTest
[INFO] Running EOorg.EOeolang.EOfs.EOtouches_a_fileTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in EOorg.EOeolang.EOfs.EOtouches_a_fileTest
[INFO] Running EOorg.EOeolang.EOfs.EOfileEOas_outputTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s - in EOorg.EOeolang.EOfs.EOfileEOas_outputTest
[INFO] Running EOorg.EOeolang.EOfs.EOmeasures_empty_file_sizeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in EOorg.EOeolang.EOfs.EOmeasures_empty_file_sizeTest
[INFO] Running EOorg.EOeolang.EOfs.EOfileEOexistsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in EOorg.EOeolang.EOfs.EOfileEOexistsTest
[INFO] Running EOorg.EOeolang.EOfs.EOtakes_base_name_fileTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in EOorg.EOeolang.EOfs.EOtakes_base_name_fileTest
[INFO] Running EOorg.EOeolang.EOfs.EOwalks_recursivelyTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 s - in EOorg.EOeolang.EOfs.EOwalks_recursivelyTest
[INFO] Running EOorg.EOeolang.EOio.EOcopies_bytes_from_object_to_memoryTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in EOorg.EOeolang.EOio.EOcopies_bytes_from_object_to_memoryTest
[INFO] Running EOorg.EOeolang.EOfs.EOdeletes_single_file_in_tempTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in EOorg.EOeolang.EOfs.EOdeletes_single_file_in_tempTest
[INFO] Running EOorg.EOeolang.EOfs.EOcompares_to_same_fileTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in EOorg.EOeolang.EOfs.EOcompares_to_same_fileTest
[INFO] Running EOorg.EOeolang.EOfs.EOcheck_if_file_existsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in EOorg.EOeolang.EOfs.EOcheck_if_file_existsTest
[INFO] Running EOorg.EOeolang.EOfs.EOmakes_new_directory_on_top_of_fileTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in EOorg.EOeolang.EOfs.EOmakes_new_directory_on_top_of_fileTest
[INFO] Running EOorg.EOeolang.EOfs.EOglobal_temp_dir_existsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in EOorg.EOeolang.EOfs.EOglobal_temp_dir_existsTest
[INFO] Running EOorg.EOeolang.EOfs.EOdir_nameTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in EOorg.EOeolang.EOfs.EOdir_nameTest
[INFO] Running EOorg.EOeolang.EOfs.EObase_nameTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in EOorg.EOeolang.EOfs.EObase_nameTest
[INFO] Running EOorg.EOeolang.EOfs.EOfileEOrmTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in EOorg.EOeolang.EOfs.EOfileEOrmTest
[INFO] Running EOorg.EOeolang.EOio.EOcan_read_bytes_with_assertTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in EOorg.EOeolang.EOio.EOcan_read_bytes_with_assertTest
[INFO] Running EOorg.EOeolang.EOfs.EOdirEOwalkTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in EOorg.EOeolang.EOfs.EOdirEOwalkTest
[INFO] Running EOorg.EOeolang.EOfs.EOfileEOis_dirTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in EOorg.EOeolang.EOfs.EOfileEOis_dirTest
[INFO] Running EOorg.EOeolang.EOfs.EOdirEOtmpfileTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in EOorg.EOeolang.EOfs.EOdirEOtmpfileTest
[INFO] Running EOorg.EOeolang.EOfs.EOfileEOas_inputTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in EOorg.EOeolang.EOfs.EOfileEOas_inputTest
[INFO] Running EOorg.EOeolang.EOfs.EOcheck_if_it_is_directoryTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in EOorg.EOeolang.EOfs.EOcheck_if_it_is_directoryTest
[INFO] Running EOorg.EOeolang.EOfs.EOcompares_to_another_fileTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in EOorg.EOeolang.EOfs.EOcompares_to_another_fileTest
[INFO] Running EOorg.EOeolang.EOio.EObytes_as_inputEOreadTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s - in EOorg.EOeolang.EOio.EObytes_as_inputEOreadTest
[INFO] Running EOorg.EOeolang.EOfs.EOmakes_the_same_temp_fileTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in EOorg.EOeolang.EOfs.EOmakes_the_same_temp_fileTest
[INFO] Running EOorg.EOeolang.EOfs.EOtakes_name_of_directoryTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in EOorg.EOeolang.EOfs.EOtakes_name_of_directoryTest
[INFO] Running EOorg.EOeolang.EOfs.EOmakes_new_directoryTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in EOorg.EOeolang.EOfs.EOmakes_new_directoryTest
[INFO] Running EOorg.EOeolang.EOfs.EOwrites_string_to_fileTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in EOorg.EOeolang.EOfs.EOwrites_string_to_fileTest
[INFO] Running EOorg.EOeolang.EOfs.EOtakes_extension_nameTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in EOorg.EOeolang.EOfs.EOtakes_extension_nameTest
[INFO]
[INFO] Results:
[INFO]
[WARNING] Tests run: 69, Failures: 0, Errors: 0, Skipped: 2
[INFO]
[INFO]
[INFO] --- jcabi-maven-plugin:0.17.0:versionalize (jcabi-versionalize-packages) @ eo-files ---
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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
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
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/objenesis/objenesis/3.2/objenesis-3.2.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/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/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/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/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/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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/objenesis/objenesis/3.2/objenesis-3.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/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/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-core/3.8.6/maven-core-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-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/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/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-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-settings-builder/3.8.6/maven-settings-builder-3.8.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-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/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/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/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-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/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/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/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/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/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/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/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/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/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/guava/31.1-jre/guava-31.1-jre.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M1/org.eclipse.sisu.plexus-0.9.0.M1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.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.2/cdi-api-1.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/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/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M1/org.eclipse.sisu.plexus-0.9.0.M1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.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/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar (0 B at 0 B/s)
[INFO] Versionalizing /home/r/repo/target/classes directory
[INFO] File /home/r/repo/target/classes/EOorg/EOeolang/EOio/org-eolang-eo-files-jar.txt added
[INFO] File /home/r/repo/target/classes/EOorg/EOeolang/EOfs/org-eolang-eo-files-jar.txt added
[INFO]
[INFO] --- eo-maven-plugin:0.32.0:unplace (compile) @ eo-files ---
[INFO] Because of 'selectivelyPlace' list of globs: 6 files remained and 1688 deleted
[INFO] Just 1688 binari(es) out of 1694 deleted in ./home/r/repo/target/eo-placed.csv
[INFO]
[INFO] --- eo-maven-plugin:0.32.0:unspile (compile) @ eo-files ---
[INFO] Deleted 278 .class files out of 305 in ./home/r/repo/target/classes
[INFO]
[INFO] --- eo-maven-plugin:0.32.0:copy (compile) @ eo-files ---
[INFO] 9 source(s) copied from ./home/r/repo/src/main/eo to ./home/r/repo/target/classes/EO-SOURCES
[INFO]
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ eo-files ---
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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom (0 B at 0 B/s)
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)
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
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar (0 B at 0 B/s)
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)
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)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar (0 B at 0 B/s)
[INFO] Building jar: /home/r/repo/target/eo-files-0.4.1.jar
[INFO]
[INFO] >>> maven-source-plugin:3.3.0:jar (jcabi-sources) > generate-sources @ eo-files >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven) @ eo-files ---
[INFO]
[INFO] --- buildnumber-maven-plugin:3.1.0:create (jcabi-build-number) @ eo-files ---
[INFO]
[INFO] --- buildnumber-maven-plugin:3.1.0:create-timestamp (jcabi-build-number) @ eo-files ---
[INFO] Skipping because we are not in root module.
[INFO]
[INFO] --- eo-maven-plugin:0.32.0:register (compile) @ eo-files ---
[INFO] There are 51 EO sources registered already
[INFO] Registered 9 EO sources from ./home/r/repo/src/main/eo to ./home/r/repo/target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] <<< maven-source-plugin:3.3.0:jar (jcabi-sources) < generate-sources @ eo-files <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.3.0:jar (jcabi-sources) @ eo-files ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.pom (6.5 kB at 8.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom (6.0 kB at 14 kB/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.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.pom (22 kB at 37 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/56/commons-parent-56.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/56/commons-parent-56.pom (82 kB at 241 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.pom (1.9 kB at 4.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.jar
Downloaded3from.oss.sonatype.org:.https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.jar (221 kB at 645 kB/s)
Downloaded2from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.jar (1.1 MB at 2.3 MB/s)
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.jar (5.9 MB at 3.6 MB/s)
[INFO] Building jar: /home/r/repo/target/eo-files-0.4.1-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.5.0:jar (jcabi-javadoc) @ eo-files ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom (5.2 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom (4.9 kB at 16 kB/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 22 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 6.5 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 86 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.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 18 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 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom (2.2 kB at 2.7 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 4.4 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 2.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.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 7.1 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 6.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.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 3.8 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 11 kB/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 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom (1.7 kB at 4.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom (20 kB at 36 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom (6.6 kB at 23 kB/s)
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
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom (15 kB at 33 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom (5.0 kB at 11 kB/s)
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
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom (12 kB at 47 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-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
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
Downloaded4from3oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.jar (33 kB at 142 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar
Downloaded3from2oss.sonatype.org:0https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar (52 kB at 219 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar
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 607 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar
Downloaded4from5oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar (557 kB at 1.4 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
Downloaded4from2oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar (42 kB at 90 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar
Downloaded 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 (42 kB at 88 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar
Downloaded 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 (25 kB at 53 kB/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
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 113 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.jar
Downloaded4from6oss.sonatype.org:2https://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 246 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar
Downloaded4from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar (60 kB at 86 kB/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/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar (172 kB at 241 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 69 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar
Downloaded2from5oss.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 58 kB/s)
Downloading)from/oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar
Downloaded5from0oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar (205 kB at 225 kB/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
Downloaded4from3oss.sonatype.org:2https://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 253 kB/s)
Downloading)from1oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar
Downloaded3from2oss.sonatype.org:0https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar (52 kB at 55 kB/s)
Downloaded2from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 126 kB/s)
Downloaded2from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar (0 B at 0 B/s)
Downloaded2from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar (786 kB at 688 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar (328 kB at 276 kB/s)
[INFO] No previous run data found, generating javadoc.
[INFO]
Loading source files for package EOorg.EOeolang.EOio...
Loading source files for package EOorg.EOeolang.EOfs...
Loading source files for package EOorg.EOeolang...
Loading source files for package EOorg.EOeolang.EOcollections...
Loading source files for package EOorg.EOeolang.EOmath...
Loading source files for package EOorg.EOeolang.EOsys...
Constructing Javadoc information...
Standard Doclet version 11.0.15
Building tree for all the packages and classes...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EObool.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EObool$EOas_bytes.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EObool$EOas_hash.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EObool$EOeq.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EObool$EOnot.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EObytes.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EObytes$EOas_bool.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EObytes$EOas_bytes.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EObytes$EOas_hash.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EObytes$EOas_hash$EOt0$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EObytes$EOleft.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcti.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfloat.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfloat$EOas_hash.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfloat$EOeq.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfloat$EOgte.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfloat$EOlt.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfloat$EOlte.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfloat$EOminus.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfloat$EOminus$EOrec_terms.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfloat$EOneg.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOheap.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOheap$EOfree.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOheap$EOmalloc.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOheap$EOpointer.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOheap$EOpointer$EOadd.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOheap$EOpointer$EOsub.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOint.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOint$EOas_hash.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOint$EOeq.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOint$EOgte.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOint$EOlt.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOint$EOlte.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOint$EOminus.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOint$EOminus$EOrec_terms.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOint$EOneg.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnan.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnan$EOdiv.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnan$EOeq.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnan$EOgt.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnan$EOgte.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnan$EOlt.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnan$EOlte.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnan$EOminus.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnan$EOneg.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnan$EOplus.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnan$EOtimes.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnegative_infinity.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOdiv.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOdiv$EOdiv_rec.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOdiv$EOdiv_rec$EOt9$EOt2$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOdiv$EOis_nan.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOdiv$EOis_nan_or_infinite.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOdiv$EOis_term_gte_zero.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOdiv$EOis_term_gte_zero$EOt1$EOa0.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOdiv$EOis_term_gte_zero$EOt1$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOeq.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOgt.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOgte.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOlt.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOlte.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOminus.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOminus$EOis_nan.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOminus$EOis_nan_or_neg_inf.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOminus$EOminus_rec.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOneg.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOplus.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOplus$EOis_nan.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOplus$EOis_nan_or_pos_inf.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOplus$EOplus_rec.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOtimes.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOtimes$EOis_nan.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOtimes$EOis_nan_or_zero.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOtimes$EOis_term_gt_zero.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOtimes$EOis_term_gt_zero$EOt1$EOa0.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOtimes$EOis_term_gt_zero$EOt1$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOtimes$EOtimes_rec.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnegative_infinity$EOtimes$EOtimes_rec$EOt9$EOt2$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOnop.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOpositive_infinity.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOdiv.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOdiv$EOdiv_rec.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOdiv$EOdiv_rec$EOt9$EOt2$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOdiv$EOis_nan.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOdiv$EOis_nan_or_infinite.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOdiv$EOis_term_gte_zero.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOdiv$EOis_term_gte_zero$EOt1$EOa0.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOdiv$EOis_term_gte_zero$EOt1$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOeq.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOgt.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOgte.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOlt.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOlte.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOminus.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOminus$EOis_nan.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOminus$EOis_nan_or_pos_inf.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOminus$EOminus_rec.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOneg.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOplus.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOplus$EOis_nan.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOplus$EOis_nan_or_neg_inf.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOplus$EOplus_rec.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOtimes.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOtimes$EOis_nan.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOtimes$EOis_nan_or_zero.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOtimes$EOis_term_gt_zero.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOtimes$EOis_term_gt_zero$EOt1$EOa0.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOtimes$EOis_term_gt_zero$EOt1$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOtimes$EOtimes_rec.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOpositive_infinity$EOtimes$EOtimes_rec$EOt9$EOt2$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOram.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOram$EOram_slice.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOstring.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOstring$EOas_hash.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOstring$EOeq.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOswitch.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOswitch$EOcheck_case_at.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOtuple.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EObytes_as_array.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EObytes_as_array$EOslice_byte.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOhash_code_of.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOhash_code_of$EOt1$EOt3$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOhash_code_of$EOt1$EOt3$EOa1$EOrec_hash_code.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOconcat.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOconcat$EOt1$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOcontains.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOeach.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOeach$EOt1$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOeachi.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOeachi$EOt1$EOt0$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOeq.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOeq$EOt1$EOt1$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOfiltered.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOfiltered$EOt1$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOfilteredi.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOfilteredi$EOrec_filtered.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOgt.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOgte.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOhead.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOhead$EOt3$EOt3$EOt1$EOt0$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOindex_of.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOindex_of$EOt1$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOinflated.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOinflated$EOrec_inflated.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOis_empty.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOlast_index_of.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOlast_index_of$EOt1$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOlt.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOlte.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOmapped.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOmapped$EOt1$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOmappedi.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOmappedi$EOt1$EOt0$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOreduced.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOreduced$EOt2$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOreducedi.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOreducedi$EOrec_reduced.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOsorted.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOsorted$EOswap.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOsorted$EOt0$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOsorted$EOt3$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOsorted$EOt3$EOa1$EOt1$EOt2$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOsorted$EOt4$EOt1$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOtail.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOtail$EOt2$EOt2$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOwith.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOwithi.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOwithout.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOwithout$EOt1$EOt0$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOwithouti.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOlist$EOwithouti$EOt1$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOmap.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOmap$EOcontains_key.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOmap$EOcontains_key$EOt1$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOmap$EOfound.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOmap$EOkeys.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOmap$EOkeys$EOt1$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOmap$EOwith.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOmap$EOwithout.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOmultimap.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOmultimap$EOconcat_all_arrays.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOmultimap$EOconcat_all_arrays$EOt1$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOmultimap$EOfind_in_list.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOmultimap$EOfind_in_list$EOt2$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOmultimap$EOfound.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOmultimap$EOkeys.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOmultimap$EOkeys$EOt1$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOmultimap$EOpairs_to_hash.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOmultimap$EOpairs_to_hash$EOt1$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOmultimap$EOrebuilded.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOmultimap$EOrebuilded$EOcomparable_pair.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOmultimap$EOrebuilded$EOcomparable_pair$EOlt.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOmultimap$EOrebuilded$EOcreate_array_by_hash.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOmultimap$EOrebuilded$EOcreate_array_by_hash$EOt3$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOmultimap$EOrebuilded$EOfill_to_size.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOmultimap$EOrebuilded$EOt2$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOmultimap$EOrebuilded$EOt5$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOmultimap$EOwith.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOmultimap$EOwithout.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOmultimap$EOwithout_in_list.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOmultimap$EOwithout_in_list$EOt2$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOrange.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOrange_of_ints.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOrange_of_ints$EOt2$EOt1$EOa0.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOrange_of_ints$EOt2$EOt1$EOa0$EObuild.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOrange$EOφ.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOrange$EOφ$EOappend.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOset.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOset$EOt1$EOt2$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOset$EOt1$EOt2$EOt0$EOt0$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/EOset$EOwith.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/EObase_name.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/EOdir.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/EOdir_name.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/EOdir$EOmkdir.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/EOdir$EOrm_rf.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/EOdir$EOtmpfile.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/EOdir$EOwalk.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/EOext_name.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/EOfile.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/EOfile$EOas_input.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/EOfile$EOas_input$EOread.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/EOfile$EOas_output.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/EOfile$EOas_output$EOwrite.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/EOfile$EOexists.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/EOfile$EOis_dir.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/EOfile$EOmv.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/EOfile$EOresolve.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/EOfile$EOrm.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/EOfile$EOsize.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/EOfile$EOtouch.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/EOtmpdir.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOio/EObytes_as_input.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOio/EObytes_as_input$EOread.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOio/EOcopied.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOio/EOmemory_as_output.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOio/EOmemory_as_output$EOwrite.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOio/EOstdin.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOangle.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOangle$EOas_degrees.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOangle$EOas_radians.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOangle$EOctan.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOangle$EOtan.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOe.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOintegral.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOintegral$EOsubsection.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOintegral$EOt9$EOt0$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOabs.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOand.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOarccos.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOarccos$EObinary_method.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOarccos$EObinary_method$EOt7$EOt0$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOceil.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOceil$EOt1$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOexp.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOis_float.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOis_infinite.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOis_int.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOis_nan.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOleft.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOln.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOln$EOln_if_greater_than_1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOln$EOln_if_greater_than_1$EOterm_1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOln$EOln_if_greater_than_1$EOterm_1$EOt2$EOt0$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOln$EOln_if_greater_than_1$EOterm_2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOln$EOln_if_greater_than_1$EOterm_2$EOln_taylor.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOln$EOln_if_greater_than_1$EOterm_2$EOln_taylor$EOt4$EOt0$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOlog.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOlog$EOt2$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOmod.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOmod$EOabs_mod.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOneq.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOor.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOpower.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOpower$EOt1$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOpower$EOt1$EOa2$EObin_powf.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOpower$EOt1$EOa2$EObin_powf$EOt2$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOpower$EOt1$EOa2$EObin_powi.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOpower$EOt1$EOa2$EObin_powi$EOt2$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOright.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOsignum.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOsqrt.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOsqrt$EObabylonian_method.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOsqrt$EObabylonian_method$EOt4$EOt0$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOtaylor.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOtaylor$EOt8$EOt2$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOnumber$EOxor.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOpi.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOrandom.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOrandom$EOnext.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOrandom$EOpseudo.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOrandom$EOφ.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOseries.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOseries$EOmax.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOseries$EOmax$EOt1$EOt2$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOseries$EOmin.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/EOseries$EOmin$EOt1$EOt2$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOsys/EOuname.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/package-summary.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/package-tree.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/package-summary.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/package-tree.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/package-summary.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/package-tree.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOio/package-summary.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOio/package-tree.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/package-summary.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/package-tree.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOsys/package-summary.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOsys/package-tree.html...
Generating /home/r/repo/target/apidocs/constant-values.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOio/class-use/EObytes_as_input$EOread.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOio/class-use/EOmemory_as_output$EOwrite.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOio/class-use/EOcopied.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOio/class-use/EOstdin.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOio/class-use/EOmemory_as_output.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOio/class-use/EObytes_as_input.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile$EOas_input$EOread.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile$EOas_input.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile$EOexists.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/class-use/EObase_name.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile$EOtouch.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile$EOresolve.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile$EOmv.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOext_name.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile$EOsize.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile$EOrm.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOdir_name.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile$EOis_dir.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile$EOas_output$EOwrite.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOdir$EOwalk.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile$EOas_output.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOdir$EOmkdir.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOtmpdir.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOdir$EOrm_rf.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOdir$EOtmpfile.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOdir.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/class-use/EOfile.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOdiv$EOis_term_gte_zero$EOt1$EOa0.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOminus.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnan$EOeq.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOminus$EOis_nan.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOram$EOram_slice.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOdiv$EOdiv_rec$EOt9$EOt2$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOswitch$EOcheck_case_at.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnan.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOtimes$EOis_nan_or_zero.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOdiv$EOis_nan_or_infinite.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOfloat$EOminus$EOrec_terms.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOtimes$EOis_term_gt_zero$EOt1$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EObool$EOnot.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOstring$EOas_hash.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnan$EOminus.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOplus$EOis_nan_or_neg_inf.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOswitch.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOdiv$EOdiv_rec$EOt9$EOt2$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOfloat.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOgte.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOminus$EOminus_rec.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnan$EOgt.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnan$EOlt.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOneg.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOgt.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOdiv$EOis_term_gte_zero$EOt1$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOtimes$EOis_nan_or_zero.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOtimes$EOtimes_rec$EOt9$EOt2$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EObytes.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOgte.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOstring.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EObytes$EOas_bytes.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOint$EOminus.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOdiv.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOcti.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOtuple.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOdiv$EOis_nan.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOdiv$EOis_term_gte_zero$EOt1$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOeq.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOneg.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOfloat$EOeq.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOlt.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EObytes$EOleft.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOheap$EOpointer$EOsub.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EObool$EOas_bytes.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnan$EOlte.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOfloat$EOlt.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOtimes$EOis_term_gt_zero$EOt1$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOtimes$EOis_nan.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOdiv$EOis_term_gte_zero$EOt1$EOa0.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOlt.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOtimes$EOis_term_gt_zero$EOt1$EOa0.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOdiv$EOis_term_gte_zero.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOdiv$EOis_term_gte_zero.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOtimes$EOis_term_gt_zero$EOt1$EOa0.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOtimes$EOtimes_rec$EOt9$EOt2$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOminus$EOminus_rec.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOint$EOgte.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOminus.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOint$EOas_hash.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnan$EOneg.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOint$EOeq.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOtimes$EOis_term_gt_zero.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOheap.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOint$EOminus$EOrec_terms.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOint$EOlt.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOint$EOneg.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EObool$EOas_hash.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOlte.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOfloat$EOgte.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOfloat$EOneg.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnan$EOtimes.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOtimes$EOis_nan.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOstring$EOeq.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EObytes$EOas_hash.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOminus$EOis_nan.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOfloat$EOlte.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOlte.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOminus$EOis_nan_or_neg_inf.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOgt.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOdiv$EOdiv_rec.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOdiv.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnan$EOgte.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOfloat$EOminus.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EObool.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOint$EOlte.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOheap$EOpointer.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOplus.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOtimes.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOtimes$EOtimes_rec.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOheap$EOfree.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOplus$EOis_nan.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOfloat$EOas_hash.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOtimes$EOis_term_gt_zero.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EObytes$EOas_bool.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnan$EOdiv.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOplus$EOplus_rec.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOdiv$EOis_nan.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOdiv$EOdiv_rec.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOplus$EOplus_rec.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOram.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOtimes$EOtimes_rec.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOminus$EOis_nan_or_pos_inf.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnop.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOtimes.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOeq.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOint.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EObytes$EOas_hash$EOt0$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOplus.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EObool$EOeq.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity$EOdiv$EOis_nan_or_infinite.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOpositive_infinity.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOheap$EOpointer$EOadd.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOplus$EOis_nan_or_pos_inf.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOheap$EOmalloc.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnan$EOplus.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/class-use/EOnegative_infinity$EOplus$EOis_nan.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EObytes_as_array$EOslice_byte.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOfilteredi.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOmap$EOkeys$EOt1$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOsorted$EOt0$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOwith.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOsorted$EOt4$EOt1$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOgte.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOmultimap$EOfind_in_list.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOmappedi.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOmap$EOcontains_key.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOrange$EOφ.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOmap$EOwithout.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOmultimap$EOwithout_in_list$EOt2$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOinflated.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOindex_of.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOsorted$EOt3$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOfiltered$EOt1$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOconcat$EOt1$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOmultimap$EOfound.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOreducedi.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOlt.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOmultimap$EOrebuilded$EOcreate_array_by_hash$EOt3$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOsorted.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOmap$EOwith.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOmultimap$EOwith.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOsorted$EOt3$EOa1$EOt1$EOt2$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOgt.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOrange$EOφ$EOappend.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOeachi.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOmultimap$EOconcat_all_arrays$EOt1$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOmap$EOkeys.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOeach$EOt1$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOeach.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOmultimap$EOrebuilded$EOcreate_array_by_hash.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOwithout.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOmultimap$EOwithout_in_list.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOmultimap$EOwithout.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOmap.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOmultimap$EOrebuilded$EOcomparable_pair$EOlt.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOindex_of$EOt1$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOeq.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOhash_code_of.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOeq$EOt1$EOt1$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOmultimap$EOrebuilded$EOt5$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOhash_code_of$EOt1$EOt3$EOa1$EOrec_hash_code.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOmultimap.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOis_empty.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOrange_of_ints.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOreduced$EOt2$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOmultimap$EOconcat_all_arrays.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOmultimap$EOpairs_to_hash.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOcontains.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOfiltered.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOfilteredi$EOrec_filtered.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOset$EOt1$EOt2$EOt0$EOt0$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOmappedi$EOt1$EOt0$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOlte.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOmultimap$EOrebuilded$EOcomparable_pair.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOlast_index_of$EOt1$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOrange_of_ints$EOt2$EOt1$EOa0$EObuild.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOconcat.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOwithouti.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOtail$EOt2$EOt2$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOlast_index_of.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOset$EOwith.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOmapped.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOset$EOt1$EOt2$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOsorted$EOswap.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOrange_of_ints$EOt2$EOt1$EOa0.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOreduced.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOmultimap$EOrebuilded.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOmultimap$EOkeys$EOt1$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOmultimap$EOrebuilded$EOt2$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOhead$EOt3$EOt3$EOt1$EOt0$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOeachi$EOt1$EOt0$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOtail.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOmultimap$EOrebuilded$EOfill_to_size.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOwithi.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOinflated$EOrec_inflated.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOset.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOhead.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOmultimap$EOkeys.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EObytes_as_array.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOreducedi$EOrec_reduced.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOmultimap$EOpairs_to_hash$EOt1$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOwithout$EOt1$EOt0$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOmultimap$EOfind_in_list$EOt2$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOwithouti$EOt1$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOlist$EOmapped$EOt1$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOmap$EOfound.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOmap$EOcontains_key$EOt1$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOhash_code_of$EOt1$EOt3$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/class-use/EOrange.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOintegral$EOt9$EOt0$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOarccos$EObinary_method.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOintegral.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOneq.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOis_float.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOseries$EOmax.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOand.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOpower$EOt1$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOis_infinite.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOpi.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOangle$EOctan.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOsqrt$EObabylonian_method$EOt4$EOt0$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOlog.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOln$EOln_if_greater_than_1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOln$EOln_if_greater_than_1$EOterm_2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOln$EOln_if_greater_than_1$EOterm_1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOrandom$EOpseudo.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOtaylor$EOt8$EOt2$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOln$EOln_if_greater_than_1$EOterm_2$EOln_taylor.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOpower.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOxor.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOtaylor.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOsqrt$EObabylonian_method.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOpower$EOt1$EOa2$EObin_powf.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOor.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOlog$EOt2$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOarccos$EObinary_method$EOt7$EOt0$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOmod$EOabs_mod.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOsignum.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOangle$EOtan.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOangle.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOrandom.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOarccos.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOseries$EOmax$EOt1$EOt2$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOseries.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOangle$EOas_radians.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOmod.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOleft.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOe.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOsqrt.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOangle$EOas_degrees.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOln.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOabs.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOis_int.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOright.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOpower$EOt1$EOa2$EObin_powi$EOt2$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOln$EOln_if_greater_than_1$EOterm_1$EOt2$EOt0$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOpower$EOt1$EOa2$EObin_powi.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOis_nan.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOceil.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOseries$EOmin.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOceil$EOt1$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOrandom$EOnext.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOln$EOln_if_greater_than_1$EOterm_2$EOln_taylor$EOt4$EOt0$EOa1.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOexp.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOseries$EOmin$EOt1$EOt2$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOrandom$EOφ.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOnumber$EOpower$EOt1$EOa2$EObin_powf$EOt2$EOa2.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/class-use/EOintegral$EOsubsection.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOsys/class-use/EOuname.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/package-use.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOcollections/package-use.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOfs/package-use.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOio/package-use.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOmath/package-use.html...
Generating /home/r/repo/target/apidocs/EOorg/EOeolang/EOsys/package-use.html...
Building index for all the packages and classes...
Generating /home/r/repo/target/apidocs/overview-tree.html...
Generating /home/r/repo/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/r/repo/target/apidocs/allclasses-index.html...
Generating /home/r/repo/target/apidocs/allpackages-index.html...
Generating /home/r/repo/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/r/repo/target/apidocs/allclasses.html...
Generating /home/r/repo/target/apidocs/allclasses.html...
Generating /home/r/repo/target/apidocs/index.html...
Generating /home/r/repo/target/apidocs/overview-summary.html...
Generating /home/r/repo/target/apidocs/help-doc.html...
Note: Custom tags that could override future standard tags:  @todo, @checkstyle. To avoid potential overrides, use at least one period character (.) in custom tag names.
Note: Custom tags that were not seen:  @todo, @checkstyle
[INFO] Building jar: /home/r/repo/target/eo-files-0.4.1-javadoc.jar
[INFO]
[INFO] --- maven-antrun-plugin:3.1.0:run (jcabi-xcop) @ eo-files ---
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)
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)
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)
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)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ant-contrib/ant-contrib/20020829/ant-contrib-20020829.jar
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-launcher/1.10.12/ant-launcher-1.10.12.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
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)
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/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.10.12/ant-1.10.12.jar (0 B at 0 B/s)
[INFO] Executing tasks
[INFO]      [exec] /home/r/repo/pom.xml looks good
[INFO] Executed tasks
[INFO]
[INFO] --- maven-gpg-plugin:3.1.0:sign (jcabi-sign-artifacts) @ eo-files ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar
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
Downloaded2from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 114 kB/s)
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.jar (164 kB at 652 kB/s)
[INFO] Signing 4 files with 7E29B723C7834679204DD410AA57FF6B7040FA46 secret key.
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: starting migration from earlier GnuPG versions
gpg: porting secret keys from '/home/r/secring.gpg' to gpg-agent
gpg: key AA57FF6B7040FA46: secret key imported
gpg: migration succeeded
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] --- maven-install-plugin:3.1.1:install (default-install) @ eo-files ---
[INFO] Installing /home/r/repo/pom.xml to /home/r/.m2/repository/org/eolang/eo-files/0.4.1/eo-files-0.4.1.pom
[INFO] Installing /home/r/repo/target/eo-files-0.4.1.jar to /home/r/.m2/repository/org/eolang/eo-files/0.4.1/eo-files-0.4.1.jar
[INFO] Installing /home/r/repo/target/eo-files-0.4.1-sources.jar to /home/r/.m2/repository/org/eolang/eo-files/0.4.1/eo-files-0.4.1-sources.jar
[INFO] Installing /home/r/repo/target/eo-files-0.4.1-javadoc.jar to /home/r/.m2/repository/org/eolang/eo-files/0.4.1/eo-files-0.4.1-javadoc.jar
[INFO] Installing /home/r/repo/target/eo-files-0.4.1.jar.asc to /home/r/.m2/repository/org/eolang/eo-files/0.4.1/eo-files-0.4.1.jar.asc
[INFO] Installing /home/r/repo/target/eo-files-0.4.1.pom.asc to /home/r/.m2/repository/org/eolang/eo-files/0.4.1/eo-files-0.4.1.pom.asc
[INFO] Installing /home/r/repo/target/eo-files-0.4.1-sources.jar.asc to /home/r/.m2/repository/org/eolang/eo-files/0.4.1/eo-files-0.4.1-sources.jar.asc
[INFO] Installing /home/r/repo/target/eo-files-0.4.1-javadoc.jar.asc to /home/r/.m2/repository/org/eolang/eo-files/0.4.1/eo-files-0.4.1-javadoc.jar.asc
[INFO]
[INFO] --- maven-deploy-plugin:3.1.1:deploy (default-deploy) @ eo-files ---
[INFO] Skipping artifact deployment
[INFO]
[INFO] --- nexus-staging-maven-plugin:1.6.13:deploy (jcabi-deploy-to-sonatype) @ eo-files ---
[INFO] Performing local staging (local stagingDirectory="/home/r/repo/target/nexus-staging/staging")...
[INFO]  + Using server credentials "oss.sonatype.org" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "33927022b5669b" (matched by Nexus).
[INFO] Installing /home/r/repo/target/eo-files-0.4.1.jar to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-files/0.4.1/eo-files-0.4.1.jar
[INFO] Installing /home/r/repo/pom.xml to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-files/0.4.1/eo-files-0.4.1.pom
[INFO] Installing /home/r/repo/target/eo-files-0.4.1-sources.jar to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-files/0.4.1/eo-files-0.4.1-sources.jar
[INFO] Installing /home/r/repo/target/eo-files-0.4.1-javadoc.jar to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-files/0.4.1/eo-files-0.4.1-javadoc.jar
[INFO] Installing /home/r/repo/target/eo-files-0.4.1.jar.asc to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-files/0.4.1/eo-files-0.4.1.jar.asc
[INFO] Installing /home/r/repo/target/eo-files-0.4.1.pom.asc to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-files/0.4.1/eo-files-0.4.1.pom.asc
[INFO] Installing /home/r/repo/target/eo-files-0.4.1-sources.jar.asc to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-files/0.4.1/eo-files-0.4.1-sources.jar.asc
[INFO] Installing /home/r/repo/target/eo-files-0.4.1-javadoc.jar.asc to /home/r/repo/target/nexus-staging/staging/33927022b5669b/org/eolang/eo-files/0.4.1/eo-files-0.4.1-javadoc.jar.asc
[INFO] Performing remote staging...
[INFO]
[INFO]  * Remote staging into staging profile ID "33927022b5669b"
[INFO]  * Created staging repository with ID "orgeolang-1159".
[INFO]  * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1159
[INFO]  * Uploading locally staged artifacts to profile org.eolang
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1159/org/eolang/eo-files/0.4.1/eo-files-0.4.1.pom.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1159/org/eolang/eo-files/0.4.1/eo-files-0.4.1.pom.asc (833 B at 3.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1159/org/eolang/eo-files/maven-metadata.xml
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1159/org/eolang/eo-files/maven-metadata.xml
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1159/org/eolang/eo-files/maven-metadata.xml (298 B at 511 B/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1159/org/eolang/eo-files/0.4.1/eo-files-0.4.1.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1159/org/eolang/eo-files/0.4.1/eo-files-0.4.1.jar (50 kB at 64 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1159/org/eolang/eo-files/0.4.1/eo-files-0.4.1.pom
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1159/org/eolang/eo-files/0.4.1/eo-files-0.4.1.pom (6.0 kB at 9.9 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1159/org/eolang/eo-files/0.4.1/eo-files-0.4.1-javadoc.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1159/org/eolang/eo-files/0.4.1/eo-files-0.4.1-javadoc.jar (1.7 MB at 1.6 MB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1159/org/eolang/eo-files/0.4.1/eo-files-0.4.1-javadoc.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1159/org/eolang/eo-files/0.4.1/eo-files-0.4.1-javadoc.jar.asc (833 B at 4.1 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1159/org/eolang/eo-files/0.4.1/eo-files-0.4.1-sources.jar
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1159/org/eolang/eo-files/0.4.1/eo-files-0.4.1-sources.jar (401 kB at 645 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1159/org/eolang/eo-files/0.4.1/eo-files-0.4.1.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1159/org/eolang/eo-files/0.4.1/eo-files-0.4.1.jar.asc (833 B at 4.2 kB/s)
Uploading to oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1159/org/eolang/eo-files/0.4.1/eo-files-0.4.1-sources.jar.asc
Uploaded to)oss.sonatype.org: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeolang-1159/org/eolang/eo-files/0.4.1/eo-files-0.4.1-sources.jar.asc (833 B at 2.6 kB/s)
[INFO]  * Upload of locally staged artifacts finished.
[INFO]  * Closing staging repository with ID "orgeolang-1159".

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

[INFO] Remote staged 1 repositories, finished with success.
[INFO]
[INFO] --- nexus-staging-maven-plugin:1.6.13:release (jcabi-deploy-to-sonatype) @ eo-files ---
[INFO]  + Using server credentials "oss.sonatype.org" from Maven settings.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO] Releasing staging repository with IDs=[orgeolang-1159]
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.thoughtworks.xstream.converters.reflection.FieldDictionary (file:/home/r/.m2/repository/com/thoughtworks/xstream/xstream/1.4.19/xstream-1.4.19.jar) to field java.util.AbstractCollection.MAX_ARRAY_SIZE
WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.converters.reflection.FieldDictionary
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

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

[INFO] Released
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  07:24 min
[INFO] Finished at: 2023-10-24T15:04:09Z
[INFO] ------------------------------------------------------------------------
0m0m+ mkdir /tmp/objectionary
+ cp -R src/main/eo /tmp/objectionary/objects
+ cp -R src/test/eo /tmp/objectionary/tests
++ git rev-parse --abbrev-ref HEAD
+ branch=__rultor
+ git checkout gh-pages
branch 'gh-pages' set up to track 'origin/gh-pages'.
Switched to a new branch 'gh-pages'
+ git reset --hard
HEAD is now at b5a7f9b objectionary 0.4.0
++ pwd
+ sudo -i git config --global --add safe.directory /home/r/repo
++ pwd
+ sudo -i /bin/bash -c 'cd '\''/home/r/repo'\''; git clean -fd'
Removing target/
+ rm -rf objectionary
+ cp -R /tmp/objectionary .
+ find objectionary -name '*.eo'
+ xargs sed -i 's/0\.0\.0/0.4.1/g'
+ git add objectionary
+ find objectionary -name '*.eo'
+ git add objectionary.lst
+ git commit -am 'objectionary 0.4.1'
[gh-pages fe8c3bb] objectionary 0.4.1
 18 files changed, 55 insertions(+), 53 deletions(-)
+ git checkout __rultor
Switched to branch '__rultor'
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag 0.4.1 -m '0.4.1: tagged by rultor.com'
+ git reset --hard
HEAD is now at 8be2221 0.4.1
+ 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 8be2221).
+ git push --all origin
To github.com:objectionary/eo-files.git
   b5a7f9b..fe8c3bb  gh-pages -> gh-pages
+ git push --tags origin
To github.com:objectionary/eo-files.git
 * [new tag]         0.4.1 -> 0.4.1
container ea04114bbad4a6f321e27c8ca10a65ee175808e60ea59e24bbfb24f0be454995 is dead
Tue Oct 24 05:05:57 PM CEST 2023