rultor.com logo This build log was produced by rultor.com for yegor256/eo#174
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 12707
+ echo '1.69.1 839260fab'
1.69.1 839260fab
+ date
Wed Jan 13 09:13:07 CET 2021
+ uptime
 09:13:07 up 107 days, 18:19,  0 users,  load average: 0.03, 0.13, 0.08
+ ff=default
+ image=yegor256/rultor-image
+ rebase=false
+ head_branch=master
+ pull_title='173: fixes'
+ author=yegor256
+ directory=
+ head=git@github.com:yegor256/eo.git
+ pull_id=174
+ fork=git@github.com:yegor256/eo.git
+ fork_branch=173
+ squash=false
+ vars=('--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' '--env=JAVA_OPTS=-XX:MaxPermSize=256m -Xmx1g' '--env=head=git@github.com:yegor256/eo.git' '--env=pull_id=174' '--env=fork=git@github.com:yegor256/eo.git' '--env=fork_branch=173' '--env=head_branch=master' '--env=pull_title=173: fixes' '--env=author=yegor256' '--env=scripts=( '\''export '\''\'\'''\''MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''JAVA_OPTS=-XX:MaxPermSize=256m -Xmx1g'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head=git@github.com:yegor256/eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=174'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:yegor256/eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=173'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=173: fixes'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo update-java-alternatives -s java-1.8.0-openjdk-amd64'\'' '\'';'\'' '\''sudo gem install pdd'\'' '\'';'\'' '\''sudo gem install xcop'\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''mvn clean install -Peo -Pqulice --errors --settings ../settings.xml -Dstyle.color=never'\'' '\'';'\'' )')
+ scripts=('export '\''MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g'\''' ';' 'export '\''JAVA_OPTS=-XX:MaxPermSize=256m -Xmx1g'\''' ';' 'export '\''head=git@github.com:yegor256/eo.git'\''' ';' 'export '\''pull_id=174'\''' ';' 'export '\''fork=git@github.com:yegor256/eo.git'\''' ';' 'export '\''fork_branch=173'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=173: fixes'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo update-java-alternatives -s java-1.8.0-openjdk-amd64' ';' 'sudo gem install pdd' ';' 'sudo gem install xcop' ';' 'pdd --file=/dev/null' ';' 'mvn clean install -Peo -Pqulice --errors --settings ../settings.xml -Dstyle.color=never' ';')
+ container=yegor256_eo_174
+ as_root=false
+ 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:yegor256/eo.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g'\''' ';' 'export '\''JAVA_OPTS=-XX:MaxPermSize=256m -Xmx1g'\''' ';' 'export '\''head=git@github.com:yegor256/eo.git'\''' ';' 'export '\''pull_id=174'\''' ';' 'export '\''fork=git@github.com:yegor256/eo.git'\''' ';' 'export '\''fork_branch=173'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''pull_title=173: fixes'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo update-java-alternatives -s java-1.8.0-openjdk-amd64' ';' 'sudo gem install pdd' ';' 'sudo gem install xcop' ';' 'pdd --file=/dev/null' ';' 'mvn clean install -Peo -Pqulice --errors --settings ../settings.xml -Dstyle.color=never' ';'
+ sensitive=()
+ rm -rf .gpg
+ cd repo
+ git remote add fork git@github.com:yegor256/eo.git
+ git remote update
Fetching origin
Fetching fork
From github.com:yegor256/eo
 * [new branch]      155        -> fork/155
 * [new branch]      157        -> fork/157
 * [new branch]      159        -> fork/159
 * [new branch]      161        -> fork/161
 * [new branch]      164        -> fork/164
 * [new branch]      168        -> fork/168
 * [new branch]      17         -> fork/17
 * [new branch]      173        -> fork/173
 * [new branch]      58         -> fork/58
 * [new branch]      83         -> fork/83
 * [new branch]      gh-pages   -> fork/gh-pages
 * [new branch]      master     -> fork/master
+ args=
+ '[' default == default ']'
+ args=' --ff'
+ '[' default == no ']'
+ '[' default == only ']'
+ export BRANCH=__rultor
+ BRANCH=__rultor
++ git show-branch __rultor
++ wc -l
+ '[' 0 -gt 0 ']'
+ git checkout -B __rultor fork/173
Switched to a new branch '__rultor'
Branch __rultor set up to track remote branch 173 from fork.
+ git checkout -B master origin/master
Switched to and reset branch 'master'
Branch master set up to track remote branch master from origin.
Your branch is up-to-date with 'origin/master'.
+ '[' false == true ']'
+ '[' false == true ']'
+ git merge --ff __rultor
Auto-merging eo-runtime/src/test/java/org/eolang/EOstringEOtrimTest.java
Auto-merging eo-runtime/src/test/java/org/eolang/EOarrayEOpushTest.java
Auto-merging eo-runtime/src/test/java/org/eolang/EOarrayEOgetTest.java
Auto-merging eo-runtime/src/main/java/org/eolang/phi/PhEta.java
Merge made by the 'recursive' strategy.
 eo-maven-plugin/pom.xml                            |  2 +-
 .../src/it/fibonacci/invoker.properties            |  2 +-
 eo-maven-plugin/src/it/fibonacci/pom.xml           |  2 +-
 .../main/resources/org/eolang/maven/to-java.xsl    | 68 +++++++++++-------
 .../test/java/org/eolang/maven/SnippetTest.java    |  6 +-
 .../resources/org/eolang/maven/snippets/fibo.yaml  | 22 ++++++
 .../org/eolang/maven/snippets/ifthenelse.yaml      | 20 ++++++
 .../org/eolang/maven/snippets/simple.yaml          |  3 +-
 .../org/eolang/parser/errors/middle-varargs.xsl    | 29 ++++----
 .../eolang/parser/packs/catches-middle-vararg.yaml |  3 +
 eo-runtime/pom.xml                                 |  1 -
 eo-runtime/src/main/eo/org/eolang/int.eo           |  7 +-
 eo-runtime/src/main/eo/org/eolang/string.eo        |  4 ++
 .../src/main/java/org/eolang/EOarray$EOappend.java |  4 +-
 .../src/main/java/org/eolang/EOarray$EOget.java    |  5 +-
 .../src/main/java/org/eolang/EOarray$EOmapi.java   |  8 ++-
 .../src/main/java/org/eolang/EOarray$EOpush.java   |  4 +-
 .../src/main/java/org/eolang/EOarray$EOreduce.java |  8 ++-
 .../src/main/java/org/eolang/EObool$EOif.java      |  8 ++-
 .../src/main/java/org/eolang/EOint$EOadd.java      |  6 +-
 .../src/main/java/org/eolang/EOint$EOless.java     | 57 +++++++++++++++
 .../src/main/java/org/eolang/EOint$EOmod.java      |  6 +-
 .../src/main/java/org/eolang/EOint$EOmul.java      |  6 +-
 .../src/main/java/org/eolang/EOint$EOneg.java      |  6 +-
 .../src/main/java/org/eolang/EOint$EOpow.java      |  6 +-
 .../src/main/java/org/eolang/EOstring$EOtoInt.java | 57 +++++++++++++++
 .../src/main/java/org/eolang/EOstring$EOtrim.java  | 12 ++--
 .../src/main/java/org/eolang/io/EOstdout.java      |  8 +--
 .../src/main/java/org/eolang/phi/AtAbsent.java     | 18 +++--
 .../src/main/java/org/eolang/phi/AtBound.java      |  2 +-
 .../src/main/java/org/eolang/phi/AtFree.java       |  6 +-
 .../src/main/java/org/eolang/phi/AtLambda.java     | 82 ++++++++++++++++++++++
 .../src/main/java/org/eolang/phi/AtNamed.java      |  9 ++-
 .../src/main/java/org/eolang/phi/AtOnce.java       |  2 +-
 .../src/main/java/org/eolang/phi/AtSimple.java     |  4 +-
 .../src/main/java/org/eolang/phi/AtVararg.java     |  2 +-
 eo-runtime/src/main/java/org/eolang/phi/Data.java  | 47 ++++++++++++-
 eo-runtime/src/main/java/org/eolang/phi/Main.java  | 38 ++++++++++
 .../src/main/java/org/eolang/phi/PhCopy.java       | 43 ++++++++++++
 .../src/main/java/org/eolang/phi/PhDefault.java    | 64 +++++++++++------
 .../org/eolang/phi/{AtStatic.java => PhEta.java}   | 33 ++++-----
 .../src/main/java/org/eolang/phi/PhMethod.java     | 44 ++++++++++++
 .../src/main/java/org/eolang/phi/PhOnce.java       | 67 ++++++++++++++++++
 .../src/main/java/org/eolang/phi/PhWith.java       | 66 +++++++++++++++++
 eo-runtime/src/main/java/org/eolang/phi/Phi.java   | 23 +-----
 .../src/main/java/org/eolang/txt/EOsprintf.java    | 15 ++--
 .../src/main/resources/org/eolang/phi/version.txt  |  1 +
 ...Oarray$EOgetTest.java => EOarrayEOgetTest.java} |  2 +-
 ...rray$EOpushTest.java => EOarrayEOpushTest.java} |  2 +-
 .../src/test/java/org/eolang/EOintEOaddTest.java   | 52 ++++++++++++++
 .../src/test/java/org/eolang/EOintEOlessTest.java  | 52 ++++++++++++++
 .../src/test/java/org/eolang/EOintEOnegTest.java   | 50 +++++++++++++
 .../src/test/java/org/eolang/EOintEOsubTest.java   | 56 +++++++++++++++
 .../test/java/org/eolang/EOstringEOtoIntTest.java  | 50 +++++++++++++
 ...ing$EOtrimTest.java => EOstringEOtrimTest.java} |  2 +-
 .../src/test/java/org/eolang/io/EOstdoutTest.java  | 19 +++--
 .../src/test/java/org/eolang/phi/MainTest.java     | 54 ++++++++++++++
 .../test/java/org/eolang/phi/PhDefaultTest.java    | 77 ++++++++++++++++++++
 .../test/java/org/eolang/txt/EOsprintfTest.java    | 44 ++++++++++--
 59 files changed, 1198 insertions(+), 198 deletions(-)
 create mode 100644 eo-maven-plugin/src/test/resources/org/eolang/maven/snippets/fibo.yaml
 create mode 100644 eo-maven-plugin/src/test/resources/org/eolang/maven/snippets/ifthenelse.yaml
 create mode 100644 eo-runtime/src/main/java/org/eolang/EOint$EOless.java
 create mode 100644 eo-runtime/src/main/java/org/eolang/EOstring$EOtoInt.java
 create mode 100644 eo-runtime/src/main/java/org/eolang/phi/AtLambda.java
 create mode 100644 eo-runtime/src/main/java/org/eolang/phi/PhCopy.java
 rename eo-runtime/src/main/java/org/eolang/phi/{AtStatic.java => PhEta.java} (71%)
 create mode 100644 eo-runtime/src/main/java/org/eolang/phi/PhMethod.java
 create mode 100644 eo-runtime/src/main/java/org/eolang/phi/PhOnce.java
 create mode 100644 eo-runtime/src/main/java/org/eolang/phi/PhWith.java
 create mode 100644 eo-runtime/src/main/resources/org/eolang/phi/version.txt
 rename eo-runtime/src/test/java/org/eolang/{EOarray$EOgetTest.java => EOarrayEOgetTest.java} (98%)
 rename eo-runtime/src/test/java/org/eolang/{EOarray$EOpushTest.java => EOarrayEOpushTest.java} (98%)
 create mode 100644 eo-runtime/src/test/java/org/eolang/EOintEOaddTest.java
 create mode 100644 eo-runtime/src/test/java/org/eolang/EOintEOlessTest.java
 create mode 100644 eo-runtime/src/test/java/org/eolang/EOintEOnegTest.java
 create mode 100644 eo-runtime/src/test/java/org/eolang/EOintEOsubTest.java
 create mode 100644 eo-runtime/src/test/java/org/eolang/EOstringEOtoIntTest.java
 rename eo-runtime/src/test/java/org/eolang/{EOstring$EOtrimTest.java => EOstringEOtrimTest.java} (97%)
 create mode 100644 eo-runtime/src/test/java/org/eolang/phi/MainTest.java
 create mode 100644 eo-runtime/src/test/java/org/eolang/phi/PhDefaultTest.java
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=0.08
++ echo 0.08 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.08, low enough to run a new Docker container'
load average is 0.08, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image
+ docker pull yegor256/rultor-image
Using default tag: latest
latest: Pulling from yegor256/rultor-image
5bed26d33875: Already exists
f11b29a9c730: Already exists
930bda195c84: Already exists
78bf9a5ad49e: Already exists
bd92b3300a5c: Already exists
a4e411970f61: Already exists
cd3950cd7df2: Already exists
8f530b1cfb92: Already exists
812074e49c42: Already exists
3a5f1edc3977: Already exists
bee1a1b6364d: Already exists
f6bfd9b2cfd9: Already exists
f150775b93f0: Already exists
2fa35ef3e60f: Already exists
7697dc9f50cb: Already exists
baab9a0785c0: Already exists
63f489a107a7: Already exists
8a395104028e: Already exists
49f7433ed3e1: Already exists
27b75b92e685: Already exists
49573aff720b: Already exists
6c7a6acc15a7: Already exists
2fcd87bfa5db: Already exists
0549ec9ec8ed: Already exists
70bdcfc588ca: Already exists
3b367e0aa6a5: Already exists
310891b65deb: Already exists
Digest: sha256:9e0007d3c1f97c64052760bdfa4d74366099fc980adbe1cc58bbffbb92ca628a
Status: Downloaded newer image for yegor256/rultor-image:latest
+ docker ps --filter=status=exited
+ grep --quiet '\syegor256_eo_174\s*$'
+ ls -al .
total 728
drwx--x--x  3 rultor rultor   4096 Jan 13 09:13 .
drwxrwxrwt 10 root   root   684032 Jan 13 09:13 ..
-rw-rw-r--  1 rultor rultor    444 Jan 13 09:13 end.sh
-rwxrwxr-x  1 rultor rultor    363 Jan 13 09:13 entry.sh
-rw-rw-r--  1 rultor rultor      6 Jan 13 09:13 pid
-rw-rw-r--  1 rultor rultor   1192 Jan 13 09:12 pubring.gpg
drwxrwxr-x  7 rultor rultor   4096 Jan 13 09:13 repo
-rwxrwxr-x  1 rultor rultor   6192 Jan 13 09:13 run.sh
-rw-rw-r--  1 rultor rultor    674 Jan 13 09:13 script.sh
-rw-rw-r--  1 rultor rultor   2570 Jan 13 09:13 secring.gpg
-rw-rw-r--  1 rultor rultor    591 Jan 13 09:13 settings.xml
-rw-rw-r--  1 rultor rultor  12268 Jan 13 09:13 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-ucVN:/main '--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' '--env=JAVA_OPTS=-XX:MaxPermSize=256m -Xmx1g' --env=head=git@github.com:yegor256/eo.git --env=pull_id=174 --env=fork=git@github.com:yegor256/eo.git --env=fork_branch=173 --env=head_branch=master '--env=pull_title=173: fixes' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''JAVA_OPTS=-XX:MaxPermSize=256m -Xmx1g'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head=git@github.com:yegor256/eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=174'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:yegor256/eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=173'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=173: fixes'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo update-java-alternatives -s java-1.8.0-openjdk-amd64'\'' '\'';'\'' '\''sudo gem install pdd'\'' '\'';'\'' '\''sudo gem install xcop'\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''mvn clean install -Peo -Pqulice --errors --settings ../settings.xml -Dstyle.color=never'\'' '\'';'\'' )' --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-ucVN/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_eo_174 yegor256/rultor-image /main/entry.sh
+ 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/.composer /root/.gem /root/.gnupg /root/.m2 /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
mesg: cannot open /dev/pts/0: Permission denied
+ set -e
+ set -o pipefail
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ export 'MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g'
+ MAVEN_OPTS='-XX:MaxPermSize=256m -Xmx1g'
+ export 'JAVA_OPTS=-XX:MaxPermSize=256m -Xmx1g'
+ JAVA_OPTS='-XX:MaxPermSize=256m -Xmx1g'
+ export head=git@github.com:yegor256/eo.git
+ head=git@github.com:yegor256/eo.git
+ export pull_id=174
+ pull_id=174
+ export fork=git@github.com:yegor256/eo.git
+ fork=git@github.com:yegor256/eo.git
+ export fork_branch=173
+ fork_branch=173
+ export head_branch=master
+ head_branch=master
+ export 'pull_title=173: fixes'
+ pull_title='173: fixes'
+ export author=yegor256
+ author=yegor256
+ sudo -i update-java-alternatives -s java-1.8.0-openjdk-amd64
update-alternatives: error: no alternatives for jaotc
update-alternatives: error: no alternatives for jdeprscan
update-alternatives: error: no alternatives for jhsdb
update-alternatives: error: no alternatives for jimage
update-alternatives: error: no alternatives for jlink
update-alternatives: error: no alternatives for jmod
update-alternatives: error: no alternatives for jshell
update-alternatives: error: no alternatives for mozilla-javaplugin.so
update-java-alternatives: plugin alternative does not exist: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/IcedTeaPlugin.so
+ sudo -i gem install pdd
Fetching pdd-0.20.6.gem
Successfully installed pdd-0.20.6
Parsing documentation for pdd-0.20.6
Installing ri documentation for pdd-0.20.6
Done installing documentation for pdd after 0 seconds
1 gem installed
+ sudo -i gem install xcop
Fetching xcop-0.6.2.gem
Successfully installed xcop-0.6.2
Parsing documentation for xcop-0.6.2
Installing ri documentation for xcop-0.6.2
Done installing documentation for xcop after 0 seconds
1 gem installed
+ pdd --file=/dev/null
Found 6 lines in /home/r/repo/.pdd
My version is 0.20.6
Ruby version is 2.6.0 at x86_64-linux
Reading .
Excluding target/**
181 file(s) found, 186 excluded
Reading .0pdd.yml...
Reading eo-archetype/LICENSE.txt...
Reading eo-archetype/src/main/resources/archetype-resources/src/main/java/Main.java...
Reading eo-archetype/src/main/resources/archetype-resources/src/main/eo/hello.eo...
Reading eo-archetype/src/main/resources/archetype-resources/pom.xml...
Reading eo-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml...
Reading eo-archetype/pom.xml...
Reading eo-maven-plugin/LICENSE.txt...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/array.eo...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/mess.eo...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/snippets/simple.yaml...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/snippets/ifthenelse.yaml...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/snippets/fibo.yaml...
Reading eo-maven-plugin/src/test/resources/log4j.properties...
Reading eo-maven-plugin/src/test/resources/META-INF/maven/plugin.xml...
Reading eo-maven-plugin/src/test/resources/META-INF/MANIFEST.MF...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/SnippetTest.java...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/CompileMojoTest.java...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/Mojo.java...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/PullMojoTest.java...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/package-info.java...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/ParseMojoTest.java...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/OptimizeMojoTest.java...
Reading eo-maven-plugin/src/it/settings.xml...
Reading eo-maven-plugin/src/it/fibonacci/invoker.properties...
Reading eo-maven-plugin/src/it/fibonacci/README.md...
Reading eo-maven-plugin/src/it/fibonacci/verify.groovy...
Reading eo-maven-plugin/src/it/fibonacci/src/main/eo/org/eolang/examples/app.eo...
Reading eo-maven-plugin/src/it/fibonacci/src/main/eo/org/eolang/examples/fibonacci.eo...
Reading eo-maven-plugin/src/it/fibonacci/pom.xml...
Reading eo-maven-plugin/src/it/README.md...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/data.xsl...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/classes.xsl...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/to-java.xsl...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/attrs.xsl...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/varargs.xsl...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/once.xsl...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/TargetSpy.java...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/CompileMojo.java...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/PullMojo.java...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/OptimizeMojo.java...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/package-info.java...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/ParseMojo.java...
Reading eo-maven-plugin/pom.xml...
Reading .travis.yml...
Reading LICENSE.txt...
Reading eo-parser/LICENSE.txt...
Reading eo-parser/.gitignore...
Reading eo-parser/src/test/resources/org/eolang/parser/fibonacci.eo...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches-name-duplicates.yaml...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/wraps-methods.yaml...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/float-vars.yaml...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/full-syntax.yaml...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches-noname-attrs.yaml...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/leap-year.yaml...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/all-data-types.yaml...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches-unknown-names.yaml...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/simple.yaml...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches-middle-vararg.yaml...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/fixes-globals.yaml...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/resolves-aliases.yaml...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches-same-line-name.yaml...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches-self-naming.yaml...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/adds-refs.yaml...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches-alias-duplicates.yaml...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches-broken-aliases.yaml...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches-nonempty-atoms.yaml...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches-global-nonames.yaml...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/catches-abstract-decoratee.yaml...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/adds-default-package.yaml...
Reading eo-parser/src/test/resources/org/eolang/parser/packs/float-abstracts.yaml...
Reading eo-parser/src/test/resources/log4j.properties...
Reading eo-parser/src/test/resources/META-INF/MANIFEST.MF...
Reading eo-parser/src/test/resources/META-INF/services/javax.xml.transform.TransformerFactory...
Reading eo-parser/src/test/resources/META-INF/services/javax.xml.xpath.XPathFactory...
Reading eo-parser/src/test/java/org/eolang/parser/PacksTest.java...
Reading eo-parser/src/test/java/org/eolang/parser/package-info.java...
Reading eo-parser/src/test/java/org/eolang/parser/SyntaxTest.java...
Reading eo-parser/src/main/antlr4/org/eolang/parser/Program.g4...
Reading eo-parser/src/main/resources/org/eolang/parser/remove-refs.xsl...
Reading eo-parser/src/main/resources/org/eolang/parser/resolve-aliases.xsl...
Reading eo-parser/src/main/resources/org/eolang/parser/globals-to-abstracts.xsl...
Reading eo-parser/src/main/resources/org/eolang/parser/abstracts-float-up.xsl...
Reading eo-parser/src/main/resources/org/eolang/parser/remove-levels.xsl...
Reading eo-parser/src/main/resources/org/eolang/parser/add-default-package.xsl...
Reading eo-parser/src/main/resources/org/eolang/parser/_funcs.xsl...
Reading eo-parser/src/main/resources/org/eolang/parser/wrap-method-calls.xsl...
Reading eo-parser/src/main/resources/org/eolang/parser/errors/self-naming.xsl...
Reading eo-parser/src/main/resources/org/eolang/parser/errors/unknown-names.xsl...
Reading eo-parser/src/main/resources/org/eolang/parser/errors/abstract-decoratee.xsl...
Reading eo-parser/src/main/resources/org/eolang/parser/errors/global-nonames.xsl...
Reading eo-parser/src/main/resources/org/eolang/parser/errors/same-line-names.xsl...
Reading eo-parser/src/main/resources/org/eolang/parser/errors/middle-varargs.xsl...
Reading eo-parser/src/main/resources/org/eolang/parser/errors/not-empty-atoms.xsl...
Reading eo-parser/src/main/resources/org/eolang/parser/errors/broken-aliases.xsl...
Reading eo-parser/src/main/resources/org/eolang/parser/errors/duplicate-aliases.xsl...
Reading eo-parser/src/main/resources/org/eolang/parser/errors/duplicate-names.xsl...
Reading eo-parser/src/main/resources/org/eolang/parser/errors/noname-attributes.xsl...
Reading eo-parser/src/main/resources/org/eolang/parser/errors/broken-refs.xsl...
Reading eo-parser/src/main/resources/org/eolang/parser/_each.xsl...
Reading eo-parser/src/main/resources/org/eolang/parser/add-refs.xsl...
Reading eo-parser/src/main/resources/org/eolang/parser/vars-float-up.xsl...
Reading eo-parser/src/main/resources/eo-object.xsd...
Reading eo-parser/src/main/resources/log4j.properties...
Reading eo-parser/src/main/java/org/eolang/parser/Syntax.java...
Reading eo-parser/src/main/java/org/eolang/parser/package-info.java...
Reading eo-parser/src/main/java/org/eolang/parser/Program.java...
Reading eo-parser/src/main/java/org/eolang/parser/XeListener.java...
Reading eo-parser/src/main/java/org/eolang/parser/Pack.java...
Reading eo-parser/src/main/java/org/eolang/parser/ParsingException.java...
Reading eo-parser/pom.xml...
Reading .pdd...
Reading .rultor.yml...
Reading eo-runtime/LICENSE.txt...
Reading eo-runtime/src/test/resources/log4j.properties...
Reading eo-runtime/src/test/java/org/eolang/EOstringEOtrimTest.java...
Reading eo-runtime/src/test/java/org/eolang/EOstringEOtoIntTest.java...
Reading eo-runtime/src/test/java/org/eolang/EOarrayEOgetTest.java...
Reading eo-runtime/src/test/java/org/eolang/EOintEOaddTest.java...
Reading eo-runtime/src/test/java/org/eolang/package-info.java...
Reading eo-runtime/src/test/java/org/eolang/io/package-info.java...
Reading eo-runtime/src/test/java/org/eolang/io/EOstdoutTest.java...
Reading eo-runtime/src/test/java/org/eolang/EOintEOsubTest.java...
Reading eo-runtime/src/test/java/org/eolang/phi/PhDefaultTest.java...
Reading eo-runtime/src/test/java/org/eolang/phi/AtVarargTest.java...
Reading eo-runtime/src/test/java/org/eolang/phi/package-info.java...
Reading eo-runtime/src/test/java/org/eolang/phi/MainTest.java...
Reading eo-runtime/src/test/java/org/eolang/EOintEOlessTest.java...
Reading eo-runtime/src/test/java/org/eolang/EOarrayEOpushTest.java...
Reading eo-runtime/src/test/java/org/eolang/txt/EOsprintfTest.java...
Reading eo-runtime/src/test/java/org/eolang/txt/package-info.java...
Reading eo-runtime/src/test/java/org/eolang/EOintEOnegTest.java...
Reading eo-runtime/src/main/resources/org/eolang/phi/version.txt...
Reading eo-runtime/src/main/java/org/eolang/EOarray$EOget.java...
Reading eo-runtime/src/main/java/org/eolang/EOarray$EOreduce.java...
Reading eo-runtime/src/main/java/org/eolang/EOint$EOmul.java...
Reading eo-runtime/src/main/java/org/eolang/package-info.java...
Reading eo-runtime/src/main/java/org/eolang/EOint$EOneg.java...
Reading eo-runtime/src/main/java/org/eolang/EOstring$EOtoInt.java...
Reading eo-runtime/src/main/java/org/eolang/io/package-info.java...
Reading eo-runtime/src/main/java/org/eolang/io/EOstdout.java...
Reading eo-runtime/src/main/java/org/eolang/EOint$EOpow.java...
Reading eo-runtime/src/main/java/org/eolang/phi/Phi.java...
Reading eo-runtime/src/main/java/org/eolang/phi/Data.java...
Reading eo-runtime/src/main/java/org/eolang/phi/PhOnce.java...
Reading eo-runtime/src/main/java/org/eolang/phi/PhWith.java...
Reading eo-runtime/src/main/java/org/eolang/phi/PhDefault.java...
Reading eo-runtime/src/main/java/org/eolang/phi/AtBound.java...
Reading eo-runtime/src/main/java/org/eolang/phi/PhMethod.java...
Reading eo-runtime/src/main/java/org/eolang/phi/AtLambda.java...
Reading eo-runtime/src/main/java/org/eolang/phi/AtFree.java...
Reading eo-runtime/src/main/java/org/eolang/phi/package-info.java...
Reading eo-runtime/src/main/java/org/eolang/phi/AtNamed.java...
Reading eo-runtime/src/main/java/org/eolang/phi/AtSimple.java...
Reading eo-runtime/src/main/java/org/eolang/phi/AtVararg.java...
Reading eo-runtime/src/main/java/org/eolang/phi/Env.java...
Reading eo-runtime/src/main/java/org/eolang/phi/PhCopy.java...
Reading eo-runtime/src/main/java/org/eolang/phi/Main.java...
Reading eo-runtime/src/main/java/org/eolang/phi/AtAbsent.java...
Reading eo-runtime/src/main/java/org/eolang/phi/PhEta.java...
Reading eo-runtime/src/main/java/org/eolang/phi/Attr.java...
Reading eo-runtime/src/main/java/org/eolang/phi/AtOnce.java...
Reading eo-runtime/src/main/java/org/eolang/EOint$EOmod.java...
Reading eo-runtime/src/main/java/org/eolang/EObool$EOif.java...
Reading eo-runtime/src/main/java/org/eolang/EOarray$EOpush.java...
Reading eo-runtime/src/main/java/org/eolang/EOstring$EOtrim.java...
Reading eo-runtime/src/main/java/org/eolang/txt/package-info.java...
Reading eo-runtime/src/main/java/org/eolang/txt/EOsprintf.java...
Reading eo-runtime/src/main/java/org/eolang/EOarray$EOappend.java...
Reading eo-runtime/src/main/java/org/eolang/EOarray$EOmapi.java...
Reading eo-runtime/src/main/java/org/eolang/EOint$EOless.java...
Reading eo-runtime/src/main/java/org/eolang/EOint$EOadd.java...
Reading eo-runtime/src/main/eo/org/eolang/array.eo...
Reading eo-runtime/src/main/eo/org/eolang/bool.eo...
Reading eo-runtime/src/main/eo/org/eolang/int.eo...
Reading eo-runtime/src/main/eo/org/eolang/string.eo...
Reading eo-runtime/pom.xml...
Reading README.md...
Reading .gitignore...
Reading pom.xml...
Reading .gitattributes...
+ mvn clean install -Peo -Pqulice --errors --settings ../settings.xml -Dstyle.color=never
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.51.1/parent-0.51.1.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.51.1/parent-0.51.1.pom (62 kB at 180 kB/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
Downloaded1from.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 (5.7 kB at 9.4 kB/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
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/3.3.35/kuali-common-3.3.35.pom (42 kB at 176 kB/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
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/3.3.35/kuali-pom-3.3.35.pom (64 kB at 260 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.pom (6.3 kB at 25 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom (7.3 kB at 30 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 22 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.pom (2.6 kB at 11 kB/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
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/2.0.0/kuali-common-2.0.0.pom (35 kB at 145 kB/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
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/2.0.0/kuali-pom-2.0.0.pom (56 kB at 234 kB/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
Downloaded1from.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 (5.6 kB at 24 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom (6.0 kB at 26 kB/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
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom (11 kB at 48 kB/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
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom (17 kB at 71 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom (8.4 kB at 36 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom (9.0 kB at 39 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.4/commons-codec-1.4.pom (10 kB at 45 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/11/commons-parent-11.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 105 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/4/apache-4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/4/apache-4.pom (4.5 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 27 kB/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
Downloaded1from.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 (1.0 kB at 4.4 kB/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
Downloaded1from.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 (1.2 kB at 5.5 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.pom (2.6 kB at 11 kB/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
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom (31 kB at 131 kB/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
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom (43 kB at 153 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom (2.7 kB at 11 kB/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
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (12 kB at 52 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom (1.7 kB at 7.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.16/log4j-1.2.16.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.16/log4j-1.2.16.pom (20 kB at 87 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 76 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/17/commons-parent-17.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 133 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/7/apache-7.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/7/apache-7.pom (14 kB at 62 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.4/commons-io-2.4.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 43 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/25/commons-parent-25.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 203 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/9/apache-9.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/9/apache-9.pom (15 kB at 65 kB/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
Downloaded1from.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 (2.5 kB at 11 kB/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
Downloaded1from.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 (6.5 kB at 29 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom (5.9 kB at 25 kB/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
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom (14 kB at 62 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/5/project-5.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/5/project-5.pom (23 kB at 99 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom (5.7 kB at 25 kB/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
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom (11 kB at 49 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/6/project-6.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/6/project-6.pom (24 kB at 102 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 49 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/22/commons-parent-22.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 169 kB/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
Downloaded1from.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 (5.6 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/4/oss-parent-4.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/4/oss-parent-4.pom (18 kB at 73 kB/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
Downloaded1from.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 (5.6 kB at 24 kB/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
Downloaded1from.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 (1.9 kB at 7.7 kB/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
Downloaded1from.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 (2.1 kB at 9.4 kB/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
Downloaded1from.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 (1.7 kB at 7.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom (16 kB at 67 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/21/maven-parent-21.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 114 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/10/apache-10.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/10/apache-10.pom (15 kB at 60 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 37 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 35 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.pom (2.6 kB at 11 kB/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
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/2.3.9/kuali-common-2.3.9.pom (41 kB at 173 kB/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
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom (59 kB at 249 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.pom (1.6 kB at 6.7 kB/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
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 51 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 kB at 93 kB/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
Downloaded1from.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 (1.9 kB at 8.1 kB/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/com/google/guava/guava/15.0/guava-15.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar
Downloaded1from2oss.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 (42 kB at 174 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar
Downloaded5from2oss.sonatype.org:7https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar (425 kB at 779 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar
Downloaded4from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.jar (27 kB at 46 kB/s)
Downloading)from9oss.sonatype.org:0https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
Downloaded3from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (26 kB at 44 kB/s)
Downloading)from9oss.sonatype.org:Mhttps://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar
Downloaded5from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar (223 kB at 253 kB/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
Downloaded4from.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 (206 kB at 231 kB/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
Downloaded5from.oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.jar (2.2 MB at 2.1 MB/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
Downloaded4from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 42 kB/s)
Downloading)from0oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar
Downloaded4from.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 (34 kB at 29 kB/s)
Downloading)from4oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
Downloaded5from.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 (923 kB at 704 kB/s)
Downloading)from4oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.4/commons-io-2.4.jar
Downloaded4from.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 (53 kB at 38 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
Downloaded4from.oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 153 kB/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
Downloaded4from.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 (871 kB at 562 kB/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
Downloaded4from.oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 115 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.jar
Downloaded4from.oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 170 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar
Downloaded3from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar (22 kB at 13 kB/s)
Downloaded3from.oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar (8.9 kB at 4.9 kB/s)
Downloaded3from1oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar (17 kB at 8.6 kB/s)
Downloaded2from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 245 kB/s)
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 (11 MB at 5.3 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.6.2/junit-bom-5.6.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.6.2/junit-bom-5.6.2.pom (4.9 kB at 235 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] eo-parent                                                          [pom]
[INFO] eo-parser                                                          [jar]
[INFO] eo-maven-plugin                                           [maven-plugin]
[INFO] eo-archetype                                                       [jar]
[INFO] eo-runtime                                                         [jar]
[INFO]
[INFO] ------------------------< org.eolang:eo-parent >------------------------
[INFO] Building eo-parent 1.0-SNAPSHOT                                    [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.pom (7.3 kB at 32 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer/3.0.0-M3/enforcer-3.0.0-M3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer/3.0.0-M3/enforcer-3.0.0-M3.pom (7.8 kB at 34 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/33/maven-parent-33.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 191 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/21/apache-21.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/21/apache-21.pom (17 kB at 74 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.jar
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.jar (27 kB at 116 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom (5.2 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 46 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/31/maven-parent-31.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 188 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/19/apache-19.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/19/apache-19.pom (15 kB at 68 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar (30 kB at 133 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.pom (14 kB at 60 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom (33 kB at 141 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.jar
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.jar (40 kB at 174 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-maven-plugin/0.18.19/qulice-maven-plugin-0.18.19.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-maven-plugin/0.18.19/qulice-maven-plugin-0.18.19.pom (16 kB at 70 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice/0.18.19/qulice-0.18.19.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice/0.18.19/qulice-0.18.19.pom (11 kB at 50 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.49.3/parent-0.49.3.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.49.3/parent-0.49.3.pom (60 kB at 257 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-maven-plugin/0.18.19/qulice-maven-plugin-0.18.19.jar
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-maven-plugin/0.18.19/qulice-maven-plugin-0.18.19.jar (48 kB at 207 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom (3.3 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (11 kB at 50 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/26/maven-parent-26.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 171 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/16/apache-16.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/16/apache-16.pom (15 kB at 68 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar (36 kB at 157 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom (5.3 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar (47 kB at 202 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.pom (6.2 kB at 27 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 47 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.jar
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.jar (29 kB at 128 kB/s)
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eo-parent ---
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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 10 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0/maven-3.0.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 96 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/15/maven-parent-15.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 105 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/6/apache-6.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/6/apache-6.pom (13 kB at 56 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 17 kB/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.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 15 kB/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
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 74 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 8.5 kB/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
Downloaded1from.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 (5.4 kB at 24 kB/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
Downloaded1from.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 (3.1 kB at 14 kB/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
Downloaded1from.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 (2.6 kB at 12 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 5.5 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 35 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 47 kB/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
Downloaded1from7oss.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 (770 B at 3.4 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 94 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 60 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 18 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 15 kB/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
Downloaded1from.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 (5.5 kB at 24 kB/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
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 41 kB/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
Downloaded1from.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 (5.6 kB at 25 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/30/maven-parent-30.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 180 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/18/apache-18.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/18/apache-18.pom (16 kB at 68 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.5/commons-io-2.5.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 59 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/39/commons-parent-39.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 268 kB/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/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
Downloaded5from9oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 204 kB/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/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 204 kB/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/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 592 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 708 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 769 kB/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
Downloaded5from.oss.sonatype.org:3https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 9.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.5/commons-io-2.5.jar
Downloaded4from6oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 94 kB/s)
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 (153 kB at 286 kB/s)
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 (167 kB at 304 kB/s)
Downloaded2from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 788 kB/s)
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 289 kB/s)
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eo-parent ---
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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 98 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 29 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 8.3 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 9.7 kB/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
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 4.0 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 24 kB/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
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 76 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 30 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 37 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 9.1 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 8.6 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 9.9 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 11 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 7.4 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 34 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 9.0 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 16 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 7.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.pom (2.8 kB at 13 kB/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
Downloaded1from.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 (1.2 kB at 5.5 kB/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
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 2.2 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 25 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/4.11/junit-4.11.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/4.11/junit-4.11.pom (2.3 kB at 10 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 3.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 8.8 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.pom (4.1 kB at 18 kB/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
Downloaded1from.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 (5.3 kB at 23 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 22 kB/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
Downloaded1from.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 (5.0 kB at 22 kB/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
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 122 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/47/commons-parent-47.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 325 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.12/commons-codec-1.12.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.12/commons-codec-1.12.pom (14 kB at 63 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 5.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 6.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom (7.3 kB at 32 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5.1 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/24/maven-parent-24.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 159 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/14/apache-14.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/14/apache-14.pom (15 kB at 64 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom (2.8 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom (18 kB at 79 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom (2.6 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 7.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 39 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/11/maven-parent-11.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 140 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/5/apache-5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/5/apache-5.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.0/maven-core-3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
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
Downloaded5from8oss.sonatype.org:8https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 159 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 126 kB/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-settings/3.0/maven-settings-3.0.jar (47 kB at 189 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 552 kB/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-core/3.0/maven-core-3.0.jar (527 kB at 1.7 MB/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
Downloaded5from0oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 29 kB/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 (51 kB at 107 kB/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/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 218 kB/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/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 148 kB/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.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 (108 kB at 196 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.jar
Downloaded5from1oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 40 kB/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.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 (61 kB at 86 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/4.11/junit-4.11.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
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.jar (263 kB at 344 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.jar (12 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.jar
Downloaded5from9oss.sonatype.org:5https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 47 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 201 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/4.11/junit-4.11.jar (245 kB at 248 kB/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/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 38 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.12/commons-codec-1.12.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.jar (107 kB at 105 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
Downloaded5from1oss.sonatype.org:2https://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 (61 kB at 51 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar
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 134 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar
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 (502 kB at 384 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.12/commons-codec-1.12.jar (340 kB at 259 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 215 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
Downloaded4from4oss.sonatype.org:9https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar (64 kB at 44 kB/s)
Downloaded4from6oss.sonatype.org:8https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar (168 kB at 113 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar (149 kB at 95 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 181 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 34 kB/s)
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ eo-parent ---
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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 12 kB/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
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 98 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 9.6 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 14 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 30 kB/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
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 51 kB/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
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 3.9 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 26 kB/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
Downloaded1from.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 (3.9 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/4.12/junit-4.12.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/4.12/junit-4.12.pom (24 kB at 104 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 30 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 9.5 kB/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
Downloaded1from.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 (3.1 kB at 14 kB/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
Downloaded1from.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 (1.9 kB at 8.3 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 7.0 kB/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
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 3.9 kB/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
Downloaded1from.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 (1.9 kB at 8.6 kB/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
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 51 kB/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
Downloaded1from.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 (2.0 kB at 8.7 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 8.4 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 35 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 13 kB/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
Downloaded1from.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 (2.2 kB at 9.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 8.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 6.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 9.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 66 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 7.0 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.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 8.4 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 40 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 10 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 14 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 36 kB/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
Downloaded1from.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 (1.7 kB at 7.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 36 kB/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
Downloaded1from.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 (1.5 kB at 6.4 kB/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
Downloaded1from.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 (2.1 kB at 9.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 31 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 5.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 15 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.pom (1.6 kB at 7.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm/1.9.4/maven-scm-1.9.4.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm/1.9.4/maven-scm-1.9.4.pom (22 kB at 97 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 14 kB/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
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 89 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 30 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.pom (2.2 kB at 9.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-managers/1.9.4/maven-scm-managers-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-managers/1.9.4/maven-scm-managers-1.9.4.pom (1.5 kB at 6.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.pom (1.9 kB at 8.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers/1.9.4/maven-scm-providers-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers/1.9.4/maven-scm-providers-1.9.4.pom (3.5 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.pom (2.6 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-svn/1.9.4/maven-scm-providers-svn-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-svn/1.9.4/maven-scm-providers-svn-1.9.4.pom (2.1 kB at 9.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.pom (2.7 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.pom (2.5 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-git/1.9.4/maven-scm-providers-git-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-git/1.9.4/maven-scm-providers-git-1.9.4.pom (2.2 kB at 9.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.2/commons-io-2.2.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 48 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/24/commons-parent-24.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 200 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.pom (2.1 kB at 9.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.pom (2.7 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-cvs/1.9.4/maven-scm-providers-cvs-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-cvs/1.9.4/maven-scm-providers-cvs-1.9.4.pom (1.7 kB at 7.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.pom (2.3 kB at 10 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.pom (2.6 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.pom (2.6 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.pom (2.5 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.pom (2.3 kB at 10 kB/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.1.1/maven-scm-provider-svnjava-2.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.pom (9.8 kB at 43 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom (2.7 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom (2.1 kB at 9.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom (3.7 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom (21 kB at 93 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/22/maven-parent-22.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 129 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/11/apache-11.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/11/apache-11.pom (15 kB at 65 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom (1.6 kB at 6.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom (2.5 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 81 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom (1.2 kB at 5.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.14/plexus-utils-3.0.14.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.14/plexus-utils-3.0.14.pom (3.1 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.1/commons-io-2.1.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.1/commons-io-2.1.pom (11 kB at 47 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.pom (2.5 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom (1.1 kB at 5.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom (4.3 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 21 kB/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
Downloaded1from.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 (1.1 kB at 5.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom (804 B at 3.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.pom (2.1 kB at 9.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom (3.1 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-master/3.4/antlr-master-3.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-master/3.4/antlr-master-3.4.pom (9.4 kB at 41 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/platform/3.5.2/platform-3.5.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/platform/3.5.2/platform-3.5.2.pom (1.4 kB at 6.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom (1.7 kB at 7.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom (1.3 kB at 5.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom (2.2 kB at 9.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom (2.4 kB at 10 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom (996 B at 4.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom (971 B at 4.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom (1.3 kB at 5.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.pom (1.3 kB at 5.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom (3.8 kB at 16 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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 13 kB/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.jar
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.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
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.jar
Downloaded5from5oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 146 kB/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.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 320 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
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.jar (156 kB at 521 kB/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.jar
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.jar (332 kB at 1.1 MB/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.jar
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.jar (68 kB at 207 kB/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.jar
Downloaded5from0oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 63 kB/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.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 101 kB/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.jar
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.jar (80 kB at 147 kB/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.jar
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.jar (194 kB at 355 kB/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.jar
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.jar (49 kB at 87 kB/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.jar
Downloaded5from7oss.sonatype.org:8https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 30 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
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.jar (178 kB at 244 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 29 kB/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.jar
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.jar (17 kB at 21 kB/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.jar
Downloaded5from3oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 13 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 10 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
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.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
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.jar (26 kB at 26 kB/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.jar
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.jar (13 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.jar
Downloaded5from1oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 35 kB/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.jar
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.jar (39 kB at 33 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.jar
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.jar (10 kB at 8.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 30 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.jar
Downloaded5from2oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 8.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.jar (107 kB at 75 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.2/commons-io-2.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.jar (11 kB at 7.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.jar (56 kB at 38 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.jar (78 kB at 52 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.jar
Downloaded5from6oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.jar (66 kB at 40 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.jar (34 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.2/commons-io-2.2.jar (174 kB at 102 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.jar (37 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.jar (30 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.jar
Downloaded5from6oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.jar (76 kB at 41 kB/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.1.1/maven-scm-provider-svnjava-2.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.jar (71 kB at 37 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.jar (68 kB at 35 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.jar (66 kB at 34 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.jar (83 kB at 43 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar
Downloaded5from2oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.jar (62 kB at 29 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.jar
Downloaded4from9oss.sonatype.org:8https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar (3.8 kB at 1.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar
Downloaded3from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar (9.6 kB at 4.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/platform/3.5.2/platform-3.5.2.jar
Downloaded3from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar (692 kB at 305 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar
Downloaded5from.oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar (164 kB at 67 kB/s)
Downloading)from1oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar
Downloaded4from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar (12 kB at 4.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar
Downloaded3from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.jar (762 kB at 298 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar
Downloaded5from.oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar (6.6 kB at 2.5 kB/s)
Downloading)from7oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar
Downloaded4from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/platform/3.5.2/platform-3.5.2.jar (1.2 MB at 443 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.jar
Downloaded3from.oss.sonatype.org:.https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar (5.3 kB at 1.9 kB/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.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar (4.2 kB at 1.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar
Downloaded3from.oss.sonatype.org:6https://oss.sonatype.org/content/groups/public/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.jar (3.8 MB at 1.4 MB/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.jar
Downloaded4from.oss.sonatype.org:0https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar (7.8 kB at 2.7 kB/s)
Downloaded4from1oss.sonatype.org:5https://oss.sonatype.org/content/groups/public/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.jar (71 kB at 24 kB/s)
Downloaded3from5oss.sonatype.org:8https://oss.sonatype.org/content/groups/public/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.jar (250 kB at 83 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 9.1 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar (245 kB at 80 kB/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: 20f4b04 at timestamp: 2021-01-13T08:14:37
[INFO] Storing buildScmBranch: master
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ eo-parent ---
[INFO]
[INFO] --- qulice-maven-plugin:0.18.19:check (jcabi-qulice-check) @ eo-parent ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/cactoos/cactoos/0.41/cactoos-0.41.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/cactoos/cactoos/0.41/cactoos-0.41.pom (11 kB at 48 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.49.4/parent-0.49.4.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.49.4/parent-0.49.4.pom (61 kB at 254 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-spi/0.18.19/qulice-spi-0.18.19.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-spi/0.18.19/qulice-spi-0.18.19.pom (3.0 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-checkstyle/0.18.19/qulice-checkstyle-0.18.19.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-checkstyle/0.18.19/qulice-checkstyle-0.18.19.pom (6.0 kB at 26 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/20.0/guava-20.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/20.0/guava-20.0.pom (6.8 kB at 30 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom (9.9 kB at 43 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.17.2/jcabi-log-0.17.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.17.2/jcabi-log-0.17.2.pom (6.6 kB at 29 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.20.1/jcabi-1.20.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.20.1/jcabi-1.20.1.pom (6.2 kB at 28 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.37.1/parent-0.37.1.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.37.1/parent-0.37.1.pom (75 kB at 308 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.22.6/jcabi-aspects-0.22.6.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.22.6/jcabi-aspects-0.22.6.pom (11 kB at 34 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.21/jcabi-1.21.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.21/jcabi-1.21.pom (6.2 kB at 28 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.39/parent-0.39.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.39/parent-0.39.pom (75 kB at 310 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.11/aspectjrt-1.8.11.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.11/aspectjrt-1.8.11.pom (1.0 kB at 4.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/validation/validation-api/2.0.0.Final/validation-api-2.0.0.Final.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/validation/validation-api/2.0.0.Final/validation-api-2.0.0.Final.pom (12 kB at 51 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/8.15/checkstyle-8.15.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/8.15/checkstyle-8.15.pom (106 kB at 436 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 29 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/info/picocli/picocli/3.8.0/picocli-3.8.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/info/picocli/picocli/3.8.0/picocli-3.8.0.pom (1.4 kB at 6.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.7/antlr-2.7.7.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.7/antlr-2.7.7.pom (632 B at 2.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.pom (3.5 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-master/4.7.1/antlr4-master-4.7.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-master/4.7.1/antlr4-master-4.7.1.pom (4.4 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.pom (15 kB at 64 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/41/commons-parent-41.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 271 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 84 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/34/commons-parent-34.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 237 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/13/apache-13.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/13/apache-13.pom (14 kB at 62 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.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 54 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.pom (5.7 kB at 25 kB/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
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom (28 kB at 119 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/42/commons-parent-42.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 282 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.pom (11 kB at 48 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 28 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/23/maven-parent-23.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 139 kB/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
Downloaded1from.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 (2.4 kB at 11 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 41 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/16/maven-parent-16.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 102 kB/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
Downloaded1from.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 (1.4 kB at 6.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 43 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/10/maven-parent-10.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 138 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.pom
Downloaded1from1oss.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 (815 B at 3.6 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 19 kB/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
Downloaded1from1oss.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 (815 B at 3.6 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 19 kB/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
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 75 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom (4.0 kB at 18 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 22 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.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 4.3 kB/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
Downloaded1from.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 (2.0 kB at 9.0 kB/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
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 91 kB/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
Downloaded1from.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 (1.7 kB at 7.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.18.19/qulice-pmd-0.18.19.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.18.19/qulice-pmd-0.18.19.pom (5.3 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-core/6.10.0/pmd-core-6.10.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-core/6.10.0/pmd-core-6.10.0.pom (8.5 kB at 37 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd/6.10.0/pmd-6.10.0.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd/6.10.0/pmd-6.10.0.pom (47 kB at 199 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/beust/jcommander/1.72/jcommander-1.72.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/beust/jcommander/1.72/jcommander-1.72.pom (1.2 kB at 5.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/6.2.1/asm-6.2.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/6.2.1/asm-6.2.1.pom (2.9 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/ow2/1.5/ow2-1.5.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 50 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.5/gson-2.5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.5/gson-2.5.pom (8.9 kB at 39 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-java/6.10.0/pmd-java-6.10.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-java/6.10.0/pmd-java-6.10.0.pom (6.2 kB at 27 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-jsp/6.10.0/pmd-jsp-6.10.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-jsp/6.10.0/pmd-jsp-6.10.0.pom (3.9 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.3/jsr305-2.0.3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.3/jsr305-2.0.3.pom (1.4 kB at 6.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.pom (153 B at 671 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-findbugs/0.18.19/qulice-findbugs-0.18.19.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-findbugs/0.18.19/qulice-findbugs-0.18.19.pom (8.4 kB at 37 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.1/findbugs-3.0.1.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.1/findbugs-3.0.1.pom (11 kB at 47 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom (491 B at 2.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.pom (3.9 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jFormatString/2.0.1/jFormatString-2.0.1.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jFormatString/2.0.1/jFormatString-2.0.1.pom (950 B at 4.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom (6.8 kB at 30 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.pom (2.0 kB at 8.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom (5.5 kB at 24 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/ow2/1.3/ow2-1.3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/ow2/1.3/ow2-1.3.pom (9.5 kB at 42 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.pom (2.1 kB at 9.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.pom (2.1 kB at 9.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom (1.9 kB at 6.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/apple/AppleJavaExtensions/1.4/AppleJavaExtensions-1.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/apple/AppleJavaExtensions/1.4/AppleJavaExtensions-1.4.pom (5.9 kB at 26 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jaxen/jaxen/1.1.6/jaxen-1.1.6.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jaxen/jaxen/1.1.6/jaxen-1.1.6.pom (14 kB at 59 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.pom (3.9 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.pom (3.8 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/ibm/icu/icu4j/53.1/icu4j-53.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/ibm/icu/icu4j/53.1/icu4j-53.1.pom (4.8 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom (1.9 kB at 8.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom (5.5 kB at 24 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.pom (2.1 kB at 9.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom (2.0 kB at 8.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/mebigfatguy/fb-contrib/fb-contrib/6.6.0/fb-contrib-6.6.0.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/mebigfatguy/fb-contrib/fb-contrib/6.6.0/fb-contrib-6.6.0.pom (11 kB at 46 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xalan/xalan/2.7.1/xalan-2.7.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xalan/xalan/2.7.1/xalan-2.7.1.pom (1.3 kB at 5.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xalan/serializer/2.7.1/serializer-2.7.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xalan/serializer/2.7.1/serializer-2.7.1.pom (1.1 kB at 4.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.17.1/jcabi-xml-0.17.1.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.17.1/jcabi-xml-0.17.1.pom (12 kB at 47 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.4/jcabi-immutable-1.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.4/jcabi-immutable-1.4.pom (3.1 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.16/jcabi-1.16.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.16/jcabi-1.16.pom (6.2 kB at 28 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.31/parent-0.31.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.31/parent-0.31.pom (74 kB at 309 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.pom (4.7 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.14/jcabi-1.14.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.14/jcabi-1.14.pom (6.2 kB at 27 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.27.1/parent-0.27.1.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.27.1/parent-0.27.1.pom (74 kB at 309 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom (5.5 kB at 24 kB/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
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0.5/maven-3.0.5.pom (22 kB at 97 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom (3.8 kB at 17 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 13 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom (1.8 kB at 8.1 kB/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
Downloaded1from.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 (2.3 kB at 9.9 kB/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
Downloaded1from.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 (1.9 kB at 8.4 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom (1.6 kB at 7.2 kB/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
Downloaded1from.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 (2.7 kB at 12 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
Downloaded1from.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 (6.1 kB at 27 kB/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
Downloaded1from.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 (3.8 kB at 17 kB/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
Downloaded1from.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 (3.0 kB at 13 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom (1.2 kB at 5.4 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom (3.2 kB at 14 kB/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
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom (11 kB at 47 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 17 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 18 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.pom
Downloaded1from.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 (7.1 kB at 31 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.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 45 kB/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
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 48 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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom (1.1 kB at 5.1 kB/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
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom (11 kB at 48 kB/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
Downloaded1from.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 (2.5 kB at 11 kB/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
Downloaded1from.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 (2.8 kB at 12 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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom (1.4 kB at 6.0 kB/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
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom (10 kB at 45 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.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom (1.4 kB at 6.4 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.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom (1.7 kB at 7.7 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.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom (2.5 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-analyzer/1.5/maven-dependency-analyzer-1.5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-analyzer/1.5/maven-dependency-analyzer-1.5.pom (5.4 kB at 24 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 10 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (2.7 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.5/maven-2.0.5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (5.7 kB at 25 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/5/maven-parent-5.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 67 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/3/apache-3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/3/apache-3.pom (3.4 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 3.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 3.2 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/2.6.0/sisu-inject-plexus-2.6.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/2.6.0/sisu-inject-plexus-2.6.0.pom (2.4 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/wrappers/2.6.0/wrappers-2.6.0.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/wrappers/2.6.0/wrappers-2.6.0.pom (983 B at 4.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject/2.6.0/sisu-inject-2.6.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject/2.6.0/sisu-inject-2.6.0.pom (2.0 kB at 8.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-parent/2.6.0/sisu-parent-2.6.0.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-parent/2.6.0/sisu-parent-2.6.0.pom (11 kB at 46 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/38/forge-parent-38.pom (19 kB at 81 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 32 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.18/plexus-utils-3.0.18.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.18/plexus-utils-3.0.18.pom (3.4 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/2.6.0/sisu-inject-bean-2.6.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/2.6.0/sisu-inject-bean-2.6.0.pom (2.1 kB at 9.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 6.4 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 10 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 35 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-parent/6/weld-parent-6.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 92 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 4.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 2.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.2.5/sisu-guice-3.2.5.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.2.5/sisu-guice-3.2.5.pom (11 kB at 48 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-parent/3.2.5/guice-parent-3.2.5.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-parent/3.2.5/guice-parent-3.2.5.pom (15 kB at 65 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.pom (2.6 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.3.0/sisu-inject-0.3.0.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.3.0/sisu-inject-0.3.0.pom (14 kB at 63 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.pom (4.2 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.3.0/sisu-plexus-0.3.0.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.3.0/sisu-plexus-0.3.0.pom (14 kB at 60 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.0.0.Final/hibernate-validator-5.0.0.Final.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.0.0.Final/hibernate-validator-5.0.0.Final.pom (13 kB at 57 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator-parent/5.0.0.Final/hibernate-validator-parent-5.0.0.Final.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator-parent/5.0.0.Final/hibernate-validator-parent-5.0.0.Final.pom (26 kB at 112 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/arquillian/arquillian-bom/1.0.2.Final/arquillian-bom-1.0.2.Final.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/arquillian/arquillian-bom/1.0.2.Final/arquillian-bom-1.0.2.Final.pom (11 kB at 47 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/shrinkwrap/shrinkwrap-bom/1.0.1/shrinkwrap-bom-1.0.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/shrinkwrap/shrinkwrap-bom/1.0.1/shrinkwrap-bom-1.0.1.pom (3.2 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/1.0.0-beta-7/shrinkwrap-resolver-bom-1.0.0-beta-7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/1.0.0-beta-7/shrinkwrap-resolver-bom-1.0.0-beta-7.pom (3.3 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-3/shrinkwrap-descriptors-bom-2.0.0-alpha-3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-3/shrinkwrap-descriptors-bom-2.0.0-alpha-3.pom (4.4 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/logging/jboss-logging/3.1.1.GA/jboss-logging-3.1.1.GA.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/logging/jboss-logging/3.1.1.GA/jboss-logging-3.1.1.GA.pom (6.1 kB at 27 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/jboss-parent/7/jboss-parent-7.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/jboss-parent/7/jboss-parent-7.pom (22 kB at 95 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/0.8.0/classmate-0.8.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/0.8.0/classmate-0.8.0.pom (6.6 kB at 29 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/glassfish/web/javax.el/2.2.4/javax.el-2.2.4.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/glassfish/web/javax.el/2.2.4/javax.el-2.2.4.pom (12 kB at 51 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 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/el/javax.el-api/3.0.1-b04/javax.el-api-3.0.1-b04.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/el/javax.el-api/3.0.1-b04/javax.el-api-3.0.1-b04.pom (11 kB at 50 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/3/jvnet-parent-3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/cactoos/cactoos/0.41/cactoos-0.41.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-checkstyle/0.18.19/qulice-checkstyle-0.18.19.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-spi/0.18.19/qulice-spi-0.18.19.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/8.15/checkstyle-8.15.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/20.0/guava-20.0.jar
Downloaded5from3oss.sonatype.org:3https://oss.sonatype.org/content/groups/public/com/qulice/qulice-spi/0.18.19/qulice-spi-0.18.19.jar (9.9 kB at 42 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/info/picocli/picocli/3.8.0/picocli-3.8.0.jar
Downloaded4from3oss.sonatype.org:7https://oss.sonatype.org/content/groups/public/com/qulice/qulice-checkstyle/0.18.19/qulice-checkstyle-0.18.19.jar (63 kB at 247 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.7/antlr-2.7.7.jar
Downloaded3from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/cactoos/cactoos/0.41/cactoos-0.41.jar (338 kB at 1.1 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar
Downloaded5from.oss.sonatype.org:4https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/8.15/checkstyle-8.15.jar (1.3 MB at 2.8 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar
Downloaded4from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/info/picocli/picocli/3.8.0/picocli-3.8.0.jar (245 kB at 477 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
Downloaded3from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.7/antlr-2.7.7.jar (445 kB at 774 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar
Downloaded3from.oss.sonatype.org:6https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar (337 kB at 551 kB/s)
Downloading)from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.jar
Downloaded4from.oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/com/google/guava/guava/20.0/guava-20.0.jar (2.4 MB at 3.5 MB/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.jar
Downloaded4from4oss.sonatype.org:3https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar (246 kB at 336 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
Downloaded3from2oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 82 kB/s)
Downloading)from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar
Downloaded3from.oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.jar (26 kB at 31 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
Downloaded4from.oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
Downloaded4from.oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 10 kB/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
Downloaded3from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar (155 kB at 154 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.18.19/qulice-pmd-0.18.19.jar
Downloaded3from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 3.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-core/6.10.0/pmd-core-6.10.0.jar
Downloaded4from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 113 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/beust/jcommander/1.72/jcommander-1.72.jar
Downloaded4from.oss.sonatype.org:8https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 107 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.5/gson-2.5.jar
Downloaded3from.oss.sonatype.org:4https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.18.19/qulice-pmd-0.18.19.jar (18 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8-dom.jar
Downloaded3from.oss.sonatype.org:9https://oss.sonatype.org/content/groups/public/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.jar (5.0 MB at 3.7 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-java/6.10.0/pmd-java-6.10.0.jar
Downloaded4from.oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/com/beust/jcommander/1.72/jcommander-1.72.jar (69 kB at 48 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-jsp/6.10.0/pmd-jsp-6.10.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-core/6.10.0/pmd-core-6.10.0.jar (1.1 MB at 777 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.3/jsr305-2.0.3.jar
Downloaded3from3oss.sonatype.org:.https://oss.sonatype.org/content/groups/public/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8-dom.jar (129 kB at 85 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar
Downloaded2from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.5/gson-2.5.jar (232 kB at 153 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-findbugs/0.18.19/qulice-findbugs-0.18.19.jar
Downloaded4from.oss.sonatype.org:3https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-jsp/6.10.0/pmd-jsp-6.10.0.jar (100 kB at 59 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.1/findbugs-3.0.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd-java/6.10.0/pmd-java-6.10.0.jar (1.0 MB at 593 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.3/jsr305-2.0.3.jar (33 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.jar
Downloaded2from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-findbugs/0.18.19/qulice-findbugs-0.18.19.jar (12 kB at 6.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/apple/AppleJavaExtensions/1.4/AppleJavaExtensions-1.4.jar
Downloaded5from2oss.sonatype.org:6https://oss.sonatype.org/content/groups/public/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar (125 kB at 67 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.jar
Downloaded4from2oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar (2.3 kB at 1.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/ibm/icu/icu4j/53.1/icu4j-53.1.jar
Downloaded3from2oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.jar (42 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar
Downloaded3from.oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/com/apple/AppleJavaExtensions/1.4/AppleJavaExtensions-1.4.jar (12 kB at 5.9 kB/s)
Downloading)from0oss.sonatype.org:Bhttps://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar
Downloaded5from.oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.jar (35 kB at 16 kB/s)
Downloading)from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar
Downloaded4from.oss.sonatype.org:7https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar (53 kB at 24 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.jar
Downloaded4from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar (29 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/mebigfatguy/fb-contrib/fb-contrib/6.6.0/fb-contrib-6.6.0.jar
Downloaded3from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.1/findbugs-3.0.1.jar (3.8 MB at 1.6 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xalan/xalan/2.7.1/xalan-2.7.1.jar
Downloaded4from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar (379 kB at 156 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xalan/serializer/2.7.1/serializer-2.7.1.jar
Downloaded5from.oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.jar (612 kB at 231 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jaxen/jaxen/1.1.6/jaxen-1.1.6.jar
Downloaded4from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/mebigfatguy/fb-contrib/fb-contrib/6.6.0/fb-contrib-6.6.0.jar (701 kB at 263 kB/s)
Downloading)from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar
Downloaded3from.oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/xalan/serializer/2.7.1/serializer-2.7.1.jar (278 kB at 101 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
Downloaded5from.oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/jaxen/jaxen/1.1.6/jaxen-1.1.6.jar (232 kB at 78 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.17.2/jcabi-log-0.17.2.jar
Downloaded4from.oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar (314 kB at 102 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar
Downloaded4from.oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 186 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.22.6/jcabi-aspects-0.22.6.jar
Downloaded4from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.17.2/jcabi-log-0.17.2.jar (56 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.11/aspectjrt-1.8.11.jar
Downloaded3from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xalan/xalan/2.7.1/xalan-2.7.1.jar (3.2 MB at 981 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.17.1/jcabi-xml-0.17.1.jar
Downloaded3from.oss.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 7.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.4/jcabi-immutable-1.4.jar
Downloaded4from.oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.22.6/jcabi-aspects-0.22.6.jar (84 kB at 25 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.jar
Downloaded4from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.17.1/jcabi-xml-0.17.1.jar (38 kB at 11 kB/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.jar
Downloaded3from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.11/aspectjrt-1.8.11.jar (119 kB at 34 kB/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.jar
Downloaded3from.oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.4/jcabi-immutable-1.4.jar (23 kB at 6.5 kB/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.jar
Downloaded4from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.jar (7.9 kB at 2.2 kB/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.jar
Downloaded4from.oss.sonatype.org:9https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar (30 kB at 8.0 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
Downloaded4from.oss.sonatype.org:5https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar (151 kB at 40 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
Downloaded4from.oss.sonatype.org:7https://oss.sonatype.org/content/groups/public/com/ibm/icu/icu4j/53.1/icu4j-53.1.jar (9.7 MB at 2.5 MB/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/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar (559 kB at 144 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
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.jar (57 kB at 15 kB/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.jar
Downloaded2from5oss.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 3.9 kB/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.jar
Downloaded4from3oss.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 32 kB/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.jar
Downloaded4from0oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (90 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-analyzer/1.5/maven-dependency-analyzer-1.5.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 11 kB/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.jar
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.jar (49 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/2.6.0/sisu-inject-plexus-2.6.0.jar
Downloaded2from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar (164 kB at 39 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/2.6.0/sisu-inject-bean-2.6.0.jar
Downloaded4from2oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar (52 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
Downloaded4from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-analyzer/1.5/maven-dependency-analyzer-1.5.jar (31 kB at 7.1 kB/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/sonatype/sisu/sisu-inject-plexus/2.6.0/sisu-inject-plexus-2.6.0.jar (20 kB at 4.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.jar (252 kB at 57 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.2.5/sisu-guice-3.2.5-no_aop.jar
Downloaded2from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/2.6.0/sisu-inject-bean-2.6.0.jar (45 kB at 10 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar
Downloaded4from5oss.sonatype.org:5https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 10.0 kB/s)
Downloading)from8oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar
Downloaded4from.oss.sonatype.org:0https://oss.sonatype.org/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 1.3 kB/s)
Downloading)from5oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar
Downloaded3from.oss.sonatype.org:1https://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 546 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.0.0.Final/hibernate-validator-5.0.0.Final.jar
Downloaded3from0oss.sonatype.org:0https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.2.5/sisu-guice-3.2.5-no_aop.jar (400 kB at 86 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/validation/validation-api/2.0.0.Final/validation-api-2.0.0.Final.jar
Downloaded4from7oss.sonatype.org:9https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar (375 kB at 79 kB/s)
Downloading)from5oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/jboss/logging/jboss-logging/3.1.1.GA/jboss-logging-3.1.1.GA.jar
Downloaded3from0oss.sonatype.org:7https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar (205 kB at 43 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/0.8.0/classmate-0.8.0.jar
Downloaded4from0oss.sonatype.org:3https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar (500 kB at 103 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/glassfish/web/javax.el/2.2.4/javax.el-2.2.4.jar
Downloaded4from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.0.0.Final/hibernate-validator-5.0.0.Final.jar (573 kB at 117 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/el/javax.el-api/3.0.1-b04/javax.el-api-3.0.1-b04.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/validation/validation-api/2.0.0.Final/validation-api-2.0.0.Final.jar (93 kB at 19 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/logging/jboss-logging/3.1.1.GA/jboss-logging-3.1.1.GA.jar (61 kB at 12 kB/s)
Downloaded2from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/0.8.0/classmate-0.8.0.jar (60 kB at 12 kB/s)
Downloaded2from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/glassfish/web/javax.el/2.2.4/javax.el-2.2.4.jar (118 kB at 23 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/el/javax.el-api/3.0.1-b04/javax.el-api-3.0.1-b04.jar (73 kB at 14 kB/s)
[INFO] Starting FindBugs validator
[INFO] No classes at /home/r/repo/target/classes, no FindBugs validation
[INFO] Finishing FindBugs validator
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/1.0-beta-1/maven-enforcer-plugin-1.0-beta-1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/1.0-beta-1/maven-enforcer-plugin-1.0-beta-1.pom (5.6 kB at 25 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer/1.0-beta-1/enforcer-1.0-beta-1.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer/1.0-beta-1/enforcer-1.0-beta-1.pom (11 kB at 49 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/1.0-beta-1/maven-enforcer-plugin-1.0-beta-1.jar
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/1.0-beta-1/maven-enforcer-plugin-1.0-beta-1.jar (21 kB at 48 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (1.6 kB at 7.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.9/maven-2.0.9.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 83 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/8/maven-parent-8.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 105 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 36 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (1.5 kB at 6.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 10 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (2.1 kB at 9.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (3.1 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.2/junit-3.8.2.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 3.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (2.0 kB at 9.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (2.7 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 8.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2.0 kB at 8.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (7.8 kB at 35 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2.0 kB at 8.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (1.8 kB at 8.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (1.5 kB at 6.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom (1.3 kB at 6.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom (9.2 kB at 41 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/6/maven-parent-6.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 88 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (1.7 kB at 7.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 9.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (2.1 kB at 9.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (1.3 kB at 5.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.3/commons-lang-2.3.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.3/commons-lang-2.3.pom (11 kB at 48 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/1.0-beta-1/enforcer-api-1.0-beta-1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/1.0-beta-1/enforcer-api-1.0-beta-1.pom (3.3 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/1.0-beta-1/enforcer-rules-1.0-beta-1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/1.0-beta-1/enforcer-rules-1.0-beta-1.pom (4.2 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar
Downloaded5from9oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 55 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 146 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 200 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 356 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 467 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar
Downloaded5from7oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 183 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 122 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 61 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 42 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 321 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
Downloaded5from0oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.jar (9.9 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 35 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.3/commons-lang-2.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 41 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/1.0-beta-1/enforcer-api-1.0-beta-1.jar
Downloaded5from7oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 40 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/1.0-beta-1/enforcer-rules-1.0-beta-1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 11 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/1.0-beta-1/enforcer-api-1.0-beta-1.jar (9.8 kB at 10 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar (268 kB at 275 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.3/commons-lang-2.3.jar (245 kB at 248 kB/s)
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/1.0-beta-1/enforcer-rules-1.0-beta-1.jar (54 kB at 47 kB/s)
[INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1:enforce...
[INFO] This is not an SVN project
[INFO] No dependency analysis in this project
[INFO] Qulice quality check completed in 9s
[INFO]
[INFO] --- maven-antrun-plugin:1.8:run (default) @ eo-parent ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom (761 B at 3.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 3.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.9.4/ant-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.9.4/ant-1.9.4.pom (9.6 kB at 43 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom (5.6 kB at 25 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom (2.3 kB at 10 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.9.4/ant-1.9.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar
Downloaded5from4oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar (18 kB at 79 kB/s)
Downloaded4from4oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 440 kB/s)
Downloaded3from4oss.sonatype.org:.https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 821 kB/s)
Downloaded2from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar (224 kB at 748 kB/s)
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.9.4/ant-1.9.4.jar (2.0 MB at 3.7 MB/s)
[INFO] Executing tasks

main:
     [exec] /home/r/repo/eo-archetype/pom.xml looks good
     [exec] /home/r/repo/eo-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml looks good
     [exec] /home/r/repo/eo-archetype/src/main/resources/archetype-resources/pom.xml looks good
     [exec] /home/r/repo/eo-maven-plugin/pom.xml looks good
     [exec] /home/r/repo/eo-maven-plugin/src/it/fibonacci/pom.xml looks good
     [exec] /home/r/repo/eo-maven-plugin/src/it/settings.xml looks good
     [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/attrs.xsl looks good
     [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/classes.xsl looks good
     [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/data.xsl looks good
     [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/once.xsl looks good
     [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/to-java.xsl looks good
     [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/varargs.xsl looks good
     [exec] /home/r/repo/eo-maven-plugin/src/test/resources/META-INF/maven/plugin.xml looks good
     [exec] /home/r/repo/eo-parser/pom.xml looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/eo-object.xsd looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/_each.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/_funcs.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/abstracts-float-up.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/add-default-package.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/add-refs.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/abstract-decoratee.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/broken-aliases.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/broken-refs.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/duplicate-aliases.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/duplicate-names.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/global-nonames.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/middle-varargs.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/noname-attributes.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/not-empty-atoms.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/same-line-names.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/self-naming.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/unknown-names.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/globals-to-abstracts.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/remove-levels.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/remove-refs.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/resolve-aliases.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/vars-float-up.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/wrap-method-calls.xsl looks good
     [exec] /home/r/repo/eo-runtime/pom.xml looks good
     [exec] /home/r/repo/pom.xml looks good
[INFO] Executed tasks
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (jcabi-sign-artifacts) @ eo-parent ---
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 7124994AF8BB5686: secret key imported
gpg: migration succeeded
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ eo-parent ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.pom (12 kB at 51 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom (5.1 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom (4.8 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 62 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
Downloaded3from2oss.sonatype.org:1https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar (61 kB at 247 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.jar (128 kB at 504 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 1.1 MB/s)
[INFO] Installing /home/r/repo/pom.xml to /home/r/.m2/repository/org/eolang/eo-parent/1.0-SNAPSHOT/eo-parent-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/target/eo-parent-1.0-SNAPSHOT.pom.asc to /home/r/.m2/repository/org/eolang/eo-parent/1.0-SNAPSHOT/eo-parent-1.0-SNAPSHOT.pom.asc
[INFO]
[INFO] ------------------------< org.eolang:eo-parser >------------------------
[INFO] Building eo-parser 1.0-SNAPSHOT                                    [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.14.1/jcabi-maven-plugin-0.14.1.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.14.1/jcabi-maven-plugin-0.14.1.pom (12 kB at 51 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.15/jcabi-1.15.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.15/jcabi-1.15.pom (6.2 kB at 27 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.29/parent-0.29.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/parent/0.29/parent-0.29.pom (74 kB at 291 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.14.1/jcabi-maven-plugin-0.14.1.jar
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.14.1/jcabi-maven-plugin-0.14.1.jar (32 kB at 130 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-maven-plugin/4.8-1/antlr4-maven-plugin-4.8-1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-maven-plugin/4.8-1/antlr4-maven-plugin-4.8-1.pom (5.9 kB at 26 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-master/4.8-1/antlr4-master-4.8-1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-master/4.8-1/antlr4-master-4.8-1.pom (4.4 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-maven-plugin/4.8-1/antlr4-maven-plugin-4.8-1.jar
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-maven-plugin/4.8-1/antlr4-maven-plugin-4.8-1.jar (30 kB at 129 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.pom (8.1 kB at 35 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 47 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/34/maven-parent-34.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 177 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/23/apache-23.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/23/apache-23.pom (18 kB at 80 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.jar
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/3.2.0/maven-resources-plugin-3.2.0.jar (33 kB at 140 kB/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
Downloaded1from2oss.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 (12 kB at 54 kB/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
Downloaded1from2oss.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 (62 kB at 250 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M5/maven-surefire-plugin-3.0.0-M5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M5/maven-surefire-plugin-3.0.0-M5.pom (8.0 kB at 35 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/3.0.0-M5/surefire-3.0.0-M5.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/3.0.0-M5/surefire-3.0.0-M5.pom (27 kB at 117 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M5/maven-surefire-plugin-3.0.0-M5.jar
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M5/maven-surefire-plugin-3.0.0-M5.jar (43 kB at 183 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.pom (7.3 kB at 32 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.jar
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.jar (29 kB at 121 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.12/lombok-1.18.12.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.12/lombok-1.18.12.pom (1.5 kB at 74 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.7/commons-io-2.7.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.7/commons-io-2.7.pom (16 kB at 790 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/50/commons-parent-50.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/50/commons-parent-50.pom (76 kB at 2.7 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.46/cactoos-0.46.pom
Downloaded1from3central: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.46/cactoos-0.46.pom (13 kB at 627 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.pom (3.4 kB at 197 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.21.1/jcabi-xml-0.21.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.21.1/jcabi-xml-0.21.1.pom (8.0 kB at 423 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.24/jcabi-1.24.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.24/jcabi-1.24.pom (5.3 kB at 117 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.49/parent-0.49.pom
Downloaded1from9central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.49/parent-0.49.pom (59 kB at 1.6 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.19.0/jcabi-log-0.19.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.19.0/jcabi-log-0.19.0.pom (4.7 kB at 146 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.26.0/jcabi-1.26.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.26.0/jcabi-1.26.0.pom (5.3 kB at 143 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.50.9/parent-0.50.9.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.50.9/parent-0.50.9.pom (62 kB at 1.9 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.8.0-beta1/slf4j-api-1.8.0-beta1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.8.0-beta1/slf4j-api-1.8.0-beta1.pom (1.6 kB at 83 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.8.0-beta1/slf4j-parent-1.8.0-beta1.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.8.0-beta1/slf4j-parent-1.8.0-beta1.pom (16 kB at 799 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.13/aspectjrt-1.8.13.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.13/aspectjrt-1.8.13.pom (1.0 kB at 58 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.pom (12 kB at 649 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/1.1/jcabi-manifests-1.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/1.1/jcabi-manifests-1.1.pom (4.2 kB at 222 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.25.0/xembly-0.25.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.25.0/xembly-0.25.0.pom (8.4 kB at 441 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.51.0/parent-0.51.0.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.51.0/parent-0.51.0.pom (62 kB at 2.4 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/3.5.0/mockito-core-3.5.0.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/3.5.0/mockito-core-3.5.0.pom (25 kB at 1.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.10.13/byte-buddy-1.10.13.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.10.13/byte-buddy-1.10.13.pom (11 kB at 536 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.10.13/byte-buddy-parent-1.10.13.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.10.13/byte-buddy-parent-1.10.13.pom (41 kB at 1.9 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.10.13/byte-buddy-agent-1.10.13.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.10.13/byte-buddy-agent-1.10.13.pom (9.6 kB at 399 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.1/objenesis-3.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.1/objenesis-3.1.pom (3.5 kB at 186 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/3.1/objenesis-parent-3.1.pom
Downloaded1from8central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/3.1/objenesis-parent-3.1.pom (18 kB at 840 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-matchers/1.5.1/jcabi-matchers-1.5.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-matchers/1.5.1/jcabi-matchers-1.5.1.pom (6.3 kB at 334 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.25.2/jcabi-1.25.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.25.2/jcabi-1.25.2.pom (5.3 kB at 189 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.50.3/parent-0.50.3.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.50.3/parent-0.50.3.pom (62 kB at 2.5 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom (1.1 kB at 59 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.2.11/jaxb-runtime-2.2.11.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.2.11/jaxb-runtime-2.2.11.pom (3.5 kB at 196 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-runtime-parent/2.2.11/jaxb-runtime-parent-2.2.11.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-runtime-parent/2.2.11/jaxb-runtime-parent-2.2.11.pom (2.7 kB at 140 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-parent/2.2.11/jaxb-parent-2.2.11.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-parent/2.2.11/jaxb-parent-2.2.11.pom (35 kB at 1.6 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-bom-ext/2.2.11/jaxb-bom-ext-2.2.11.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-bom-ext/2.2.11/jaxb-bom-ext-2.2.11.pom (5.4 kB at 286 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-bom/2.2.11/jaxb-bom-2.2.11.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-bom/2.2.11/jaxb-bom-2.2.11.pom (9.9 kB at 519 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/4/jvnet-parent-4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/4/jvnet-parent-4.pom (7.8 kB at 408 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-core/2.2.11/jaxb-core-2.2.11.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-core/2.2.11/jaxb-core-2.2.11.pom (3.1 kB at 172 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.4.0-b180725.0427/jaxb-api-2.4.0-b180725.0427.pom
Downloaded1from0central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.4.0-b180725.0427/jaxb-api-2.4.0-b180725.0427.pom (20 kB at 985 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api-parent/2.4.0-b180725.0427/jaxb-api-parent-2.4.0-b180725.0427.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api-parent/2.4.0-b180725.0427/jaxb-api-parent-2.4.0-b180725.0427.pom (8.1 kB at 427 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 492 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom (4.9 kB at 273 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/all/1.2.0/all-1.2.0.pom
Downloaded1from8central: https://repo.maven.apache.org/maven2/com/sun/activation/all/1.2.0/all-1.2.0.pom (18 kB at 897 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/2.2.11/txw2-2.2.11.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/2.2.11/txw2-2.2.11.pom (3.3 kB at 183 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-txw-parent/2.2.11/jaxb-txw-parent-2.2.11.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-txw-parent/2.2.11/jaxb-txw-parent-2.2.11.pom (2.6 kB at 125 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/2.21/istack-commons-runtime-2.21.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/2.21/istack-commons-runtime-2.21.pom (3.6 kB at 191 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons/2.21/istack-commons-2.21.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons/2.21/istack-commons-2.21.pom (11 kB at 536 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jvnet/staxex/stax-ex/1.7.7/stax-ex-1.7.7.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/jvnet/staxex/stax-ex/1.7.7/stax-ex-1.7.7.pom (11 kB at 572 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.13/FastInfoset-1.2.13.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.13/FastInfoset-1.2.13.pom (4.3 kB at 228 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/fastinfoset-project/1.2.13/fastinfoset-project-1.2.13.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/fastinfoset-project/1.2.13/fastinfoset-project-1.2.13.pom (14 kB at 680 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/annotations/3.0.1/annotations-3.0.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/annotations/3.0.1/annotations-3.0.1.pom (7.8 kB at 389 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom (4.3 kB at 238 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.6.2/junit-jupiter-params-5.6.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.6.2/junit-jupiter-params-5.6.2.pom (3.0 kB at 159 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.pom (1.2 kB at 69 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.6.2/junit-jupiter-api-5.6.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.6.2/junit-jupiter-api-5.6.2.pom (3.2 kB at 168 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom (1.7 kB at 99 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.6.2/junit-platform-commons-1.6.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.6.2/junit-platform-commons-1.6.2.pom (2.8 kB at 177 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.21/snakeyaml-1.21.pom
Downloaded1from8central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.21/snakeyaml-1.21.pom (38 kB at 1.6 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.8-1/antlr4-runtime-4.8-1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.8-1/antlr4-runtime-4.8-1.pom (3.6 kB at 129 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.6.2/junit-jupiter-engine-5.6.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.6.2/junit-jupiter-engine-5.6.2.pom (3.2 kB at 200 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.6.2/junit-platform-engine-1.6.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.6.2/junit-platform-engine-1.6.2.pom (3.2 kB at 178 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.8.0-beta1/slf4j-log4j12-1.8.0-beta1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.8.0-beta1/slf4j-log4j12-1.8.0-beta1.pom (2.0 kB at 116 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.12/lombok-1.18.12.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.46/cactoos-0.46.jar
Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.7/commons-io-2.7.jar
Downloading from central: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.21.1/jcabi-xml-0.21.1.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.21.1/jcabi-xml-0.21.1.jar (42 kB at 520 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-immutable/1.4/jcabi-immutable-1.4.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-immutable/1.4/jcabi-immutable-1.4.jar (0 B at 0 B/s)
Downloading)from3central:|https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.13/aspectjrt-1.8.13.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.7/commons-io-2.7.jar (276 kB at 1.9 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.13/aspectjrt-1.8.13.jar (119 kB at 711 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/1.1/jcabi-manifests-1.1.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/1.1/jcabi-manifests-1.1.jar (12 kB at 58 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.19.0/jcabi-log-0.19.0.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar (93 kB at 459 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.8.0-beta1/slf4j-api-1.8.0-beta1.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.46/cactoos-0.46.jar (332 kB at 1.4 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.25.0/xembly-0.25.0.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.19.0/jcabi-log-0.19.0.jar (58 kB at 242 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-matchers/1.5.1/jcabi-matchers-1.5.1.jar
Downloaded3from.central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.8.0-beta1/slf4j-api-1.8.0-beta1.jar (44 kB at 181 kB/s)
Downloading)from7central:|https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.2.11/jaxb-runtime-2.2.11.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-matchers/1.5.1/jcabi-matchers-1.5.1.jar (22 kB at 80 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-core/2.2.11/jaxb-core-2.2.11.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.25.0/xembly-0.25.0.jar (60 kB at 214 kB/s)
Downloading)from8central:|https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.4.0-b180725.0427/jaxb-api-2.4.0-b180725.0427.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-core/2.2.11/jaxb-core-2.2.11.jar (153 kB at 438 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.4.0-b180725.0427/jaxb-api-2.4.0-b180725.0427.jar (128 kB at 347 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/2.2.11/txw2-2.2.11.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar (57 kB at 145 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/2.21/istack-commons-runtime-2.21.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/2.21/istack-commons-runtime-2.21.jar (23 kB at 55 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jvnet/staxex/stax-ex/1.7.7/stax-ex-1.7.7.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/2.2.11/txw2-2.2.11.jar (69 kB at 164 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.13/FastInfoset-1.2.13.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/jvnet/staxex/stax-ex/1.7.7/stax-ex-1.7.7.jar (34 kB at 74 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/annotations/3.0.1/annotations-3.0.1.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/annotations/3.0.1/annotations-3.0.1.jar (39 kB at 78 kB/s)
Downloading)from3central:|https://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar (20 kB at 36 kB/s)
Downloading)from4central:|https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.6.2/junit-jupiter-params-5.6.2.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.13/FastInfoset-1.2.13.jar (297 kB at 505 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar (2.4 kB at 3.8 kB/s)
Downloading)from6central:|https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.21/snakeyaml-1.21.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.2.11/jaxb-runtime-2.2.11.jar (1.0 MB at 1.6 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.8-1/antlr4-runtime-4.8-1.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.6.2/junit-jupiter-params-5.6.2.jar (562 kB at 738 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.6.2/junit-jupiter-api-5.6.2.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.21/snakeyaml-1.21.jar (299 kB at 381 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.8-1/antlr4-runtime-4.8-1.jar (338 kB at 425 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.6.2/junit-platform-commons-1.6.2.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (7.7 kB at 9.5 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.6.2/junit-jupiter-engine-5.6.2.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.6.2/junit-jupiter-api-5.6.2.jar (154 kB at 189 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.6.2/junit-platform-engine-1.6.2.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.6.2/junit-platform-commons-1.6.2.jar (97 kB at 115 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.6.2/junit-platform-engine-1.6.2.jar (174 kB at 196 kB/s)
Downloading)from8central:|https://repo.maven.apache.org/maven2/org/mockito/mockito-core/3.5.0/mockito-core-3.5.0.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar (123 kB at 138 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.10.13/byte-buddy-1.10.13.jar
Downloaded3from.central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.6.2/junit-jupiter-engine-5.6.2.jar (209 kB at 233 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.10.13/byte-buddy-agent-1.10.13.jar
Downloaded5from.central:.https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.12/lombok-1.18.12.jar (1.8 MB at 1.8 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.1/objenesis-3.1.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.10.13/byte-buddy-agent-1.10.13.jar (259 kB at 250 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.8.0-beta1/slf4j-log4j12-1.8.0-beta1.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.1/objenesis-3.1.jar (60 kB at 57 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.8.0-beta1/slf4j-log4j12-1.8.0-beta1.jar (12 kB at 12 kB/s)
Downloaded3from.central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/3.5.0/mockito-core-3.5.0.jar (667 kB at 596 kB/s)
Downloaded2from.central:.https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar (5.0 MB at 4.1 MB/s)
Downloaded1from.central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.10.13/byte-buddy-1.10.13.jar (3.5 MB at 2.3 MB/s)
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eo-parser ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eo-parser ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ eo-parser ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ eo-parser ---
[INFO]
[INFO] --- antlr4-maven-plugin:4.8-1:antlr4 (jcabi-antlr4) @ eo-parser ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 3.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (3.6 kB at 15 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 80 kB/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
Downloaded1from.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 (3.2 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 37 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4/4.8-1/antlr4-4.8-1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4/4.8-1/antlr4-4.8-1.pom (6.2 kB at 27 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom (2.2 kB at 9.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom (12 kB at 54 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/ST4/4.3/ST4-4.3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/ST4/4.3/ST4-4.3.pom (4.7 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.pom (5.2 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.pom (9.2 kB at 40 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/glassfish/json/1.0.4/json-1.0.4.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/glassfish/json/1.0.4/json-1.0.4.pom (11 kB at 47 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/ibm/icu/icu4j/61.1/icu4j-61.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/ibm/icu/icu4j/61.1/icu4j-61.1.pom (5.0 kB at 22 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
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
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
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.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar
Downloaded5from5oss.sonatype.org:9https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 kB at 102 kB/s)
Downloading)from7oss.sonatype.org:4https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar
Downloaded4from5oss.sonatype.org:0https://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 1.1 MB/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
Downloaded3from8oss.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 608 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4/4.8-1/antlr4-4.8-1.jar
Downloaded2from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar (289 kB at 843 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar
Downloaded5from.oss.sonatype.org:.https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar (1.5 MB at 3.1 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/ST4/4.3/ST4-4.3.jar
Downloaded4from3oss.sonatype.org:.https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 442 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar
Downloaded3from.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 (8.5 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.jar
Downloaded3from.oss.sonatype.org:3https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar (168 kB at 278 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/ibm/icu/icu4j/61.1/icu4j-61.1.jar
Downloaded4from.oss.sonatype.org:7https://oss.sonatype.org/content/groups/public/org/antlr/antlr4/4.8-1/antlr4-4.8-1.jar (1.2 MB at 1.7 MB/s)
Downloaded4from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/ST4/4.3/ST4-4.3.jar (251 kB at 336 kB/s)
Downloaded3from7oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar (27 kB at 36 kB/s)
Downloaded2from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.jar (85 kB at 102 kB/s)
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/ibm/icu/icu4j/61.1/icu4j-61.1.jar (12 MB at 6.2 MB/s)
[INFO] ANTLR 4: Processing source directory /home/r/repo/eo-parser/src/main/antlr4
[INFO] Processing grammar: org/eolang/parser/Program.g4
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eo-parser ---
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
Downloaded1from.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 (3.0 kB at 14 kB/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
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 96 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 88 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (1.6 kB at 7.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom (5.9 kB at 26 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom (7.9 kB at 35 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/10.0.1/guava-10.0.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 24 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2.0 kB at 8.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 4.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 1.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom (5.0 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom (7.8 kB at 35 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/asm/asm/3.3.1/asm-3.3.1.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 1.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 19 kB/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
Downloaded1from5oss.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 (750 B at 3.3 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 21 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 31 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom (1.8 kB at 8.2 kB/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
Downloaded1from.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 (2.3 kB at 10 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (1.0 kB at 4.6 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 14 kB/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
Downloaded1from.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 (1.9 kB at 8.3 kB/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
Downloaded1from.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 (2.5 kB at 11 kB/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
Downloaded1from.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 (3.5 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
Downloaded1from.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 (1.8 kB at 7.8 kB/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
Downloaded1from.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 (3.3 kB at 15 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (3.5 kB at 16 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
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 82 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.pom (6.8 kB at 30 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 23 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 26 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.6/commons-io-2.6.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 63 kB/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
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
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar
Downloaded5from0oss.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 (50 kB at 205 kB/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-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 214 kB/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-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 170 kB/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 (47 kB at 185 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
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 (563 kB at 1.6 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
Downloaded5from0oss.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 (30 kB at 64 kB/s)
Downloading)from9oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
Downloaded4from5oss.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 (18 kB at 37 kB/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
Downloaded3from5oss.sonatype.org:1https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 327 kB/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.jar
Downloaded2from0oss.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 (60 kB at 123 kB/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
Downloaded5from4oss.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 (145 kB at 236 kB/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
Downloaded4from7oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 66 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 5.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/10.0.1/guava-10.0.1.jar
Downloaded3from6oss.sonatype.org:3https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (164 kB at 224 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
Downloaded2from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar (231 kB at 298 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
Downloaded4from5oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 100 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar
Downloaded4from.oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 34 kB/s)
Downloading)from6oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/asm/asm/3.3.1/asm-3.3.1.jar
Downloaded4from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar (202 kB at 206 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.jar
Downloaded3from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 4.5 kB/s)
Downloading)from8oss.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.jar
Downloaded5from.oss.sonatype.org:4https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar (202 kB at 181 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.6/commons-io-2.6.jar
Downloaded4from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 36 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.jar (52 kB at 42 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/10.0.1/guava-10.0.1.jar (1.5 MB at 1.2 MB/s)
Downloaded2from5oss.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.jar (154 kB at 122 kB/s)
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 156 kB/s)
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 25 resources
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eo-parser ---
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
Downloaded1from.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 (4.7 kB at 21 kB/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
Downloaded1from.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 (4.0 kB at 18 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 23 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/6.2/asm-6.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 13 kB/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
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom (16 kB at 69 kB/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
Downloaded1from6oss.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 (867 B at 3.8 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom (6.0 kB at 26 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 12 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 17 kB/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
Downloaded1from9oss.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 (692 B at 3.0 kB/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
Downloaded1from7oss.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 (771 B at 3.3 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom (1.3 kB at 5.9 kB/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
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/6.2/asm-6.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar
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
Downloaded5from4oss.sonatype.org:7https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 59 kB/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-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar (27 kB at 113 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 161 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/6.2/asm-6.2.jar (111 kB at 452 kB/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 (317 kB at 947 kB/s)
Downloaded2from.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 (4.7 kB at 10 kB/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 (21 kB at 46 kB/s)
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/r/repo/eo-parser/target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eo-parser ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 27 resources
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eo-parser ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/r/repo/eo-parser/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ eo-parser ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.pom (9.6 kB at 35 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.pom (3.2 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.pom (3.7 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.pom (3.9 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom (27 kB at 117 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.pom (4.0 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.pom (4.8 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.pom (1.6 kB at 7.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom (2.2 kB at 9.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom (21 kB at 93 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom (11 kB at 50 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom (4.6 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-languages/1.0.5/plexus-languages-1.0.5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-languages/1.0.5/plexus-languages-1.0.5.pom (3.9 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom (24 kB at 107 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/7.2/asm-7.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/7.2/asm-7.2.pom (2.9 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.jar
Downloaded5from4oss.sonatype.org:1https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/3.0.0-M5/surefire-logger-api-3.0.0-M5.jar (14 kB at 59 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M5/surefire-extensions-api-3.0.0-M5.jar (24 kB at 102 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/3.0.0-M5/surefire-booter-3.0.0-M5.jar (106 kB at 407 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/3.0.0-M5/maven-surefire-common-3.0.0-M5.jar (311 kB at 1.1 MB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/3.0.0-M5/surefire-api-3.0.0-M5.jar (144 kB at 489 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/7.2/asm-7.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar
Downloaded5from.oss.sonatype.org:8https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M5/surefire-extensions-spi-3.0.0-M5.jar (7.9 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar (36 kB at 77 kB/s)
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-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar (128 kB at 256 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar (52 kB at 99 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/7.2/asm-7.2.jar (115 kB at 217 kB/s)
Downloaded2from.oss.sonatype.org:9https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar (169 kB at 227 kB/s)
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M4/surefire-shared-utils-3.0.0-M4.jar (1.9 MB at 2.2 MB/s)
[INFO] Surefire report directory: /home/r/repo/eo-parser/target/surefire-reports
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-junit-platform/3.0.0-M5/surefire-junit-platform-3.0.0-M5.jar
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-junit-platform/3.0.0-M5/surefire-junit-platform-3.0.0-M5.jar (23 kB at 101 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-junit-platform/3.0.0-M5/surefire-junit-platform-3.0.0-M5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-junit-platform/3.0.0-M5/surefire-junit-platform-3.0.0-M5.pom (6.7 kB at 30 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-providers/3.0.0-M5/surefire-providers-3.0.0-M5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-providers/3.0.0-M5/surefire-providers-3.0.0-M5.pom (2.5 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-java5/3.0.0-M5/common-java5-3.0.0-M5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-java5/3.0.0-M5/common-java5-3.0.0-M5.pom (2.6 kB at 11 kB/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
Downloaded1from.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 (2.2 kB at 9.8 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom (1.2 kB at 5.2 kB/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
Downloaded1from.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 (2.4 kB at 11 kB/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
Downloaded1from.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 (2.0 kB at 8.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom (1.7 kB at 7.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.pom (2.4 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.pom (2.4 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.pom (2.2 kB at 9.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/2.28.2/mockito-core-2.28.2.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/2.28.2/mockito-core-2.28.2.pom (20 kB at 87 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy/1.9.10/byte-buddy-1.9.10.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy/1.9.10/byte-buddy-1.9.10.pom (10 kB at 46 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy-parent/1.9.10/byte-buddy-parent-1.9.10.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy-parent/1.9.10/byte-buddy-parent-1.9.10.pom (36 kB at 158 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy-agent/1.9.10/byte-buddy-agent-1.9.10.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy-agent/1.9.10/byte-buddy-agent-1.9.10.pom (6.0 kB at 27 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/2.6/objenesis-2.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 72 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/powermock/powermock-reflect/2.0.5/powermock-reflect-2.0.5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/powermock/powermock-reflect/2.0.5/powermock-reflect-2.0.5.pom (7.2 kB at 32 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/assertj/assertj-core/3.9.1/assertj-core-3.9.1.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/assertj/assertj-core/3.9.1/assertj-core-3.9.1.pom (10 kB at 43 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/assertj/assertj-parent-pom/2.1.9/assertj-parent-pom-2.1.9.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/assertj/assertj-parent-pom/2.1.9/assertj-parent-pom-2.1.9.pom (15 kB at 68 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/4.13/junit-4.13.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/4.13/junit-4.13.pom (25 kB at 109 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom (820 B at 3.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/easytesting/fest-assert/1.4/fest-assert-1.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/easytesting/fest-assert/1.4/fest-assert-1.4.pom (2.4 kB at 10 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/easytesting/fest/1.0.8/fest-1.0.8.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/easytesting/fest/1.0.8/fest-1.0.8.pom (12 kB at 53 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.pom (1.6 kB at 6.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-java5/3.0.0-M5/common-java5-3.0.0-M5.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
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-commons/1.3.2/junit-platform-commons-1.3.2.jar
Downloaded5from.oss.sonatype.org:8https://oss.sonatype.org/content/groups/public/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar (2.2 kB at 9.4 kB/s)
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.0.0-M5/common-java5-3.0.0-M5.jar (16 kB at 68 kB/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 (95 kB at 377 kB/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 (138 kB at 543 kB/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 (78 kB at 298 kB/s)
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar (7.1 kB at 32 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.6.2/junit-platform-launcher-1.6.2.jar
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.6.2/junit-platform-launcher-1.6.2.jar (122 kB at 3.8 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.6.2/junit-platform-launcher-1.6.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.6.2/junit-platform-launcher-1.6.2.pom (3.0 kB at 168 kB/s)
[INFO]
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eolang.parser.PacksTest
[2;37mDEBUGm] org.eolang.parser.Syntax: Raw XML:
<?xml version="1.0" encoding="UTF-8"?>
<program ms="190"
         name="simple.yaml"
         time="2021-01-13T08:16:14.976Z"
         version="1.0-SNAPSHOT">
   <listing>a
  b
    c

&lt;EOF&gt;</listing>
   <errors/>
   <objects>
      <o base="a" line="1">
         <o base="b" line="2">
            <o base="c" line="3"/>
         </o>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Syntax: Input of 3 EO lines compiled
[2;37mDEBUGm] org.eolang.parser.PacksTest: Output XML:
<?xml version="1.0" encoding="UTF-8"?>
<program ms="190"
         name="simple.yaml"
         time="2021-01-13T08:16:14.976Z"
         version="1.0-SNAPSHOT">
   <listing>a
  b
    c

&lt;EOF&gt;</listing>
   <errors/>
   <objects>
      <o base="a" line="1">
         <o base="b" line="2">
            <o base="c" line="3"/>
         </o>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Syntax: Raw XML:
<?xml version="1.0" encoding="UTF-8"?>
<program ms="50"
         name="full-syntax.yaml"
         time="2021-01-13T08:16:15.588Z"
         version="1.0-SNAPSHOT">
   <listing># The purpose of this test case is to make
# sure all possible syntax scenarios can
# be parsed by the ANTLR

+alias Test Test
+foo
+bar Some text

500.43 &gt; one

# This is just a simple string
"Hello, world!" &gt; hello!

[tt a...?] &gt; atom /int

# This is very good object
[x?] &gt; first
  second &gt; hello
    $.add 5 &gt; i
    third:foo &gt; x...!
      f 12 false
        (((t 22) r:t 8.54 "yes" 'e').print 88 0x1f):hey true &gt; a!
          # This object is also very good
          []
            hey &gt; you...
          kid
    f:u
      z
        z 5
          z
  oops

# Comments are allowed only in front of top-level objects
[]
  one.two.three.four.five
    t
  .two
  .three &gt; a1
  .four &gt; a2
  .five &gt; a3

test
  me
    now:i (f (f (f (f 1)))).f

[] &gt; ooo
  # This is one
  [] &gt; o1

  # This is two
  [] &gt; o2

&lt;EOF&gt;</listing>
   <errors/>
   <license>The purpose of this test case is to make
sure all possible syntax scenarios can
be parsed by the ANTLR</license>
   <metas>
      <meta line="5">
         <head>alias</head>
         <tail>Test Test</tail>
      </meta>
      <meta line="6">
         <head>foo</head>
         <tail/>
      </meta>
      <meta line="7">
         <head>bar</head>
         <tail>Some text</tail>
      </meta>
   </metas>
   <objects>
      <o base="float" data="float" line="9" name="one">500.43</o>
      <o base="string" const="" data="string" line="12" name="hello">Hello, world!</o>
      <o atom="int" line="14" name="atom">
         <o line="14" name="tt"/>
         <o line="14" name="a" rw="" vararg=""/>
      </o>
      <o line="17" name=&quot;first&quot;&gt;
         &lt;o line=&quot;17&quot; name=&quot;x&quot; rw=&quot;&quot;/&gt;
         &lt;o base=&quot;second&quot; line=&quot;18&quot; name=&quot;hello&quot;&gt;
            &lt;o base=&quot;$&quot; line=&quot;19&quot;/&gt;
            &lt;o base=&quot;.add&quot; line=&quot;19&quot; method=&quot;&quot; name=&quot;i&quot;&gt;
               &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;19&quot;&gt;5&lt;/o&gt;
            &lt;/o&gt;
            &lt;o as=&quot;foo&quot;
               base=&quot;third&quot;
               const=&quot;&quot;
               line=&quot;20&quot;
               name=&quot;x&quot;
               vararg=&quot;&quot;&gt;
               &lt;o base=&quot;f&quot; line=&quot;21&quot;&gt;
                  &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;21&quot;&gt;12&lt;/o&gt;
                  &lt;o base=&quot;bool&quot; data=&quot;bool&quot; line=&quot;21&quot;&gt;false&lt;/o&gt;
                  &lt;o as=&quot;t&quot; base=&quot;t&quot; line=&quot;22&quot;&gt;
                     &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;22&quot;&gt;22&lt;/o&gt;
                     &lt;o base=&quot;r&quot; line=&quot;22&quot;/&gt;
                     &lt;o base=&quot;float&quot; data=&quot;float&quot; line=&quot;22&quot;&gt;8.54&lt;/o&gt;
                     &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;22&quot;&gt;yes&lt;/o&gt;
                     &lt;o base=&quot;char&quot; data=&quot;char&quot; line=&quot;22&quot;&gt;e&lt;/o&gt;
                  &lt;/o&gt;
                  &lt;o as=&quot;hey"
                     base=".print"
                     const=""
                     line="22"
                     method=""
                     name="a">
                     <o base="int" data="int" line="22">88</o>
                     <o base="int" data="int" line="22">31</o>
                     <o base="bool" data="bool" line="22">true</o>
                     <o line="23">
                        <o base="hey" line="25" name="you" vararg=""/>
                     </o>
                     <o base="kid" line="26"/>
                  </o>
               </o>
            </o>
            <o as="u" base="f" line="27">
               <o base="z" line="28">
                  <o base="z" line="29">
                     <o base="int" data="int" line="29">5</o>
                     <o base="z" line="30"/>
                  </o>
               </o>
            </o>
         </o>
         <o base="oops" line="31"/>
      </o>
      <o line="34">
         <o base="one" line="35"/>
         <o base=".two" line="35" method=""/>
         <o base=".three" line="35" method=""/>
         <o base=".four" line="35" method=""/>
         <o base=".five" line="35" method="">
            <o base="t" line="36"/>
         </o>
         <o base=".two" line="37" method=""/>
         <o base=".three" line="38" method="" name="a1"/>
         <o base=".four" line="39" method="" name="a2"/>
         <o base=".five" line="40" method="" name="a3"/>
      </o>
      <o base="test" line="42">
         <o base="me" line="43">
            <o as="i" base="now" line="44">
               <o base="f" line="44">
                  <o base="f" line="44">
                     <o base="f" line="44">
                        <o base="f" line="44">
                           <o base="int" data="int" line="44">1</o>
                        </o>
                     </o>
                  </o>
               </o>
               <o base=".f" line="44" method=""/>
            </o>
         </o>
      </o>
      <o line="46" name="ooo">
         <o line="47" name="o1"/>
         <o line="50" name="o2"/>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Syntax: Input of 51 EO lines compiled
[2;37mDEBUGm] org.eolang.parser.PacksTest: Output XML:
<?xml version="1.0" encoding="UTF-8"?>
<program ms="50"
         name="full-syntax.yaml"
         time="2021-01-13T08:16:15.588Z"
         version="1.0-SNAPSHOT">
   <listing># The purpose of this test case is to make
# sure all possible syntax scenarios can
# be parsed by the ANTLR

+alias Test Test
+foo
+bar Some text

500.43 &gt; one

# This is just a simple string
"Hello, world!" &gt; hello!

[tt a...?] &gt; atom /int

# This is very good object
[x?] &gt; first
  second &gt; hello
    $.add 5 &gt; i
    third:foo &gt; x...!
      f 12 false
        (((t 22) r:t 8.54 "yes" 'e').print 88 0x1f):hey true &gt; a!
          # This object is also very good
          []
            hey &gt; you...
          kid
    f:u
      z
        z 5
          z
  oops

# Comments are allowed only in front of top-level objects
[]
  one.two.three.four.five
    t
  .two
  .three &gt; a1
  .four &gt; a2
  .five &gt; a3

test
  me
    now:i (f (f (f (f 1)))).f

[] &gt; ooo
  # This is one
  [] &gt; o1

  # This is two
  [] &gt; o2

&lt;EOF&gt;</listing>
   <errors/>
   <license>The purpose of this test case is to make
sure all possible syntax scenarios can
be parsed by the ANTLR</license>
   <metas>
      <meta line="5">
         <head>alias</head>
         <tail>Test Test</tail>
      </meta>
      <meta line="6">
         <head>foo</head>
         <tail/>
      </meta>
      <meta line="7">
         <head>bar</head>
         <tail>Some text</tail>
      </meta>
   </metas>
   <objects>
      <o base="float" data="float" line="9" name="one">500.43</o>
      <o base="string" const="" data="string" line="12" name="hello">Hello, world!</o>
      <o atom="int" line="14" name="atom">
         <o line="14" name="tt"/>
         <o line="14" name="a" rw="" vararg=""/>
      </o>
      <o line="17" name="first">
         &lt;o line=&quot;17&quot; name=&quot;x&quot; rw=&quot;&quot;/&gt;
         &lt;o base=&quot;second&quot; line=&quot;18&quot; name=&quot;hello&quot;&gt;
            &lt;o base=&quot;$&quot; line=&quot;19&quot;/&gt;
            &lt;o base=&quot;.add&quot; line=&quot;19&quot; method=&quot;&quot; name=&quot;i&quot;&gt;
               &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;19&quot;&gt;5&lt;/o&gt;
            &lt;/o&gt;
            &lt;o as=&quot;foo&quot;
               base=&quot;third&quot;
               const=&quot;&quot;
               line=&quot;20&quot;
               name=&quot;x&quot;
               vararg=&quot;&quot;&gt;
               &lt;o base=&quot;f&quot; line=&quot;21&quot;&gt;
                  &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;21&quot;&gt;12&lt;/o&gt;
                  &lt;o base=&quot;bool&quot; data=&quot;bool&quot; line=&quot;21&quot;&gt;false&lt;/o&gt;
                  &lt;o as=&quot;t&quot; base=&quot;t&quot; line=&quot;22&quot;&gt;
                     &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;22&quot;&gt;22&lt;/o&gt;
                     &lt;o base=&quot;r&quot; line=&quot;22&quot;/&gt;
                     &lt;o base=&quot;float&quot; data=&quot;float&quot; line=&quot;22&quot;&gt;8.54&lt;/o&gt;
                     &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;22&quot;&gt;yes&lt;/o&gt;
                     &lt;o base=&quot;char&quot; data=&quot;char&quot; line=&quot;22&quot;&gt;e&lt;/o&gt;
                  &lt;/o&gt;
                  &lt;o as=&quot;hey&quot;
                     base=&quot;.print&quot;
                     const=&quot;&quot;
                     line=&quot;22&quot;
                     method=&quot;&quot;
                     name=&quot;a&quot;&gt;
                     &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;22&quot;&gt;88&lt;/o&gt;
                     &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;22&quot;&gt;31&lt;/o&gt;
                     &lt;o base=&quot;bool&quot; data=&quot;bool&quot; line=&quot;22&quot;&gt;true&lt;/o&gt;
                     &lt;o line=&quot;23&quot;&gt;
                        &lt;o base=&quot;hey&quot; line=&quot;25&quot; name=&quot;you&quot; vararg=&quot;&quot;/&gt;
                     &lt;/o&gt;
                     &lt;o base=&quot;kid&quot; line=&quot;26&quot;/&gt;
                  &lt;/o&gt;
               &lt;/o&gt;
            &lt;/o&gt;
            &lt;o as=&quot;u&quot; base=&quot;f&quot; line=&quot;27&quot;&gt;
               &lt;o base=&quot;z&quot; line=&quot;28&quot;&gt;
                  &lt;o base=&quot;z&quot; line=&quot;29&quot;&gt;
                     &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;29&quot;&gt;5&lt;/o&gt;
                     &lt;o base=&quot;z&quot; line=&quot;30&quot;/&gt;
                  &lt;/o&gt;
               &lt;/o&gt;
            &lt;/o&gt;
         &lt;/o&gt;
         &lt;o base=&quot;oops&quot; line=&quot;31&quot;/&gt;
      &lt;/o&gt;
      &lt;o line=&quot;34&quot;&gt;
         &lt;o base=&quot;one&quot; line=&quot;35&quot;/&gt;
         &lt;o base=&quot;.two&quot; line=&quot;35&quot; method=&quot;&quot;/&gt;
         &lt;o base=&quot;.three&quot; line=&quot;35&quot; method=&quot;&quot;/&gt;
         &lt;o base=&quot;.four&quot; line=&quot;35&quot; method=&quot;&quot;/&gt;
         &lt;o base=&quot;.five&quot; line=&quot;35&quot; method=&quot;&quot;&gt;
            &lt;o base=&quot;t&quot; line=&quot;36&quot;/&gt;
         &lt;/o&gt;
         &lt;o base=&quot;.two&quot; line=&quot;37&quot; method=&quot;&quot;/&gt;
         &lt;o base=&quot;.three&quot; line=&quot;38&quot; method=&quot;&quot; name=&quot;a1&quot;/&gt;
         &lt;o base=&quot;.four&quot; line=&quot;39&quot; method=&quot;&quot; name=&quot;a2&quot;/&gt;
         &lt;o base=&quot;.five&quot; line=&quot;40&quot; method=&quot;&quot; name=&quot;a3&quot;/&gt;
      &lt;/o&gt;
      &lt;o base=&quot;test&quot; line=&quot;42&quot;&gt;
         &lt;o base=&quot;me&quot; line="43">
            <o as="i" base="now" line="44">
               <o base="f" line="44">
                  <o base="f" line="44">
                     <o base="f" line="44">
                        <o base="f" line="44">
                           <o base="int" data="int" line="44">1</o>
                        </o>
                     </o>
                  </o>
               </o>
               <o base=".f" line="44" method=""/>
            </o>
         </o>
      </o>
      <o line="46" name="ooo">
         <o line="47" name="o1"/>
         <o line="50" name="o2"/>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Syntax: Raw XML:
<?xml version="1.0" encoding="UTF-8"?>
<program ms="1"
         name="catches-name-duplicates.yaml"
         time="2021-01-13T08:16:15.814Z"
         version="1.0-SNAPSHOT">
   <listing>[x] &gt; first
  second &gt; x

18 &gt; first

&lt;EOF&gt;</listing>
   <errors/>
   <objects>
      <o line="1" name="first">
         <o line="1" name="x"/>
         <o base="second" line="2" name="x"/>
      </o>
      <o base="int" data="int" line="4" name="first">18</o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Syntax: Input of 4 EO lines compiled
[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #0 via duplicate-names
<?xml version="1.0" encoding="UTF-8"?>
<program ms="1"
         name="catches-name-duplicates.yaml"
         time="2021-01-13T08:16:15.814Z"
         version="1.0-SNAPSHOT">
   <listing>[x] &gt; first
  second &gt; x

18 &gt; first

&lt;EOF&gt;</listing>
   <errors>
      <error check="duplicate-names" line="4" step="0">The name "first" is already in use</error>
      <error check="duplicate-names" line="2" step="0">The name "x" is already in use</error>
   </errors>
   <objects>
      <o line="1" name=&quot;first&quot;&gt;
         &lt;o line=&quot;1&quot; name=&quot;x&quot;/&gt;
         &lt;o base=&quot;second&quot; line=&quot;2&quot; name=&quot;x&quot;/&gt;
      &lt;/o&gt;
      &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;4&quot; name=&quot;first&quot;&gt;18&lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.PacksTest: Output XML:
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;1&quot;
         name=&quot;catches-name-duplicates.yaml&quot;
         time=&quot;2021-01-13T08:16:15.814Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;[x] &amp;gt; first
  second &amp;gt; x

18 &amp;gt; first

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors&gt;
      &lt;error check=&quot;duplicate-names&quot; line=&quot;4&quot; step=&quot;0&quot;&gt;The name &quot;first&quot; is already in use&lt;/error&gt;
      &lt;error check=&quot;duplicate-names&quot; line=&quot;2&quot; step=&quot;0&quot;&gt;The name &quot;x&quot; is already in use&lt;/error&gt;
   &lt;/errors&gt;
   &lt;objects&gt;
      &lt;o line=&quot;1&quot; name=&quot;first&quot;&gt;
         &lt;o line=&quot;1&quot; name=&quot;x&quot;/&gt;
         &lt;o base=&quot;second&quot; line=&quot;2&quot; name=&quot;x&quot;/&gt;
      &lt;/o&gt;
      &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;4&quot; name=&quot;first&quot;&gt;18&lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.Syntax: Raw XML:
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;0&quot;
         name=&quot;catches-abstract-decoratee.yaml&quot;
         time=&quot;2021-01-13T08:16:16.027Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;[] &amp;gt; main
  [] &amp;gt; @
    hello &amp;gt; test

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;objects&gt;
      &lt;o line=&quot;1&quot; name=&quot;main&quot;&gt;
         &lt;o line=&quot;2&quot; name=&quot;@&quot;&gt;
            &lt;o base=&quot;hello&quot; line=&quot;3&quot; name=&quot;test&quot;/&gt;
         &lt;/o&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.Syntax: Input of 3 EO lines compiled
[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #0 via abstract-decoratee
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;0&quot;
         name=&quot;catches-abstract-decoratee.yaml&quot;
         time=&quot;2021-01-13T08:16:16.027Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;[] &amp;gt; main
  [] &amp;gt; @
    hello &amp;gt; test

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors&gt;
      &lt;error check=&quot;abstract-decoratee&quot; line=&quot;2&quot; step=&quot;0&quot;&gt;Abstract object can't be used as a decoratee&lt;/error&gt;
   &lt;/errors&gt;
   &lt;objects&gt;
      &lt;o line=&quot;1&quot; name=&quot;main&quot;&gt;
         &lt;o line=&quot;2&quot; name=&quot;@&quot;&gt;
            &lt;o base=&quot;hello&quot; line=&quot;3&quot; name=&quot;test&quot;/&gt;
         &lt;/o&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.PacksTest: Output XML:
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;0&quot;
         name=&quot;catches-abstract-decoratee.yaml&quot;
         time=&quot;2021-01-13T08:16:16.027Z"
         version="1.0-SNAPSHOT">
   <listing>[] &gt; main
  [] &gt; @
    hello &gt; test

&lt;EOF&gt;</listing>
   <errors>
      <error check="abstract-decoratee" line="2" step="0">Abstract object can't be used as a decoratee</error>
   </errors>
   <objects>
      <o line="1" name="main">
         <o line="2" name="@">
            <o base="hello" line="3" name="test"/>
         </o>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Syntax: Raw XML:
<?xml version="1.0" encoding="UTF-8"?>
<program ms="0"
         name="catches-alias-duplicates.yaml"
         time="2021-01-13T08:16:16.074Z"
         version="1.0-SNAPSHOT">
   <listing>+alias stdout org.eolang.io.stdout
+alias stdout org.eolang.io.stdout
+alias stding org.eolang.io.stdin

[] &gt; main
  (stdout "Hello, world!").print

&lt;EOF&gt;</listing>
   <errors/>
   <metas>
      <meta line="1">
         <head>alias</head>
         <tail>stdout org.eolang.io.stdout</tail>
      </meta>
      <meta line="2">
         <head>alias</head>
         <tail>stdout org.eolang.io.stdout</tail>
      </meta>
      <meta line="3">
         <head>alias</head>
         <tail>stding org.eolang.io.stdin</tail>
      </meta>
   </metas>
   <objects>
      <o line="5" name="main">
         <o base="stdout" line="6">
            <o base="string" data="string" line="6">Hello, world!</o>
         </o>
         <o base=".print" line="6" method=""/>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Syntax: Input of 6 EO lines compiled
[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #0 via duplicate-aliases
<?xml version="1.0" encoding="UTF-8"?>
<program ms="0"
         name="catches-alias-duplicates.yaml"
         time="2021-01-13T08:16:16.074Z"
         version="1.0-SNAPSHOT">
   <listing>+alias stdout org.eolang.io.stdout
+alias stdout org.eolang.io.stdout
+alias stding org.eolang.io.stdin

[] &gt; main
  (stdout "Hello, world!").print

&lt;EOF&gt;</listing>
   <errors>
      <error check="duplicate-aliases" line="2" step="0">The alias "stdout" is duplicated</error>
   </errors>
   <metas>
      <meta line="1">
         <head>alias</head>
         <tail>stdout org.eolang.io.stdout</tail>
      </meta>
      <meta line="2">
         <head>alias</head>
         <tail>stdout org.eolang.io.stdout</tail>
      </meta>
      <meta line="3">
         <head>alias</head>
         <tail>stding org.eolang.io.stdin</tail>
      </meta>
   </metas>
   <objects>
      <o line="5" name="main">
         <o base="stdout" line="6">
            <o base="string" data="string" line="6">Hello, world!</o>
         </o&gt;
         &lt;o base=&quot;.print&quot; line=&quot;6&quot; method=&quot;&quot;/&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.PacksTest: Output XML:
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;0&quot;
         name=&quot;catches-alias-duplicates.yaml&quot;
         time=&quot;2021-01-13T08:16:16.074Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;+alias stdout org.eolang.io.stdout
+alias stdout org.eolang.io.stdout
+alias stding org.eolang.io.stdin

[] &amp;gt; main
  (stdout &quot;Hello, world!&quot;).print

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors&gt;
      &lt;error check=&quot;duplicate-aliases&quot; line=&quot;2&quot; step=&quot;0&quot;&gt;The alias &quot;stdout&quot; is duplicated&lt;/error&gt;
   &lt;/errors&gt;
   &lt;metas&gt;
      &lt;meta line=&quot;1&quot;&gt;
         &lt;head&gt;alias&lt;/head&gt;
         &lt;tail&gt;stdout org.eolang.io.stdout&lt;/tail&gt;
      &lt;/meta&gt;
      &lt;meta line=&quot;2&quot;&gt;
         &lt;head&gt;alias&lt;/head&gt;
         &lt;tail&gt;stdout org.eolang.io.stdout&lt;/tail&gt;
      &lt;/meta&gt;
      &lt;meta line=&quot;3&quot;&gt;
         &lt;head&gt;alias&lt;/head&gt;
         &lt;tail&gt;stding org.eolang.io.stdin&lt;/tail&gt;
      &lt;/meta&gt;
   &lt;/metas&gt;
   &lt;objects&gt;
      &lt;o line=&quot;5&quot; name=&quot;main&quot;&gt;
         &lt;o base=&quot;stdout&quot; line=&quot;6&quot;&gt;
            &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;6&quot;&gt;Hello, world!&lt;/o&gt;
         &lt;/o&gt;
         &lt;o base=&quot;.print&quot; line=&quot;6&quot; method=&quot;&quot;/&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.Syntax: Raw XML:
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;0&quot;
         name=&quot;catches-global-nonames.yaml&quot;
         time=&quot;2021-01-13T08:16:16.139Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;3.14 &amp;gt; pi

fake

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;objects&gt;
      &lt;o base=&quot;float&quot; data=&quot;float&quot; line=&quot;1&quot; name=&quot;pi&quot;&gt;3.14&lt;/o&gt;
      &lt;o base=&quot;fake&quot; line=&quot;3&quot;/&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.Syntax: Input of 3 EO lines compiled
[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #0 via one-body
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;0&quot;
         name=&quot;catches-global-nonames.yaml&quot;
         time=&quot;2021-01-13T08:16:16.139Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;3.14 &amp;gt; pi

fake

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors&gt;
      &lt;error check=&quot;global-nonames&quot; line=&quot;3&quot; step=&quot;0&quot;&gt;The global object doesn't have a name</error>
   </errors>
   <objects>
      <o base="float" data="float" line="1" name="pi">3.14</o>
      <o base="fake" line="3"/>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.PacksTest: Output XML:
<?xml version="1.0" encoding="UTF-8"?>
<program ms="0"
         name="catches-global-nonames.yaml"
         time="2021-01-13T08:16:16.139Z"
         version="1.0-SNAPSHOT">
   <listing>3.14 &gt; pi

fake

&lt;EOF&gt;</listing>
   <errors>
      <error check="global-nonames" line="3" step="0">The global object doesn't have a name</error>
   </errors>
   <objects>
      <o base="float" data="float" line="1" name="pi">3.14</o>
      <o base="fake" line="3"/>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Syntax: Raw XML:
<?xml version="1.0" encoding="UTF-8"?>
<program ms="0"
         name="catches-broken-aliases.yaml"
         time="2021-01-13T08:16:16.167Z"
         version="1.0-SNAPSHOT">
   <listing>+alias org.eolang.io.stdout
+alias this is some mistake
+alias

[] &gt; main
  (stdout "Hello, world!").print

&lt;EOF&gt;</listing>
   <errors/>
   <metas>
      <meta line="1">
         <head>alias</head>
         <tail>org.eolang.io.stdout</tail>
      </meta>
      <meta line="2">
         <head>alias</head>
         <tail>this is some mistake</tail>
      </meta>
      <meta line="3">
         <head>alias</head>
         <tail/>
      </meta>
   </metas>
   <objects>
      <o line="5" name="main">
         <o base="stdout" line="6">
            <o base="string" data="string" line="6">Hello, world!</o>
         </o>
         <o base=".print" line="6" method=""/>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Syntax: Input of 6 EO lines compiled
[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #0 via broken-aliases
<?xml version="1.0" encoding="UTF-8"?>
<program ms="0"
         name="catches-broken-aliases.yaml"
         time="2021-01-13T08:16:16.167Z"
         version="1.0-SNAPSHOT">
   <listing>+alias org.eolang.io.stdout
+alias this is some mistake
+alias

[] &gt; main
  (stdout "Hello, world!").print

&lt;EOF&gt;</listing>
   <errors>
      <error check="broken-aliases" line="1" step="0">The alias is invalid: "org.eolang.io.stdout"</error>
      <error check="broken-aliases" line="2" step="0">The alias is invalid: "this is some mistake"</error>
      <error check="broken-aliases" line="3" step="0">The alias is invalid: ""</error>
   </errors>
   <metas>
      <meta line="1">
         <head>alias</head>
         <tail>org.eolang.io.stdout</tail>
      </meta>
      <meta line="2">
         <head>alias</head>
         <tail>this is some mistake</tail>
      </meta>
      <meta line="3">
         <head>alias</head>
         <tail/>
      </meta>
   </metas>
   <objects>
      <o line="5" name="main">
         <o base="stdout" line="6">
            <o base="string" data="string" line="6">Hello, world!</o>
         </o>
         <o base=".print" line="6" method="&quot;/&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.PacksTest: Output XML:
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;0&quot;
         name=&quot;catches-broken-aliases.yaml&quot;
         time=&quot;2021-01-13T08:16:16.167Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;+alias org.eolang.io.stdout
+alias this is some mistake
+alias

[] &amp;gt; main
  (stdout &quot;Hello, world!&quot;).print

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors&gt;
      &lt;error check=&quot;broken-aliases&quot; line=&quot;1&quot; step=&quot;0&quot;&gt;The alias is invalid: &quot;org.eolang.io.stdout&quot;&lt;/error&gt;
      &lt;error check=&quot;broken-aliases&quot; line=&quot;2&quot; step=&quot;0&quot;&gt;The alias is invalid: &quot;this is some mistake&quot;&lt;/error&gt;
      &lt;error check=&quot;broken-aliases&quot; line=&quot;3&quot; step=&quot;0&quot;&gt;The alias is invalid: &quot;&quot;&lt;/error&gt;
   &lt;/errors&gt;
   &lt;metas&gt;
      &lt;meta line=&quot;1&quot;&gt;
         &lt;head&gt;alias&lt;/head&gt;
         &lt;tail&gt;org.eolang.io.stdout&lt;/tail&gt;
      &lt;/meta&gt;
      &lt;meta line=&quot;2&quot;&gt;
         &lt;head&gt;alias&lt;/head&gt;
         &lt;tail&gt;this is some mistake&lt;/tail&gt;
      &lt;/meta&gt;
      &lt;meta line=&quot;3&quot;&gt;
         &lt;head&gt;alias&lt;/head&gt;
         &lt;tail/&gt;
      &lt;/meta&gt;
   &lt;/metas&gt;
   &lt;objects&gt;
      &lt;o line=&quot;5&quot; name=&quot;main&quot;&gt;
         &lt;o base=&quot;stdout&quot; line=&quot;6&quot;&gt;
            &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;6&quot;&gt;Hello, world!&lt;/o&gt;
         &lt;/o&gt;
         &lt;o base=&quot;.print&quot; line=&quot;6&quot; method=&quot;&quot;/&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.Syntax: Raw XML:
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;1&quot;
         name=&quot;catches-middle-vararg.yaml&quot;
         time=&quot;2021-01-13T08:16:16.205Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;[x a... b] &amp;gt; bad
  withoutaname

[x a...] &amp;gt; good
  [] &amp;gt; z
    a &amp;gt; @
  f &amp;gt; @

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;objects&gt;
      &lt;o line=&quot;1&quot; name=&quot;bad&quot;&gt;
         &lt;o line=&quot;1&quot; name=&quot;x&quot;/&gt;
         &lt;o line=&quot;1&quot; name=&quot;a&quot; vararg=&quot;&quot;/&gt;
         &lt;o line=&quot;1&quot; name=&quot;b&quot;/&gt;
         &lt;o base=&quot;withoutaname&quot; line=&quot;2&quot;/&gt;
      &lt;/o&gt;
      &lt;o line=&quot;4&quot; name=&quot;good&quot;&gt;
         &lt;o line=&quot;4&quot; name=&quot;x&quot;/&gt;
         &lt;o line=&quot;4&quot; name=&quot;a&quot; vararg=&quot;&quot;/&gt;
         &lt;o line=&quot;5&quot; name=&quot;z&quot;&gt;
            &lt;o base=&quot;a&quot; line=&quot;6&quot; name=&quot;@&quot;/&gt;
         &lt;/o&gt;
         &lt;o base=&quot;f&quot; line=&quot;7&quot; name=&quot;@&quot;/&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.Syntax: Input of 7 EO lines compiled
[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #0 via middle-varargs
<?xml version="1.0" encoding="UTF-8"?>
<program ms="1"
         name="catches-middle-vararg.yaml"
         time="2021-01-13T08:16:16.205Z"
         version="1.0-SNAPSHOT">
   <listing>[x a... b] &gt; bad
  withoutaname

[x a...] &gt; good
  [] &gt; z
    a &gt; @
  f &gt; @

&lt;EOF&gt;</listing>
   <errors>
      <error check="middle-varags" line="1" step="0">Varargs param "a" must be the last one, while "b" follows</error>
   </errors>
   <objects>
      <o line="1" name="bad">
         <o line="1" name="x"/>
         <o line="1" name="a" vararg=""/>
         <o line="1" name="b"/>
         <o base="withoutaname" line="2"/>
      </o>
      <o line="4" name="good">
         <o line="4" name="x"/>
         <o line="4" name="a" vararg=""/>
         <o line="5" name="z">
            <o base="a" line="6" name="@"/>
         </o>
         <o base="f" line="7" name="@"/>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.PacksTest: Output XML:
<?xml version="1.0" encoding="UTF-8"?>
<program ms="1"
         name="catches-middle-vararg.yaml"
         time="2021-01-13T08:16:16.205Z"
         version="1.0-SNAPSHOT">
   <listing>[x a... b] &gt; bad
  withoutaname

[x a...] &gt; good
  [] &gt; z
    a &gt; @
  f &gt; @

&lt;EOF&gt;</listing>
   <errors>
      <error check="middle-varags" line="1" step="0">Varargs param "a" must be the last one, while "b" follows</error>
   </errors>
   <objects>
      <o line="1" name="bad">
         <o line="1" name="x"/>
         <o line="1" name="a" vararg=""/>
         <o line="1" name="b"/>
         <o base="withoutaname" line="2"/>
      </o>
      <o line="4" name="good">
         <o line="4" name="x"/>
         <o line="4" name="a" vararg=""/>
         <o line="5" name="z">
            <o base="a" line="6" name="@"/>
         </o>
         <o base="f" line="7" name="@"/>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Syntax: Raw XML:
<?xml version="1.0" encoding="UTF-8"?>
<program ms="0"
         name="catches-nonempty-atoms.yaml"
         time="2021-01-13T08:16:16.238Z"
         version="1.0-SNAPSHOT">
   <listing>[] &gt; test /int

[] &gt; foo /string
  a &gt; hey

&lt;EOF&gt;</listing>
   <errors/>
   <objects>
      <o atom="int" line="1" name="test"/>
      <o atom="string" line="3" name="foo">
         <o base="a" line="4" name="hey"/>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Syntax: Input of 4 EO lines compiled
[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #0 via not-empty-atoms
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;0&quot;
         name=&quot;catches-nonempty-atoms.yaml&quot;
         time=&quot;2021-01-13T08:16:16.238Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;[] &amp;gt; test /int

[] &amp;gt; foo /string
  a &amp;gt; hey

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors&gt;
      &lt;error check=&quot;not-empty-atoms&quot; line=&quot;3&quot; step=&quot;0&quot;&gt;Atoms foo may not have any attributes&lt;/error&gt;
   &lt;/errors&gt;
   &lt;objects&gt;
      &lt;o atom=&quot;int&quot; line=&quot;1&quot; name=&quot;test&quot;/&gt;
      &lt;o atom=&quot;string&quot; line=&quot;3&quot; name=&quot;foo&quot;&gt;
         &lt;o base=&quot;a&quot; line=&quot;4&quot; name=&quot;hey&quot;/&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.PacksTest: Output XML:
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;0&quot;
         name=&quot;catches-nonempty-atoms.yaml&quot;
         time=&quot;2021-01-13T08:16:16.238Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;[] &amp;gt; test /int

[] &amp;gt; foo /string
  a &amp;gt; hey

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors&gt;
      &lt;error check=&quot;not-empty-atoms&quot; line=&quot;3&quot; step=&quot;0&quot;&gt;Atoms foo may not have any attributes&lt;/error&gt;
   &lt;/errors&gt;
   &lt;objects&gt;
      &lt;o atom=&quot;int&quot; line=&quot;1&quot; name=&quot;test&quot;/&gt;
      &lt;o atom=&quot;string&quot; line=&quot;3&quot; name=&quot;foo&quot;&gt;
         &lt;o base=&quot;a&quot; line=&quot;4&quot; name=&quot;hey&quot;/&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.Syntax: Raw XML:
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;0&quot;
         name=&quot;catches-unknown-names.yaml&quot;
         time=&quot;2021-01-13T08:16:16.265Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;[] &amp;gt; fff
  test &amp;gt; @
  $ &amp;gt; t

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;objects&gt;
      &lt;o line=&quot;1&quot; name=&quot;fff&quot;&gt;
         &lt;o base=&quot;test&quot; line=&quot;2&quot; name=&quot;@&quot;/&gt;
         &lt;o base=&quot;$&quot; line=&quot;3&quot; name=&quot;t&quot;/&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.Syntax: Input of 3 EO lines compiled
[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #0 via unknown-names
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;0&quot;
         name=&quot;catches-unknown-names.yaml&quot;
         time=&quot;2021-01-13T08:16:16.265Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;[] &amp;gt; fff
  test &amp;gt; @
  $ &amp;gt; t

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors&gt;
      &lt;error check=&quot;unknown-names&quot; line=&quot;2&quot; step=&quot;0&quot;&gt;The object &quot;test&quot; is not defined anywhere&lt;/error&gt;
   &lt;/errors&gt;
   &lt;objects&gt;
      &lt;o line=&quot;1&quot; name=&quot;fff&quot;&gt;
         &lt;o base=&quot;test&quot; line=&quot;2&quot; name=&quot;@&quot;/&gt;
         <o base="$" line="3" name="t"/>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.PacksTest: Output XML:
<?xml version="1.0" encoding="UTF-8"?>
<program ms="0"
         name="catches-unknown-names.yaml"
         time="2021-01-13T08:16:16.265Z"
         version="1.0-SNAPSHOT">
   <listing>[] &gt; fff
  test &gt; @
  $ &gt; t

&lt;EOF&gt;</listing>
   <errors>
      <error check="unknown-names" line="2" step="0">The object "test" is not defined anywhere</error>
   </errors>
   <objects>
      <o line="1" name="fff">
         <o base="test" line="2" name="@"/>
         <o base="$" line="3" name="t"/>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Syntax: Raw XML:
<?xml version="1.0" encoding="UTF-8"?>
<program ms="0"
         name="catches-self-naming.yaml"
         time="2021-01-13T08:16:16.294Z"
         version="1.0-SNAPSHOT">
   <listing>[] &gt; first
  a &gt; a

&lt;EOF&gt;</listing>
   <errors/>
   <objects>
      <o line="1" name="first">
         <o base="a" line="2" name="a"/>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Syntax: Input of 2 EO lines compiled
[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #0 via self-naming
<?xml version="1.0" encoding="UTF-8"?>
<program ms="0"
         name="catches-self-naming.yaml"
         time="2021-01-13T08:16:16.294Z"
         version="1.0-SNAPSHOT">
   <listing>[] &gt; first
  a &gt; a

&lt;EOF&gt;</listing>
   <errors>
      <error check="self-naming" line="2" step="0">The object "a" can't copy itself</error>
   </errors>
   <objects>
      <o line="1" name="first">
         <o base="a" line="2" name="a"/>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.PacksTest: Output XML:
<?xml version="1.0" encoding="UTF-8"?>
<program ms="0"
         name="catches-self-naming.yaml"
         time="2021-01-13T08:16:16.294Z"
         version="1.0-SNAPSHOT">
   <listing>[] &gt; first
  a &gt; a

&lt;EOF&gt;</listing>
   <errors>
      <error check="self-naming" line="2" step="0">The object "a" can't copy itself</error>
   </errors>
   <objects>
      <o line="1" name="first">
         <o base="a" line="2" name="a"/>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Syntax: Raw XML:
<?xml version="1.0" encoding="UTF-8"?>
<program ms="1"
         name="catches-noname-attrs.yaml"
         time="2021-01-13T08:16:16.320Z"
         version="1.0-SNAPSHOT">
   <listing>[]
  first
  second:f
  third &gt; hey
    23
    33

[args] &gt; main
  (stdout "Hello!").print

&lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;objects&gt;
      &lt;o line=&quot;1&quot;&gt;
         &lt;o base=&quot;first&quot; line=&quot;2&quot;/&gt;
         &lt;o as=&quot;f&quot; base=&quot;second&quot; line=&quot;3&quot;/&gt;
         &lt;o base=&quot;third&quot; line=&quot;4&quot; name=&quot;hey&quot;&gt;
            &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;5&quot;&gt;23&lt;/o&gt;
            &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;6&quot;&gt;33&lt;/o&gt;
         &lt;/o&gt;
      &lt;/o&gt;
      &lt;o line=&quot;8&quot; name=&quot;main&quot;&gt;
         &lt;o line=&quot;8&quot; name=&quot;args&quot;/&gt;
         &lt;o base=&quot;stdout&quot; line=&quot;9&quot;&gt;
            &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;9&quot;&gt;Hello!&lt;/o&gt;
         &lt;/o&gt;
         &lt;o base=&quot;.print&quot; line=&quot;9&quot; method=&quot;&quot;/&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.Syntax: Input of 9 EO lines compiled
[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #0 via one-body
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;1&quot;
         name=&quot;catches-noname-attrs.yaml&quot;
         time=&quot;2021-01-13T08:16:16.320Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;[]
  first
  second:f
  third &amp;gt; hey
    23
    33

[args] &amp;gt; main
  (stdout &quot;Hello!&quot;).print

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors&gt;
      &lt;error check=&quot;noname-attributes&quot; line=&quot;1&quot; step=&quot;0&quot;&gt;The object has attribute without a name&lt;/error&gt;
      &lt;error check=&quot;noname-attributes&quot; line=&quot;8&quot; step=&quot;0&quot;&gt;The object &quot;main&quot; has attribute without a name&lt;/error&gt;
   &lt;/errors&gt;
   &lt;objects&gt;
      &lt;o line=&quot;1&quot;&gt;
         &lt;o base=&quot;first&quot; line=&quot;2&quot;/&gt;
         &lt;o as=&quot;f&quot; base=&quot;second&quot; line=&quot;3&quot;/&gt;
         &lt;o base=&quot;third&quot; line=&quot;4&quot; name=&quot;hey&quot;&gt;
            &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;5&quot;&gt;23&lt;/o&gt;
            &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;6&quot;&gt;33&lt;/o&gt;
         &lt;/o&gt;
      &lt;/o&gt;
      &lt;o line=&quot;8&quot; name=&quot;main&quot;&gt;
         &lt;o line=&quot;8&quot; name=&quot;args&quot;/&gt;
         &lt;o base=&quot;stdout&quot; line=&quot;9&quot;&gt;
            &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;9&quot;&gt;Hello!&lt;/o&gt;
         &lt;/o&gt;
         &lt;o base=&quot;.print&quot; line=&quot;9&quot; method=&quot;&quot;/&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.PacksTest: Output XML:
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;1&quot;
         name=&quot;catches-noname-attrs.yaml&quot;
         time=&quot;2021-01-13T08:16:16.320Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;[]
  first
  second:f
  third &amp;gt; hey
    23
    33

[args] &amp;gt; main
  (stdout &quot;Hello!&quot;).print

&lt;EOF&gt;</listing>
   <errors>
      <error check="noname-attributes" line="1" step="0">The object has attribute without a name</error>
      <error check="noname-attributes" line="8" step="0">The object "main" has attribute without a name</error>
   </errors>
   <objects>
      <o line="1">
         <o base="first" line="2"/>
         <o as="f" base="second" line="3"/>
         <o base="third" line="4" name="hey">
            <o base="int" data="int" line="5">23</o>
            <o base="int" data="int" line="6">33</o>
         </o>
      </o>
      <o line="8" name="main">
         <o line="8" name="args"/>
         <o base="stdout" line="9">
            <o base="string" data="string" line="9">Hello!</o>
         </o>
         <o base=".print" line="9" method=""/>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Syntax: Raw XML:
<?xml version="1.0" encoding="UTF-8"?>
<program ms="1"
         name="catches-same-line-name.yaml"
         time="2021-01-13T08:16:16.359Z"
         version="1.0-SNAPSHOT">
   <listing>[x] &gt; first
  (a &gt; x (b &gt; x))

&lt;EOF&gt;</listing>
   <errors/>
   <objects>
      <o line="1" name="first">
         <o line="1" name="x"/>
         <o base="a" line="2" name="x">
            <o base="b" line="2" name="x"/>
         </o>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Syntax: Input of 2 EO lines compiled
[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #0 via same-line-names
<?xml version="1.0" encoding="UTF-8"?>
<program ms="1"
         name="catches-same-line-name.yaml"
         time="2021-01-13T08:16:16.359Z"
         version="1.0-SNAPSHOT">
   <listing>[x] &gt; first
  (a &gt; x (b &gt; x))

&lt;EOF&gt;</listing>
   <errors>
      <error check="same-line-names" line="2" step="0">The name "x" was already used on the same line</error>
   </errors>
   <objects>
      <o line="1" name="first">
         <o line="1" name="x"/>
         <o base="a" line="2" name="x">
            <o base="b" line="2" name="x"/>
         </o>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.PacksTest: Output XML:
<?xml version="1.0" encoding="UTF-8"?>
<program ms="1"
         name="catches-same-line-name.yaml"
         time="2021-01-13T08:16:16.359Z"
         version="1.0-SNAPSHOT">
   <listing>[x] &gt; first
  (a &gt; x (b &gt; x))

&lt;EOF&gt;</listing>
   <errors>
      <error check="same-line-names" line="2" step="0">The name "x" was already used on the same line</error>
   </errors>
   <objects>
      <o line="1&quot; name=&quot;first&quot;&gt;
         &lt;o line=&quot;1&quot; name=&quot;x&quot;/&gt;
         &lt;o base=&quot;a&quot; line=&quot;2&quot; name=&quot;x&quot;&gt;
            &lt;o base=&quot;b&quot; line=&quot;2&quot; name=&quot;x&quot;/&gt;
         &lt;/o&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.Syntax: Raw XML:
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;2&quot;
         name=&quot;all-data-types.yaml&quot;
         time=&quot;2021-01-13T08:16:16.392Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;01- &amp;gt; bytesX

00-02-4F-1A-FF-01 &amp;gt; bytesX

3.1415926 &amp;gt; floatX

0x1ffff &amp;gt; intX

&quot;Hello, друг! 谢谢!&quot; &amp;gt; stringX

'z' &amp;gt; charX

true &amp;gt; boolX

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;objects&gt;
      &lt;o base=&quot;bytes&quot; data=&quot;bytes&quot; line=&quot;1&quot; name=&quot;bytesX&quot;&gt;01&lt;/o&gt;
      &lt;o base=&quot;bytes&quot; data=&quot;bytes&quot; line=&quot;3&quot; name=&quot;bytesX&quot;&gt;00 02 4F 1A FF 01&lt;/o&gt;
      &lt;o base=&quot;float&quot; data=&quot;float&quot; line=&quot;5&quot; name=&quot;floatX&quot;&gt;3.1415925&lt;/o&gt;
      &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;7&quot; name=&quot;intX&quot;&gt;131071&lt;/o&gt;
      &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;9&quot; name=&quot;stringX&quot;&gt;Hello, друг! 谢谢!&lt;/o&gt;
      &lt;o base=&quot;char&quot; data=&quot;char&quot; line=&quot;11&quot; name=&quot;charX&quot;&gt;z&lt;/o&gt;
      &lt;o base=&quot;bool&quot; data=&quot;bool&quot; line=&quot;13&quot; name=&quot;boolX&quot;&gt;true&lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.Syntax: Input of 13 EO lines compiled
[2;37mDEBUGm] org.eolang.parser.PacksTest: Output XML:
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;2&quot;
         name=&quot;all-data-types.yaml&quot;
         time=&quot;2021-01-13T08:16:16.392Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;01- &amp;gt; bytesX

00-02-4F-1A-FF-01 &amp;gt; bytesX

3.1415926 &amp;gt; floatX

0x1ffff &amp;gt; intX

&quot;Hello, друг! 谢谢!&quot; &amp;gt; stringX

'z' &amp;gt; charX

true &amp;gt; boolX

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;objects&gt;
      &lt;o base=&quot;bytes&quot; data=&quot;bytes&quot; line=&quot;1&quot; name=&quot;bytesX&quot;&gt;01&lt;/o&gt;
      &lt;o base=&quot;bytes&quot; data=&quot;bytes&quot; line=&quot;3&quot; name=&quot;bytesX&quot;&gt;00 02 4F 1A FF 01&lt;/o&gt;
      &lt;o base=&quot;float&quot; data=&quot;float&quot; line=&quot;5&quot; name=&quot;floatX&quot;&gt;3.1415925&lt;/o&gt;
      &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;7&quot; name=&quot;intX&quot;&gt;131071&lt;/o&gt;
      &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;9&quot; name=&quot;stringX&quot;&gt;Hello, друг! 谢谢!&lt;/o&gt;
      &lt;o base=&quot;char&quot; data=&quot;char&quot; line=&quot;11&quot; name=&quot;charX&quot;&gt;z&lt;/o&gt;
      &lt;o base=&quot;bool&quot; data=&quot;bool&quot; line=&quot;13&quot; name=&quot;boolX&quot;&gt;true&lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.Syntax: Raw XML:
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;1&quot;
         name=&quot;fixes-globals.yaml&quot;
         time=&quot;2021-01-13T08:16:16.419Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   <listing>3.1415926 &gt; pi

a &gt; b
  c
    d
      "Hello, world!"

&lt;EOF&gt;</listing>
   <errors/>
   <objects>
      <o base="float" data="float" line="1" name="pi">3.1415925</o>
      <o base="a" line="3" name="b">
         <o base="c" line="4">
            <o base="d" line="5">
               <o base="string" data="string" line="6">Hello, world!</o>
            </o>
         </o>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Syntax: Input of 6 EO lines compiled
[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #0 via globals-to-abstracts
<?xml version="1.0" encoding="UTF-8"?>
<program ms="1"
         name="fixes-globals.yaml"
         time="2021-01-13T08:16:16.419Z"
         version="1.0-SNAPSHOT">
   <listing>3.1415926 &gt; pi

a &gt; b
  c
    d
      "Hello, world!"

&lt;EOF&gt;</listing>
   <errors/>
   <objects>
      <o line="1" name="pi">
         <o base="float" data="float" line="1">3.1415925</o>
      </o>
      <o line="3" name="b">
         <o base="a" line="3">
            <o base="c" line="4">
               <o base="d" line="5">
                  <o base="string" data="string" line="6">Hello, world!</o>
               </o>
            </o>
         </o>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.PacksTest: Output XML:
<?xml version="1.0" encoding="UTF-8"?>
<program ms="1"
         name="fixes-globals.yaml"
         time="2021-01-13T08:16:16.419Z"
         version="1.0-SNAPSHOT">
   <listing>3.1415926 &gt; pi

a &gt; b
  c
    d
      "Hello, world!"

&lt;EOF&gt;</listing>
   <errors/>
   <objects>
      <o line="1" name="pi">
         <o base="float" data="float" line="1">3.1415925</o>
      </o>
      <o line="3" name="b">
         <o base="a" line="3">
            <o base="c" line="4">
               <o base="d" line="5">
                  <o base="string" data="string" line="6">Hello, world!</o>
               </o>
            </o>
         </o>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Syntax: Raw XML:
<?xml version="1.0" encoding="UTF-8"?>
<program ms="2"
         name="adds-refs.yaml"
         time="2021-01-13T08:16:16.452Z"
         version="1.0-SNAPSHOT">
   <listing>[x a] &gt; first
  (stdout x)
  second &gt; hello
    third &gt; x
      (stdout &quot;Hi&quot;)
    one
      x
      two
        a &amp;gt; @
        three
          x
    something &amp;gt; a

[a] &amp;gt; x
  tt
    x 4
    first

[]
  one
    [f]
      1 &amp;gt; ooo

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;objects&gt;
      &lt;o line=&quot;1&quot; name=&quot;first&quot;&gt;
         &lt;o line=&quot;1&quot; name=&quot;x&quot;/&gt;
         &lt;o line=&quot;1&quot; name=&quot;a&quot;/&gt;
         &lt;o base=&quot;stdout&quot; line=&quot;2&quot;&gt;
            &lt;o base=&quot;x&quot; line=&quot;2&quot;/&gt;
         &lt;/o&gt;
         &lt;o base=&quot;second&quot; line=&quot;3&quot; name=&quot;hello&quot;&gt;
            &lt;o base=&quot;third&quot; line=&quot;4&quot; name=&quot;x&quot;&gt;
               &lt;o base=&quot;stdout&quot; line=&quot;5&quot;&gt;
                  &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;5&quot;&gt;Hi&lt;/o&gt;
               &lt;/o&gt;
            &lt;/o&gt;
            &lt;o base=&quot;one&quot; line=&quot;6&quot;&gt;
               &lt;o base=&quot;x&quot; line=&quot;7&quot;/&gt;
               &lt;o base=&quot;two&quot; line=&quot;8&quot;&gt;
                  &lt;o base=&quot;a&quot; line=&quot;9&quot; name=&quot;@&quot;/&gt;
                  &lt;o base=&quot;three&quot; line=&quot;10&quot;&gt;
                     &lt;o base=&quot;x&quot; line=&quot;11&quot;/&gt;
                  &lt;/o&gt;
               &lt;/o&gt;
            &lt;/o&gt;
            &lt;o base=&quot;something&quot; line=&quot;12&quot; name=&quot;a&quot;/&gt;
         &lt;/o&gt;
      &lt;/o&gt;
      &lt;o line=&quot;14&quot; name=&quot;x&quot;&gt;
         &lt;o line=&quot;14&quot; name=&quot;a&quot;/&gt;
         &lt;o base=&quot;tt&quot; line=&quot;15&quot;&gt;
            &lt;o base=&quot;x&quot; line=&quot;16&quot;&gt;
               &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;16&quot;&gt;4&lt;/o&gt;
            &lt;/o&gt;
            &lt;o base=&quot;first&quot; line=&quot;17&quot;/&gt;
         &lt;/o&gt;
      &lt;/o&gt;
      &lt;o line=&quot;19&quot;&gt;
         &lt;o base=&quot;one&quot; line=&quot;20&quot;&gt;
            &lt;o line=&quot;21&quot;&gt;
               &lt;o line=&quot;21&quot; name=&quot;f&quot;/&gt;
               &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;22&quot; name=&quot;ooo&quot;&gt;1&lt;/o&gt;
            &lt;/o&gt;
         &lt;/o&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.Syntax: Input of 22 EO lines compiled
[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #0 via duplicate-names
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;2&quot;
         name=&quot;adds-refs.yaml&quot;
         time=&quot;2021-01-13T08:16:16.452Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;[x a] &amp;gt; first
  (stdout x)
  second &amp;gt; hello
    third &amp;gt; x
      (stdout &quot;Hi&quot;)
    one
      x
      two
        a &amp;gt; @
        three
          x
    something &amp;gt; a

[a] &amp;gt; x
  tt
    x 4
    first

[]
  one
    [f]
      1 &amp;gt; ooo

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;objects&gt;
      &lt;o line=&quot;1&quot; name=&quot;first&quot;&gt;
         &lt;o line=&quot;1&quot; name=&quot;x&quot;/&gt;
         &lt;o line=&quot;1&quot; name=&quot;a&quot;/&gt;
         <o base="stdout" line="2">
            <o base="x" line="2"/>
         </o>
         <o base="second" line="3" name="hello">
            <o base="third" line="4" name="x">
               <o base="stdout" line="5">
                  <o base="string" data="string" line="5">Hi</o>
               </o>
            </o>
            <o base="one" line="6">
               <o base="x" line="7"/>
               <o base="two" line="8">
                  <o base="a" line="9" name="@"/>
                  <o base="three" line="10">
                     <o base="x" line="11"/>
                  </o>
               </o>
            </o>
            <o base="something" line="12" name="a"/>
         </o>
      </o>
      <o line="14" name="x">
         <o line="14" name="a"/>
         <o base="tt" line="15">
            <o base="x" line="16">
               <o base="int" data="int" line="16">4</o>
            </o>
            <o base="first" line="17"/>
         </o>
      </o>
      <o line="19">
         <o base="one" line="20">
            <o line="21">
               <o line="21" name="f"/>
               <o base="int" data="int" line="22" name="ooo">1</o>
            </o>
         </o>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #1 via self-naming
<?xml version="1.0" encoding="UTF-8"?>
<program ms="2"
         name="adds-refs.yaml"
         time="2021-01-13T08:16:16.452Z"
         version="1.0-SNAPSHOT">
   <listing>[x a] &gt; first
  (stdout x)
  second &gt; hello
    third &gt; x
      (stdout "Hi")
    one
      x
      two
        a &gt; @
        three
          x
    something &gt; a

[a] &gt; x
  tt
    x 4
    first

[]
  one
    [f]
      1 &gt; ooo

&lt;EOF&gt;</listing>
   <errors/>
   <objects>
      <o line="1" name="first">
         <o line="1" name="x"/>
         <o line="1" name="a"/>
         <o base="stdout" line="2">
            <o base="x" line="2"/>
         </o>
         <o base="second" line="3" name="hello">
            <o base="third" line="4" name="x">
               <o base="stdout" line="5">
                  <o base="string" data="string" line="5">Hi</o>
               </o>
            </o>
            <o base="one" line="6">
               <o base="x" line="7"/>
               <o base="two" line="8">
                  &lt;o base=&quot;a&quot; line=&quot;9&quot; name=&quot;@&quot;/&gt;
                  &lt;o base=&quot;three&quot; line=&quot;10&quot;&gt;
                     &lt;o base=&quot;x&quot; line=&quot;11&quot;/&gt;
                  &lt;/o&gt;
               &lt;/o&gt;
            &lt;/o&gt;
            &lt;o base=&quot;something&quot; line=&quot;12&quot; name=&quot;a&quot;/&gt;
         &lt;/o&gt;
      &lt;/o&gt;
      &lt;o line=&quot;14&quot; name=&quot;x&quot;&gt;
         &lt;o line=&quot;14&quot; name=&quot;a&quot;/&gt;
         &lt;o base=&quot;tt&quot; line=&quot;15&quot;&gt;
            &lt;o base=&quot;x&quot; line=&quot;16&quot;&gt;
               &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;16&quot;&gt;4&lt;/o&gt;
            &lt;/o&gt;
            &lt;o base=&quot;first&quot; line=&quot;17&quot;/&gt;
         &lt;/o&gt;
      &lt;/o&gt;
      &lt;o line=&quot;19&quot;&gt;
         &lt;o base=&quot;one&quot; line=&quot;20&quot;&gt;
            &lt;o line=&quot;21&quot;&gt;
               &lt;o line=&quot;21&quot; name=&quot;f&quot;/&gt;
               &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;22&quot; name=&quot;ooo&quot;&gt;1&lt;/o&gt;
            &lt;/o&gt;
         &lt;/o&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #2 via same-line-names
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;2&quot;
         name=&quot;adds-refs.yaml&quot;
         time=&quot;2021-01-13T08:16:16.452Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;[x a] &amp;gt; first
  (stdout x)
  second &amp;gt; hello
    third &amp;gt; x
      (stdout &quot;Hi&quot;)
    one
      x
      two
        a &amp;gt; @
        three
          x
    something &amp;gt; a

[a] &amp;gt; x
  tt
    x 4
    first

[]
  one
    [f]
      1 &amp;gt; ooo

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;objects&gt;
      &lt;o line=&quot;1&quot; name=&quot;first&quot;&gt;
         &lt;o line=&quot;1&quot; name=&quot;x&quot;/&gt;
         &lt;o line=&quot;1&quot; name=&quot;a&quot;/&gt;
         &lt;o base=&quot;stdout&quot; line=&quot;2&quot;&gt;
            &lt;o base=&quot;x&quot; line=&quot;2&quot;/&gt;
         &lt;/o&gt;
         &lt;o base=&quot;second&quot; line=&quot;3&quot; name=&quot;hello&quot;&gt;
            &lt;o base=&quot;third&quot; line=&quot;4&quot; name=&quot;x&quot;&gt;
               &lt;o base=&quot;stdout&quot; line=&quot;5&quot;&gt;
                  &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;5&quot;&gt;Hi&lt;/o&gt;
               &lt;/o&gt;
            &lt;/o&gt;
            &lt;o base=&quot;one&quot; line=&quot;6&quot;&gt;
               &lt;o base=&quot;x&quot; line=&quot;7&quot;/&gt;
               &lt;o base=&quot;two&quot; line=&quot;8&quot;&gt;
                  &lt;o base=&quot;a&quot; line=&quot;9&quot; name=&quot;@&quot;/&gt;
                  &lt;o base=&quot;three&quot; line=&quot;10&quot;&gt;
                     &lt;o base=&quot;x&quot; line=&quot;11&quot;/&gt;
                  &lt;/o&gt;
               &lt;/o&gt;
            &lt;/o&gt;
            &lt;o base=&quot;something&quot; line=&quot;12&quot; name=&quot;a&quot;/&gt;
         &lt;/o&gt;
      &lt;/o&gt;
      &lt;o line=&quot;14&quot; name=&quot;x&quot;&gt;
         &lt;o line=&quot;14&quot; name=&quot;a&quot;/&gt;
         &lt;o base=&quot;tt&quot; line=&quot;15&quot;&gt;
            &lt;o base=&quot;x&quot; line=&quot;16&quot;&gt;
               &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;16&quot;&gt;4&lt;/o&gt;
            &lt;/o&gt;
            &lt;o base=&quot;first&quot; line=&quot;17&quot;/&gt;
         &lt;/o&gt;
      &lt;/o&gt;
      &lt;o line="19">
         <o base="one" line="20">
            <o line="21">
               <o line="21" name="f"/>
               <o base="int" data="int" line="22" name="ooo">1</o>
            </o>
         </o>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #3 via add-refs
<?xml version="1.0" encoding="UTF-8"?>
<program ms="2"
         name="adds-refs.yaml"
         time="2021-01-13T08:16:16.452Z"
         version="1.0-SNAPSHOT">
   <listing>[x a] &gt; first
  (stdout x)
  second &gt; hello
    third &gt; x
      (stdout "Hi")
    one
      x
      two
        a &gt; @
        three
          x
    something &gt; a

[a] &gt; x
  tt
    x 4
    first

[]
  one
    [f]
      1 &gt; ooo

&lt;EOF&gt;</listing>
   <errors/>
   <objects>
      <o line="1" name="first">
         <o line="1" name="x"/>
         <o line="1" name="a"/>
         <o base="stdout" line="2">
            <o base="x" line="2" ref="1"/>
         </o>
         <o base="second" line="3" name="hello">
            <o base="third" line="4" name="x">
               <o base="stdout" line="5">
                  <o base="string" data="string" line="5">Hi</o>
               </o>
            </o>
            <o base="one" line="6">
               <o base="x" line="7" ref="4"/>
               <o base="two" line="8">
                  <o base="a" line="9" name="@" ref="12"/>
                  <o base="three" line="10">
                     <o base="x" line="11" ref="4"/>
                  </o>
               </o>
            </o>
            <o base="something" line="12" name="a"/>
         </o>
      </o>
      <o line="14" name="x">
         <o line="14" name="a"/>
         <o base="tt" line="15">
            <o base="x" line="16" ref="14">
               <o base="int" data="int" line="16">4</o>
            </o>
            <o base="first" line="17" ref="1"/>
         </o>
      </o>
      <o line="19">
         <o base="one" line="20&quot;&gt;
            &lt;o line=&quot;21&quot;&gt;
               &lt;o line=&quot;21&quot; name=&quot;f&quot;/&gt;
               &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;22&quot; name=&quot;ooo&quot;&gt;1&lt;/o&gt;
            &lt;/o&gt;
         &lt;/o&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #4 via broken-refs
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;2&quot;
         name=&quot;adds-refs.yaml&quot;
         time=&quot;2021-01-13T08:16:16.452Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;[x a] &amp;gt; first
  (stdout x)
  second &amp;gt; hello
    third &amp;gt; x
      (stdout &quot;Hi&quot;)
    one
      x
      two
        a &amp;gt; @
        three
          x
    something &amp;gt; a

[a] &amp;gt; x
  tt
    x 4
    first

[]
  one
    [f]
      1 &amp;gt; ooo

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;objects&gt;
      &lt;o line=&quot;1&quot; name=&quot;first&quot;&gt;
         &lt;o line=&quot;1&quot; name=&quot;x&quot;/&gt;
         &lt;o line=&quot;1&quot; name=&quot;a&quot;/&gt;
         &lt;o base=&quot;stdout&quot; line=&quot;2&quot;&gt;
            &lt;o base=&quot;x&quot; line=&quot;2&quot; ref=&quot;1&quot;/&gt;
         &lt;/o&gt;
         &lt;o base=&quot;second&quot; line=&quot;3&quot; name=&quot;hello&quot;&gt;
            &lt;o base=&quot;third&quot; line=&quot;4&quot; name=&quot;x&quot;&gt;
               &lt;o base=&quot;stdout&quot; line=&quot;5&quot;&gt;
                  &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;5&quot;&gt;Hi&lt;/o&gt;
               &lt;/o&gt;
            &lt;/o&gt;
            &lt;o base=&quot;one&quot; line=&quot;6&quot;&gt;
               &lt;o base=&quot;x&quot; line=&quot;7&quot; ref=&quot;4&quot;/&gt;
               &lt;o base=&quot;two&quot; line=&quot;8&quot;&gt;
                  &lt;o base=&quot;a&quot; line=&quot;9&quot; name=&quot;@&quot; ref=&quot;12&quot;/&gt;
                  &lt;o base=&quot;three&quot; line=&quot;10&quot;&gt;
                     &lt;o base=&quot;x&quot; line=&quot;11&quot; ref=&quot;4&quot;/&gt;
                  &lt;/o&gt;
               &lt;/o&gt;
            &lt;/o&gt;
            &lt;o base=&quot;something&quot; line=&quot;12&quot; name=&quot;a&quot;/&gt;
         &lt;/o&gt;
      &lt;/o&gt;
      &lt;o line=&quot;14&quot; name=&quot;x&quot;&gt;
         &lt;o line=&quot;14&quot; name=&quot;a&quot;/&gt;
         &lt;o base=&quot;tt&quot; line=&quot;15&quot;&gt;
            &lt;o base=&quot;x&quot; line=&quot;16&quot; ref=&quot;14&quot;&gt;
               &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;16&quot;&gt;4&lt;/o&gt;
            &lt;/o&gt;
            &lt;o base=&quot;first&quot; line=&quot;17&quot; ref=&quot;1&quot;/&gt;
         &lt;/o&gt;
      &lt;/o&gt;
      &lt;o line=&quot;19&quot;&gt;
         &lt;o base=&quot;one&quot; line=&quot;20&quot;&gt;
            &lt;o line=&quot;21&quot;&gt;
               &lt;o line=&quot;21&quot; name=&quot;f&quot;/&gt;
               &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;22&quot; name=&quot;ooo&quot;&gt;1&lt;/o&gt;
            &lt;/o&gt;
         &lt;/o&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.PacksTest: Output XML:
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;2&quot;
         name=&quot;adds-refs.yaml&quot;
         time=&quot;2021-01-13T08:16:16.452Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;[x a] &amp;gt; first
  (stdout x)
  second &amp;gt; hello
    third &amp;gt; x
      (stdout "Hi")
    one
      x
      two
        a &gt; @
        three
          x
    something &gt; a

[a] &gt; x
  tt
    x 4
    first

[]
  one
    [f]
      1 &gt; ooo

&lt;EOF&gt;</listing>
   <errors/>
   <objects>
      <o line="1" name="first">
         <o line="1" name="x"/>
         <o line="1" name="a"/>
         <o base="stdout" line="2">
            <o base="x" line="2" ref="1"/>
         </o>
         <o base="second" line="3" name="hello">
            <o base="third" line="4" name="x">
               <o base="stdout" line="5">
                  <o base="string" data="string" line="5">Hi</o>
               </o>
            </o>
            <o base="one" line="6">
               <o base="x" line="7" ref="4"/>
               <o base="two" line="8">
                  <o base="a" line="9" name="@" ref="12"/>
                  <o base="three" line="10">
                     <o base="x" line="11" ref="4"/>
                  </o>
               </o>
            </o>
            <o base="something" line="12" name="a"/>
         </o>
      </o>
      <o line="14" name="x">
         <o line="14" name="a"/>
         <o base="tt" line="15">
            <o base="x" line="16" ref="14">
               <o base="int" data="int" line="16">4</o>
            </o>
            <o base="first" line="17" ref="1"/>
         </o>
      </o>
      <o line="19">
         <o base="one" line="20">
            <o line="21">
               <o line="21" name="f"/>
               <o base="int" data="int" line="22" name="ooo">1</o>
            </o>
         </o>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Syntax: Raw XML:
<?xml version="1.0" encoding="UTF-8"?>
<program ms="2"
         name="adds-default-package.yaml"
         time="2021-01-13T08:16:16.588Z"
         version="1.0-SNAPSHOT">
   <listing>+alias stdout org.eolang.io.stdout
+alias stdin org.eolang.io.stdin
+alias scanner org.eolang.txt.scanner
+foo Some other meta

[args] &gt; main
  and
    (scanner stdin).nextLine &gt; line!
    (stdout "You entered" line).print
    $

&lt;EOF&gt;</listing>
   &lt;errors/&gt;
   &lt;metas&gt;
      &lt;meta line=&quot;1&quot;&gt;
         &lt;head&gt;alias&lt;/head&gt;
         &lt;tail&gt;stdout org.eolang.io.stdout&lt;/tail&gt;
      &lt;/meta&gt;
      &lt;meta line=&quot;2&quot;&gt;
         &lt;head&gt;alias&lt;/head&gt;
         &lt;tail&gt;stdin org.eolang.io.stdin&lt;/tail&gt;
      &lt;/meta&gt;
      &lt;meta line=&quot;3&quot;&gt;
         &lt;head&gt;alias&lt;/head&gt;
         &lt;tail&gt;scanner org.eolang.txt.scanner&lt;/tail&gt;
      &lt;/meta&gt;
      &lt;meta line=&quot;4&quot;&gt;
         &lt;head&gt;foo&lt;/head&gt;
         &lt;tail&gt;Some other meta&lt;/tail&gt;
      &lt;/meta&gt;
   &lt;/metas&gt;
   &lt;objects&gt;
      &lt;o line=&quot;6&quot; name=&quot;main&quot;&gt;
         &lt;o line=&quot;6&quot; name=&quot;args&quot;/&gt;
         &lt;o base=&quot;and&quot; line=&quot;7&quot;&gt;
            &lt;o base=&quot;scanner&quot; line=&quot;8&quot;&gt;
               &lt;o base=&quot;stdin&quot; line=&quot;8&quot;/&gt;
            &lt;/o&gt;
            &lt;o base=&quot;.nextLine&quot; const=&quot;&quot; line=&quot;8&quot; method=&quot;&quot; name=&quot;line&quot;/&gt;
            &lt;o base=&quot;stdout&quot; line=&quot;9&quot;&gt;
               &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;9&quot;&gt;You entered&lt;/o&gt;
               &lt;o base=&quot;line&quot; line=&quot;9&quot;/&gt;
            &lt;/o&gt;
            &lt;o base=&quot;.print&quot; line=&quot;9&quot; method=&quot;&quot;/&gt;
            &lt;o base=&quot;$&quot; line=&quot;10&quot;/&gt;
         &lt;/o&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.Syntax: Input of 10 EO lines compiled
[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #0 via add-refs
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;2&quot;
         name=&quot;adds-default-package.yaml&quot;
         time=&quot;2021-01-13T08:16:16.588Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;+alias stdout org.eolang.io.stdout
+alias stdin org.eolang.io.stdin
+alias scanner org.eolang.txt.scanner
+foo Some other meta

[args] &amp;gt; main
  and
    (scanner stdin).nextLine &amp;gt; line!
    (stdout &quot;You entered&quot; line).print
    $

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;metas&gt;
      &lt;meta line=&quot;1&quot;&gt;
         &lt;head&gt;alias&lt;/head&gt;
         &lt;tail&gt;stdout org.eolang.io.stdout&lt;/tail&gt;
      &lt;/meta&gt;
      &lt;meta line=&quot;2&quot;&gt;
         &lt;head&gt;alias&lt;/head&gt;
         &lt;tail&gt;stdin org.eolang.io.stdin&lt;/tail&gt;
      &lt;/meta&gt;
      &lt;meta line=&quot;3&quot;&gt;
         &lt;head&gt;alias&lt;/head&gt;
         &lt;tail&gt;scanner org.eolang.txt.scanner&lt;/tail&gt;
      &lt;/meta&gt;
      &lt;meta line=&quot;4&quot;&gt;
         &lt;head&gt;foo&lt;/head&gt;
         &lt;tail&gt;Some other meta&lt;/tail&gt;
      &lt;/meta&gt;
   &lt;/metas&gt;
   &lt;objects&gt;
      &lt;o line=&quot;6&quot; name=&quot;main&quot;&gt;
         &lt;o line=&quot;6&quot; name=&quot;args&quot;/&gt;
         &lt;o base=&quot;and&quot; line=&quot;7&quot;&gt;
            &lt;o base=&quot;scanner&quot; line=&quot;8&quot;&gt;
               &lt;o base=&quot;stdin&quot; line=&quot;8&quot;/&gt;
            &lt;/o&gt;
            <o base=".nextLine" const="" line="8" method="" name="line"/>
            <o base="stdout" line="9">
               <o base="string" data="string" line="9">You entered</o>
               <o base="line" line="9" ref="8"/>
            </o>
            <o base=".print" line="9" method=""/>
            <o base="$" line="10"/>
         </o>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #1 via resolve-aliases
<?xml version="1.0" encoding="UTF-8"?>
<program ms="2"
         name="adds-default-package.yaml"
         time="2021-01-13T08:16:16.588Z"
         version="1.0-SNAPSHOT">
   <listing>+alias stdout org.eolang.io.stdout
+alias stdin org.eolang.io.stdin
+alias scanner org.eolang.txt.scanner
+foo Some other meta

[args] &gt; main
  and
    (scanner stdin).nextLine &gt; line!
    (stdout "You entered" line).print
    $

&lt;EOF&gt;</listing>
   <errors/>
   <metas>
      <meta line="4">
         <head>foo</head>
         <tail>Some other meta</tail>
      </meta>
   </metas>
   <objects>
      <o line="6" name="main">
         <o line="6" name="args"/>
         <o base="and" line="7">
            <o base="org.eolang.txt.scanner" line="8">
               <o base="org.eolang.io.stdin" line="8"/>
            </o>
            <o base=".nextLine" const="" line="8" method="" name="line"/>
            <o base="org.eolang.io.stdout" line="9">
               <o base="string" data="string" line="9">You entered</o>
               <o base="line" line="9" ref="8"/>
            </o>
            <o base=".print" line="9" method=""/>
            <o base="$" line="10"/>
         </o>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #2 via add-default-package
<?xml version="1.0" encoding="UTF-8"?>
<program ms="2"
         name="adds-default-package.yaml"
         time="2021-01-13T08:16:16.588Z"
         version="1.0-SNAPSHOT">
   <listing>+alias stdout org.eolang.io.stdout
+alias stdin org.eolang.io.stdin
+alias scanner org.eolang.txt.scanner
+foo Some other meta

[args] &gt; main
  and
    (scanner stdin).nextLine &gt; line!
    (stdout "You entered" line).print
    $

&lt;EOF&gt;</listing>
   <errors/>
   <metas>
      <meta line="4">
         <head>foo</head>
         <tail>Some other meta</tail>
      </meta>
   </metas>
   <objects>
      <o line="6" name="main">
         <o line="6" name="args"/>
         <o base="org.eolang.and" line="7">
            <o base="org.eolang.txt.scanner" line="8">
               <o base="org.eolang.io.stdin" line="8"/&gt;
            &lt;/o&gt;
            &lt;o base=&quot;.nextLine&quot; const=&quot;&quot; line=&quot;8&quot; method=&quot;&quot; name=&quot;line&quot;/&gt;
            &lt;o base=&quot;org.eolang.io.stdout&quot; line=&quot;9&quot;&gt;
               &lt;o base=&quot;org.eolang.string&quot; data=&quot;string&quot; line=&quot;9&quot;&gt;You entered&lt;/o&gt;
               &lt;o base=&quot;line&quot; line=&quot;9&quot; ref=&quot;8&quot;/&gt;
            &lt;/o&gt;
            &lt;o base=&quot;.print&quot; line=&quot;9&quot; method=&quot;&quot;/&gt;
            &lt;o base=&quot;$&quot; line=&quot;10&quot;/&gt;
         &lt;/o&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.PacksTest: Output XML:
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;2&quot;
         name=&quot;adds-default-package.yaml&quot;
         time=&quot;2021-01-13T08:16:16.588Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;+alias stdout org.eolang.io.stdout
+alias stdin org.eolang.io.stdin
+alias scanner org.eolang.txt.scanner
+foo Some other meta

[args] &amp;gt; main
  and
    (scanner stdin).nextLine &amp;gt; line!
    (stdout &quot;You entered&quot; line).print
    $

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;metas&gt;
      &lt;meta line=&quot;4&quot;&gt;
         &lt;head&gt;foo&lt;/head&gt;
         &lt;tail&gt;Some other meta&lt;/tail&gt;
      &lt;/meta&gt;
   &lt;/metas&gt;
   &lt;objects&gt;
      &lt;o line=&quot;6&quot; name=&quot;main&quot;&gt;
         &lt;o line=&quot;6&quot; name=&quot;args&quot;/&gt;
         &lt;o base=&quot;org.eolang.and&quot; line=&quot;7&quot;&gt;
            &lt;o base=&quot;org.eolang.txt.scanner&quot; line=&quot;8&quot;&gt;
               &lt;o base=&quot;org.eolang.io.stdin&quot; line=&quot;8&quot;/&gt;
            &lt;/o&gt;
            &lt;o base=&quot;.nextLine&quot; const=&quot;&quot; line=&quot;8&quot; method=&quot;&quot; name=&quot;line&quot;/&gt;
            &lt;o base=&quot;org.eolang.io.stdout&quot; line=&quot;9&quot;&gt;
               &lt;o base=&quot;org.eolang.string&quot; data=&quot;string&quot; line=&quot;9&quot;&gt;You entered&lt;/o&gt;
               &lt;o base=&quot;line&quot; line=&quot;9&quot; ref=&quot;8&quot;/&gt;
            &lt;/o&gt;
            &lt;o base=&quot;.print&quot; line=&quot;9&quot; method=&quot;&quot;/&gt;
            &lt;o base=&quot;$&quot; line=&quot;10&quot;/&gt;
         &lt;/o&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.Syntax: Raw XML:
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;1&quot;
         name=&quot;float-vars.yaml&quot;
         time=&quot;2021-01-13T08:16:16.663Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;[] &amp;gt; x
  first &amp;gt; ff
  one
    [] &amp;gt; y
      two
        input &amp;gt; t!
          &quot;Hello, world!&quot;
          [] &amp;gt; oops
            50
  three t
  [] &amp;gt; last
    three 1

[ppp]
  one
    [aaa] &amp;gt; kkk
      1 &amp;gt; ooo

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;objects&gt;
      <o line="1" name="x">
         <o base="first" line="2" name="ff"/>
         <o base="one" line="3">
            <o line="4" name="y">
               <o base="two" line="5">
                  <o base="input" const="" line="6" name="t">
                     <o base="string" data="string" line="7">Hello, world!</o>
                     <o line="8" name="oops">
                        <o base="int" data="int" line="9">50</o>
                     </o>
                  </o>
               </o>
            </o>
         </o>
         <o base="three" line="10">
            <o base="t" line="10"/>
         </o>
         <o line="11" name="last">
            <o base="three" line="12">
               <o base="int" data="int" line="12">1</o>
            </o>
         </o>
      </o>
      <o line="14">
         <o line="14" name="ppp"/>
         <o base="one" line="15">
            <o line="16" name="kkk">
               <o line="16" name="aaa"/>
               <o base="int" data="int" line="17" name="ooo">1</o>
            </o>
         </o>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Syntax: Input of 17 EO lines compiled
[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #0 via add-refs
<?xml version="1.0" encoding="UTF-8"?>
<program ms="1"
         name="float-vars.yaml"
         time="2021-01-13T08:16:16.663Z"
         version="1.0-SNAPSHOT">
   <listing>[] &gt; x
  first &gt; ff
  one
    [] &gt; y
      two
        input &gt; t!
          "Hello, world!"
          [] &gt; oops
            50
  three t
  [] &gt; last
    three 1

[ppp]
  one
    [aaa] &gt; kkk
      1 &gt; ooo

&lt;EOF&gt;</listing>
   <errors/>
   <objects>
      <o line="1" name="x">
         <o base="first" line="2" name="ff"/>
         <o base="one" line="3">
            <o line="4" name="y">
               <o base="two" line="5">
                  <o base="input" const="" line="6" name="t">
                     <o base="string" data="string" line="7">Hello, world!</o>
                     <o line="8" name="oops">
                        <o base="int" data="int" line="9">50</o>
                     </o>
                  </o>
               </o>
            </o>
         </o>
         <o base="three" line="10">
            <o base="t" line="10"/>
         </o>
         <o line="11" name="last">
            <o base="three" line="12">
               <o base="int" data="int" line="12">1</o>
            </o>
         </o>
      </o>
      <o line="14">
         <o line="14" name="ppp"/>
         <o base="one" line="15">
            <o line="16" name="kkk"&gt;
               &lt;o line=&quot;16&quot; name=&quot;aaa&quot;/&gt;
               &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;17&quot; name=&quot;ooo&quot;&gt;1&lt;/o&gt;
            &lt;/o&gt;
         &lt;/o&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #1 via vars-float-up
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;1&quot;
         name=&quot;float-vars.yaml&quot;
         time=&quot;2021-01-13T08:16:16.663Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;[] &amp;gt; x
  first &amp;gt; ff
  one
    [] &amp;gt; y
      two
        input &amp;gt; t!
          &quot;Hello, world!&quot;
          [] &amp;gt; oops
            50
  three t
  [] &amp;gt; last
    three 1

[ppp]
  one
    [aaa] &amp;gt; kkk
      1 &amp;gt; ooo

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;objects&gt;
      &lt;o line=&quot;1&quot; name=&quot;x&quot;&gt;
         &lt;o base=&quot;first&quot; line=&quot;2&quot; name=&quot;ff&quot;/&gt;
         &lt;o base=&quot;one&quot; line=&quot;3&quot;&gt;
            &lt;o base=&quot;y&quot; cut=&quot;5&quot; line=&quot;4&quot; ref=&quot;4&quot;/&gt;
         &lt;/o&gt;
         &lt;o base=&quot;three&quot; line=&quot;10&quot;&gt;
            &lt;o base=&quot;t&quot; line=&quot;10&quot;/&gt;
         &lt;/o&gt;
         &lt;o line=&quot;11&quot; name=&quot;last&quot;&gt;
            &lt;o base=&quot;three&quot; line=&quot;12&quot;&gt;
               &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;12&quot;&gt;1&lt;/o&gt;
            &lt;/o&gt;
         &lt;/o&gt;
         &lt;o line=&quot;4&quot; name=&quot;y&quot;&gt;
            &lt;o base=&quot;two&quot; line=&quot;5&quot;&gt;
               &lt;o base=&quot;t&quot; cut=&quot;3&quot; line=&quot;6&quot; ref=&quot;6&quot;/&gt;
            &lt;/o&gt;
            &lt;o base=&quot;input&quot; const=&quot;&quot; line=&quot;6&quot; name=&quot;t&quot;&gt;
               &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;7&quot;&gt;Hello, world!&lt;/o&gt;
               &lt;o base=&quot;oops&quot; cut=&quot;1&quot; line=&quot;8&quot; ref=&quot;8&quot;/&gt;
            &lt;/o&gt;
            &lt;o line=&quot;8&quot; name=&quot;oops&quot;&gt;
               &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;9&quot;&gt;50&lt;/o&gt;
            &lt;/o&gt;
         &lt;/o&gt;
      &lt;/o&gt;
      &lt;o line=&quot;14&quot;&gt;
         &lt;o line=&quot;14&quot; name=&quot;ppp&quot;/&gt;
         &lt;o base=&quot;one&quot; line=&quot;15&quot;&gt;
            &lt;o base=&quot;kkk&quot; cut=&quot;2&quot; line=&quot;16&quot; ref=&quot;16&quot;/&gt;
         &lt;/o&gt;
         &lt;o line=&quot;16&quot; name=&quot;kkk&quot;&gt;
            &lt;o line=&quot;16&quot; name=&quot;aaa&quot;/&gt;
            &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;17&quot; name=&quot;ooo&quot;&gt;1&lt;/o&gt;
         &lt;/o&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #2 via duplicate-names
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;1&quot;
         name=&quot;float-vars.yaml&quot;
         time=&quot;2021-01-13T08:16:16.663Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;[] &amp;gt; x
  first &amp;gt; ff
  one
    [] &amp;gt; y
      two
        input &amp;gt; t!
          &quot;Hello, world!&quot;
          [] &amp;gt; oops
            50
  three t
  [] &amp;gt; last
    three 1

[ppp]
  one
    [aaa] &gt; kkk
      1 &gt; ooo

&lt;EOF&gt;</listing>
   <errors/>
   <objects>
      <o line="1" name="x">
         <o base="first" line="2" name="ff"/>
         <o base="one" line="3">
            <o base="y" cut="5" line="4" ref="4"/>
         </o>
         <o base="three" line="10">
            <o base="t" line="10"/>
         </o>
         <o line="11" name="last">
            <o base="three" line="12">
               <o base="int" data="int" line="12">1</o>
            </o>
         </o>
         <o line="4" name="y">
            <o base="two" line="5">
               <o base="t" cut="3" line="6" ref="6"/>
            </o>
            <o base="input" const="" line="6" name="t">
               <o base="string" data="string" line="7">Hello, world!</o>
               <o base="oops" cut="1" line="8" ref="8"/>
            </o>
            <o line="8" name="oops">
               <o base="int" data="int" line="9">50</o>
            </o>
         </o>
      </o>
      <o line="14">
         <o line="14" name="ppp"/>
         <o base="one" line="15">
            <o base="kkk" cut="2" line="16" ref="16"/>
         </o>
         <o line="16" name="kkk">
            <o line="16" name="aaa"/>
            <o base="int" data="int" line="17" name="ooo">1</o>
         </o>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.PacksTest: Output XML:
<?xml version="1.0" encoding="UTF-8"?>
<program ms="1"
         name="float-vars.yaml"
         time="2021-01-13T08:16:16.663Z"
         version="1.0-SNAPSHOT">
   <listing>[] &gt; x
  first &gt; ff
  one
    [] &gt; y
      two
        input &gt; t!
          "Hello, world!"
          [] &gt; oops
            50
  three t
  [] &gt; last
    three 1

[ppp]
  one
    [aaa] &gt; kkk
      1 &gt; ooo

&lt;EOF&gt;</listing>
   <errors/>
   <objects>
      <o line="1" name="x">
         <o base="first" line="2" name="ff"/>
         <o base="one" line="3">
            <o base="y" cut="5" line="4" ref="4"/>
         </o>
         <o base="three" line="10">
            <o base="t" line="10"/>
         &lt;/o&gt;
         &lt;o line=&quot;11&quot; name=&quot;last&quot;&gt;
            &lt;o base=&quot;three&quot; line=&quot;12&quot;&gt;
               &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;12&quot;&gt;1&lt;/o&gt;
            &lt;/o&gt;
         &lt;/o&gt;
         &lt;o line=&quot;4&quot; name=&quot;y&quot;&gt;
            &lt;o base=&quot;two&quot; line=&quot;5&quot;&gt;
               &lt;o base=&quot;t&quot; cut=&quot;3&quot; line=&quot;6&quot; ref=&quot;6&quot;/&gt;
            &lt;/o&gt;
            &lt;o base=&quot;input&quot; const=&quot;&quot; line=&quot;6&quot; name=&quot;t&quot;&gt;
               &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;7&quot;&gt;Hello, world!&lt;/o&gt;
               &lt;o base=&quot;oops&quot; cut=&quot;1&quot; line=&quot;8&quot; ref=&quot;8&quot;/&gt;
            &lt;/o&gt;
            &lt;o line=&quot;8&quot; name=&quot;oops&quot;&gt;
               &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;9&quot;&gt;50&lt;/o&gt;
            &lt;/o&gt;
         &lt;/o&gt;
      &lt;/o&gt;
      &lt;o line=&quot;14&quot;&gt;
         &lt;o line=&quot;14&quot; name=&quot;ppp&quot;/&gt;
         &lt;o base=&quot;one&quot; line=&quot;15&quot;&gt;
            &lt;o base=&quot;kkk&quot; cut=&quot;2&quot; line=&quot;16&quot; ref=&quot;16&quot;/&gt;
         &lt;/o&gt;
         &lt;o line=&quot;16&quot; name=&quot;kkk&quot;&gt;
            &lt;o line=&quot;16&quot; name=&quot;aaa&quot;/&gt;
            &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;17&quot; name=&quot;ooo&quot;&gt;1&lt;/o&gt;
         &lt;/o&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.Syntax: Raw XML:
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;4&quot;
         name=&quot;float-abstracts.yaml&quot;
         time=&quot;2021-01-13T08:16:16.771Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;[a b] &amp;gt; first
  test:foo
    a &amp;gt; yes
    [] &amp;gt; native /int
    [x b] &amp;gt; second
      a &amp;gt; no
      [b c] &amp;gt; third
        no &amp;gt; yes
        (stdout a b c x).print
      t
        [] &amp;gt; third
          &quot;hello, world!&quot; &amp;gt; msg
      f
        [] &amp;gt; third
          &quot;hello, world!&quot; &amp;gt; msg
      []
        &quot;Failure&quot;

[aa] &amp;gt; ooo
  [bbb] &amp;gt; fff
    aa.test &amp;gt; a

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;objects&gt;
      &lt;o line=&quot;1&quot; name=&quot;first&quot;&gt;
         &lt;o line=&quot;1&quot; name=&quot;a&quot;/&gt;
         &lt;o line=&quot;1&quot; name=&quot;b&quot;/&gt;
         &lt;o as=&quot;foo&quot; base=&quot;test&quot; line=&quot;2&quot;&gt;
            &lt;o base=&quot;a&quot; line=&quot;3&quot; name=&quot;yes&quot;/&gt;
            &lt;o atom=&quot;int&quot; line=&quot;4&quot; name=&quot;native&quot;/&gt;
            &lt;o line=&quot;5&quot; name=&quot;second&quot;&gt;
               &lt;o line=&quot;5&quot; name=&quot;x&quot;/&gt;
               &lt;o line=&quot;5&quot; name=&quot;b&quot;/&gt;
               &lt;o base=&quot;a&quot; line=&quot;6&quot; name=&quot;no&quot;/&gt;
               &lt;o line=&quot;7&quot; name=&quot;third&quot;&gt;
                  &lt;o line=&quot;7&quot; name=&quot;b&quot;/&gt;
                  &lt;o line=&quot;7&quot; name=&quot;c&quot;/&gt;
                  &lt;o base=&quot;no&quot; line=&quot;8&quot; name=&quot;yes&quot;/&gt;
                  &lt;o base=&quot;stdout&quot; line=&quot;9&quot;&gt;
                     &lt;o base=&quot;a&quot; line=&quot;9&quot;/&gt;
                     &lt;o base=&quot;b&quot; line=&quot;9&quot;/&gt;
                     &lt;o base=&quot;c&quot; line=&quot;9&quot;/&gt;
                     &lt;o base=&quot;x&quot; line=&quot;9&quot;/&gt;
                  </o>
                  <o base=".print" line="9" method=""/>
               </o>
               <o base="t" line="10">
                  <o line="11" name="third">
                     <o base="string" data="string" line="12" name="msg">hello, world!</o>
                  </o>
               </o>
               <o base="f" line="13">
                  <o line="14" name="third">
                     <o base="string" data="string" line="15" name="msg">hello, world!</o>
                  </o>
               </o>
               <o line="16">
                  <o base="string" data="string" line="17">Failure</o>
               </o>
            </o>
         </o>
      </o>
      <o line="19" name="ooo">
         <o line="19" name="aa"/>
         <o line="20" name="fff">
            <o line="20" name="bbb"/>
            <o base="aa" line="21"/>
            <o base=".test" line="21" method="" name="a"/>
         </o>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Syntax: Input of 21 EO lines compiled
[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #0 via remove-refs
<?xml version="1.0" encoding="UTF-8"?>
<program ms="4"
         name="float-abstracts.yaml"
         time="2021-01-13T08:16:16.771Z"
         version="1.0-SNAPSHOT">
   <listing>[a b] &gt; first
  test:foo
    a &gt; yes
    [] &gt; native /int
    [x b] &gt; second
      a &gt; no
      [b c] &gt; third
        no &gt; yes
        (stdout a b c x).print
      t
        [] &gt; third
          "hello, world!" &gt; msg
      f
        [] &gt; third
          "hello, world!" &gt; msg
      []
        "Failure"

[aa] &gt; ooo
  [bbb] &gt; fff
    aa.test &gt; a

&lt;EOF&gt;</listing>
   <errors/>
   <objects>
      <o line="1" name="first">
         <o line="1" name="a"/>
         <o line="1" name="b"/>
         <o as="foo" base="test" line="2">
            <o base="a" line="3" name="yes"/>
            <o atom="int" line="4" name="native"/>
            <o line="5" name="second">
               &lt;o line=&quot;5&quot; name=&quot;x&quot;/&gt;
               &lt;o line=&quot;5&quot; name=&quot;b&quot;/&gt;
               &lt;o base=&quot;a&quot; line=&quot;6&quot; name=&quot;no&quot;/&gt;
               &lt;o line=&quot;7&quot; name=&quot;third&quot;&gt;
                  &lt;o line=&quot;7&quot; name=&quot;b&quot;/&gt;
                  &lt;o line=&quot;7&quot; name=&quot;c&quot;/&gt;
                  &lt;o base=&quot;no&quot; line=&quot;8&quot; name=&quot;yes&quot;/&gt;
                  &lt;o base=&quot;stdout&quot; line=&quot;9&quot;&gt;
                     &lt;o base=&quot;a&quot; line=&quot;9&quot;/&gt;
                     &lt;o base=&quot;b&quot; line=&quot;9&quot;/&gt;
                     &lt;o base=&quot;c&quot; line=&quot;9&quot;/&gt;
                     &lt;o base=&quot;x&quot; line=&quot;9&quot;/&gt;
                  &lt;/o&gt;
                  &lt;o base=&quot;.print&quot; line=&quot;9&quot; method=&quot;&quot;/&gt;
               &lt;/o&gt;
               &lt;o base=&quot;t&quot; line=&quot;10&quot;&gt;
                  &lt;o line=&quot;11&quot; name=&quot;third&quot;&gt;
                     &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;12&quot; name=&quot;msg&quot;&gt;hello, world!&lt;/o&gt;
                  &lt;/o&gt;
               &lt;/o&gt;
               &lt;o base=&quot;f&quot; line=&quot;13&quot;&gt;
                  &lt;o line=&quot;14&quot; name=&quot;third&quot;&gt;
                     &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;15&quot; name=&quot;msg&quot;&gt;hello, world!&lt;/o&gt;
                  &lt;/o&gt;
               &lt;/o&gt;
               &lt;o line=&quot;16&quot;&gt;
                  &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;17&quot;&gt;Failure&lt;/o&gt;
               &lt;/o&gt;
            &lt;/o&gt;
         &lt;/o&gt;
      &lt;/o&gt;
      &lt;o line=&quot;19&quot; name=&quot;ooo&quot;&gt;
         &lt;o line=&quot;19&quot; name=&quot;aa&quot;/&gt;
         &lt;o line=&quot;20&quot; name=&quot;fff&quot;&gt;
            &lt;o line=&quot;20&quot; name=&quot;bbb&quot;/&gt;
            &lt;o base=&quot;aa&quot; line=&quot;21&quot;/&gt;
            &lt;o base=&quot;.test&quot; line=&quot;21&quot; method=&quot;&quot; name=&quot;a&quot;/&gt;
         &lt;/o&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #1 via abstracts-float-up
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;4&quot;
         name=&quot;float-abstracts.yaml&quot;
         time=&quot;2021-01-13T08:16:16.771Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;[a b] &amp;gt; first
  test:foo
    a &amp;gt; yes
    [] &amp;gt; native /int
    [x b] &amp;gt; second
      a &amp;gt; no
      [b c] &amp;gt; third
        no &amp;gt; yes
        (stdout a b c x).print
      t
        [] &amp;gt; third
          &quot;hello, world!&quot; &amp;gt; msg
      f
        [] &amp;gt; third
          &quot;hello, world!&quot; &amp;gt; msg
      []
        &quot;Failure&quot;

[aa] &amp;gt; ooo
  [bbb] &amp;gt; fff
    aa.test &amp;gt; a

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;objects&gt;
      &lt;o line=&quot;1&quot; name=&quot;first&quot;&gt;
         &lt;o line=&quot;1&quot; name=&quot;a&quot;/&gt;
         &lt;o line=&quot;1&quot; name=&quot;b&quot;/&gt;
         <o as="foo" base="test" line="2">
            <o base="a" line="3" name="yes"/>
            <o atom="int"
               base="first$2$native"
               cut="3"
               line="4"
               name="native"
               ref="4">
               <o as="a" base="a" level="1"/>
               <o as="b" base="b" level="1"/>
               <o as="yes" base="yes" level="1"/>
               <o as="second" base="second" level="1"/>
            </o>
            <o base="first$2$second"
               cut="4"
               line="5"
               name="second"
               ref="5">
               <o as="a" base="a" level="1"/>
               <o as="b" base="b" level="1"/>
               <o as="yes" base="yes" level="1"/>
               <o as="native" base="native" level="1"/>
            </o>
         </o>
      </o>
      <o atom="int" line="4" name="first$2$native">
         <o level="1" line="4.1" name="a"/>
         <o level="1" line="4.1" name="b"/>
         <o level="1" line="4.3" name="yes"/>
         <o level="1" line="4.5" name="second"/>
      </o>
      <o line="5" name="first$2$second">
         <o line="5" name="x"/>
         <o line="5" name="b"/>
         <o base="a" line="6" name="no"/>
         <o base="first$2$second$third"
            cut="7"
            line="7"
            name="third"
            ref="7">
            <o as="x" base="x" level="1"/>
            <o as="b" base="b" level="1"/>
            <o as="no" base="no" level="1"/>
            <o as="a" base="a" level="2"/>
            <o as="b" base="b" level="2"/>
            <o as="yes" base="yes" level="2"/>
            <o as="native" base="native" level="2"/>
         </o>
         <o base="t" line="10">
            <o base="first$2$second$4$third"
               cut="17"
               line="11"
               name="third"
               ref="11">
               <o as="x" base="x" level="1"/>
               <o as="b" base="b" level="1"/>
               <o as="no" base="no" level="1"/>
               <o as="third" base="third" level="1"/>
               <o as="a" base="a" level="2"/>
               <o as="b" base="b" level="2"/>
               <o as="yes" base=&quot;yes&quot; level=&quot;2&quot;/&gt;
               &lt;o as=&quot;native&quot; base=&quot;native&quot; level=&quot;2&quot;/&gt;
            &lt;/o&gt;
         &lt;/o&gt;
         &lt;o base=&quot;f&quot; line=&quot;13&quot;&gt;
            &lt;o base=&quot;first$2$second$5$third&quot;
               cut=&quot;20&quot;
               line=&quot;14&quot;
               name=&quot;third&quot;
               ref=&quot;14&quot;&gt;
               &lt;o as=&quot;x&quot; base=&quot;x&quot; level=&quot;1&quot;/&gt;
               &lt;o as=&quot;b&quot; base=&quot;b&quot; level=&quot;1&quot;/&gt;
               &lt;o as=&quot;no&quot; base=&quot;no&quot; level=&quot;1&quot;/&gt;
               &lt;o as=&quot;third&quot; base=&quot;third&quot; level=&quot;1&quot;/&gt;
               &lt;o as=&quot;a&quot; base=&quot;a&quot; level=&quot;2&quot;/&gt;
               &lt;o as=&quot;b&quot; base=&quot;b&quot; level=&quot;2&quot;/&gt;
               &lt;o as=&quot;yes&quot; base=&quot;yes&quot; level=&quot;2&quot;/&gt;
               &lt;o as=&quot;native&quot; base=&quot;native&quot; level=&quot;2&quot;/&gt;
            &lt;/o&gt;
         &lt;/o&gt;
         &lt;o base=&quot;first$2$second$&quot; cut=&quot;23&quot; line=&quot;16&quot; ref=&quot;16&quot;&gt;
            &lt;o as=&quot;x&quot; base=&quot;x&quot; level=&quot;1&quot;/&gt;
            &lt;o as=&quot;b&quot; base=&quot;b&quot; level=&quot;1&quot;/&gt;
            &lt;o as=&quot;no&quot; base=&quot;no&quot; level=&quot;1&quot;/&gt;
            &lt;o as=&quot;third&quot; base=&quot;third&quot; level=&quot;1&quot;/&gt;
            &lt;o as=&quot;a&quot; base=&quot;a&quot; level=&quot;2&quot;/&gt;
            &lt;o as=&quot;b&quot; base=&quot;b&quot; level=&quot;2&quot;/&gt;
            &lt;o as=&quot;yes&quot; base=&quot;yes&quot; level=&quot;2&quot;/&gt;
            &lt;o as=&quot;native&quot; base=&quot;native&quot; level=&quot;2&quot;/&gt;
         &lt;/o&gt;
         &lt;o level=&quot;1&quot; line=&quot;5.1&quot; name=&quot;a&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;5.1&quot; name=&quot;b&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;5.3&quot; name=&quot;yes&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;5.4&quot; name=&quot;native&quot;/&gt;
      &lt;/o&gt;
      &lt;o line=&quot;7&quot; name=&quot;first$2$second$third&quot;&gt;
         &lt;o line=&quot;7&quot; name=&quot;b&quot;/&gt;
         &lt;o line=&quot;7&quot; name=&quot;c&quot;/&gt;
         &lt;o base=&quot;no&quot; line=&quot;8&quot; name=&quot;yes&quot;/&gt;
         &lt;o base=&quot;stdout&quot; line=&quot;9&quot;&gt;
            &lt;o base=&quot;a&quot; line=&quot;9&quot;/&gt;
            &lt;o base=&quot;b&quot; line=&quot;9&quot;/&gt;
            &lt;o base=&quot;c&quot; line=&quot;9&quot;/&gt;
            &lt;o base=&quot;x&quot; line=&quot;9&quot;/&gt;
         &lt;/o&gt;
         &lt;o base=&quot;.print&quot; line=&quot;9&quot; method=&quot;&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;7.5&quot; name=&quot;x&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;7.5&quot; name=&quot;b&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;7.6&quot; name=&quot;no&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;7.1&quot; name=&quot;a&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;7.1&quot; name=&quot;b&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;7.3&quot; name=&quot;yes&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;7.4&quot; name=&quot;native&quot;/&gt;
      &lt;/o&gt;
      &lt;o line=&quot;11&quot; name=&quot;first$2$second$4$third&quot;&gt;
         &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;12&quot; name=&quot;msg&quot;&gt;hello, world!&lt;/o&gt;
         &lt;o level=&quot;1&quot; line=&quot;11.5&quot; name=&quot;x&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;11.5&quot; name=&quot;b&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;11.6&quot; name=&quot;no&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;11.7&quot; name=&quot;third&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;11.1&quot; name=&quot;a&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;11.1&quot; name=&quot;b&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;11.3&quot; name=&quot;yes&quot;/&gt;
         &lt;o level=&quot;2&quot; line="11.4" name="native"/>
      </o>
      <o line="14" name="first$2$second$5$third">
         <o base="string" data="string" line="15" name="msg">hello, world!</o>
         <o level="1" line="14.5" name="x"/>
         <o level="1" line="14.5" name="b"/>
         <o level="1" line="14.6" name="no"/>
         <o level="1" line="14.7" name="third"/>
         <o level="2" line="14.1" name="a"/>
         <o level="2" line="14.1" name="b"/>
         <o level="2" line="14.3" name="yes"/>
         <o level="2" line="14.4" name="native"/>
      </o>
      <o line="16" name="first$2$second$">
         <o base="string" data="string" line="17">Failure</o>
         <o level="1" line="16.5" name="x"/>
         <o level="1" line="16.5" name="b"/>
         <o level="1" line="16.6" name="no"/>
         <o level="1" line="16.7" name="third"/>
         <o level="2" line="16.1" name="a"/>
         <o level="2" line="16.1" name="b"/>
         <o level="2" line="16.3" name="yes"/>
         <o level="2" line="16.4" name="native"/>
      </o>
      <o line="19" name="ooo">
         <o line="19" name="aa"/>
         <o base="ooo$fff" cut="29" line="20" name="fff" ref="20">
            <o as="aa" base="aa" level="1"/>
         </o>
      </o>
      &lt;o line=&quot;20&quot; name=&quot;ooo$fff&quot;&gt;
         &lt;o line=&quot;20&quot; name=&quot;bbb&quot;/&gt;
         &lt;o base=&quot;aa&quot; line=&quot;21&quot;/&gt;
         &lt;o base=&quot;.test&quot; line=&quot;21&quot; method=&quot;&quot; name=&quot;a&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;20.19&quot; name=&quot;aa&quot;/&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #2 via remove-levels
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;4&quot;
         name=&quot;float-abstracts.yaml&quot;
         time=&quot;2021-01-13T08:16:16.771Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;[a b] &amp;gt; first
  test:foo
    a &amp;gt; yes
    [] &amp;gt; native /int
    [x b] &amp;gt; second
      a &amp;gt; no
      [b c] &amp;gt; third
        no &amp;gt; yes
        (stdout a b c x).print
      t
        [] &amp;gt; third
          &quot;hello, world!&quot; &amp;gt; msg
      f
        [] &amp;gt; third
          &quot;hello, world!&quot; &amp;gt; msg
      []
        &quot;Failure&quot;

[aa] &amp;gt; ooo
  [bbb] &amp;gt; fff
    aa.test &amp;gt; a

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;objects&gt;
      &lt;o line=&quot;1&quot; name=&quot;first&quot;&gt;
         &lt;o line=&quot;1&quot; name=&quot;a&quot;/&gt;
         &lt;o line=&quot;1&quot; name=&quot;b&quot;/&gt;
         &lt;o as=&quot;foo&quot; base=&quot;test&quot; line=&quot;2&quot;&gt;
            &lt;o base=&quot;a&quot; line=&quot;3&quot; name=&quot;yes&quot;/&gt;
            &lt;o atom=&quot;int&quot;
               base=&quot;first$2$native&quot;
               cut=&quot;3&quot;
               line=&quot;4&quot;
               name=&quot;native&quot;
               ref=&quot;4&quot;&gt;
               &lt;o as=&quot;a&quot; base=&quot;a&quot; level=&quot;1&quot;/&gt;
               &lt;o as=&quot;b&quot; base=&quot;b&quot; level=&quot;1&quot;/&gt;
               &lt;o as=&quot;yes&quot; base=&quot;yes&quot; level=&quot;1&quot;/&gt;
               &lt;o as=&quot;second&quot; base=&quot;second&quot; level=&quot;1&quot;/&gt;
            &lt;/o&gt;
            &lt;o base=&quot;first$2$second&quot;
               cut=&quot;4&quot;
               line=&quot;5&quot;
               name=&quot;second&quot;
               ref=&quot;5&quot;&gt;
               &lt;o as=&quot;a&quot; base=&quot;a&quot; level=&quot;1&quot;/&gt;
               &lt;o as=&quot;b&quot; base=&quot;b&quot; level=&quot;1&quot;/&gt;
               &lt;o as=&quot;yes&quot; base=&quot;yes&quot; level=&quot;1&quot;/&gt;
               &lt;o as=&quot;native&quot; base=&quot;native&quot; level=&quot;1&quot;/&gt;
            &lt;/o&gt;
         &lt;/o&gt;
      &lt;/o&gt;
      &lt;o atom=&quot;int&quot; line=&quot;4&quot; name=&quot;first$2$native&quot;&gt;
         &lt;o level=&quot;1&quot; line=&quot;4.1&quot; name=&quot;a&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;4.1&quot; name=&quot;b&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;4.3&quot; name=&quot;yes&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;4.5&quot; name=&quot;second&quot;/&gt;
      &lt;/o&gt;
      &lt;o line=&quot;5&quot; name=&quot;first$2$second&quot;&gt;
         &lt;o line=&quot;5&quot; name=&quot;x&quot;/&gt;
         &lt;o line=&quot;5&quot; name=&quot;b&quot;/&gt;
         &lt;o base=&quot;a&quot; line=&quot;6&quot; name=&quot;no&quot;/&gt;
         &lt;o base=&quot;first$2$second$third&quot;
            cut=&quot;7&quot;
            line=&quot;7&quot;
            name=&quot;third&quot;
            ref=&quot;7&quot;&gt;
            &lt;o as=&quot;x&quot; base=&quot;x&quot; level=&quot;1&quot;/&gt;
            &lt;o as=&quot;b&quot; base=&quot;b&quot; level=&quot;1&quot;/&gt;
            &lt;o as=&quot;no&quot; base=&quot;no&quot; level=&quot;1&quot;/&gt;
            &lt;o as=&quot;a&quot; base=&quot;a&quot; level=&quot;2&quot;/&gt;
            <o as="yes" base="yes" level="2"/>
            <o as="native" base="native" level="2"/>
         </o>
         <o base="t" line="10">
            <o base="first$2$second$4$third"
               cut="17"
               line="11"
               name="third"
               ref="11">
               <o as="x" base="x" level="1"/>
               <o as="b" base="b" level="1"/>
               <o as="no" base="no" level="1"/>
               <o as="third" base="third" level="1"/>
               <o as="a" base="a" level="2"/>
               <o as="yes" base="yes" level="2"/>
               <o as="native" base="native" level="2"/>
            </o>
         </o>
         <o base="f" line="13">
            <o base="first$2$second$5$third"
               cut="20"
               line="14"
               name="third"
               ref="14">
               <o as="x" base="x" level="1"/>
               <o as="b" base="b" level="1"/>
               <o as="no" base="no" level="1"/>
               <o as="third" base="third" level="1"/>
               <o as="a" base="a" level="2"/>
               <o as="yes" base="yes" level="2"/>
               <o as="native" base="native" level="2"/>
            </o>
         </o>
         <o base="first$2$second$" cut="23" line="16" ref="16">
            <o as="x" base="x" level="1"/>
            <o as="b" base="b" level="1"/>
            <o as="no" base="no" level="1"/>
            <o as="third" base="third" level="1"/>
            <o as="a" base="a" level="2"/>
            <o as="yes" base="yes" level="2"/>
            <o as="native" base="native" level="2"/>
         </o>
         <o level="1" line="5.1" name="a"/>
         <o level="1" line="5.3" name=&quot;yes&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;5.4&quot; name=&quot;native&quot;/&gt;
      &lt;/o&gt;
      &lt;o line=&quot;7&quot; name=&quot;first$2$second$third&quot;&gt;
         &lt;o line=&quot;7&quot; name=&quot;b&quot;/&gt;
         &lt;o line=&quot;7&quot; name=&quot;c&quot;/&gt;
         &lt;o base=&quot;no&quot; line=&quot;8&quot; name=&quot;yes&quot;/&gt;
         &lt;o base=&quot;stdout&quot; line=&quot;9&quot;&gt;
            &lt;o base=&quot;a&quot; line=&quot;9&quot;/&gt;
            &lt;o base=&quot;b&quot; line=&quot;9&quot;/&gt;
            &lt;o base=&quot;c&quot; line=&quot;9&quot;/&gt;
            &lt;o base=&quot;x&quot; line=&quot;9&quot;/&gt;
         &lt;/o&gt;
         &lt;o base=&quot;.print&quot; line=&quot;9&quot; method=&quot;&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;7.5&quot; name=&quot;x&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;7.6&quot; name=&quot;no&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;7.1&quot; name=&quot;a&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;7.4&quot; name=&quot;native&quot;/&gt;
      &lt;/o&gt;
      &lt;o line=&quot;11&quot; name=&quot;first$2$second$4$third&quot;&gt;
         &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;12&quot; name=&quot;msg&quot;&gt;hello, world!&lt;/o&gt;
         &lt;o level=&quot;1&quot; line=&quot;11.5&quot; name=&quot;x&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;11.5&quot; name=&quot;b&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;11.6&quot; name=&quot;no&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;11.7&quot; name=&quot;third&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;11.1&quot; name=&quot;a&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;11.3&quot; name=&quot;yes&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;11.4&quot; name=&quot;native&quot;/&gt;
      &lt;/o&gt;
      &lt;o line=&quot;14&quot; name=&quot;first$2$second$5$third&quot;&gt;
         &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;15&quot; name=&quot;msg&quot;&gt;hello, world!&lt;/o&gt;
         &lt;o level=&quot;1&quot; line=&quot;14.5&quot; name=&quot;x&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;14.5&quot; name=&quot;b&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;14.6&quot; name=&quot;no&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;14.7&quot; name=&quot;third&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;14.1&quot; name=&quot;a&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;14.3&quot; name=&quot;yes&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;14.4&quot; name=&quot;native&quot;/&gt;
      &lt;/o&gt;
      &lt;o line=&quot;16&quot; name=&quot;first$2$second$&quot;&gt;
         &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;17&quot;&gt;Failure&lt;/o&gt;
         &lt;o level=&quot;1&quot; line=&quot;16.5&quot; name=&quot;x&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;16.5&quot; name=&quot;b&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;16.6&quot; name=&quot;no&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;16.7&quot; name=&quot;third&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;16.1&quot; name=&quot;a&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;16.3&quot; name=&quot;yes&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;16.4&quot; name=&quot;native&quot;/&gt;
      &lt;/o&gt;
      &lt;o line=&quot;19&quot; name=&quot;ooo&quot;&gt;
         &lt;o line=&quot;19&quot; name=&quot;aa&quot;/&gt;
         &lt;o base=&quot;ooo$fff&quot; cut=&quot;29&quot; line=&quot;20&quot; name=&quot;fff&quot; ref=&quot;20&quot;&gt;
            &lt;o as=&quot;aa&quot; base=&quot;aa&quot; level=&quot;1&quot;/&gt;
         &lt;/o&gt;
      &lt;/o&gt;
      &lt;o line=&quot;20&quot; name=&quot;ooo$fff&quot;&gt;
         &lt;o line=&quot;20&quot; name=&quot;bbb&quot;/&gt;
         &lt;o base=&quot;aa&quot; line=&quot;21&quot;/&gt;
         &lt;o base=&quot;.test&quot; line=&quot;21&quot; method=&quot;&quot; name=&quot;a&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;20.19&quot; name=&quot;aa&quot;/&gt;
      &lt;/o&gt;
   &lt;/objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #3 via add-refs
<?xml version="1.0" encoding="UTF-8"?>
<program ms="4"
         name="float-abstracts.yaml"
         time="2021-01-13T08:16:16.771Z"
         version="1.0-SNAPSHOT">
   <listing>[a b] &gt; first
  test:foo
    a &gt; yes
    [] &gt; native /int
    [x b] &gt; second
      a &gt; no
      [b c] &gt; third
        no &gt; yes
        (stdout a b c x).print
      t
        [] &gt; third
          "hello, world!" &gt; msg
      f
        [] &gt; third
          "hello, world!" &gt; msg
      []
        "Failure"

[aa] &gt; ooo
  [bbb] &gt; fff
    aa.test &gt; a

&lt;EOF&gt;</listing>
   <errors/>
   <objects>
      <o line="1" name="first">
         <o line="1" name="a"/>
         <o line="1" name="b"/>
         <o as="foo" base="test" line="2">
            <o base="a" line="3" name="yes" ref="1"/>
            <o atom="int"
               base="first$2$native"
               cut="3"
               line="4"
               name="native"
               ref="4">
               <o as="a" base="a" level="1" ref="1"/>
               <o as="b" base="b" level="1" ref="1"/>
               <o as="yes" base="yes" level="1" ref="3"/>
               <o as="second" base="second" level="1" ref="5"/>
            </o>
            <o base="first$2$second"
               cut="4"
               line="5"
               name="second"
               ref="5">
               <o as="a" base="a" level="1" ref="1"/>
               <o as="b" base=&quot;b&quot; level=&quot;1&quot; ref=&quot;1&quot;/&gt;
               &lt;o as=&quot;yes&quot; base=&quot;yes&quot; level=&quot;1&quot; ref=&quot;3&quot;/&gt;
               &lt;o as=&quot;native&quot; base=&quot;native&quot; level=&quot;1&quot; ref=&quot;4&quot;/&gt;
            &lt;/o&gt;
         &lt;/o&gt;
      &lt;/o&gt;
      &lt;o atom=&quot;int&quot; line=&quot;4&quot; name=&quot;first$2$native&quot;&gt;
         &lt;o level=&quot;1&quot; line=&quot;4.1&quot; name=&quot;a&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;4.1&quot; name=&quot;b&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;4.3&quot; name=&quot;yes&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;4.5&quot; name=&quot;second&quot;/&gt;
      &lt;/o&gt;
      &lt;o line=&quot;5&quot; name=&quot;first$2$second&quot;&gt;
         &lt;o line=&quot;5&quot; name=&quot;x&quot;/&gt;
         &lt;o line=&quot;5&quot; name=&quot;b&quot;/&gt;
         &lt;o base=&quot;a&quot; line=&quot;6&quot; name=&quot;no&quot; ref=&quot;5.1&quot;/&gt;
         &lt;o base=&quot;first$2$second$third&quot;
            cut=&quot;7&quot;
            line=&quot;7&quot;
            name=&quot;third&quot;
            ref=&quot;7&quot;&gt;
            &lt;o as=&quot;x&quot; base=&quot;x&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
            &lt;o as=&quot;b&quot; base=&quot;b&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
            &lt;o as=&quot;no&quot; base=&quot;no&quot; level=&quot;1&quot; ref=&quot;6&quot;/&gt;
            &lt;o as=&quot;a&quot; base=&quot;a&quot; level=&quot;2&quot; ref=&quot;5.1&quot;/&gt;
            &lt;o as=&quot;yes&quot; base=&quot;yes&quot; level=&quot;2&quot; ref=&quot;5.3&quot;/&gt;
            &lt;o as=&quot;native&quot; base=&quot;native&quot; level=&quot;2&quot; ref=&quot;5.4&quot;/&gt;
         &lt;/o&gt;
         &lt;o base=&quot;t&quot; line=&quot;10&quot;&gt;
            &lt;o base=&quot;first$2$second$4$third&quot;
               cut=&quot;17&quot;
               line=&quot;11&quot;
               name=&quot;third&quot;
               ref=&quot;11&quot;&gt;
               &lt;o as=&quot;x&quot; base=&quot;x&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
               &lt;o as=&quot;b&quot; base=&quot;b&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
               &lt;o as=&quot;no&quot; base=&quot;no&quot; level=&quot;1&quot; ref=&quot;6&quot;/&gt;
               &lt;o as=&quot;third&quot; base=&quot;third&quot; level=&quot;1&quot; ref=&quot;11&quot;/&gt;
               &lt;o as=&quot;a&quot; base=&quot;a&quot; level=&quot;2&quot; ref=&quot;5.1&quot;/&gt;
               &lt;o as=&quot;yes&quot; base=&quot;yes&quot; level=&quot;2&quot; ref=&quot;5.3&quot;/&gt;
               &lt;o as=&quot;native&quot; base=&quot;native&quot; level=&quot;2&quot; ref=&quot;5.4&quot;/&gt;
            &lt;/o&gt;
         &lt;/o&gt;
         &lt;o base=&quot;f&quot; line=&quot;13&quot;&gt;
            &lt;o base=&quot;first$2$second$5$third&quot;
               cut=&quot;20&quot;
               line=&quot;14&quot;
               name=&quot;third&quot;
               ref=&quot;14&quot;&gt;
               &lt;o as=&quot;x&quot; base=&quot;x&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
               &lt;o as=&quot;b&quot; base=&quot;b&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
               &lt;o as=&quot;no&quot; base=&quot;no&quot; level=&quot;1&quot; ref=&quot;6&quot;/&gt;
               &lt;o as=&quot;third&quot; base=&quot;third&quot; level=&quot;1&quot; ref=&quot;14&quot;/&gt;
               &lt;o as=&quot;a&quot; base=&quot;a&quot; level=&quot;2&quot; ref=&quot;5.1&quot;/&gt;
               &lt;o as=&quot;yes&quot; base=&quot;yes&quot; level=&quot;2&quot; ref=&quot;5.3&quot;/&gt;
               &lt;o as=&quot;native&quot; base=&quot;native&quot; level=&quot;2&quot; ref=&quot;5.4&quot;/&gt;
            &lt;/o&gt;
         &lt;/o&gt;
         &lt;o base=&quot;first$2$second$&quot; cut=&quot;23&quot; line=&quot;16&quot; ref=&quot;16&quot;&gt;
            &lt;o as=&quot;x&quot; base="x" level="1" ref="5"/>
            <o as="b" base="b" level="1" ref="5"/>
            <o as="no" base="no" level="1" ref="6"/>
            <o as="third" base="third" level="1" ref="7"/>
            <o as="a" base="a" level="2" ref="5.1"/>
            <o as="yes" base="yes" level="2" ref="5.3"/>
            <o as="native" base="native" level="2" ref="5.4"/>
         </o>
         <o level="1" line="5.1" name="a"/>
         <o level="1" line="5.3" name="yes"/>
         <o level="1" line="5.4" name="native"/>
      </o>
      <o line="7" name="first$2$second$third">
         <o line="7" name="b"/>
         <o line="7" name="c"/>
         <o base="no" line="8" name="yes" ref="7.6"/>
         <o base="stdout" line="9">
            <o base="a" line="9" ref="7.1"/>
            <o base="b" line="9" ref="7"/>
            <o base="c" line="9" ref="7"/>
            <o base="x" line="9" ref="7.5"/>
         </o>
         <o base=".print" line="9" method=""/>
         <o level="1" line="7.5" name="x"/>
         <o level="1" line="7.6" name="no"/>
         <o level="2" line="7.1" name="a"/>
         <o level="2" line="7.4" name="native"/>
      </o>
      <o line="11" name="first$2$second$4$third">
         <o base="string" data="string" line="12" name="msg">hello, world!</o>
         <o level="1" line="11.5" name="x"/>
         <o level="1" line="11.5" name="b"/>
         <o level="1" line="11.6" name="no"/>
         <o level="1" line="11.7" name="third"/>
         <o level=&quot;2&quot; line=&quot;11.1&quot; name=&quot;a&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;11.3&quot; name=&quot;yes&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;11.4&quot; name=&quot;native&quot;/&gt;
      &lt;/o&gt;
      &lt;o line=&quot;14&quot; name=&quot;first$2$second$5$third&quot;&gt;
         &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;15&quot; name=&quot;msg&quot;&gt;hello, world!&lt;/o&gt;
         &lt;o level=&quot;1&quot; line=&quot;14.5&quot; name=&quot;x&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;14.5&quot; name=&quot;b&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;14.6&quot; name=&quot;no&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;14.7&quot; name=&quot;third&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;14.1&quot; name=&quot;a&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;14.3&quot; name=&quot;yes&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;14.4&quot; name=&quot;native&quot;/&gt;
      &lt;/o&gt;
      &lt;o line=&quot;16&quot; name=&quot;first$2$second$&quot;&gt;
         &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;17&quot;&gt;Failure&lt;/o&gt;
         &lt;o level=&quot;1&quot; line=&quot;16.5&quot; name=&quot;x&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;16.5&quot; name=&quot;b&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;16.6&quot; name=&quot;no&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;16.7&quot; name=&quot;third&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;16.1&quot; name=&quot;a&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;16.3&quot; name=&quot;yes&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;16.4&quot; name=&quot;native&quot;/&gt;
      &lt;/o&gt;
      &lt;o line=&quot;19&quot; name=&quot;ooo&quot;&gt;
         &lt;o line=&quot;19&quot; name=&quot;aa&quot;/&gt;
         &lt;o base=&quot;ooo$fff&quot; cut=&quot;29&quot; line=&quot;20&quot; name=&quot;fff&quot; ref=&quot;20&quot;&gt;
            &lt;o as=&quot;aa&quot; base=&quot;aa&quot; level=&quot;1&quot; ref=&quot;19&quot;/&gt;
         &lt;/o&gt;
      &lt;/o&gt;
      &lt;o line=&quot;20&quot; name=&quot;ooo$fff&quot;&gt;
         &lt;o line=&quot;20&quot; name=&quot;bbb&quot;/&gt;
         &lt;o base=&quot;aa&quot; line=&quot;21&quot; ref=&quot;20.19&quot;/&gt;
         &lt;o base=&quot;.test&quot; line=&quot;21&quot; method=&quot;&quot; name=&quot;a&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;20.19&quot; name=&quot;aa&quot;/&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #4 via same-line-names
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;4&quot;
         name=&quot;float-abstracts.yaml&quot;
         time=&quot;2021-01-13T08:16:16.771Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;[a b] &amp;gt; first
  test:foo
    a &amp;gt; yes
    [] &amp;gt; native /int
    [x b] &amp;gt; second
      a &amp;gt; no
      [b c] &amp;gt; third
        no &amp;gt; yes
        (stdout a b c x).print
      t
        [] &amp;gt; third
          &quot;hello, world!&quot; &amp;gt; msg
      f
        [] &amp;gt; third
          &quot;hello, world!&quot; &amp;gt; msg
      []
        &quot;Failure&quot;

[aa] &amp;gt; ooo
  [bbb] &amp;gt; fff
    aa.test &amp;gt; a

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;objects&gt;
      &lt;o line=&quot;1&quot; name=&quot;first&quot;&gt;
         &lt;o line=&quot;1&quot; name=&quot;a&quot;/&gt;
         &lt;o line=&quot;1&quot; name=&quot;b&quot;/&gt;
         &lt;o as=&quot;foo&quot; base=&quot;test&quot; line=&quot;2&quot;&gt;
            &lt;o base=&quot;a&quot; line=&quot;3&quot; name=&quot;yes&quot; ref=&quot;1&quot;/&gt;
            &lt;o atom=&quot;int&quot;
               base=&quot;first$2$native&quot;
               cut=&quot;3&quot;
               line=&quot;4&quot;
               name=&quot;native&quot;
               ref=&quot;4&quot;&gt;
               &lt;o as=&quot;a&quot; base=&quot;a&quot; level=&quot;1&quot; ref=&quot;1&quot;/&gt;
               <o as="b" base="b" level="1" ref="1"/>
               <o as="yes" base="yes" level="1" ref="3"/>
               <o as="second" base="second" level="1" ref="5"/>
            </o>
            <o base="first$2$second"
               cut="4"
               line="5"
               name="second"
               ref="5">
               <o as="a" base="a" level="1" ref="1"/>
               <o as="b" base="b" level="1" ref="1"/>
               <o as="yes" base="yes" level="1" ref="3"/>
               <o as="native" base="native" level="1" ref="4"/>
            </o>
         </o>
      </o>
      <o atom="int" line="4" name="first$2$native">
         <o level="1" line="4.1" name="a"/>
         <o level="1" line="4.1" name="b"/>
         <o level="1" line="4.3" name="yes"/>
         <o level="1" line="4.5" name="second"/>
      </o>
      <o line="5" name="first$2$second">
         <o line="5" name="x"/>
         <o line="5" name="b"/>
         <o base="a" line="6" name="no" ref="5.1"/>
         <o base="first$2$second$third"
            cut="7"
            line="7"
            name="third"
            ref="7">
            <o as="x" base="x" level="1" ref="5"/>
            <o as="b" base="b" level="1" ref="5"/>
            <o as="no" base="no" level="1" ref="6"/>
            <o as="a" base="a" level="2" ref="5.1"/>
            <o as="yes" base="yes" level="2" ref="5.3"/>
            <o as="native" base="native" level="2" ref="5.4"/>
         </o>
         &lt;o base=&quot;t&quot; line=&quot;10&quot;&gt;
            &lt;o base=&quot;first$2$second$4$third&quot;
               cut=&quot;17&quot;
               line=&quot;11&quot;
               name=&quot;third&quot;
               ref=&quot;11&quot;&gt;
               &lt;o as=&quot;x&quot; base=&quot;x&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
               &lt;o as=&quot;b&quot; base=&quot;b&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
               &lt;o as=&quot;no&quot; base=&quot;no&quot; level=&quot;1&quot; ref=&quot;6&quot;/&gt;
               &lt;o as=&quot;third&quot; base=&quot;third&quot; level=&quot;1&quot; ref=&quot;11&quot;/&gt;
               &lt;o as=&quot;a&quot; base=&quot;a&quot; level=&quot;2&quot; ref=&quot;5.1&quot;/&gt;
               &lt;o as=&quot;yes&quot; base=&quot;yes&quot; level=&quot;2&quot; ref=&quot;5.3&quot;/&gt;
               &lt;o as=&quot;native&quot; base=&quot;native&quot; level=&quot;2&quot; ref=&quot;5.4&quot;/&gt;
            &lt;/o&gt;
         &lt;/o&gt;
         &lt;o base=&quot;f&quot; line=&quot;13&quot;&gt;
            &lt;o base=&quot;first$2$second$5$third&quot;
               cut=&quot;20&quot;
               line=&quot;14&quot;
               name=&quot;third&quot;
               ref=&quot;14&quot;&gt;
               &lt;o as=&quot;x&quot; base=&quot;x&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
               &lt;o as=&quot;b&quot; base=&quot;b&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
               &lt;o as=&quot;no&quot; base=&quot;no&quot; level=&quot;1&quot; ref=&quot;6&quot;/&gt;
               &lt;o as=&quot;third&quot; base=&quot;third&quot; level=&quot;1&quot; ref=&quot;14&quot;/&gt;
               &lt;o as=&quot;a&quot; base=&quot;a&quot; level=&quot;2&quot; ref=&quot;5.1&quot;/&gt;
               &lt;o as=&quot;yes&quot; base=&quot;yes&quot; level=&quot;2&quot; ref=&quot;5.3&quot;/&gt;
               &lt;o as=&quot;native&quot; base=&quot;native&quot; level=&quot;2&quot; ref=&quot;5.4&quot;/&gt;
            &lt;/o&gt;
         &lt;/o&gt;
         &lt;o base=&quot;first$2$second$&quot; cut=&quot;23&quot; line=&quot;16&quot; ref=&quot;16&quot;&gt;
            &lt;o as=&quot;x&quot; base=&quot;x&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
            &lt;o as=&quot;b&quot; base=&quot;b&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
            &lt;o as=&quot;no&quot; base=&quot;no&quot; level=&quot;1&quot; ref=&quot;6&quot;/&gt;
            &lt;o as=&quot;third&quot; base=&quot;third&quot; level=&quot;1&quot; ref=&quot;7&quot;/&gt;
            &lt;o as=&quot;a&quot; base=&quot;a&quot; level=&quot;2&quot; ref=&quot;5.1&quot;/&gt;
            &lt;o as=&quot;yes&quot; base=&quot;yes&quot; level=&quot;2&quot; ref=&quot;5.3&quot;/&gt;
            &lt;o as=&quot;native&quot; base=&quot;native&quot; level=&quot;2&quot; ref=&quot;5.4&quot;/&gt;
         &lt;/o&gt;
         &lt;o level=&quot;1&quot; line=&quot;5.1&quot; name=&quot;a&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;5.3&quot; name=&quot;yes&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;5.4&quot; name=&quot;native&quot;/&gt;
      &lt;/o&gt;
      &lt;o line=&quot;7&quot; name=&quot;first$2$second$third&quot;&gt;
         &lt;o line=&quot;7&quot; name=&quot;b&quot;/&gt;
         &lt;o line=&quot;7&quot; name=&quot;c&quot;/&gt;
         &lt;o base=&quot;no&quot; line=&quot;8&quot; name=&quot;yes&quot; ref=&quot;7.6&quot;/&gt;
         &lt;o base=&quot;stdout&quot; line=&quot;9&quot;&gt;
            &lt;o base=&quot;a&quot; line=&quot;9&quot; ref=&quot;7.1&quot;/&gt;
            &lt;o base=&quot;b&quot; line=&quot;9&quot; ref=&quot;7&quot;/&gt;
            &lt;o base=&quot;c&quot; line=&quot;9&quot; ref=&quot;7&quot;/&gt;
            &lt;o base=&quot;x&quot; line=&quot;9&quot; ref=&quot;7.5&quot;/&gt;
         &lt;/o&gt;
         &lt;o base=&quot;.print&quot; line=&quot;9&quot; method=&quot;&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;7.5&quot; name=&quot;x&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;7.6&quot; name=&quot;no&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;7.1&quot; name=&quot;a&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;7.4&quot; name=&quot;native&quot;/&gt;
      &lt;/o&gt;
      &lt;o line=&quot;11&quot; name="first$2$second$4$third">
         <o base="string" data="string" line="12" name="msg">hello, world!</o>
         <o level="1" line="11.5" name="x"/>
         <o level="1" line="11.5" name="b"/>
         <o level="1" line="11.6" name="no"/>
         <o level="1" line="11.7" name="third"/>
         <o level="2" line="11.1" name="a"/>
         <o level="2" line="11.3" name="yes"/>
         <o level="2" line="11.4" name="native"/>
      </o>
      <o line="14" name="first$2$second$5$third">
         <o base="string" data="string" line="15" name="msg">hello, world!</o>
         <o level="1" line="14.5" name="x"/>
         <o level="1" line="14.5" name="b"/>
         <o level="1" line="14.6" name="no"/>
         <o level="1" line="14.7" name="third"/>
         <o level="2" line="14.1" name="a"/>
         <o level="2" line="14.3" name="yes"/>
         <o level="2" line="14.4" name="native"/>
      </o>
      <o line="16" name="first$2$second$">
         <o base="string" data="string" line="17">Failure</o>
         <o level="1" line="16.5" name="x"/>
         <o level="1" line="16.5" name="b"/>
         <o level="1" line="16.6" name="no"/>
         <o level="1" line="16.7" name="third"/>
         <o level="2" line="16.1" name="a"/>
         <o level="2" line="16.3" name="yes"/>
         <o level=&quot;2&quot; line=&quot;16.4&quot; name=&quot;native&quot;/&gt;
      &lt;/o&gt;
      &lt;o line=&quot;19&quot; name=&quot;ooo&quot;&gt;
         &lt;o line=&quot;19&quot; name=&quot;aa&quot;/&gt;
         &lt;o base=&quot;ooo$fff&quot; cut=&quot;29&quot; line=&quot;20&quot; name=&quot;fff&quot; ref=&quot;20&quot;&gt;
            &lt;o as=&quot;aa&quot; base=&quot;aa&quot; level=&quot;1&quot; ref=&quot;19&quot;/&gt;
         &lt;/o&gt;
      &lt;/o&gt;
      &lt;o line=&quot;20&quot; name=&quot;ooo$fff&quot;&gt;
         &lt;o line=&quot;20&quot; name=&quot;bbb&quot;/&gt;
         &lt;o base=&quot;aa&quot; line=&quot;21&quot; ref=&quot;20.19&quot;/&gt;
         &lt;o base=&quot;.test&quot; line=&quot;21&quot; method=&quot;&quot; name=&quot;a&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;20.19&quot; name=&quot;aa&quot;/&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #5 via duplicate-names
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;4&quot;
         name=&quot;float-abstracts.yaml&quot;
         time=&quot;2021-01-13T08:16:16.771Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;[a b] &amp;gt; first
  test:foo
    a &amp;gt; yes
    [] &amp;gt; native /int
    [x b] &amp;gt; second
      a &amp;gt; no
      [b c] &amp;gt; third
        no &amp;gt; yes
        (stdout a b c x).print
      t
        [] &amp;gt; third
          &quot;hello, world!&quot; &amp;gt; msg
      f
        [] &amp;gt; third
          &quot;hello, world!&quot; &amp;gt; msg
      []
        &quot;Failure&quot;

[aa] &amp;gt; ooo
  [bbb] &amp;gt; fff
    aa.test &amp;gt; a

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;objects&gt;
      &lt;o line=&quot;1&quot; name=&quot;first&quot;&gt;
         &lt;o line=&quot;1&quot; name=&quot;a&quot;/&gt;
         &lt;o line=&quot;1&quot; name=&quot;b&quot;/&gt;
         &lt;o as=&quot;foo&quot; base=&quot;test&quot; line=&quot;2&quot;&gt;
            &lt;o base=&quot;a&quot; line=&quot;3&quot; name=&quot;yes&quot; ref=&quot;1&quot;/&gt;
            &lt;o atom=&quot;int&quot;
               base=&quot;first$2$native&quot;
               cut=&quot;3&quot;
               line=&quot;4&quot;
               name=&quot;native&quot;
               ref=&quot;4&quot;&gt;
               &lt;o as=&quot;a&quot; base=&quot;a&quot; level=&quot;1&quot; ref=&quot;1&quot;/&gt;
               &lt;o as=&quot;b&quot; base=&quot;b&quot; level=&quot;1&quot; ref=&quot;1&quot;/&gt;
               &lt;o as=&quot;yes&quot; base=&quot;yes&quot; level=&quot;1&quot; ref=&quot;3&quot;/&gt;
               &lt;o as=&quot;second&quot; base=&quot;second&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
            &lt;/o&gt;
            &lt;o base=&quot;first$2$second&quot;
               cut=&quot;4&quot;
               line=&quot;5&quot;
               name=&quot;second&quot;
               ref=&quot;5&quot;&gt;
               &lt;o as=&quot;a&quot; base=&quot;a&quot; level=&quot;1&quot; ref=&quot;1&quot;/&gt;
               &lt;o as=&quot;b&quot; base=&quot;b&quot; level=&quot;1&quot; ref=&quot;1&quot;/&gt;
               &lt;o as=&quot;yes&quot; base=&quot;yes&quot; level=&quot;1&quot; ref=&quot;3&quot;/&gt;
               &lt;o as=&quot;native&quot; base=&quot;native&quot; level=&quot;1&quot; ref=&quot;4&quot;/&gt;
            &lt;/o&gt;
         &lt;/o&gt;
      &lt;/o&gt;
      &lt;o atom=&quot;int&quot; line=&quot;4&quot; name=&quot;first$2$native&quot;&gt;
         &lt;o level=&quot;1&quot; line=&quot;4.1&quot; name=&quot;a&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;4.1&quot; name=&quot;b&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;4.3&quot; name=&quot;yes&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;4.5&quot; name=&quot;second&quot;/&gt;
      &lt;/o&gt;
      &lt;o line=&quot;5&quot; name=&quot;first$2$second&quot;&gt;
         &lt;o line=&quot;5&quot; name=&quot;x&quot;/&gt;
         &lt;o line=&quot;5&quot; name="b"/>
         <o base="a" line="6" name="no" ref="5.1"/>
         <o base="first$2$second$third"
            cut="7"
            line="7"
            name="third"
            ref="7">
            <o as="x" base="x" level="1" ref="5"/>
            <o as="b" base="b" level="1" ref="5"/>
            <o as="no" base="no" level="1" ref="6"/>
            <o as="a" base="a" level="2" ref="5.1"/>
            <o as="yes" base="yes" level="2" ref="5.3"/>
            <o as="native" base="native" level="2" ref="5.4"/>
         </o>
         <o base="t" line="10">
            <o base="first$2$second$4$third"
               cut="17"
               line="11"
               name="third"
               ref="11">
               <o as="x" base="x" level="1" ref="5"/>
               <o as="b" base="b" level="1" ref="5"/>
               <o as="no" base="no" level="1" ref="6"/>
               <o as="third" base="third" level="1" ref="11"/>
               <o as="a" base="a" level="2" ref="5.1"/>
               <o as="yes" base="yes" level="2" ref="5.3"/>
               <o as="native" base="native" level="2" ref="5.4"/>
            </o>
         </o>
         <o base="f" line="13">
            <o base="first$2$second$5$third"
               cut="20"
               line="14"
               name="third"
               ref="14">
               <o as="x" base="x" level="1" ref="5"/>
               <o as="b" base="b" level="1" ref="5"/>
               <o as="no" base="no" level="1" ref="6"/>
               <o as="third" base="third" level="1" ref="14"/>
               <o as="a" base="a" level="2" ref="5.1"/>
               &lt;o as=&quot;yes&quot; base=&quot;yes&quot; level=&quot;2&quot; ref=&quot;5.3&quot;/&gt;
               &lt;o as=&quot;native&quot; base=&quot;native&quot; level=&quot;2&quot; ref=&quot;5.4&quot;/&gt;
            &lt;/o&gt;
         &lt;/o&gt;
         &lt;o base=&quot;first$2$second$&quot; cut=&quot;23&quot; line=&quot;16&quot; ref=&quot;16&quot;&gt;
            &lt;o as=&quot;x&quot; base=&quot;x&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
            &lt;o as=&quot;b&quot; base=&quot;b&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
            &lt;o as=&quot;no&quot; base=&quot;no&quot; level=&quot;1&quot; ref=&quot;6&quot;/&gt;
            &lt;o as=&quot;third&quot; base=&quot;third&quot; level=&quot;1&quot; ref=&quot;7&quot;/&gt;
            &lt;o as=&quot;a&quot; base=&quot;a&quot; level=&quot;2&quot; ref=&quot;5.1&quot;/&gt;
            &lt;o as=&quot;yes&quot; base=&quot;yes&quot; level=&quot;2&quot; ref=&quot;5.3&quot;/&gt;
            &lt;o as=&quot;native&quot; base=&quot;native&quot; level=&quot;2&quot; ref=&quot;5.4&quot;/&gt;
         &lt;/o&gt;
         &lt;o level=&quot;1&quot; line=&quot;5.1&quot; name=&quot;a&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;5.3&quot; name=&quot;yes&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;5.4&quot; name=&quot;native&quot;/&gt;
      &lt;/o&gt;
      &lt;o line=&quot;7&quot; name=&quot;first$2$second$third&quot;&gt;
         &lt;o line=&quot;7&quot; name=&quot;b&quot;/&gt;
         &lt;o line=&quot;7&quot; name=&quot;c&quot;/&gt;
         &lt;o base=&quot;no&quot; line=&quot;8&quot; name=&quot;yes&quot; ref=&quot;7.6&quot;/&gt;
         &lt;o base=&quot;stdout&quot; line=&quot;9&quot;&gt;
            &lt;o base=&quot;a&quot; line=&quot;9&quot; ref=&quot;7.1&quot;/&gt;
            &lt;o base=&quot;b&quot; line=&quot;9&quot; ref=&quot;7&quot;/&gt;
            &lt;o base=&quot;c&quot; line=&quot;9&quot; ref=&quot;7&quot;/&gt;
            &lt;o base=&quot;x&quot; line=&quot;9&quot; ref=&quot;7.5&quot;/&gt;
         &lt;/o&gt;
         &lt;o base=&quot;.print&quot; line=&quot;9&quot; method=&quot;&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;7.5&quot; name=&quot;x&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;7.6&quot; name=&quot;no&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;7.1&quot; name=&quot;a&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;7.4&quot; name=&quot;native&quot;/&gt;
      &lt;/o&gt;
      &lt;o line=&quot;11&quot; name=&quot;first$2$second$4$third&quot;&gt;
         &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;12&quot; name=&quot;msg&quot;&gt;hello, world!&lt;/o&gt;
         &lt;o level=&quot;1&quot; line=&quot;11.5&quot; name=&quot;x&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;11.5&quot; name=&quot;b&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;11.6&quot; name=&quot;no&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;11.7&quot; name=&quot;third&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;11.1&quot; name=&quot;a&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;11.3&quot; name=&quot;yes&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;11.4&quot; name=&quot;native&quot;/&gt;
      &lt;/o&gt;
      &lt;o line=&quot;14&quot; name=&quot;first$2$second$5$third&quot;&gt;
         &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;15&quot; name=&quot;msg&quot;&gt;hello, world!&lt;/o&gt;
         &lt;o level=&quot;1&quot; line=&quot;14.5&quot; name=&quot;x&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;14.5&quot; name=&quot;b&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;14.6&quot; name=&quot;no&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;14.7&quot; name=&quot;third&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;14.1&quot; name=&quot;a&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;14.3&quot; name=&quot;yes&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;14.4&quot; name=&quot;native&quot;/&gt;
      &lt;/o&gt;
      &lt;o line=&quot;16&quot; name=&quot;first$2$second$&quot;&gt;
         &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;17&quot;&gt;Failure&lt;/o&gt;
         &lt;o level=&quot;1&quot; line=&quot;16.5&quot; name=&quot;x&quot;/&gt;
         &lt;o level=&quot;1" line="16.5" name="b"/>
         <o level="1" line="16.6" name="no"/>
         <o level="1" line="16.7" name="third"/>
         <o level="2" line="16.1" name="a"/>
         <o level="2" line="16.3" name="yes"/>
         <o level="2" line="16.4" name="native"/>
      </o>
      <o line="19" name="ooo">
         <o line="19" name="aa"/>
         <o base="ooo$fff" cut="29" line="20" name="fff" ref="20">
            <o as="aa" base="aa" level="1" ref="19"/>
         </o>
      </o>
      <o line="20" name="ooo$fff">
         <o line="20" name="bbb"/>
         <o base="aa" line="21" ref="20.19"/>
         <o base=".test" line="21" method="" name="a"/>
         <o level="1" line="20.19" name="aa"/>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #6 via broken-refs
<?xml version="1.0" encoding="UTF-8"?>
<program ms="4"
         name="float-abstracts.yaml"
         time="2021-01-13T08:16:16.771Z"
         version="1.0-SNAPSHOT">
   <listing>[a b] &gt; first
  test:foo
    a &gt; yes
    [] &gt; native /int
    [x b] &gt; second
      a &gt; no
      [b c] &gt; third
        no &gt; yes
        (stdout a b c x).print
      t
        [] &gt; third
          "hello, world!" &gt; msg
      f
        [] &gt; third
          "hello, world!" &gt; msg
      []
        "Failure"

[aa] &gt; ooo
  [bbb] &gt; fff
    aa.test &gt; a

&lt;EOF&gt;</listing>
   &lt;errors/&gt;
   &lt;objects&gt;
      &lt;o line=&quot;1&quot; name=&quot;first&quot;&gt;
         &lt;o line=&quot;1&quot; name=&quot;a&quot;/&gt;
         &lt;o line=&quot;1&quot; name=&quot;b&quot;/&gt;
         &lt;o as=&quot;foo&quot; base=&quot;test&quot; line=&quot;2&quot;&gt;
            &lt;o base=&quot;a&quot; line=&quot;3&quot; name=&quot;yes&quot; ref=&quot;1&quot;/&gt;
            &lt;o atom=&quot;int&quot;
               base=&quot;first$2$native&quot;
               cut=&quot;3&quot;
               line=&quot;4&quot;
               name=&quot;native&quot;
               ref=&quot;4&quot;&gt;
               &lt;o as=&quot;a&quot; base=&quot;a&quot; level=&quot;1&quot; ref=&quot;1&quot;/&gt;
               &lt;o as=&quot;b&quot; base=&quot;b&quot; level=&quot;1&quot; ref=&quot;1&quot;/&gt;
               &lt;o as=&quot;yes&quot; base=&quot;yes&quot; level=&quot;1&quot; ref=&quot;3&quot;/&gt;
               &lt;o as=&quot;second&quot; base=&quot;second&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
            &lt;/o&gt;
            &lt;o base=&quot;first$2$second&quot;
               cut=&quot;4&quot;
               line=&quot;5&quot;
               name=&quot;second&quot;
               ref=&quot;5&quot;&gt;
               &lt;o as=&quot;a&quot; base=&quot;a&quot; level=&quot;1&quot; ref=&quot;1&quot;/&gt;
               &lt;o as=&quot;b&quot; base=&quot;b&quot; level=&quot;1&quot; ref=&quot;1&quot;/&gt;
               &lt;o as=&quot;yes&quot; base=&quot;yes&quot; level=&quot;1&quot; ref=&quot;3&quot;/&gt;
               &lt;o as=&quot;native&quot; base=&quot;native&quot; level=&quot;1&quot; ref=&quot;4&quot;/&gt;
            &lt;/o&gt;
         &lt;/o&gt;
      &lt;/o&gt;
      &lt;o atom=&quot;int&quot; line=&quot;4&quot; name=&quot;first$2$native&quot;&gt;
         &lt;o level=&quot;1&quot; line=&quot;4.1&quot; name=&quot;a&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;4.1&quot; name=&quot;b&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;4.3&quot; name=&quot;yes&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;4.5&quot; name=&quot;second&quot;/&gt;
      &lt;/o&gt;
      &lt;o line=&quot;5&quot; name=&quot;first$2$second&quot;&gt;
         &lt;o line=&quot;5&quot; name=&quot;x&quot;/&gt;
         &lt;o line=&quot;5&quot; name=&quot;b&quot;/&gt;
         &lt;o base=&quot;a&quot; line=&quot;6&quot; name=&quot;no&quot; ref=&quot;5.1&quot;/&gt;
         &lt;o base=&quot;first$2$second$third&quot;
            cut=&quot;7&quot;
            line=&quot;7&quot;
            name=&quot;third&quot;
            ref=&quot;7&quot;&gt;
            &lt;o as=&quot;x&quot; base=&quot;x&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
            &lt;o as=&quot;b&quot; base=&quot;b&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
            &lt;o as=&quot;no&quot; base=&quot;no&quot; level=&quot;1&quot; ref=&quot;6&quot;/&gt;
            &lt;o as=&quot;a&quot; base=&quot;a&quot; level=&quot;2&quot; ref=&quot;5.1&quot;/&gt;
            &lt;o as=&quot;yes&quot; base=&quot;yes&quot; level=&quot;2&quot; ref=&quot;5.3&quot;/&gt;
            &lt;o as=&quot;native&quot; base=&quot;native&quot; level=&quot;2&quot; ref=&quot;5.4&quot;/&gt;
         &lt;/o&gt;
         &lt;o base=&quot;t&quot; line=&quot;10&quot;&gt;
            &lt;o base=&quot;first$2$second$4$third&quot;
               cut=&quot;17&quot;
               line=&quot;11&quot;
               name=&quot;third&quot;
               ref=&quot;11&quot;&gt;
               &lt;o as=&quot;x&quot; base=&quot;x&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
               &lt;o as=&quot;b&quot; base=&quot;b&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
               &lt;o as=&quot;no&quot; base=&quot;no&quot; level=&quot;1&quot; ref=&quot;6&quot;/&gt;
               &lt;o as=&quot;third&quot; base=&quot;third&quot; level=&quot;1&quot; ref=&quot;11&quot;/&gt;
               &lt;o as=&quot;a&quot; base=&quot;a&quot; level=&quot;2&quot; ref=&quot;5.1&quot;/&gt;
               &lt;o as=&quot;yes&quot; base=&quot;yes&quot; level=&quot;2&quot; ref="5.3"/>
               <o as="native" base="native" level="2" ref="5.4"/>
            </o>
         </o>
         <o base="f" line="13">
            <o base="first$2$second$5$third"
               cut="20"
               line="14"
               name="third"
               ref="14">
               <o as="x" base="x" level="1" ref="5"/>
               <o as="b" base="b" level="1" ref="5"/>
               <o as="no" base="no" level="1" ref="6"/>
               <o as="third" base="third" level="1" ref="14"/>
               <o as="a" base="a" level="2" ref="5.1"/>
               <o as="yes" base="yes" level="2" ref="5.3"/>
               <o as="native" base="native" level="2" ref="5.4"/>
            </o>
         </o>
         <o base="first$2$second$" cut="23" line="16" ref="16">
            <o as="x" base="x" level="1" ref="5"/>
            <o as="b" base="b" level="1" ref="5"/>
            <o as="no" base="no" level="1" ref="6"/>
            <o as="third" base="third" level="1" ref="7"/>
            <o as="a" base="a" level="2" ref="5.1"/>
            <o as="yes" base="yes" level="2" ref="5.3"/>
            <o as="native" base="native" level="2" ref="5.4"/>
         </o>
         <o level="1" line="5.1" name="a"/>
         <o level="1" line="5.3" name="yes"/>
         <o level="1" line="5.4" name="native"/>
      </o>
      <o line="7" name="first$2$second$third">
         <o line="7" name="b"/>
         <o line="7" name="c"/>
         <o base="no" line="8" name="yes" ref="7.6"/&gt;
         &lt;o base=&quot;stdout&quot; line=&quot;9&quot;&gt;
            &lt;o base=&quot;a&quot; line=&quot;9&quot; ref=&quot;7.1&quot;/&gt;
            &lt;o base=&quot;b&quot; line=&quot;9&quot; ref=&quot;7&quot;/&gt;
            &lt;o base=&quot;c&quot; line=&quot;9&quot; ref=&quot;7&quot;/&gt;
            &lt;o base=&quot;x&quot; line=&quot;9&quot; ref=&quot;7.5&quot;/&gt;
         &lt;/o&gt;
         &lt;o base=&quot;.print&quot; line=&quot;9&quot; method=&quot;&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;7.5&quot; name=&quot;x&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;7.6&quot; name=&quot;no&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;7.1&quot; name=&quot;a&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;7.4&quot; name=&quot;native&quot;/&gt;
      &lt;/o&gt;
      &lt;o line=&quot;11&quot; name=&quot;first$2$second$4$third&quot;&gt;
         &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;12&quot; name=&quot;msg&quot;&gt;hello, world!&lt;/o&gt;
         &lt;o level=&quot;1&quot; line=&quot;11.5&quot; name=&quot;x&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;11.5&quot; name=&quot;b&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;11.6&quot; name=&quot;no&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;11.7&quot; name=&quot;third&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;11.1&quot; name=&quot;a&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;11.3&quot; name=&quot;yes&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;11.4&quot; name=&quot;native&quot;/&gt;
      &lt;/o&gt;
      &lt;o line=&quot;14&quot; name=&quot;first$2$second$5$third&quot;&gt;
         &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;15&quot; name=&quot;msg&quot;&gt;hello, world!&lt;/o&gt;
         &lt;o level=&quot;1&quot; line=&quot;14.5&quot; name=&quot;x&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;14.5&quot; name=&quot;b&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;14.6&quot; name=&quot;no&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;14.7&quot; name=&quot;third&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;14.1&quot; name=&quot;a&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;14.3&quot; name=&quot;yes&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;14.4&quot; name=&quot;native&quot;/&gt;
      &lt;/o&gt;
      &lt;o line=&quot;16&quot; name=&quot;first$2$second$&quot;&gt;
         &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;17&quot;&gt;Failure&lt;/o&gt;
         &lt;o level=&quot;1&quot; line=&quot;16.5&quot; name=&quot;x&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;16.5&quot; name=&quot;b&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;16.6&quot; name=&quot;no&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;16.7&quot; name=&quot;third&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;16.1&quot; name=&quot;a&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;16.3&quot; name=&quot;yes&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;16.4&quot; name=&quot;native&quot;/&gt;
      &lt;/o&gt;
      &lt;o line=&quot;19&quot; name=&quot;ooo&quot;&gt;
         &lt;o line=&quot;19&quot; name=&quot;aa&quot;/&gt;
         &lt;o base=&quot;ooo$fff&quot; cut=&quot;29&quot; line=&quot;20&quot; name=&quot;fff&quot; ref=&quot;20&quot;&gt;
            &lt;o as=&quot;aa&quot; base=&quot;aa&quot; level=&quot;1&quot; ref=&quot;19&quot;/&gt;
         &lt;/o&gt;
      &lt;/o&gt;
      &lt;o line=&quot;20&quot; name=&quot;ooo$fff&quot;&gt;
         &lt;o line=&quot;20&quot; name=&quot;bbb&quot;/&gt;
         &lt;o base=&quot;aa&quot; line=&quot;21&quot; ref=&quot;20.19&quot;/&gt;
         &lt;o base=&quot;.test&quot; line=&quot;21&quot; method=&quot;&quot; name=&quot;a&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;20.19&quot; name=&quot;aa&quot;/&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.PacksTest: Output XML:
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;4&quot;
         name=&quot;float-abstracts.yaml&quot;
         time=&quot;2021-01-13T08:16:16.771Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;[a b] &amp;gt; first
  test:foo
    a &amp;gt; yes
    [] &gt; native /int
    [x b] &gt; second
      a &gt; no
      [b c] &gt; third
        no &gt; yes
        (stdout a b c x).print
      t
        [] &gt; third
          "hello, world!" &gt; msg
      f
        [] &gt; third
          "hello, world!" &gt; msg
      []
        "Failure"

[aa] &gt; ooo
  [bbb] &gt; fff
    aa.test &gt; a

&lt;EOF&gt;</listing>
   <errors/>
   <objects>
      <o line="1" name="first">
         <o line="1" name="a"/>
         <o line="1" name="b"/>
         <o as="foo" base="test" line="2">
            <o base="a" line="3" name="yes" ref="1"/>
            <o atom="int"
               base="first$2$native"
               cut="3"
               line="4"
               name="native"
               ref="4">
               <o as="a" base="a" level="1" ref="1"/>
               <o as="b" base="b" level="1" ref="1"/>
               <o as="yes" base="yes" level="1" ref="3"/>
               <o as="second" base="second" level="1" ref="5"/>
            </o>
            <o base="first$2$second"
               cut="4"
               line="5"
               name="second"
               ref="5">
               <o as="a" base="a" level="1" ref="1"/>
               <o as="b" base="b" level="1" ref="1"/>
               <o as="yes" base="yes" level="1" ref="3"/>
               <o as="native" base="native" level="1" ref="4"/>
            </o>
         &lt;/o&gt;
      &lt;/o&gt;
      &lt;o atom=&quot;int&quot; line=&quot;4&quot; name=&quot;first$2$native&quot;&gt;
         &lt;o level=&quot;1&quot; line=&quot;4.1&quot; name=&quot;a&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;4.1&quot; name=&quot;b&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;4.3&quot; name=&quot;yes&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;4.5&quot; name=&quot;second&quot;/&gt;
      &lt;/o&gt;
      &lt;o line=&quot;5&quot; name=&quot;first$2$second&quot;&gt;
         &lt;o line=&quot;5&quot; name=&quot;x&quot;/&gt;
         &lt;o line=&quot;5&quot; name=&quot;b&quot;/&gt;
         &lt;o base=&quot;a&quot; line=&quot;6&quot; name=&quot;no&quot; ref=&quot;5.1&quot;/&gt;
         &lt;o base=&quot;first$2$second$third&quot;
            cut=&quot;7&quot;
            line=&quot;7&quot;
            name=&quot;third&quot;
            ref=&quot;7&quot;&gt;
            &lt;o as=&quot;x&quot; base=&quot;x&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
            &lt;o as=&quot;b&quot; base=&quot;b&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
            &lt;o as=&quot;no&quot; base=&quot;no&quot; level=&quot;1&quot; ref=&quot;6&quot;/&gt;
            &lt;o as=&quot;a&quot; base=&quot;a&quot; level=&quot;2&quot; ref=&quot;5.1&quot;/&gt;
            &lt;o as=&quot;yes&quot; base=&quot;yes&quot; level=&quot;2&quot; ref=&quot;5.3&quot;/&gt;
            &lt;o as=&quot;native&quot; base=&quot;native&quot; level=&quot;2&quot; ref=&quot;5.4&quot;/&gt;
         &lt;/o&gt;
         &lt;o base=&quot;t&quot; line=&quot;10&quot;&gt;
            &lt;o base=&quot;first$2$second$4$third&quot;
               cut=&quot;17&quot;
               line=&quot;11&quot;
               name=&quot;third&quot;
               ref=&quot;11&quot;&gt;
               &lt;o as=&quot;x&quot; base=&quot;x&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
               &lt;o as=&quot;b&quot; base=&quot;b&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
               &lt;o as=&quot;no&quot; base=&quot;no&quot; level=&quot;1&quot; ref=&quot;6&quot;/&gt;
               &lt;o as=&quot;third&quot; base=&quot;third&quot; level=&quot;1&quot; ref=&quot;11&quot;/&gt;
               &lt;o as=&quot;a&quot; base=&quot;a&quot; level=&quot;2&quot; ref=&quot;5.1&quot;/&gt;
               &lt;o as=&quot;yes&quot; base=&quot;yes&quot; level=&quot;2&quot; ref=&quot;5.3&quot;/&gt;
               &lt;o as=&quot;native&quot; base=&quot;native&quot; level=&quot;2&quot; ref=&quot;5.4&quot;/&gt;
            &lt;/o&gt;
         &lt;/o&gt;
         &lt;o base=&quot;f&quot; line=&quot;13&quot;&gt;
            &lt;o base=&quot;first$2$second$5$third&quot;
               cut=&quot;20&quot;
               line=&quot;14&quot;
               name=&quot;third&quot;
               ref=&quot;14&quot;&gt;
               &lt;o as=&quot;x&quot; base=&quot;x&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
               &lt;o as=&quot;b&quot; base=&quot;b&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
               &lt;o as=&quot;no&quot; base=&quot;no&quot; level=&quot;1&quot; ref=&quot;6&quot;/&gt;
               &lt;o as=&quot;third&quot; base=&quot;third&quot; level=&quot;1&quot; ref=&quot;14&quot;/&gt;
               &lt;o as=&quot;a&quot; base=&quot;a&quot; level=&quot;2&quot; ref=&quot;5.1&quot;/&gt;
               &lt;o as=&quot;yes&quot; base=&quot;yes&quot; level=&quot;2&quot; ref=&quot;5.3&quot;/&gt;
               &lt;o as=&quot;native&quot; base=&quot;native&quot; level=&quot;2&quot; ref=&quot;5.4&quot;/&gt;
            &lt;/o&gt;
         &lt;/o&gt;
         &lt;o base=&quot;first$2$second$&quot; cut=&quot;23&quot; line=&quot;16&quot; ref=&quot;16&quot;&gt;
            &lt;o as=&quot;x&quot; base=&quot;x&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
            &lt;o as=&quot;b&quot; base=&quot;b&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
            &lt;o as=&quot;no&quot; base=&quot;no&quot; level=&quot;1&quot; ref=&quot;6&quot;/&gt;
            &lt;o as=&quot;third&quot; base=&quot;third&quot; level=&quot;1&quot; ref=&quot;7&quot;/&gt;
            <o as="a" base="a" level="2" ref="5.1"/>
            <o as="yes" base="yes" level="2" ref="5.3"/>
            <o as="native" base="native" level="2" ref="5.4"/>
         </o>
         <o level="1" line="5.1" name="a"/>
         <o level="1" line="5.3" name="yes"/>
         <o level="1" line="5.4" name="native"/>
      </o>
      <o line="7" name="first$2$second$third">
         <o line="7" name="b"/>
         <o line="7" name="c"/>
         <o base="no" line="8" name="yes" ref="7.6"/>
         <o base="stdout" line="9">
            <o base="a" line="9" ref="7.1"/>
            <o base="b" line="9" ref="7"/>
            <o base="c" line="9" ref="7"/>
            <o base="x" line="9" ref="7.5"/>
         </o>
         <o base=".print" line="9" method=""/>
         <o level="1" line="7.5" name="x"/>
         <o level="1" line="7.6" name="no"/>
         <o level="2" line="7.1" name="a"/>
         <o level="2" line="7.4" name="native"/>
      </o>
      <o line="11" name="first$2$second$4$third">
         <o base="string" data="string" line="12" name="msg">hello, world!</o>
         <o level="1" line="11.5" name="x"/>
         <o level="1" line="11.5" name="b"/>
         <o level="1" line="11.6" name="no"/>
         <o level="1" line="11.7" name="third"/>
         <o level="2" line="11.1" name="a"/>
         <o level="2" line="11.3" name="yes"/>
         <o level="2" line="11.4" name="native"/>
      </o>
      <o line="14&quot; name=&quot;first$2$second$5$third&quot;&gt;
         &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;15&quot; name=&quot;msg&quot;&gt;hello, world!&lt;/o&gt;
         &lt;o level=&quot;1&quot; line=&quot;14.5&quot; name=&quot;x&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;14.5&quot; name=&quot;b&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;14.6&quot; name=&quot;no&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;14.7&quot; name=&quot;third&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;14.1&quot; name=&quot;a&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;14.3&quot; name=&quot;yes&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;14.4&quot; name=&quot;native&quot;/&gt;
      &lt;/o&gt;
      &lt;o line=&quot;16&quot; name=&quot;first$2$second$&quot;&gt;
         &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;17&quot;&gt;Failure&lt;/o&gt;
         &lt;o level=&quot;1&quot; line=&quot;16.5&quot; name=&quot;x&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;16.5&quot; name=&quot;b&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;16.6&quot; name=&quot;no&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;16.7&quot; name=&quot;third&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;16.1&quot; name=&quot;a&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;16.3&quot; name=&quot;yes&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;16.4&quot; name=&quot;native&quot;/&gt;
      &lt;/o&gt;
      &lt;o line=&quot;19&quot; name=&quot;ooo&quot;&gt;
         &lt;o line=&quot;19&quot; name=&quot;aa&quot;/&gt;
         &lt;o base=&quot;ooo$fff&quot; cut=&quot;29&quot; line=&quot;20&quot; name=&quot;fff&quot; ref=&quot;20&quot;&gt;
            &lt;o as=&quot;aa&quot; base=&quot;aa&quot; level=&quot;1&quot; ref=&quot;19&quot;/&gt;
         &lt;/o&gt;
      &lt;/o&gt;
      &lt;o line=&quot;20&quot; name=&quot;ooo$fff&quot;&gt;
         &lt;o line=&quot;20&quot; name=&quot;bbb&quot;/&gt;
         &lt;o base=&quot;aa&quot; line=&quot;21&quot; ref=&quot;20.19&quot;/&gt;
         &lt;o base=&quot;.test&quot; line=&quot;21&quot; method=&quot;&quot; name=&quot;a&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;20.19&quot; name=&quot;aa&quot;/&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.Syntax: Raw XML:
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;0&quot;
         name=&quot;resolves-aliases.yaml&quot;
         time=&quot;2021-01-13T08:16:17.122Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;+alias stdout org.eolang.io.stdout
+alias stdin org.eolang.io.stdin
+alias scanner org.eolang.txt.scanner
+foo Some other meta

[args] &amp;gt; main
  and
    (scanner stdin).nextLine &amp;gt; line!
    (stdout &quot;You entered&quot; line).print
    $

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;metas&gt;
      &lt;meta line=&quot;1&quot;&gt;
         &lt;head&gt;alias&lt;/head&gt;
         &lt;tail&gt;stdout org.eolang.io.stdout&lt;/tail&gt;
      &lt;/meta&gt;
      &lt;meta line=&quot;2&quot;&gt;
         &lt;head&gt;alias&lt;/head&gt;
         &lt;tail&gt;stdin org.eolang.io.stdin&lt;/tail&gt;
      &lt;/meta&gt;
      &lt;meta line=&quot;3&quot;&gt;
         &lt;head&gt;alias&lt;/head&gt;
         &lt;tail&gt;scanner org.eolang.txt.scanner&lt;/tail&gt;
      &lt;/meta&gt;
      &lt;meta line=&quot;4&quot;&gt;
         &lt;head&gt;foo&lt;/head&gt;
         &lt;tail&gt;Some other meta&lt;/tail&gt;
      &lt;/meta&gt;
   &lt;/metas&gt;
   &lt;objects&gt;
      &lt;o line=&quot;6&quot; name=&quot;main&quot;&gt;
         &lt;o line=&quot;6&quot; name=&quot;args&quot;/&gt;
         &lt;o base=&quot;and&quot; line=&quot;7&quot;&gt;
            &lt;o base=&quot;scanner&quot; line=&quot;8&quot;&gt;
               &lt;o base=&quot;stdin&quot; line=&quot;8&quot;/&gt;
            &lt;/o&gt;
            &lt;o base=&quot;.nextLine&quot; const=&quot;&quot; line=&quot;8&quot; method=&quot;&quot; name=&quot;line&quot;/&gt;
            <o base="stdout" line="9">
               <o base="string" data="string" line="9">You entered</o>
               <o base="line" line="9"/>
            </o>
            <o base=".print" line="9" method=""/>
            <o base="$" line="10"/>
         </o>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Syntax: Input of 10 EO lines compiled
[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #0 via add-refs
<?xml version="1.0" encoding="UTF-8"?>
<program ms="0"
         name="resolves-aliases.yaml"
         time="2021-01-13T08:16:17.122Z"
         version="1.0-SNAPSHOT">
   <listing>+alias stdout org.eolang.io.stdout
+alias stdin org.eolang.io.stdin
+alias scanner org.eolang.txt.scanner
+foo Some other meta

[args] &gt; main
  and
    (scanner stdin).nextLine &gt; line!
    (stdout "You entered" line).print
    $

&lt;EOF&gt;</listing>
   <errors/>
   <metas>
      <meta line="1">
         <head>alias</head>
         <tail>stdout org.eolang.io.stdout</tail>
      </meta>
      <meta line="2">
         <head>alias</head>
         <tail>stdin org.eolang.io.stdin</tail>
      </meta>
      <meta line="3">
         <head>alias</head>
         <tail>scanner org.eolang.txt.scanner</tail>
      </meta>
      <meta line="4">
         <head>foo</head>
         <tail>Some other meta</tail>
      </meta>
   </metas>
   <objects>
      <o line="6" name="main">
         <o line="6" name="args"/>
         <o base="and" line="7">
            <o base="scanner" line="8">
               <o base="stdin" line="8"/>
            </o>
            <o base=".nextLine" const="" line="8" method="" name="line"/>
            <o base="stdout" line="9">
               <o base="string" data="string" line="9">You entered</o>
               <o base="line" line="9" ref="8"/&gt;
            &lt;/o&gt;
            &lt;o base=&quot;.print&quot; line=&quot;9&quot; method=&quot;&quot;/&gt;
            &lt;o base=&quot;$&quot; line=&quot;10&quot;/&gt;
         &lt;/o&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #1 via resolve-aliases
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;0&quot;
         name=&quot;resolves-aliases.yaml&quot;
         time=&quot;2021-01-13T08:16:17.122Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;+alias stdout org.eolang.io.stdout
+alias stdin org.eolang.io.stdin
+alias scanner org.eolang.txt.scanner
+foo Some other meta

[args] &amp;gt; main
  and
    (scanner stdin).nextLine &amp;gt; line!
    (stdout &quot;You entered&quot; line).print
    $

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;metas&gt;
      &lt;meta line=&quot;4&quot;&gt;
         &lt;head&gt;foo&lt;/head&gt;
         &lt;tail&gt;Some other meta&lt;/tail&gt;
      &lt;/meta&gt;
   &lt;/metas&gt;
   &lt;objects&gt;
      &lt;o line=&quot;6&quot; name=&quot;main&quot;&gt;
         &lt;o line=&quot;6&quot; name=&quot;args&quot;/&gt;
         &lt;o base=&quot;and&quot; line=&quot;7&quot;&gt;
            &lt;o base=&quot;org.eolang.txt.scanner&quot; line=&quot;8&quot;&gt;
               &lt;o base=&quot;org.eolang.io.stdin&quot; line=&quot;8&quot;/&gt;
            &lt;/o&gt;
            &lt;o base=&quot;.nextLine&quot; const=&quot;&quot; line=&quot;8&quot; method=&quot;&quot; name=&quot;line&quot;/&gt;
            &lt;o base=&quot;org.eolang.io.stdout&quot; line=&quot;9&quot;&gt;
               &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;9&quot;&gt;You entered&lt;/o&gt;
               &lt;o base=&quot;line&quot; line=&quot;9&quot; ref=&quot;8&quot;/&gt;
            &lt;/o&gt;
            &lt;o base=&quot;.print&quot; line=&quot;9&quot; method=&quot;&quot;/&gt;
            &lt;o base=&quot;$&quot; line=&quot;10&quot;/&gt;
         &lt;/o&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.PacksTest: Output XML:
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;0&quot;
         name=&quot;resolves-aliases.yaml&quot;
         time=&quot;2021-01-13T08:16:17.122Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;+alias stdout org.eolang.io.stdout
+alias stdin org.eolang.io.stdin
+alias scanner org.eolang.txt.scanner
+foo Some other meta

[args] &amp;gt; main
  and
    (scanner stdin).nextLine &amp;gt; line!
    (stdout &quot;You entered&quot; line).print
    $

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;metas&gt;
      &lt;meta line=&quot;4&quot;&gt;
         &lt;head&gt;foo&lt;/head&gt;
         &lt;tail&gt;Some other meta&lt;/tail&gt;
      &lt;/meta&gt;
   &lt;/metas&gt;
   &lt;objects&gt;
      &lt;o line=&quot;6&quot; name=&quot;main&quot;&gt;
         &lt;o line=&quot;6&quot; name=&quot;args&quot;/&gt;
         &lt;o base=&quot;and&quot; line=&quot;7&quot;&gt;
            &lt;o base=&quot;org.eolang.txt.scanner&quot; line=&quot;8&quot;&gt;
               <o base="org.eolang.io.stdin" line="8"/>
            </o>
            <o base=".nextLine" const="" line="8" method="" name="line"/>
            <o base="org.eolang.io.stdout" line="9">
               <o base="string" data="string" line="9">You entered</o>
               <o base="line" line="9" ref="8"/>
            </o>
            <o base=".print" line="9" method=""/>
            <o base="$" line="10"/>
         </o>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Syntax: Raw XML:
<?xml version="1.0" encoding="UTF-8"?>
<program ms="0"
         name="wraps-methods.yaml"
         time="2021-01-13T08:16:17.173Z"
         version="1.0-SNAPSHOT">
   <listing>[args] &gt; app
  stdout
    sprintf
      "%dth Fibonacci number is %d"
      (args.get.trim 1).foo.tohex &gt; n!
      fibo n

&lt;EOF&gt;</listing>
   <errors/>
   <objects>
      <o line="1" name="app">
         <o line="1" name="args"/>
         <o base="stdout" line="2">
            <o base="sprintf" line="3">
               <o base="string" data="string" line="4">%dth Fibonacci number is %d</o>
               <o base="args" line="5"/>
               <o base=".get" line="5" method=""/>
               <o base=".trim" line="5" method="">
                  <o base="int" data="int" line="5">1</o>
               </o>
               <o base=".foo" line="5" method=""/>
               <o base=".tohex" const="" line="5" method="" name="n"/>
               <o base="fibo" line="6">
                  <o base="n" line="6"/>
               </o>
            </o>
         </o>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Syntax: Input of 6 EO lines compiled
[0;33mWARNm] com.jcabi.xml.XSLDocument$1: #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/o[3]
Matches both "element(Q{}o)[(first(following-sibling::element(Q{}o)))[exists(attribute::attribute(Q{}method))]]" on line 50 of file:///
and "element(Q{}o)[attribute::attribute(Q{}method)]" on line 43 of file:///
[0;33mWARNm] com.jcabi.xml.XSLDocument$1: #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/o[4]
Matches both "element(Q{}o)[(first(following-sibling::element(Q{}o)))[exists(attribute::attribute(Q{}method))]]" on line 50 of file:///
and "element(Q{}o)[attribute::attribute(Q{}method)]" on line 43 of file:///
[0;33mWARNm] com.jcabi.xml.XSLDocument$1: #warning(): Ambiguous rule match for /program/objects[1]/o[1]/o[2]/o[1]/o[5]
Matches both "element(Q{}o)[(first(following-sibling::element(Q{}o)))[exists(attribute::attribute(Q{}method))]]" on line 50 of file:///
and "element(Q{}o)[attribute::attribute(Q{}method)]" on line 43 of file:///
[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #0 via wrap-method-calls
<?xml version="1.0" encoding="UTF-8"?>
<program ms="0"
         name="wraps-methods.yaml"
         time="2021-01-13T08:16:17.173Z"
         version="1.0-SNAPSHOT">
   <listing>[args] &gt; app
  stdout
    sprintf
      "%dth Fibonacci number is %d"
      (args.get.trim 1).foo.tohex &amp;gt; n!
      fibo n

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;objects&gt;
      &lt;o line=&quot;1&quot; name=&quot;app&quot;&gt;
         &lt;o line=&quot;1&quot; name=&quot;args&quot;/&gt;
         &lt;o base=&quot;stdout&quot; line=&quot;2&quot;&gt;
            &lt;o base=&quot;sprintf&quot; line=&quot;3&quot;&gt;
               &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;4&quot;&gt;%dth Fibonacci number is %d&lt;/o&gt;
               &lt;o base=&quot;.tohex&quot; const=&quot;&quot; line=&quot;5&quot; method=&quot;&quot; name=&quot;n&quot;&gt;
                  &lt;o base=&quot;.foo&quot; line=&quot;5&quot; method=&quot;&quot;&gt;
                     &lt;o base=&quot;.trim&quot; line=&quot;5&quot; method=&quot;&quot;&gt;
                        &lt;o base=&quot;.get&quot; line=&quot;5&quot; method=&quot;&quot;&gt;
                           &lt;o base=&quot;args&quot; line=&quot;5&quot;/&gt;
                        &lt;/o&gt;
                        &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;5&quot;&gt;1&lt;/o&gt;
                     &lt;/o&gt;
                  &lt;/o&gt;
               &lt;/o&gt;
               &lt;o base=&quot;fibo&quot; line=&quot;6&quot;&gt;
                  &lt;o base=&quot;n&quot; line=&quot;6&quot;/&gt;
               &lt;/o&gt;
            &lt;/o&gt;
         &lt;/o&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.PacksTest: Output XML:
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;0&quot;
         name=&quot;wraps-methods.yaml&quot;
         time=&quot;2021-01-13T08:16:17.173Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;[args] &amp;gt; app
  stdout
    sprintf
      &quot;%dth Fibonacci number is %d&quot;
      (args.get.trim 1).foo.tohex &amp;gt; n!
      fibo n

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;objects&gt;
      &lt;o line=&quot;1&quot; name=&quot;app&quot;&gt;
         &lt;o line=&quot;1&quot; name=&quot;args&quot;/&gt;
         &lt;o base=&quot;stdout&quot; line=&quot;2&quot;&gt;
            &lt;o base=&quot;sprintf&quot; line=&quot;3&quot;&gt;
               &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;4&quot;&gt;%dth Fibonacci number is %d&lt;/o&gt;
               &lt;o base=&quot;.tohex&quot; const=&quot;&quot; line=&quot;5&quot; method=&quot;&quot; name=&quot;n&quot;&gt;
                  &lt;o base=&quot;.foo&quot; line=&quot;5&quot; method=&quot;&quot;&gt;
                     &lt;o base=&quot;.trim&quot; line=&quot;5&quot; method=&quot;&quot;&gt;
                        &lt;o base=&quot;.get&quot; line=&quot;5&quot; method=&quot;&quot;&gt;
                           &lt;o base=&quot;args&quot; line=&quot;5&quot;/&gt;
                        &lt;/o&gt;
                        &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;5&quot;&gt;1&lt;/o&gt;
                     </o>
                  </o>
               </o>
               <o base="fibo" line="6">
                  <o base="n" line="6"/>
               </o>
            </o>
         </o>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Syntax: Raw XML:
<?xml version="1.0" encoding="UTF-8"?>
<program ms="6"
         name="leap-year.yaml"
         time="2021-01-13T08:16:17.213Z"
         version="1.0-SNAPSHOT">
   <listing># This program is from the EOLANG original paper
# and must produce a working command line tool
#
# License is MIT

+alias stdout org.eolang.io.stdout
+alias stdin org.eolang.io.stdin
+alias scanner org.eolang.txt.scanner

[args] &gt; main
  [y] &gt; leap
    or. &gt; @
      and.
        eq. (mod. y 4) 0
        not. (eq. (mod. y 100) 0)
      eq. (mod. y 400) 0
  and &gt; @
    stdout "Enter a year:"
    stdout
      sprintf
        "%s is %sa leap year!"
        (scanner stdin).nextInt &gt; year!
        if (leap year:y) "" "not "

&lt;EOF&gt;</listing>
   <errors/>
   <license>This program is from the EOLANG original paper
and must produce a working command line tool

License is MIT</license>
   <metas>
      <meta line="6">
         <head>alias</head>
         <tail>stdout org.eolang.io.stdout</tail>
      </meta>
      <meta line="7">
         <head>alias</head>
         <tail>stdin org.eolang.io.stdin</tail>
      </meta>
      <meta line="8">
         <head>alias</head>
         <tail>scanner org.eolang.txt.scanner</tail>
      </meta>
   </metas>
   <objects>
      <o line="10" name="main">
         <o line="10" name="args"/>
         <o line="11" name="leap">
            <o line="11" name="y"/>
            <o base=".or" line="12" name="@">
               <o base=".and" line="13">
                  <o base=".eq" line="14">
                     <o base=".mod" line="14">
                        <o base="y" line="14"/>
                        <o base="int" data="int" line="14">4</o>
                     </o>
                     <o base="int" data="int" line="14">0</o>
                  </o>
                  <o base=".not" line="15">
                     <o base=".eq" line="15">
                        <o base=".mod" line="15">
                           <o base="y" line="15"/>
                           <o base="int" data="int" line="15">100</o>
                        </o>
                        <o base="int" data="int" line="15">0</o>
                     </o>
                  </o>
               </o>
               <o base=".eq" line="16">
                  <o base=".mod" line="16">
                     <o base="y" line="16"/>
                     <o base="int" data="int" line="16">400</o>
                  </o>
                  <o base="int" data="int" line="16">0</o>
               </o>
            </o>
         </o>
         <o base="and" line="17" name="@">
            <o base="stdout" line="18">
               <o base="string" data="string" line=&quot;18&quot;&gt;Enter a year:&lt;/o&gt;
            &lt;/o&gt;
            &lt;o base=&quot;stdout&quot; line=&quot;19&quot;&gt;
               &lt;o base=&quot;sprintf&quot; line=&quot;20&quot;&gt;
                  &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;21&quot;&gt;%s is %sa leap year!&lt;/o&gt;
                  &lt;o base=&quot;scanner&quot; line=&quot;22&quot;&gt;
                     &lt;o base=&quot;stdin&quot; line=&quot;22&quot;/&gt;
                  &lt;/o&gt;
                  &lt;o base=&quot;.nextInt&quot; const=&quot;&quot; line=&quot;22&quot; method=&quot;&quot; name=&quot;year&quot;/&gt;
                  &lt;o base=&quot;if&quot; line=&quot;23&quot;&gt;
                     &lt;o as=&quot;y&quot; base=&quot;leap&quot; line=&quot;23&quot;&gt;
                        &lt;o base=&quot;year&quot; line=&quot;23&quot;/&gt;
                     &lt;/o&gt;
                     &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;23&quot;/&gt;
                     &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;23&quot;&gt;not &lt;/o&gt;
                  &lt;/o&gt;
               &lt;/o&gt;
            &lt;/o&gt;
         &lt;/o&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.Syntax: Input of 23 EO lines compiled
[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #0 via not-empty-atoms
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;6&quot;
         name=&quot;leap-year.yaml&quot;
         time=&quot;2021-01-13T08:16:17.213Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;# This program is from the EOLANG original paper
# and must produce a working command line tool
#
# License is MIT

+alias stdout org.eolang.io.stdout
+alias stdin org.eolang.io.stdin
+alias scanner org.eolang.txt.scanner

[args] &amp;gt; main
  [y] &amp;gt; leap
    or. &amp;gt; @
      and.
        eq. (mod. y 4) 0
        not. (eq. (mod. y 100) 0)
      eq. (mod. y 400) 0
  and &amp;gt; @
    stdout &quot;Enter a year:&quot;
    stdout
      sprintf
        &quot;%s is %sa leap year!&quot;
        (scanner stdin).nextInt &amp;gt; year!
        if (leap year:y) &quot;&quot; &quot;not &quot;

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;license&gt;This program is from the EOLANG original paper
and must produce a working command line tool

License is MIT&lt;/license&gt;
   &lt;metas&gt;
      &lt;meta line=&quot;6&quot;&gt;
         &lt;head&gt;alias&lt;/head&gt;
         &lt;tail&gt;stdout org.eolang.io.stdout&lt;/tail&gt;
      &lt;/meta&gt;
      &lt;meta line=&quot;7&quot;&gt;
         &lt;head&gt;alias&lt;/head&gt;
         &lt;tail&gt;stdin org.eolang.io.stdin&lt;/tail&gt;
      &lt;/meta&gt;
      &lt;meta line=&quot;8&quot;&gt;
         &lt;head&gt;alias&lt;/head&gt;
         &lt;tail&gt;scanner org.eolang.txt.scanner&lt;/tail&gt;
      &lt;/meta&gt;
   &lt;/metas&gt;
   <objects>
      <o line="10" name="main">
         <o line="10" name="args"/>
         <o line="11" name="leap">
            <o line="11" name="y"/>
            <o base=".or" line="12" name="@">
               <o base=".and" line="13">
                  <o base=".eq" line="14">
                     <o base=".mod" line="14">
                        <o base="y" line="14"/>
                        <o base="int" data="int" line="14">4</o>
                     </o>
                     <o base="int" data="int" line="14">0</o>
                  </o>
                  <o base=".not" line="15">
                     <o base=".eq" line="15">
                        <o base=".mod" line="15">
                           <o base="y" line="15"/>
                           <o base="int" data="int" line="15">100</o>
                        </o>
                        <o base="int" data="int" line="15">0</o>
                     </o>
                  </o>
               </o>
               <o base=".eq" line="16">
                  <o base=".mod" line="16">
                     <o base="y" line="16"/>
                     <o base="int" data="int" line="16">400</o>
                  </o>
                  <o base="int" data="int" line="16">0</o>
               </o>
            </o>
         </o>
         <o base="and" line="17" name="@">
            <o base="stdout" line="18">
               <o base="string" data="string" line="18">Enter a year:</o>
            </o>
            <o base="stdout" line="19">
               <o base="sprintf" line="20">
                  <o base="string" data="string" line="21">%s is %sa leap year!</o>
                  <o base="scanner" line="22">
                     <o base="stdin" line="22"/>
                  </o>
                  <o base=".nextInt" const="" line="22" method="" name="year"/>
                  <o base="if" line="23">
                     <o as="y" base="leap" line="23">
                        <o base="year" line="23"/>
                     </o>
                     <o base="string" data="string" line="23"/>
                     <o base="string" data="string" line="23">not </o>
                  </o>
               </o>
            </o>
         </o>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #1 via middle-varargs
<?xml version="1.0" encoding="UTF-8"?>
<program ms="6"
         name="leap-year.yaml"
         time="2021-01-13T08:16:17.213Z"
         version="1.0-SNAPSHOT">
   <listing># This program is from the EOLANG original paper
# and must produce a working command line tool
#
# License is MIT

+alias stdout org.eolang.io.stdout
+alias stdin org.eolang.io.stdin
+alias scanner org.eolang.txt.scanner

[args] &gt; main
  [y] &gt; leap
    or. &gt; @
      and.
        eq. (mod. y 4) 0
        not. (eq. (mod. y 100) 0)
      eq. (mod. y 400) 0
  and &gt; @
    stdout "Enter a year:"
    stdout
      sprintf
        "%s is %sa leap year!"
        (scanner stdin).nextInt &gt; year!
        if (leap year:y) &quot;&quot; &quot;not &quot;

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;license&gt;This program is from the EOLANG original paper
and must produce a working command line tool

License is MIT&lt;/license&gt;
   &lt;metas&gt;
      &lt;meta line=&quot;6&quot;&gt;
         &lt;head&gt;alias&lt;/head&gt;
         &lt;tail&gt;stdout org.eolang.io.stdout&lt;/tail&gt;
      &lt;/meta&gt;
      &lt;meta line=&quot;7&quot;&gt;
         &lt;head&gt;alias&lt;/head&gt;
         &lt;tail&gt;stdin org.eolang.io.stdin&lt;/tail&gt;
      &lt;/meta&gt;
      &lt;meta line=&quot;8&quot;&gt;
         &lt;head&gt;alias&lt;/head&gt;
         &lt;tail&gt;scanner org.eolang.txt.scanner&lt;/tail&gt;
      &lt;/meta&gt;
   &lt;/metas&gt;
   &lt;objects&gt;
      &lt;o line=&quot;10&quot; name=&quot;main&quot;&gt;
         &lt;o line=&quot;10&quot; name=&quot;args&quot;/&gt;
         &lt;o line=&quot;11&quot; name=&quot;leap&quot;&gt;
            &lt;o line=&quot;11&quot; name=&quot;y&quot;/&gt;
            &lt;o base=&quot;.or&quot; line=&quot;12&quot; name=&quot;@&quot;&gt;
               &lt;o base=&quot;.and&quot; line=&quot;13&quot;&gt;
                  &lt;o base=&quot;.eq&quot; line=&quot;14&quot;&gt;
                     &lt;o base=&quot;.mod&quot; line=&quot;14&quot;&gt;
                        &lt;o base=&quot;y&quot; line=&quot;14&quot;/&gt;
                        &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;14&quot;&gt;4&lt;/o&gt;
                     &lt;/o&gt;
                     &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;14&quot;&gt;0&lt;/o&gt;
                  &lt;/o&gt;
                  &lt;o base=&quot;.not&quot; line=&quot;15&quot;&gt;
                     &lt;o base=&quot;.eq&quot; line=&quot;15&quot;&gt;
                        &lt;o base=&quot;.mod&quot; line=&quot;15&quot;&gt;
                           &lt;o base=&quot;y&quot; line=&quot;15&quot;/&gt;
                           &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;15&quot;&gt;100&lt;/o&gt;
                        &lt;/o&gt;
                        &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;15&quot;&gt;0&lt;/o&gt;
                     &lt;/o&gt;
                  &lt;/o&gt;
               &lt;/o&gt;
               &lt;o base=&quot;.eq&quot; line=&quot;16&quot;&gt;
                  &lt;o base=&quot;.mod&quot; line=&quot;16&quot;&gt;
                     &lt;o base=&quot;y&quot; line=&quot;16&quot;/&gt;
                     &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;16&quot;&gt;400&lt;/o&gt;
                  &lt;/o&gt;
                  &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;16&quot;&gt;0&lt;/o&gt;
               &lt;/o&gt;
            &lt;/o&gt;
         &lt;/o&gt;
         &lt;o base=&quot;and&quot; line=&quot;17&quot; name=&quot;@&quot;&gt;
            &lt;o base=&quot;stdout&quot; line=&quot;18&quot;&gt;
               &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;18&quot;&gt;Enter a year:&lt;/o&gt;
            &lt;/o&gt;
            &lt;o base=&quot;stdout&quot; line=&quot;19&quot;&gt;
               &lt;o base=&quot;sprintf&quot; line=&quot;20&quot;&gt;
                  &lt;o base=&quot;string&quot; data=&quot;string" line="21">%s is %sa leap year!</o>
                  <o base="scanner" line="22">
                     <o base="stdin" line="22"/>
                  </o>
                  <o base=".nextInt" const="" line="22" method="" name="year"/>
                  <o base="if" line="23">
                     <o as="y" base="leap" line="23">
                        <o base="year" line="23"/>
                     </o>
                     <o base="string" data="string" line="23"/>
                     <o base="string" data="string" line="23">not </o>
                  </o>
               </o>
            </o>
         </o>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #2 via duplicate-names
<?xml version="1.0" encoding="UTF-8"?>
<program ms="6"
         name="leap-year.yaml"
         time="2021-01-13T08:16:17.213Z"
         version="1.0-SNAPSHOT">
   <listing># This program is from the EOLANG original paper
# and must produce a working command line tool
#
# License is MIT

+alias stdout org.eolang.io.stdout
+alias stdin org.eolang.io.stdin
+alias scanner org.eolang.txt.scanner

[args] &gt; main
  [y] &gt; leap
    or. &gt; @
      and.
        eq. (mod. y 4) 0
        not. (eq. (mod. y 100) 0)
      eq. (mod. y 400) 0
  and &gt; @
    stdout "Enter a year:"
    stdout
      sprintf
        "%s is %sa leap year!"
        (scanner stdin).nextInt &gt; year!
        if (leap year:y) "" "not "

&lt;EOF&gt;</listing>
   <errors/>
   <license>This program is from the EOLANG original paper
and must produce a working command line tool

License is MIT</license>
   <metas>
      <meta line="6">
         <head>alias</head>
         <tail>stdout org.eolang.io.stdout</tail>
      </meta>
      <meta line="7">
         <head>alias</head>
         <tail>stdin org.eolang.io.stdin</tail>
      </meta>
      <meta line="8">
         <head>alias</head>
         <tail>scanner org.eolang.txt.scanner</tail>
      </meta>
   </metas>
   <objects>
      <o line="10" name="main">
         <o line="10" name="args"/>
         <o line="11" name="leap">
            <o line="11" name="y"/>
            <o base=".or" line="12" name="@">
               <o base=".and" line="13">
                  <o base=".eq" line="14">
                     <o base=".mod" line="14">
                        <o base="y" line="14"/>
                        <o base="int" data="int" line="14">4</o>
                     </o>
                     <o base="int" data="int" line="14">0</o>
                  </o>
                  <o base=".not" line="15">
                     <o base=".eq" line="15">
                        <o base=".mod" line="15&quot;&gt;
                           &lt;o base=&quot;y&quot; line=&quot;15&quot;/&gt;
                           &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;15&quot;&gt;100&lt;/o&gt;
                        &lt;/o&gt;
                        &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;15&quot;&gt;0&lt;/o&gt;
                     &lt;/o&gt;
                  &lt;/o&gt;
               &lt;/o&gt;
               &lt;o base=&quot;.eq&quot; line=&quot;16&quot;&gt;
                  &lt;o base=&quot;.mod&quot; line=&quot;16&quot;&gt;
                     &lt;o base=&quot;y&quot; line=&quot;16&quot;/&gt;
                     &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;16&quot;&gt;400&lt;/o&gt;
                  &lt;/o&gt;
                  &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;16&quot;&gt;0&lt;/o&gt;
               &lt;/o&gt;
            &lt;/o&gt;
         &lt;/o&gt;
         &lt;o base=&quot;and&quot; line=&quot;17&quot; name=&quot;@&quot;&gt;
            &lt;o base=&quot;stdout&quot; line=&quot;18&quot;&gt;
               &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;18&quot;&gt;Enter a year:&lt;/o&gt;
            &lt;/o&gt;
            &lt;o base=&quot;stdout&quot; line=&quot;19&quot;&gt;
               &lt;o base=&quot;sprintf&quot; line=&quot;20&quot;&gt;
                  &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;21&quot;&gt;%s is %sa leap year!&lt;/o&gt;
                  &lt;o base=&quot;scanner&quot; line=&quot;22&quot;&gt;
                     &lt;o base=&quot;stdin&quot; line=&quot;22&quot;/&gt;
                  &lt;/o&gt;
                  &lt;o base=&quot;.nextInt&quot; const=&quot;&quot; line=&quot;22&quot; method=&quot;&quot; name=&quot;year&quot;/&gt;
                  &lt;o base=&quot;if&quot; line=&quot;23&quot;&gt;
                     &lt;o as=&quot;y&quot; base=&quot;leap&quot; line=&quot;23&quot;&gt;
                        &lt;o base=&quot;year&quot; line=&quot;23&quot;/&gt;
                     &lt;/o&gt;
                     &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;23&quot;/&gt;
                     &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;23&quot;&gt;not &lt;/o&gt;
                  &lt;/o&gt;
               &lt;/o&gt;
            &lt;/o&gt;
         &lt;/o&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #3 via broken-aliases
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;6&quot;
         name=&quot;leap-year.yaml&quot;
         time=&quot;2021-01-13T08:16:17.213Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;# This program is from the EOLANG original paper
# and must produce a working command line tool
#
# License is MIT

+alias stdout org.eolang.io.stdout
+alias stdin org.eolang.io.stdin
+alias scanner org.eolang.txt.scanner

[args] &amp;gt; main
  [y] &amp;gt; leap
    or. &amp;gt; @
      and.
        eq. (mod. y 4) 0
        not. (eq. (mod. y 100) 0)
      eq. (mod. y 400) 0
  and &amp;gt; @
    stdout "Enter a year:"
    stdout
      sprintf
        "%s is %sa leap year!"
        (scanner stdin).nextInt &gt; year!
        if (leap year:y) "" "not "

&lt;EOF&gt;</listing>
   <errors/>
   <license>This program is from the EOLANG original paper
and must produce a working command line tool

License is MIT</license>
   <metas>
      <meta line="6">
         <head>alias</head>
         <tail>stdout org.eolang.io.stdout</tail>
      </meta>
      <meta line="7">
         <head>alias</head>
         <tail>stdin org.eolang.io.stdin</tail>
      </meta>
      <meta line="8">
         <head>alias</head>
         <tail>scanner org.eolang.txt.scanner</tail>
      </meta>
   </metas>
   <objects>
      <o line="10" name="main">
         <o line="10" name="args"/>
         <o line="11" name="leap">
            <o line="11" name="y"/>
            <o base=".or" line="12" name="@">
               <o base=".and" line="13">
                  <o base=".eq" line="14">
                     <o base=".mod" line="14">
                        <o base="y" line="14"/>
                        <o base="int" data="int" line="14">4</o>
                     </o>
                     <o base="int" data="int" line="14">0</o>
                  </o>
                  <o base=".not" line="15">
                     <o base=".eq" line="15">
                        <o base=".mod" line="15">
                           <o base="y" line="15"/>
                           <o base="int" data="int" line="15">100</o>
                        </o>
                        <o base="int" data="int" line="15">0</o>
                     </o>
                  </o>
               </o>
               <o base=".eq" line="16">
                  <o base=".mod" line="16">
                     <o base="y" line="16"/>
                     <o base="int" data="int" line="16">400</o>
                  </o>
                  <o base="int" data="int" line="16">0</o>
               </o>
            </o>
         </o>
         <o base="and" line="17" name="@">
            <o base="stdout" line="18">
               <o base="string" data="string" line="18">Enter a year:</o>
            </o>
            <o base="stdout" line="19">
               <o base="sprintf" line="20">
                  <o base="string" data="string" line="21">%s is %sa leap year!</o>
                  <o base="scanner" line="22">
                     <o base="stdin" line="22"/>
                  </o>
                  <o base=".nextInt" const="" line="22" method="" name="year"/>
                  <o base="if" line="23">
                     <o as="y" base="leap" line="23">
                        <o base="year" line="23"/>
                     </o>
                     &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;23&quot;/&gt;
                     &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;23&quot;&gt;not &lt;/o&gt;
                  &lt;/o&gt;
               &lt;/o&gt;
            &lt;/o&gt;
         &lt;/o&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #4 via duplicate-aliases
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;6&quot;
         name=&quot;leap-year.yaml&quot;
         time=&quot;2021-01-13T08:16:17.213Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;# This program is from the EOLANG original paper
# and must produce a working command line tool
#
# License is MIT

+alias stdout org.eolang.io.stdout
+alias stdin org.eolang.io.stdin
+alias scanner org.eolang.txt.scanner

[args] &amp;gt; main
  [y] &amp;gt; leap
    or. &amp;gt; @
      and.
        eq. (mod. y 4) 0
        not. (eq. (mod. y 100) 0)
      eq. (mod. y 400) 0
  and &amp;gt; @
    stdout &quot;Enter a year:&quot;
    stdout
      sprintf
        &quot;%s is %sa leap year!&quot;
        (scanner stdin).nextInt &amp;gt; year!
        if (leap year:y) &quot;&quot; &quot;not &quot;

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;license&gt;This program is from the EOLANG original paper
and must produce a working command line tool

License is MIT&lt;/license&gt;
   &lt;metas&gt;
      &lt;meta line=&quot;6&quot;&gt;
         &lt;head&gt;alias&lt;/head&gt;
         &lt;tail&gt;stdout org.eolang.io.stdout&lt;/tail&gt;
      &lt;/meta&gt;
      &lt;meta line=&quot;7&quot;&gt;
         &lt;head&gt;alias&lt;/head&gt;
         &lt;tail&gt;stdin org.eolang.io.stdin&lt;/tail&gt;
      &lt;/meta&gt;
      &lt;meta line=&quot;8&quot;&gt;
         &lt;head&gt;alias&lt;/head&gt;
         &lt;tail&gt;scanner org.eolang.txt.scanner&lt;/tail&gt;
      &lt;/meta&gt;
   &lt;/metas&gt;
   &lt;objects&gt;
      &lt;o line=&quot;10&quot; name=&quot;main&quot;&gt;
         &lt;o line=&quot;10&quot; name=&quot;args&quot;/&gt;
         &lt;o line=&quot;11&quot; name=&quot;leap&quot;&gt;
            &lt;o line=&quot;11&quot; name=&quot;y&quot;/&gt;
            &lt;o base=&quot;.or&quot; line=&quot;12&quot; name=&quot;@&quot;&gt;
               &lt;o base=&quot;.and&quot; line=&quot;13&quot;&gt;
                  &lt;o base=&quot;.eq&quot; line=&quot;14&quot;&gt;
                     &lt;o base=&quot;.mod&quot; line=&quot;14&quot;&gt;
                        &lt;o base=&quot;y&quot; line=&quot;14&quot;/&gt;
                        &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;14&quot;&gt;4&lt;/o&gt;
                     &lt;/o&gt;
                     &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;14&quot;&gt;0&lt;/o&gt;
                  &lt;/o&gt;
                  &lt;o base=&quot;.not&quot; line=&quot;15&quot;&gt;
                     &lt;o base=&quot;.eq&quot; line=&quot;15&quot;&gt;
                        &lt;o base=&quot;.mod&quot; line=&quot;15&quot;&gt;
                           &lt;o base=&quot;y&quot; line=&quot;15&quot;/&gt;
                           <o base="int" data="int" line="15">100</o>
                        </o>
                        <o base="int" data="int" line="15">0</o>
                     </o>
                  </o>
               </o>
               <o base=".eq" line="16">
                  <o base=".mod" line="16">
                     <o base="y" line="16"/>
                     <o base="int" data="int" line="16">400</o>
                  </o>
                  <o base="int" data="int" line="16">0</o>
               </o>
            </o>
         </o>
         <o base="and" line="17" name="@">
            <o base="stdout" line="18">
               <o base="string" data="string" line="18">Enter a year:</o>
            </o>
            <o base="stdout" line="19">
               <o base="sprintf" line="20">
                  <o base="string" data="string" line="21">%s is %sa leap year!</o>
                  <o base="scanner" line="22">
                     <o base="stdin" line="22"/>
                  </o>
                  <o base=".nextInt" const="" line="22" method="" name="year"/>
                  <o base="if" line="23">
                     <o as="y" base="leap" line="23">
                        <o base="year" line="23"/>
                     </o>
                     <o base="string" data="string" line="23"/>
                     <o base="string" data="string" line="23">not </o>
                  </o>
               </o>
            </o>
         </o>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #5 via one-body
<?xml version="1.0" encoding="UTF-8"?>
<program ms="6"
         name="leap-year.yaml"
         time="2021-01-13T08:16:17.213Z"
         version="1.0-SNAPSHOT">
   <listing># This program is from the EOLANG original paper
# and must produce a working command line tool
#
# License is MIT

+alias stdout org.eolang.io.stdout
+alias stdin org.eolang.io.stdin
+alias scanner org.eolang.txt.scanner

[args] &gt; main
  [y] &gt; leap
    or. &gt; @
      and.
        eq. (mod. y 4) 0
        not. (eq. (mod. y 100) 0)
      eq. (mod. y 400) 0
  and &gt; @
    stdout "Enter a year:"
    stdout
      sprintf
        "%s is %sa leap year!"
        (scanner stdin).nextInt &gt; year!
        if (leap year:y) "" "not "

&lt;EOF&gt;</listing>
   <errors/>
   <license>This program is from the EOLANG original paper
and must produce a working command line tool

License is MIT</license>
   <metas>
      <meta line="6">
         <head>alias</head>
         <tail>stdout org.eolang.io.stdout</tail>
      </meta>
      <meta line="7">
         <head>alias</head>
         <tail>stdin org.eolang.io.stdin</tail>
      </meta>
      <meta line="8">
         <head>alias</head>
         <tail>scanner org.eolang.txt.scanner</tail>
      </meta>
   </metas>
   <objects>
      <o line="10" name="main">
         <o line="10" name=&quot;args&quot;/&gt;
         &lt;o line=&quot;11&quot; name=&quot;leap&quot;&gt;
            &lt;o line=&quot;11&quot; name=&quot;y&quot;/&gt;
            &lt;o base=&quot;.or&quot; line=&quot;12&quot; name=&quot;@&quot;&gt;
               &lt;o base=&quot;.and&quot; line=&quot;13&quot;&gt;
                  &lt;o base=&quot;.eq&quot; line=&quot;14&quot;&gt;
                     &lt;o base=&quot;.mod&quot; line=&quot;14&quot;&gt;
                        &lt;o base=&quot;y&quot; line=&quot;14&quot;/&gt;
                        &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;14&quot;&gt;4&lt;/o&gt;
                     &lt;/o&gt;
                     &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;14&quot;&gt;0&lt;/o&gt;
                  &lt;/o&gt;
                  &lt;o base=&quot;.not&quot; line=&quot;15&quot;&gt;
                     &lt;o base=&quot;.eq&quot; line=&quot;15&quot;&gt;
                        &lt;o base=&quot;.mod&quot; line=&quot;15&quot;&gt;
                           &lt;o base=&quot;y&quot; line=&quot;15&quot;/&gt;
                           &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;15&quot;&gt;100&lt;/o&gt;
                        &lt;/o&gt;
                        &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;15&quot;&gt;0&lt;/o&gt;
                     &lt;/o&gt;
                  &lt;/o&gt;
               &lt;/o&gt;
               &lt;o base=&quot;.eq&quot; line=&quot;16&quot;&gt;
                  &lt;o base=&quot;.mod&quot; line=&quot;16&quot;&gt;
                     &lt;o base=&quot;y&quot; line=&quot;16&quot;/&gt;
                     &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;16&quot;&gt;400&lt;/o&gt;
                  &lt;/o&gt;
                  &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;16&quot;&gt;0&lt;/o&gt;
               &lt;/o&gt;
            &lt;/o&gt;
         &lt;/o&gt;
         &lt;o base=&quot;and&quot; line=&quot;17&quot; name=&quot;@&quot;&gt;
            &lt;o base=&quot;stdout&quot; line=&quot;18&quot;&gt;
               &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;18&quot;&gt;Enter a year:&lt;/o&gt;
            &lt;/o&gt;
            &lt;o base=&quot;stdout&quot; line=&quot;19&quot;&gt;
               &lt;o base=&quot;sprintf&quot; line=&quot;20&quot;&gt;
                  &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;21&quot;&gt;%s is %sa leap year!&lt;/o&gt;
                  &lt;o base=&quot;scanner&quot; line=&quot;22&quot;&gt;
                     &lt;o base=&quot;stdin&quot; line=&quot;22&quot;/&gt;
                  &lt;/o&gt;
                  &lt;o base=&quot;.nextInt&quot; const=&quot;&quot; line=&quot;22&quot; method=&quot;&quot; name=&quot;year&quot;/&gt;
                  &lt;o base=&quot;if&quot; line=&quot;23&quot;&gt;
                     &lt;o as=&quot;y&quot; base=&quot;leap&quot; line=&quot;23&quot;&gt;
                        &lt;o base=&quot;year&quot; line=&quot;23&quot;/&gt;
                     &lt;/o&gt;
                     &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;23&quot;/&gt;
                     &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;23&quot;&gt;not &lt;/o&gt;
                  </o>
               </o>
            </o>
         </o>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #6 via same-line-names
<?xml version="1.0" encoding="UTF-8"?>
<program ms="6"
         name="leap-year.yaml"
         time="2021-01-13T08:16:17.213Z"
         version="1.0-SNAPSHOT">
   <listing># This program is from the EOLANG original paper
# and must produce a working command line tool
#
# License is MIT

+alias stdout org.eolang.io.stdout
+alias stdin org.eolang.io.stdin
+alias scanner org.eolang.txt.scanner

[args] &gt; main
  [y] &gt; leap
    or. &gt; @
      and.
        eq. (mod. y 4) 0
        not. (eq. (mod. y 100) 0)
      eq. (mod. y 400) 0
  and &gt; @
    stdout "Enter a year:"
    stdout
      sprintf
        "%s is %sa leap year!"
        (scanner stdin).nextInt &gt; year!
        if (leap year:y) "" "not "

&lt;EOF&gt;</listing>
   <errors/>
   <license>This program is from the EOLANG original paper
and must produce a working command line tool

License is MIT</license>
   <metas>
      <meta line="6">
         <head>alias</head>
         <tail>stdout org.eolang.io.stdout</tail>
      </meta>
      <meta line="7">
         <head>alias</head>
         <tail>stdin org.eolang.io.stdin</tail>
      </meta>
      <meta line="8">
         <head>alias</head>
         <tail>scanner org.eolang.txt.scanner</tail>
      </meta>
   </metas>
   <objects>
      <o line="10" name="main">
         <o line="10" name="args"/>
         <o line="11" name="leap">
            <o line="11" name="y"/>
            <o base=".or" line="12" name="@">
               <o base=".and" line="13">
                  <o base=".eq" line="14">
                     <o base=".mod" line="14">
                        <o base="y" line="14"/>
                        <o base="int" data="int" line="14">4</o>
                     </o>
                     <o base="int" data="int" line="14">0</o>
                  </o>
                  <o base=".not" line="15">
                     <o base=".eq" line="15">
                        <o base=".mod" line="15">
                           <o base="y" line="15"/>
                           <o base="int" data="int" line="15">100</o>
                        </o>
                        <o base="int" data="int" line="15">0</o>
                     </o>
                  </o>
               </o>
               <o base=".eq" line="16">
                  <o base=".mod" line="16">
                     <o base="y" line="16"/>
                     <o base="int" data="int" line="16">400</o>
                  </o>
                  <o base="int" data="int" line="16">0</o>
               &lt;/o&gt;
            &lt;/o&gt;
         &lt;/o&gt;
         &lt;o base=&quot;and&quot; line=&quot;17&quot; name=&quot;@&quot;&gt;
            &lt;o base=&quot;stdout&quot; line=&quot;18&quot;&gt;
               &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;18&quot;&gt;Enter a year:&lt;/o&gt;
            &lt;/o&gt;
            &lt;o base=&quot;stdout&quot; line=&quot;19&quot;&gt;
               &lt;o base=&quot;sprintf&quot; line=&quot;20&quot;&gt;
                  &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;21&quot;&gt;%s is %sa leap year!&lt;/o&gt;
                  &lt;o base=&quot;scanner&quot; line=&quot;22&quot;&gt;
                     &lt;o base=&quot;stdin&quot; line=&quot;22&quot;/&gt;
                  &lt;/o&gt;
                  &lt;o base=&quot;.nextInt&quot; const=&quot;&quot; line=&quot;22&quot; method=&quot;&quot; name=&quot;year&quot;/&gt;
                  &lt;o base=&quot;if&quot; line=&quot;23&quot;&gt;
                     &lt;o as=&quot;y&quot; base=&quot;leap&quot; line=&quot;23&quot;&gt;
                        &lt;o base=&quot;year&quot; line=&quot;23&quot;/&gt;
                     &lt;/o&gt;
                     &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;23&quot;/&gt;
                     &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;23&quot;&gt;not &lt;/o&gt;
                  &lt;/o&gt;
               &lt;/o&gt;
            &lt;/o&gt;
         &lt;/o&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #7 via self-naming
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;6&quot;
         name=&quot;leap-year.yaml&quot;
         time=&quot;2021-01-13T08:16:17.213Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;# This program is from the EOLANG original paper
# and must produce a working command line tool
#
# License is MIT

+alias stdout org.eolang.io.stdout
+alias stdin org.eolang.io.stdin
+alias scanner org.eolang.txt.scanner

[args] &amp;gt; main
  [y] &amp;gt; leap
    or. &amp;gt; @
      and.
        eq. (mod. y 4) 0
        not. (eq. (mod. y 100) 0)
      eq. (mod. y 400) 0
  and &amp;gt; @
    stdout &quot;Enter a year:&quot;
    stdout
      sprintf
        &quot;%s is %sa leap year!&quot;
        (scanner stdin).nextInt &amp;gt; year!
        if (leap year:y) &quot;&quot; &quot;not &quot;

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;license&gt;This program is from the EOLANG original paper
and must produce a working command line tool

License is MIT&lt;/license&gt;
   &lt;metas&gt;
      &lt;meta line=&quot;6&quot;&gt;
         &lt;head&gt;alias&lt;/head&gt;
         &lt;tail&gt;stdout org.eolang.io.stdout&lt;/tail&gt;
      &lt;/meta&gt;
      &lt;meta line=&quot;7&quot;&gt;
         &lt;head&gt;alias&lt;/head&gt;
         &lt;tail&gt;stdin org.eolang.io.stdin&lt;/tail&gt;
      &lt;/meta&gt;
      &lt;meta line="8">
         <head>alias</head>
         <tail>scanner org.eolang.txt.scanner</tail>
      </meta>
   </metas>
   <objects>
      <o line="10" name="main">
         <o line="10" name="args"/>
         <o line="11" name="leap">
            <o line="11" name="y"/>
            <o base=".or" line="12" name="@">
               <o base=".and" line="13">
                  <o base=".eq" line="14">
                     <o base=".mod" line="14">
                        <o base="y" line="14"/>
                        <o base="int" data="int" line="14">4</o>
                     </o>
                     <o base="int" data="int" line="14">0</o>
                  </o>
                  <o base=".not" line="15">
                     <o base=".eq" line="15">
                        <o base=".mod" line="15">
                           <o base="y" line="15"/>
                           <o base="int" data="int" line="15">100</o>
                        </o>
                        <o base="int" data="int" line="15">0</o>
                     </o>
                  </o>
               </o>
               <o base=".eq" line="16">
                  <o base=".mod" line="16">
                     <o base="y" line="16"/>
                     <o base="int" data="int" line="16">400</o>
                  </o>
                  <o base="int" data="int" line="16">0</o>
               </o>
            </o>
         </o>
         <o base="and" line="17" name="@">
            <o base="stdout" line="18">
               <o base="string" data="string" line="18">Enter a year:</o>
            </o>
            <o base="stdout" line="19">
               <o base="sprintf" line="20">
                  <o base="string" data="string" line="21">%s is %sa leap year!</o>
                  <o base="scanner" line="22">
                     <o base="stdin" line="22"/>
                  </o>
                  <o base=".nextInt" const="" line="22" method="" name="year"/>
                  <o base="if" line="23">
                     <o as="y" base="leap" line="23">
                        <o base="year" line="23"/>
                     </o>
                     <o base="string" data="string" line="23"/>
                     <o base="string" data="string" line="23">not </o>
                  </o>
               </o>
            </o>
         </o>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #8 via add-refs
<?xml version="1.0" encoding="UTF-8"?>
<program ms="6"
         name="leap-year.yaml"
         time="2021-01-13T08:16:17.213Z"
         version="1.0-SNAPSHOT">
   <listing># This program is from the EOLANG original paper
# and must produce a working command line tool
#
# License is MIT

+alias stdout org.eolang.io.stdout
+alias stdin org.eolang.io.stdin
+alias scanner org.eolang.txt.scanner

[args] &gt; main
  [y] &gt; leap
    or. &gt; @
      and.
        eq. (mod. y 4) 0
        not. (eq. (mod. y 100) 0)
      eq. (mod. y 400) 0
  and &amp;gt; @
    stdout &quot;Enter a year:&quot;
    stdout
      sprintf
        &quot;%s is %sa leap year!&quot;
        (scanner stdin).nextInt &amp;gt; year!
        if (leap year:y) &quot;&quot; &quot;not &quot;

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;license&gt;This program is from the EOLANG original paper
and must produce a working command line tool

License is MIT&lt;/license&gt;
   &lt;metas&gt;
      &lt;meta line=&quot;6&quot;&gt;
         &lt;head&gt;alias&lt;/head&gt;
         &lt;tail&gt;stdout org.eolang.io.stdout&lt;/tail&gt;
      &lt;/meta&gt;
      &lt;meta line=&quot;7&quot;&gt;
         &lt;head&gt;alias&lt;/head&gt;
         &lt;tail&gt;stdin org.eolang.io.stdin&lt;/tail&gt;
      &lt;/meta&gt;
      &lt;meta line=&quot;8&quot;&gt;
         &lt;head&gt;alias&lt;/head&gt;
         &lt;tail&gt;scanner org.eolang.txt.scanner&lt;/tail&gt;
      &lt;/meta&gt;
   &lt;/metas&gt;
   &lt;objects&gt;
      &lt;o line=&quot;10&quot; name=&quot;main&quot;&gt;
         &lt;o line=&quot;10&quot; name=&quot;args&quot;/&gt;
         &lt;o line=&quot;11&quot; name=&quot;leap&quot;&gt;
            &lt;o line=&quot;11&quot; name=&quot;y&quot;/&gt;
            &lt;o base=&quot;.or&quot; line=&quot;12&quot; name=&quot;@&quot;&gt;
               &lt;o base=&quot;.and&quot; line=&quot;13&quot;&gt;
                  &lt;o base=&quot;.eq&quot; line=&quot;14&quot;&gt;
                     &lt;o base=&quot;.mod&quot; line=&quot;14&quot;&gt;
                        &lt;o base=&quot;y&quot; line=&quot;14&quot; ref=&quot;11&quot;/&gt;
                        &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;14&quot;&gt;4&lt;/o&gt;
                     &lt;/o&gt;
                     &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;14&quot;&gt;0&lt;/o&gt;
                  &lt;/o&gt;
                  &lt;o base=&quot;.not&quot; line=&quot;15&quot;&gt;
                     &lt;o base=&quot;.eq&quot; line=&quot;15&quot;&gt;
                        &lt;o base=&quot;.mod&quot; line=&quot;15&quot;&gt;
                           &lt;o base=&quot;y&quot; line=&quot;15&quot; ref=&quot;11&quot;/&gt;
                           &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;15&quot;&gt;100&lt;/o&gt;
                        &lt;/o&gt;
                        &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;15&quot;&gt;0&lt;/o&gt;
                     &lt;/o&gt;
                  &lt;/o&gt;
               &lt;/o&gt;
               &lt;o base=&quot;.eq&quot; line=&quot;16&quot;&gt;
                  &lt;o base=&quot;.mod&quot; line=&quot;16&quot;&gt;
                     &lt;o base=&quot;y&quot; line=&quot;16&quot; ref=&quot;11&quot;/&gt;
                     &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;16&quot;&gt;400&lt;/o&gt;
                  &lt;/o&gt;
                  &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;16&quot;&gt;0&lt;/o&gt;
               &lt;/o&gt;
            &lt;/o&gt;
         &lt;/o&gt;
         &lt;o base=&quot;and&quot; line=&quot;17&quot; name=&quot;@&quot;&gt;
            &lt;o base=&quot;stdout&quot; line=&quot;18&quot;&gt;
               &lt;o base=&quot;string&quot; data=&quot;string" line="18">Enter a year:</o>
            </o>
            <o base="stdout" line="19">
               <o base="sprintf" line="20">
                  <o base="string" data="string" line="21">%s is %sa leap year!</o>
                  <o base="scanner" line="22">
                     <o base="stdin" line="22"/>
                  </o>
                  <o base=".nextInt" const="" line="22" method="" name="year"/>
                  <o base="if" line="23">
                     <o as="y" base="leap" line="23" ref="11">
                        <o base="year" line="23" ref="22"/>
                     </o>
                     <o base="string" data="string" line="23"/>
                     <o base="string" data="string" line="23">not </o>
                  </o>
               </o>
            </o>
         </o>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #9 via wrap-method-calls
<?xml version="1.0" encoding="UTF-8"?>
<program ms="6"
         name="leap-year.yaml"
         time="2021-01-13T08:16:17.213Z"
         version="1.0-SNAPSHOT">
   <listing># This program is from the EOLANG original paper
# and must produce a working command line tool
#
# License is MIT

+alias stdout org.eolang.io.stdout
+alias stdin org.eolang.io.stdin
+alias scanner org.eolang.txt.scanner

[args] &gt; main
  [y] &gt; leap
    or. &gt; @
      and.
        eq. (mod. y 4) 0
        not. (eq. (mod. y 100) 0)
      eq. (mod. y 400) 0
  and &gt; @
    stdout "Enter a year:"
    stdout
      sprintf
        "%s is %sa leap year!"
        (scanner stdin).nextInt &gt; year!
        if (leap year:y) "" "not "

&lt;EOF&gt;</listing>
   <errors/>
   <license>This program is from the EOLANG original paper
and must produce a working command line tool

License is MIT</license>
   <metas>
      <meta line="6">
         <head>alias</head>
         <tail>stdout org.eolang.io.stdout</tail>
      </meta>
      <meta line="7">
         <head>alias</head>
         <tail>stdin org.eolang.io.stdin</tail>
      </meta>
      <meta line="8">
         <head>alias</head>
         <tail>scanner org.eolang.txt.scanner</tail>
      </meta>
   </metas>
   <objects>
      <o line="10" name="main">
         <o line="10" name="args"/>
         <o line="11" name="leap">
            <o line="11" name="y"/>
            <o base=".or" line="12" name="@">
               <o base=".and" line="13">
                  <o base=".eq" line="14">
                     <o base=".mod" line="14">
                        <o base="y" line="14" ref="11"/>
                        <o base="int" data="int" line="14">4</o>
                     </o>
                     <o base=&quot;int&quot; data=&quot;int&quot; line=&quot;14&quot;&gt;0&lt;/o&gt;
                  &lt;/o&gt;
                  &lt;o base=&quot;.not&quot; line=&quot;15&quot;&gt;
                     &lt;o base=&quot;.eq&quot; line=&quot;15&quot;&gt;
                        &lt;o base=&quot;.mod&quot; line=&quot;15&quot;&gt;
                           &lt;o base=&quot;y&quot; line=&quot;15&quot; ref=&quot;11&quot;/&gt;
                           &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;15&quot;&gt;100&lt;/o&gt;
                        &lt;/o&gt;
                        &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;15&quot;&gt;0&lt;/o&gt;
                     &lt;/o&gt;
                  &lt;/o&gt;
               &lt;/o&gt;
               &lt;o base=&quot;.eq&quot; line=&quot;16&quot;&gt;
                  &lt;o base=&quot;.mod&quot; line=&quot;16&quot;&gt;
                     &lt;o base=&quot;y&quot; line=&quot;16&quot; ref=&quot;11&quot;/&gt;
                     &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;16&quot;&gt;400&lt;/o&gt;
                  &lt;/o&gt;
                  &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;16&quot;&gt;0&lt;/o&gt;
               &lt;/o&gt;
            &lt;/o&gt;
         &lt;/o&gt;
         &lt;o base=&quot;and&quot; line=&quot;17&quot; name=&quot;@&quot;&gt;
            &lt;o base=&quot;stdout&quot; line=&quot;18&quot;&gt;
               &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;18&quot;&gt;Enter a year:&lt;/o&gt;
            &lt;/o&gt;
            &lt;o base=&quot;stdout&quot; line=&quot;19&quot;&gt;
               &lt;o base=&quot;sprintf&quot; line=&quot;20&quot;&gt;
                  &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;21&quot;&gt;%s is %sa leap year!&lt;/o&gt;
                  &lt;o base=&quot;.nextInt&quot; const=&quot;&quot; line=&quot;22&quot; method=&quot;&quot; name=&quot;year&quot;&gt;
                     &lt;o base=&quot;scanner&quot; line=&quot;22&quot;&gt;
                        &lt;o base=&quot;stdin&quot; line=&quot;22&quot;/&gt;
                     &lt;/o&gt;
                  &lt;/o&gt;
                  &lt;o base=&quot;if&quot; line=&quot;23&quot;&gt;
                     &lt;o as=&quot;y&quot; base=&quot;leap&quot; line=&quot;23&quot; ref=&quot;11&quot;&gt;
                        &lt;o base=&quot;year&quot; line=&quot;23&quot; ref=&quot;22&quot;/&gt;
                     &lt;/o&gt;
                     &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;23&quot;/&gt;
                     &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;23&quot;&gt;not &lt;/o&gt;
                  &lt;/o&gt;
               &lt;/o&gt;
            &lt;/o&gt;
         &lt;/o&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #10 via vars-float-up
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;6&quot;
         name=&quot;leap-year.yaml&quot;
         time=&quot;2021-01-13T08:16:17.213Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;# This program is from the EOLANG original paper
# and must produce a working command line tool
#
# License is MIT

+alias stdout org.eolang.io.stdout
+alias stdin org.eolang.io.stdin
+alias scanner org.eolang.txt.scanner

[args] &gt; main
  [y] &gt; leap
    or. &gt; @
      and.
        eq. (mod. y 4) 0
        not. (eq. (mod. y 100) 0)
      eq. (mod. y 400) 0
  and &gt; @
    stdout "Enter a year:"
    stdout
      sprintf
        "%s is %sa leap year!"
        (scanner stdin).nextInt &gt; year!
        if (leap year:y) "" "not "

&lt;EOF&gt;</listing>
   <errors/>
   <license>This program is from the EOLANG original paper
and must produce a working command line tool

License is MIT</license>
   <metas>
      <meta line="6">
         <head>alias</head>
         <tail>stdout org.eolang.io.stdout</tail>
      </meta>
      <meta line="7">
         <head>alias</head>
         <tail>stdin org.eolang.io.stdin</tail>
      </meta>
      <meta line="8">
         <head>alias</head>
         <tail>scanner org.eolang.txt.scanner</tail>
      </meta>
   </metas>
   <objects>
      <o line="10" name="main">
         <o line="10" name="args"/>
         <o line="11" name="leap">
            <o line="11" name="y"/>
            <o base=".or" line="12" name="@">
               <o base=".and" line="13">
                  <o base=".eq" line="14">
                     <o base=".mod" line="14">
                        <o base="y" line="14" ref="11"/>
                        <o base="int" data="int" line="14">4</o>
                     </o>
                     <o base="int" data="int" line="14">0</o>
                  </o>
                  <o base=".not" line="15">
                     <o base=".eq" line="15">
                        <o base=".mod" line="15">
                           <o base="y" line="15" ref="11"/>
                           <o base="int" data="int" line="15">100</o>
                        </o>
                        <o base="int" data="int" line="15">0</o>
                     </o>
                  </o>
               </o>
               <o base=".eq" line="16">
                  <o base=".mod" line="16">
                     <o base="y" line="16" ref="11"/>
                     <o base="int" data="int" line="16">400</o>
                  </o>
                  <o base="int" data="int" line="16">0</o>
               </o>
            </o>
         </o>
         <o base="and" line="17" name="@">
            <o base="stdout" line="18">
               <o base="string" data="string" line="18">Enter a year:</o>
            </o>
            <o base="stdout" line="19">
               <o base="sprintf" line="20">
                  <o base="string" data="string" line="21">%s is %sa leap year!&lt;/o&gt;
                  &lt;o base=&quot;year&quot; cut=&quot;2&quot; line=&quot;22&quot; ref=&quot;22&quot;/&gt;
                  &lt;o base=&quot;if&quot; line=&quot;23&quot;&gt;
                     &lt;o as=&quot;y&quot; base=&quot;leap&quot; line=&quot;23&quot; ref=&quot;11&quot;&gt;
                        &lt;o base=&quot;year&quot; line=&quot;23&quot; ref=&quot;22&quot;/&gt;
                     &lt;/o&gt;
                     &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;23&quot;/&gt;
                     &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;23&quot;&gt;not &lt;/o&gt;
                  &lt;/o&gt;
               &lt;/o&gt;
            &lt;/o&gt;
         &lt;/o&gt;
         &lt;o base=&quot;.nextInt&quot; const=&quot;&quot; line=&quot;22&quot; method=&quot;&quot; name=&quot;year&quot;&gt;
            &lt;o base=&quot;scanner&quot; line=&quot;22&quot;&gt;
               &lt;o base=&quot;stdin&quot; line=&quot;22&quot;/&gt;
            &lt;/o&gt;
         &lt;/o&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #11 via add-refs
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;6&quot;
         name=&quot;leap-year.yaml&quot;
         time=&quot;2021-01-13T08:16:17.213Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;# This program is from the EOLANG original paper
# and must produce a working command line tool
#
# License is MIT

+alias stdout org.eolang.io.stdout
+alias stdin org.eolang.io.stdin
+alias scanner org.eolang.txt.scanner

[args] &amp;gt; main
  [y] &amp;gt; leap
    or. &amp;gt; @
      and.
        eq. (mod. y 4) 0
        not. (eq. (mod. y 100) 0)
      eq. (mod. y 400) 0
  and &amp;gt; @
    stdout &quot;Enter a year:&quot;
    stdout
      sprintf
        &quot;%s is %sa leap year!&quot;
        (scanner stdin).nextInt &amp;gt; year!
        if (leap year:y) &quot;&quot; &quot;not &quot;

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;license&gt;This program is from the EOLANG original paper
and must produce a working command line tool

License is MIT&lt;/license&gt;
   &lt;metas&gt;
      &lt;meta line=&quot;6&quot;&gt;
         &lt;head&gt;alias&lt;/head&gt;
         &lt;tail&gt;stdout org.eolang.io.stdout&lt;/tail&gt;
      &lt;/meta&gt;
      &lt;meta line=&quot;7&quot;&gt;
         &lt;head&gt;alias&lt;/head&gt;
         &lt;tail&gt;stdin org.eolang.io.stdin&lt;/tail&gt;
      &lt;/meta&gt;
      &lt;meta line=&quot;8&quot;&gt;
         &lt;head&gt;alias&lt;/head&gt;
         &lt;tail&gt;scanner org.eolang.txt.scanner&lt;/tail&gt;
      &lt;/meta&gt;
   &lt;/metas&gt;
   &lt;objects&gt;
      &lt;o line=&quot;10&quot; name=&quot;main&quot;&gt;
         &lt;o line=&quot;10&quot; name=&quot;args&quot;/&gt;
         &lt;o line=&quot;11&quot; name=&quot;leap&quot;&gt;
            &lt;o line=&quot;11&quot; name=&quot;y&quot;/&gt;
            &lt;o base=&quot;.or&quot; line=&quot;12&quot; name=&quot;@&quot;&gt;
               &lt;o base=&quot;.and&quot; line=&quot;13&quot;&gt;
                  <o base=".eq" line="14">
                     <o base=".mod" line="14">
                        <o base="y" line="14" ref="11"/>
                        <o base="int" data="int" line="14">4</o>
                     </o>
                     <o base="int" data="int" line="14">0</o>
                  </o>
                  <o base=".not" line="15">
                     <o base=".eq" line="15">
                        <o base=".mod" line="15">
                           <o base="y" line="15" ref="11"/>
                           <o base="int" data="int" line="15">100</o>
                        </o>
                        <o base="int" data="int" line="15">0</o>
                     </o>
                  </o>
               </o>
               <o base=".eq" line="16">
                  <o base=".mod" line="16">
                     <o base="y" line="16" ref="11"/>
                     <o base="int" data="int" line="16">400</o>
                  </o>
                  <o base="int" data="int" line="16">0</o>
               </o>
            </o>
         </o>
         <o base="and" line="17" name="@">
            <o base="stdout" line="18">
               <o base="string" data="string" line="18">Enter a year:</o>
            </o>
            <o base="stdout" line="19">
               <o base="sprintf" line="20">
                  <o base="string" data="string" line="21">%s is %sa leap year!</o>
                  <o base="year" cut="2" line="22" ref="22"/>
                  <o base="if" line="23">
                     <o as="y" base="leap" line="23" ref="11">
                        <o base="year" line="23" ref="22"/>
                     </o>
                     <o base="string" data="string" line="23"/>
                     <o base="string" data="string" line="23">not </o>
                  </o>
               </o>
            </o>
         </o>
         <o base=".nextInt" const="" line="22" method="" name="year">
            <o base="scanner" line="22">
               <o base="stdin" line="22"/>
            </o>
         </o>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #12 via resolve-aliases
<?xml version="1.0" encoding="UTF-8"?>
<program ms="6"
         name="leap-year.yaml"
         time="2021-01-13T08:16:17.213Z"
         version="1.0-SNAPSHOT">
   <listing># This program is from the EOLANG original paper
# and must produce a working command line tool
#
# License is MIT

+alias stdout org.eolang.io.stdout
+alias stdin org.eolang.io.stdin
+alias scanner org.eolang.txt.scanner

[args] &gt; main
  [y] &gt; leap
    or. &gt; @
      and.
        eq. (mod. y 4) 0
        not. (eq. (mod. y 100) 0)
      eq. (mod. y 400) 0
  and &gt; @
    stdout "Enter a year:"
    stdout
      sprintf
        "%s is %sa leap year!&quot;
        (scanner stdin).nextInt &amp;gt; year!
        if (leap year:y) &quot;&quot; &quot;not &quot;

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;license&gt;This program is from the EOLANG original paper
and must produce a working command line tool

License is MIT&lt;/license&gt;
   &lt;metas/&gt;
   &lt;objects&gt;
      &lt;o line=&quot;10&quot; name=&quot;main&quot;&gt;
         &lt;o line=&quot;10&quot; name=&quot;args&quot;/&gt;
         &lt;o line=&quot;11&quot; name=&quot;leap&quot;&gt;
            &lt;o line=&quot;11&quot; name=&quot;y&quot;/&gt;
            &lt;o base=&quot;.or&quot; line=&quot;12&quot; name=&quot;@&quot;&gt;
               &lt;o base=&quot;.and&quot; line=&quot;13&quot;&gt;
                  &lt;o base=&quot;.eq&quot; line=&quot;14&quot;&gt;
                     &lt;o base=&quot;.mod&quot; line=&quot;14&quot;&gt;
                        &lt;o base=&quot;y&quot; line=&quot;14&quot; ref=&quot;11&quot;/&gt;
                        &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;14&quot;&gt;4&lt;/o&gt;
                     &lt;/o&gt;
                     &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;14&quot;&gt;0&lt;/o&gt;
                  &lt;/o&gt;
                  &lt;o base=&quot;.not&quot; line=&quot;15&quot;&gt;
                     &lt;o base=&quot;.eq&quot; line=&quot;15&quot;&gt;
                        &lt;o base=&quot;.mod&quot; line=&quot;15&quot;&gt;
                           &lt;o base=&quot;y&quot; line=&quot;15&quot; ref=&quot;11&quot;/&gt;
                           &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;15&quot;&gt;100&lt;/o&gt;
                        &lt;/o&gt;
                        &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;15&quot;&gt;0&lt;/o&gt;
                     &lt;/o&gt;
                  &lt;/o&gt;
               &lt;/o&gt;
               &lt;o base=&quot;.eq&quot; line=&quot;16&quot;&gt;
                  &lt;o base=&quot;.mod&quot; line=&quot;16&quot;&gt;
                     &lt;o base=&quot;y&quot; line=&quot;16&quot; ref=&quot;11&quot;/&gt;
                     &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;16&quot;&gt;400&lt;/o&gt;
                  &lt;/o&gt;
                  &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;16&quot;&gt;0&lt;/o&gt;
               &lt;/o&gt;
            &lt;/o&gt;
         &lt;/o&gt;
         &lt;o base=&quot;and&quot; line=&quot;17&quot; name=&quot;@&quot;&gt;
            &lt;o base=&quot;org.eolang.io.stdout&quot; line=&quot;18&quot;&gt;
               &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;18&quot;&gt;Enter a year:&lt;/o&gt;
            &lt;/o&gt;
            &lt;o base=&quot;org.eolang.io.stdout&quot; line=&quot;19&quot;&gt;
               &lt;o base=&quot;sprintf&quot; line=&quot;20&quot;&gt;
                  &lt;o base=&quot;string&quot; data=&quot;string&quot; line=&quot;21&quot;&gt;%s is %sa leap year!&lt;/o&gt;
                  &lt;o base=&quot;year&quot; cut=&quot;2&quot; line=&quot;22&quot; ref=&quot;22&quot;/&gt;
                  &lt;o base=&quot;if&quot; line=&quot;23&quot;&gt;
                     &lt;o as=&quot;y&quot; base=&quot;leap&quot; line=&quot;23&quot; ref=&quot;11&quot;&gt;
                        &lt;o base=&quot;year&quot; line=&quot;23&quot; ref=&quot;22&quot;/&gt;
                     </o>
                     <o base="string" data="string" line="23"/>
                     <o base="string" data="string" line="23">not </o>
                  </o>
               </o>
            </o>
         </o>
         <o base=".nextInt" const="" line="22" method="" name="year">
            <o base="org.eolang.txt.scanner" line="22">
               <o base="org.eolang.io.stdin" line="22"/>
            </o>
         </o>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #13 via add-default-package
<?xml version="1.0" encoding="UTF-8"?>
<program ms="6"
         name="leap-year.yaml"
         time="2021-01-13T08:16:17.213Z"
         version="1.0-SNAPSHOT">
   <listing># This program is from the EOLANG original paper
# and must produce a working command line tool
#
# License is MIT

+alias stdout org.eolang.io.stdout
+alias stdin org.eolang.io.stdin
+alias scanner org.eolang.txt.scanner

[args] &gt; main
  [y] &gt; leap
    or. &gt; @
      and.
        eq. (mod. y 4) 0
        not. (eq. (mod. y 100) 0)
      eq. (mod. y 400) 0
  and &gt; @
    stdout "Enter a year:"
    stdout
      sprintf
        "%s is %sa leap year!"
        (scanner stdin).nextInt &gt; year!
        if (leap year:y) "" "not "

&lt;EOF&gt;</listing>
   <errors/>
   <license>This program is from the EOLANG original paper
and must produce a working command line tool

License is MIT</license>
   <metas/>
   <objects>
      <o line="10" name="main">
         <o line="10" name="args"/>
         <o line="11" name="leap">
            <o line="11" name="y"/>
            <o base=".or" line="12" name="@">
               <o base=".and" line="13">
                  <o base=".eq" line="14">
                     <o base=".mod" line="14">
                        <o base="y" line="14" ref="11"/>
                        <o base="org.eolang.int" data="int" line="14">4</o>
                     </o>
                     <o base="org.eolang.int" data="int" line="14">0</o>
                  </o>
                  <o base=".not" line="15">
                     <o base=".eq" line="15">
                        <o base=".mod" line="15">
                           <o base="y" line="15" ref="11"/>
                           <o base="org.eolang.int" data="int" line="15">100</o>
                        </o>
                        <o base="org.eolang.int" data="int" line="15">0</o>
                     </o>
                  </o>
               </o>
               <o base=".eq" line="16">
                  <o base=".mod" line="16">
                     &lt;o base=&quot;y&quot; line=&quot;16&quot; ref=&quot;11&quot;/&gt;
                     &lt;o base=&quot;org.eolang.int&quot; data=&quot;int&quot; line=&quot;16&quot;&gt;400&lt;/o&gt;
                  &lt;/o&gt;
                  &lt;o base=&quot;org.eolang.int&quot; data=&quot;int&quot; line=&quot;16&quot;&gt;0&lt;/o&gt;
               &lt;/o&gt;
            &lt;/o&gt;
         &lt;/o&gt;
         &lt;o base=&quot;org.eolang.and&quot; line=&quot;17&quot; name=&quot;@&quot;&gt;
            &lt;o base=&quot;org.eolang.io.stdout&quot; line=&quot;18&quot;&gt;
               &lt;o base=&quot;org.eolang.string&quot; data=&quot;string&quot; line=&quot;18&quot;&gt;Enter a year:&lt;/o&gt;
            &lt;/o&gt;
            &lt;o base=&quot;org.eolang.io.stdout&quot; line=&quot;19&quot;&gt;
               &lt;o base=&quot;org.eolang.sprintf&quot; line=&quot;20&quot;&gt;
                  &lt;o base=&quot;org.eolang.string&quot; data=&quot;string&quot; line=&quot;21&quot;&gt;%s is %sa leap year!&lt;/o&gt;
                  &lt;o base=&quot;year&quot; cut=&quot;2&quot; line=&quot;22&quot; ref=&quot;22&quot;/&gt;
                  &lt;o base=&quot;org.eolang.if&quot; line=&quot;23&quot;&gt;
                     &lt;o as=&quot;y&quot; base=&quot;leap&quot; line=&quot;23&quot; ref=&quot;11&quot;&gt;
                        &lt;o base=&quot;year&quot; line=&quot;23&quot; ref=&quot;22&quot;/&gt;
                     &lt;/o&gt;
                     &lt;o base=&quot;org.eolang.string&quot; data=&quot;string&quot; line=&quot;23&quot;/&gt;
                     &lt;o base=&quot;org.eolang.string&quot; data=&quot;string&quot; line=&quot;23&quot;&gt;not &lt;/o&gt;
                  &lt;/o&gt;
               &lt;/o&gt;
            &lt;/o&gt;
         &lt;/o&gt;
         &lt;o base=&quot;.nextInt&quot; const=&quot;&quot; line=&quot;22&quot; method=&quot;&quot; name=&quot;year&quot;&gt;
            &lt;o base=&quot;org.eolang.txt.scanner&quot; line=&quot;22&quot;&gt;
               &lt;o base=&quot;org.eolang.io.stdin&quot; line=&quot;22&quot;/&gt;
            &lt;/o&gt;
         &lt;/o&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #14 via broken-refs
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;6&quot;
         name=&quot;leap-year.yaml&quot;
         time=&quot;2021-01-13T08:16:17.213Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;# This program is from the EOLANG original paper
# and must produce a working command line tool
#
# License is MIT

+alias stdout org.eolang.io.stdout
+alias stdin org.eolang.io.stdin
+alias scanner org.eolang.txt.scanner

[args] &amp;gt; main
  [y] &amp;gt; leap
    or. &amp;gt; @
      and.
        eq. (mod. y 4) 0
        not. (eq. (mod. y 100) 0)
      eq. (mod. y 400) 0
  and &amp;gt; @
    stdout &quot;Enter a year:&quot;
    stdout
      sprintf
        &quot;%s is %sa leap year!&quot;
        (scanner stdin).nextInt &amp;gt; year!
        if (leap year:y) "" "not "

&lt;EOF&gt;</listing>
   <errors/>
   <license>This program is from the EOLANG original paper
and must produce a working command line tool

License is MIT</license>
   <metas/>
   <objects>
      <o line="10" name="main">
         <o line="10" name="args"/>
         <o line="11" name="leap">
            <o line="11" name="y"/>
            <o base=".or" line="12" name="@">
               <o base=".and" line="13">
                  <o base=".eq" line="14">
                     <o base=".mod" line="14">
                        <o base="y" line="14" ref="11"/>
                        <o base="org.eolang.int" data="int" line="14">4</o>
                     </o>
                     <o base="org.eolang.int" data="int" line="14">0</o>
                  </o>
                  <o base=".not" line="15">
                     <o base=".eq" line="15">
                        <o base=".mod" line="15">
                           <o base="y" line="15" ref="11"/>
                           <o base="org.eolang.int" data="int" line="15">100</o>
                        </o>
                        <o base="org.eolang.int" data="int" line="15">0</o>
                     </o>
                  </o>
               </o>
               <o base=".eq" line="16">
                  <o base=".mod" line="16">
                     <o base="y" line="16" ref="11"/>
                     <o base="org.eolang.int" data="int" line="16">400</o>
                  </o>
                  <o base="org.eolang.int" data="int" line="16">0</o>
               </o>
            </o>
         </o>
         <o base="org.eolang.and" line="17" name="@">
            <o base="org.eolang.io.stdout" line="18">
               <o base="org.eolang.string" data="string" line="18">Enter a year:</o>
            </o>
            <o base="org.eolang.io.stdout" line="19">
               <o base="org.eolang.sprintf" line="20">
                  <o base="org.eolang.string" data="string" line="21">%s is %sa leap year!</o>
                  <o base="year" cut="2" line="22" ref="22"/>
                  <o base="org.eolang.if" line="23">
                     <o as="y" base="leap" line="23" ref="11">
                        <o base="year" line="23" ref="22"/>
                     </o>
                     <o base="org.eolang.string" data="string" line="23"/>
                     <o base="org.eolang.string" data="string" line="23">not </o>
                  </o>
               </o>
            </o>
         </o>
         <o base=".nextInt" const="" line="22" method="" name="year">
            <o base="org.eolang.txt.scanner" line="22">
               <o base="org.eolang.io.stdin" line="22"/>
            </o>
         </o>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #15 via unknown-names
<?xml version="1.0" encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;6&quot;
         name=&quot;leap-year.yaml&quot;
         time=&quot;2021-01-13T08:16:17.213Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;# This program is from the EOLANG original paper
# and must produce a working command line tool
#
# License is MIT

+alias stdout org.eolang.io.stdout
+alias stdin org.eolang.io.stdin
+alias scanner org.eolang.txt.scanner

[args] &amp;gt; main
  [y] &amp;gt; leap
    or. &amp;gt; @
      and.
        eq. (mod. y 4) 0
        not. (eq. (mod. y 100) 0)
      eq. (mod. y 400) 0
  and &amp;gt; @
    stdout &quot;Enter a year:&quot;
    stdout
      sprintf
        &quot;%s is %sa leap year!&quot;
        (scanner stdin).nextInt &amp;gt; year!
        if (leap year:y) &quot;&quot; &quot;not &quot;

&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;license&gt;This program is from the EOLANG original paper
and must produce a working command line tool

License is MIT&lt;/license&gt;
   &lt;metas/&gt;
   &lt;objects&gt;
      &lt;o line=&quot;10&quot; name=&quot;main&quot;&gt;
         &lt;o line=&quot;10&quot; name=&quot;args&quot;/&gt;
         &lt;o line=&quot;11&quot; name=&quot;leap&quot;&gt;
            &lt;o line=&quot;11&quot; name=&quot;y&quot;/&gt;
            &lt;o base=&quot;.or&quot; line=&quot;12&quot; name=&quot;@&quot;&gt;
               &lt;o base=&quot;.and&quot; line=&quot;13&quot;&gt;
                  &lt;o base=&quot;.eq&quot; line=&quot;14&quot;&gt;
                     &lt;o base=&quot;.mod&quot; line=&quot;14&quot;&gt;
                        &lt;o base=&quot;y&quot; line=&quot;14&quot; ref=&quot;11&quot;/&gt;
                        &lt;o base=&quot;org.eolang.int&quot; data=&quot;int&quot; line=&quot;14&quot;&gt;4&lt;/o&gt;
                     &lt;/o&gt;
                     &lt;o base=&quot;org.eolang.int&quot; data=&quot;int&quot; line=&quot;14&quot;&gt;0&lt;/o&gt;
                  &lt;/o&gt;
                  &lt;o base=&quot;.not&quot; line=&quot;15&quot;&gt;
                     &lt;o base=&quot;.eq&quot; line=&quot;15&quot;&gt;
                        &lt;o base=&quot;.mod&quot; line=&quot;15&quot;&gt;
                           &lt;o base=&quot;y&quot; line=&quot;15&quot; ref=&quot;11&quot;/&gt;
                           &lt;o base=&quot;org.eolang.int&quot; data=&quot;int&quot; line=&quot;15&quot;&gt;100&lt;/o&gt;
                        &lt;/o&gt;
                        &lt;o base=&quot;org.eolang.int&quot; data=&quot;int&quot; line=&quot;15&quot;&gt;0&lt;/o&gt;
                     &lt;/o&gt;
                  &lt;/o&gt;
               &lt;/o&gt;
               &lt;o base=&quot;.eq&quot; line=&quot;16&quot;&gt;
                  &lt;o base=&quot;.mod&quot; line=&quot;16&quot;&gt;
                     &lt;o base=&quot;y&quot; line=&quot;16&quot; ref=&quot;11&quot;/&gt;
                     &lt;o base=&quot;org.eolang.int&quot; data=&quot;int&quot; line=&quot;16&quot;&gt;400&lt;/o&gt;
                  &lt;/o&gt;
                  &lt;o base=&quot;org.eolang.int&quot; data=&quot;int&quot; line=&quot;16&quot;&gt;0&lt;/o&gt;
               &lt;/o&gt;
            &lt;/o&gt;
         &lt;/o&gt;
         &lt;o base="org.eolang.and" line="17" name="@">
            <o base="org.eolang.io.stdout" line="18">
               <o base="org.eolang.string" data="string" line="18">Enter a year:</o>
            </o>
            <o base="org.eolang.io.stdout" line="19">
               <o base="org.eolang.sprintf" line="20">
                  <o base="org.eolang.string" data="string" line="21">%s is %sa leap year!</o>
                  <o base="year" cut="2" line="22" ref="22"/>
                  <o base="org.eolang.if" line="23">
                     <o as="y" base="leap" line="23" ref="11">
                        <o base="year" line="23" ref="22"/>
                     </o>
                     <o base="org.eolang.string" data="string" line="23"/>
                     <o base="org.eolang.string" data="string" line="23">not </o>
                  </o>
               </o>
            </o>
         </o>
         <o base=".nextInt" const="" line="22" method="" name="year">
            <o base="org.eolang.txt.scanner" line="22">
               <o base="org.eolang.io.stdin" line="22"/>
            </o>
         </o>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Program$Spy$Verbose: Parsed #16 via one-body
<?xml version="1.0" encoding="UTF-8"?>
<program ms="6"
         name="leap-year.yaml"
         time="2021-01-13T08:16:17.213Z"
         version="1.0-SNAPSHOT">
   <listing># This program is from the EOLANG original paper
# and must produce a working command line tool
#
# License is MIT

+alias stdout org.eolang.io.stdout
+alias stdin org.eolang.io.stdin
+alias scanner org.eolang.txt.scanner

[args] &gt; main
  [y] &gt; leap
    or. &gt; @
      and.
        eq. (mod. y 4) 0
        not. (eq. (mod. y 100) 0)
      eq. (mod. y 400) 0
  and &gt; @
    stdout "Enter a year:"
    stdout
      sprintf
        "%s is %sa leap year!"
        (scanner stdin).nextInt &gt; year!
        if (leap year:y) "" "not "

&lt;EOF&gt;</listing>
   <errors/>
   <license>This program is from the EOLANG original paper
and must produce a working command line tool

License is MIT</license>
   <metas/>
   <objects>
      <o line="10" name="main">
         <o line="10" name="args"/>
         <o line="11" name="leap">
            <o line="11" name="y"/>
            <o base=".or" line="12" name="@">
               <o base=".and" line="13">
                  <o base=".eq" line="14">
                     <o base=".mod" line="14">
                        <o base="y" line="14" ref="11"/>
                        <o base="org.eolang.int" data="int" line="14">4</o>
                     </o>
                     <o base="org.eolang.int" data="int" line="14">0</o>
                  </o>
                  <o base=".not" line="15">
                     <o base=".eq" line="15">
                        <o base=".mod" line="15">
                           &lt;o base=&quot;y&quot; line=&quot;15&quot; ref=&quot;11&quot;/&gt;
                           &lt;o base=&quot;org.eolang.int&quot; data=&quot;int&quot; line=&quot;15&quot;&gt;100&lt;/o&gt;
                        &lt;/o&gt;
                        &lt;o base=&quot;org.eolang.int&quot; data=&quot;int&quot; line=&quot;15&quot;&gt;0&lt;/o&gt;
                     &lt;/o&gt;
                  &lt;/o&gt;
               &lt;/o&gt;
               &lt;o base=&quot;.eq&quot; line=&quot;16&quot;&gt;
                  &lt;o base=&quot;.mod&quot; line=&quot;16&quot;&gt;
                     &lt;o base=&quot;y&quot; line=&quot;16&quot; ref=&quot;11&quot;/&gt;
                     &lt;o base=&quot;org.eolang.int&quot; data=&quot;int&quot; line=&quot;16&quot;&gt;400&lt;/o&gt;
                  &lt;/o&gt;
                  &lt;o base=&quot;org.eolang.int&quot; data=&quot;int&quot; line=&quot;16&quot;&gt;0&lt;/o&gt;
               &lt;/o&gt;
            &lt;/o&gt;
         &lt;/o&gt;
         &lt;o base=&quot;org.eolang.and&quot; line=&quot;17&quot; name=&quot;@&quot;&gt;
            &lt;o base=&quot;org.eolang.io.stdout&quot; line=&quot;18&quot;&gt;
               &lt;o base=&quot;org.eolang.string&quot; data=&quot;string&quot; line=&quot;18&quot;&gt;Enter a year:&lt;/o&gt;
            &lt;/o&gt;
            &lt;o base=&quot;org.eolang.io.stdout&quot; line=&quot;19&quot;&gt;
               &lt;o base=&quot;org.eolang.sprintf&quot; line=&quot;20&quot;&gt;
                  &lt;o base=&quot;org.eolang.string&quot; data=&quot;string&quot; line=&quot;21&quot;&gt;%s is %sa leap year!&lt;/o&gt;
                  &lt;o base=&quot;year&quot; cut=&quot;2&quot; line=&quot;22&quot; ref=&quot;22&quot;/&gt;
                  &lt;o base=&quot;org.eolang.if&quot; line=&quot;23&quot;&gt;
                     &lt;o as=&quot;y&quot; base=&quot;leap&quot; line=&quot;23&quot; ref=&quot;11&quot;&gt;
                        &lt;o base=&quot;year&quot; line=&quot;23&quot; ref=&quot;22&quot;/&gt;
                     &lt;/o&gt;
                     &lt;o base=&quot;org.eolang.string&quot; data=&quot;string&quot; line=&quot;23&quot;/&gt;
                     &lt;o base=&quot;org.eolang.string&quot; data=&quot;string&quot; line=&quot;23&quot;&gt;not &lt;/o&gt;
                  &lt;/o&gt;
               &lt;/o&gt;
            &lt;/o&gt;
         &lt;/o&gt;
         &lt;o base=&quot;.nextInt&quot; const=&quot;&quot; line=&quot;22&quot; method=&quot;&quot; name=&quot;year&quot;&gt;
            &lt;o base=&quot;org.eolang.txt.scanner&quot; line=&quot;22&quot;&gt;
               &lt;o base=&quot;org.eolang.io.stdin&quot; line=&quot;22&quot;/&gt;
            &lt;/o&gt;
         &lt;/o&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.PacksTest: Output XML:
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;6&quot;
         name=&quot;leap-year.yaml&quot;
         time=&quot;2021-01-13T08:16:17.213Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;# This program is from the EOLANG original paper
# and must produce a working command line tool
#
# License is MIT

+alias stdout org.eolang.io.stdout
+alias stdin org.eolang.io.stdin
+alias scanner org.eolang.txt.scanner

[args] &gt; main
  [y] &gt; leap
    or. &gt; @
      and.
        eq. (mod. y 4) 0
        not. (eq. (mod. y 100) 0)
      eq. (mod. y 400) 0
  and &gt; @
    stdout "Enter a year:"
    stdout
      sprintf
        "%s is %sa leap year!"
        (scanner stdin).nextInt &gt; year!
        if (leap year:y) "" "not "

&lt;EOF&gt;</listing>
   <errors/>
   <license>This program is from the EOLANG original paper
and must produce a working command line tool

License is MIT</license>
   <metas/>
   <objects>
      <o line="10" name="main">
         <o line="10" name="args"/>
         <o line="11" name="leap">
            <o line="11" name="y"/>
            <o base=".or" line="12" name="@">
               <o base=".and" line="13">
                  <o base=".eq" line="14">
                     <o base=".mod" line="14">
                        <o base="y" line="14" ref="11"/>
                        <o base="org.eolang.int" data="int" line="14">4</o>
                     </o>
                     <o base="org.eolang.int" data="int" line="14">0</o>
                  </o>
                  <o base=".not" line="15">
                     <o base=".eq" line="15">
                        <o base=".mod" line="15">
                           <o base="y" line="15" ref="11"/>
                           <o base="org.eolang.int" data="int" line="15">100</o>
                        </o>
                        <o base="org.eolang.int" data="int" line="15">0</o>
                     </o>
                  </o>
               </o>
               <o base=".eq" line="16">
                  <o base=".mod" line="16">
                     <o base="y" line="16" ref="11"/>
                     <o base="org.eolang.int" data="int" line="16">400</o>
                  </o>
                  <o base="org.eolang.int" data="int" line="16">0</o>
               </o>
            </o>
         </o>
         <o base="org.eolang.and" line="17" name="@">
            <o base="org.eolang.io.stdout" line="18">
               <o base="org.eolang.string" data="string" line="18">Enter a year:</o>
            </o>
            <o base="org.eolang.io.stdout" line="19">
               <o base="org.eolang.sprintf" line="20">
                  <o base="org.eolang.string" data="string" line="21">%s is %sa leap year!</o>
                  <o base="year" cut="2" line="22" ref="22"/>
                  <o base="org.eolang.if" line="23">
                     <o as="y" base="leap" line="23" ref="11">
                        <o base="year" line="23" ref="22"/>
                     </o>
                     <o base="org.eolang.string" data="string" line="23"/>
                     &lt;o base=&quot;org.eolang.string&quot; data=&quot;string&quot; line=&quot;23&quot;&gt;not &lt;/o&gt;
                  &lt;/o&gt;
               &lt;/o&gt;
            &lt;/o&gt;
         &lt;/o&gt;
         &lt;o base=&quot;.nextInt&quot; const=&quot;&quot; line=&quot;22&quot; method=&quot;&quot; name=&quot;year&quot;&gt;
            &lt;o base=&quot;org.eolang.txt.scanner&quot; line=&quot;22&quot;&gt;
               &lt;o base=&quot;org.eolang.io.stdin&quot; line=&quot;22&quot;/&gt;
            &lt;/o&gt;
         &lt;/o&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.865 s - in org.eolang.parser.PacksTest
[INFO] Running org.eolang.parser.SyntaxTest
[2;37mDEBUGm] org.eolang.parser.Syntax: Raw XML:
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;0&quot;
         name=&quot;test&quot;
         time=&quot;2021-01-13T08:16:17.500Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;# This is the header comment of this simple EO
# program, to be ignored.

+meta This is just a test META
+meta2 And yet another one

[n] &amp;gt; fibo
  if
    less n 2
    n
    add
      fibo (sub n 1)
      fibo (sub n 2)
&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;license&gt;This is the header comment of this simple EO
program, to be ignored.&lt;/license&gt;
   &lt;metas&gt;
      &lt;meta line=&quot;4&quot;&gt;
         &lt;head&gt;meta&lt;/head&gt;
         &lt;tail&gt;This is just a test META&lt;/tail&gt;
      &lt;/meta&gt;
      &lt;meta line=&quot;5&quot;&gt;
         &lt;head&gt;meta2&lt;/head&gt;
         &lt;tail&gt;And yet another one&lt;/tail&gt;
      &lt;/meta&gt;
   &lt;/metas&gt;
   &lt;objects&gt;
      &lt;o line=&quot;7&quot; name=&quot;fibo&quot;&gt;
         &lt;o line=&quot;7&quot; name=&quot;n&quot;/&gt;
         &lt;o base=&quot;if&quot; line=&quot;8&quot;&gt;
            &lt;o base=&quot;less&quot; line=&quot;9&quot;&gt;
               &lt;o base=&quot;n&quot; line=&quot;9&quot;/&gt;
               &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;9&quot;&gt;2&lt;/o&gt;
            &lt;/o&gt;
            &lt;o base=&quot;n&quot; line=&quot;10&quot;/&gt;
            &lt;o base=&quot;add&quot; line=&quot;11&quot;&gt;
               &lt;o base=&quot;fibo&quot; line=&quot;12&quot;&gt;
                  &lt;o base=&quot;sub&quot; line=&quot;12&quot;&gt;
                     &lt;o base=&quot;n&quot; line=&quot;12&quot;/&gt;
                     &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;12&quot;&gt;1&lt;/o&gt;
                  &lt;/o&gt;
               &lt;/o&gt;
               &lt;o base=&quot;fibo&quot; line=&quot;13&quot;&gt;
                  &lt;o base=&quot;sub&quot; line=&quot;13&quot;&gt;
                     &lt;o base=&quot;n&quot; line=&quot;13&quot;/&gt;
                     &lt;o base=&quot;int&quot; data=&quot;int&quot; line=&quot;13&quot;&gt;2&lt;/o&gt;
                  &lt;/o&gt;
               &lt;/o&gt;
            &lt;/o&gt;
         &lt;/o&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.parser.Syntax: Input of 13 EO lines compiled
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eolang.parser.SyntaxTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- jcabi-maven-plugin:0.14.1:versionalize (jcabi-versionalize-packages) @ eo-parser ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.pom (4.5 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.pom (7.9 kB at 35 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.pom (1.0 kB at 4.5 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 35 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (6.8 kB at 30 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom (2.8 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.2.0/maven-2.2.0.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.2.0/maven-2.2.0.pom (22 kB at 88 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom (2.2 kB at 9.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom (3.2 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom (2.2 kB at 9.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom (3.1 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom (1.9 kB at 8.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom (1.6 kB at 7.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom (1.9 kB at 8.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.8.6/aspectjtools-1.8.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.8.6/aspectjtools-1.8.6.pom (1.0 kB at 4.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.pom (13 kB at 58 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator-parent/5.1.2.Final/hibernate-validator-parent-5.1.2.Final.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator-parent/5.1.2.Final/hibernate-validator-parent-5.1.2.Final.pom (26 kB at 115 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.pom (5.0 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/jboss-parent/9/jboss-parent-9.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/jboss-parent/9/jboss-parent-9.pom (29 kB at 123 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/1.0.0/classmate-1.0.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/1.0.0/classmate-1.0.0.pom (6.6 kB at 29 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (2.8 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4.0 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 66 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (2.8 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean/3.4/xbean-3.4.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 82 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 24 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom (20 kB at 88 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/33/commons-parent-33.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/33/commons-parent-33.pom (53 kB at 225 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar
Downloaded5from0oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.14.3/jcabi-log-0.14.3.jar (40 kB at 171 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar (60 kB at 244 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-aspects/0.18/jcabi-aspects-0.18.jar (80 kB at 323 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjrt/1.8.2/aspectjrt-1.8.2.jar (117 kB at 440 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.8.6/aspectjtools-1.8.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar (156 kB at 564 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
Downloaded5from5oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar (35 kB at 75 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.jar
Downloaded4from0oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar (30 kB at 61 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar
Downloaded3from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar (65 kB at 133 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/1.0.0/classmate-1.0.0.jar
Downloaded2from.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 (64 kB at 120 kB/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.jar
Downloaded5from.oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar (57 kB at 74 kB/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.jar
Downloaded4from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/classmate/1.0.0/classmate-1.0.0.jar (60 kB at 77 kB/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.jar
Downloaded3from.oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar (223 kB at 268 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
Downloaded4from.oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.1.2.Final/hibernate-validator-5.1.2.Final.jar (633 kB at 693 kB/s)
Downloading)from1oss.sonatype.org:1https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar
Downloaded4from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar (47 kB at 45 kB/s)
Downloading)from3oss.sonatype.org:1https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar
Downloaded4from.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.jar (41 kB at 40 kB/s)
Downloading)from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
Downloaded3from.oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar (130 kB at 116 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar
Downloaded4from.oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar (217 kB at 180 kB/s)
Downloaded4from.oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (134 kB at 102 kB/s)
Downloaded3from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar (45 kB at 34 kB/s)
Downloaded2from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar (413 kB at 285 kB/s)
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.8.6/aspectjtools-1.8.6.jar (11 MB at 6.9 MB/s)
[INFO] jcabi-aspects 0.18/55a5c13 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[INFO] Versionalizing /home/r/repo/eo-parser/target/classes directory
[0;37mINFOm] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 5.1.2.Final
[INFO] JSR-303 validator org.hibernate.validator.internal.engine.ValidatorImpl instantiated by jcabi-aspects 0.18/55a5c13
[INFO] File /home/r/repo/eo-parser/target/classes/org/eolang/parser/org-eolang-eo-parser-jar.txt added
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eo-parser ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/27/maven-parent-27.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 179 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/17/apache-17.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/17/apache-17.pom (16 kB at 70 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 8.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 7.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 91 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 25 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/25/maven-parent-25.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 165 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/15/apache-15.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/15/apache-15.pom (15 kB at 67 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom (4.5 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom (4.8 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom (18 kB at 80 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/48/commons-parent-48.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 312 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 64 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.8/xz-1.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 8.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom (4.8 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar
Downloaded5from5oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 154 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 173 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 106 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 222 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.8/xz-1.8.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar (196 kB at 677 kB/s)
Downloaded4from6oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 162 kB/s)
Downloaded3from8oss.sonatype.org:5https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 122 kB/s)
Downloaded2from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 220 kB/s)
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar (615 kB at 1.0 MB/s)
[INFO] Building jar: /home/r/repo/eo-parser/target/eo-parser-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- qulice-maven-plugin:0.18.19:check (jcabi-qulice-check) @ eo-parser ---
Jan 13, 2021 8:16:36 AM net.sourceforge.pmd.lang.ast.xpath.Attribute getValue
WARNING: Use of deprecated attribute 'FieldDeclaration/@VariableName' in XPath query
[INFO] Starting FindBugs validator
[INFO] Finishing FindBugs validator
[INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1:enforce...
[INFO] This is not an SVN project
[INFO] No dependency problems found
[INFO] Qulice quality check completed in 5s
[INFO]
[INFO] --- maven-antrun-plugin:1.8:run (default) @ eo-parser ---
[INFO] Executing tasks

main:
     [exec] /home/r/repo/eo-parser/pom.xml looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/eo-object.xsd looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/_each.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/_funcs.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/abstracts-float-up.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/add-default-package.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/add-refs.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/abstract-decoratee.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/broken-aliases.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/broken-refs.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/duplicate-aliases.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/duplicate-names.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/global-nonames.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/middle-varargs.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/noname-attributes.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/not-empty-atoms.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/same-line-names.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/self-naming.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/errors/unknown-names.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/globals-to-abstracts.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/remove-levels.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/remove-refs.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/resolve-aliases.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/vars-float-up.xsl looks good
     [exec] /home/r/repo/eo-parser/src/main/resources/org/eolang/parser/wrap-method-calls.xsl looks good
[INFO] Executed tasks
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (jcabi-sign-artifacts) @ eo-parser ---
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ eo-parser ---
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-1.0-SNAPSHOT.jar to /home/r/.m2/repository/org/eolang/eo-parser/1.0-SNAPSHOT/eo-parser-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/eo-parser/pom.xml to /home/r/.m2/repository/org/eolang/eo-parser/1.0-SNAPSHOT/eo-parser-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-1.0-SNAPSHOT.jar.asc to /home/r/.m2/repository/org/eolang/eo-parser/1.0-SNAPSHOT/eo-parser-1.0-SNAPSHOT.jar.asc
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-1.0-SNAPSHOT.pom.asc to /home/r/.m2/repository/org/eolang/eo-parser/1.0-SNAPSHOT/eo-parser-1.0-SNAPSHOT.pom.asc
[INFO]
[INFO] ---------------------< org.eolang:eo-maven-plugin >---------------------
[INFO] Building eo-maven-plugin 1.0-SNAPSHOT                              [3/5]
[INFO] ----------------------------[ maven-plugin ]----------------------------
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-invoker-plugin/3.2.1/maven-invoker-plugin-3.2.1.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-invoker-plugin/3.2.1/maven-invoker-plugin-3.2.1.pom (14 kB at 60 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-invoker-plugin/3.2.1/maven-invoker-plugin-3.2.1.jar
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-invoker-plugin/3.2.1/maven-invoker-plugin-3.2.1.jar (127 kB at 499 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-dependency-plugin/3.1.2/maven-dependency-plugin-3.1.2.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-dependency-plugin/3.1.2/maven-dependency-plugin-3.1.2.pom (16 kB at 71 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-dependency-plugin/3.1.2/maven-dependency-plugin-3.1.2.jar
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-dependency-plugin/3.1.2/maven-dependency-plugin-3.1.2.jar (172 kB at 629 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugin-plugin/3.6.0/maven-plugin-plugin-3.6.0.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugin-plugin/3.6.0/maven-plugin-plugin-3.6.0.pom (13 kB at 56 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom (15 kB at 63 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugin-plugin/3.6.0/maven-plugin-plugin-3.6.0.jar
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugin-plugin/3.6.0/maven-plugin-plugin-3.6.0.jar (53 kB at 211 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-immutable/1.4/jcabi-immutable-1.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-immutable/1.4/jcabi-immutable-1.4.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom (2.7 kB at 158 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.3.9/maven-3.3.9.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.3.9/maven-3.3.9.pom (24 kB at 1.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom (4.0 kB at 224 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8/commons-lang3-3.8.pom
Downloaded1from8central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8/commons-lang3-3.8.pom (28 kB at 1.4 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom (2.1 kB at 133 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom (4.2 kB at 232 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom (14 kB at 722 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom (2.6 kB at 164 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom (14 kB at 758 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom (8.3 kB at 461 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom (1.8 kB at 102 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom (2.6 kB at 164 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom (1.7 kB at 92 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 91 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 47 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 222 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom
Downloaded1from2central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom (1.9 kB at 105 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom (3.1 kB at 196 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/21.0-rc2/guava-21.0-rc2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/google/guava/guava/21.0-rc2/guava-21.0-rc2.pom (7.0 kB at 389 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/21.0-rc2/guava-parent-21.0-rc2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/21.0-rc2/guava-parent-21.0-rc2.pom (9.7 kB at 483 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom (4.0 kB at 237 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom (1.8 kB at 115 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom
Downloaded1from9central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom (29 kB at 1.5 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom (2.0 kB at 124 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom (2.1 kB at 34 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom (3.4 kB at 187 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.0/guice-4.0.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.0/guice-4.0.pom (11 kB at 560 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom (15 kB at 815 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom (2.5 kB at 129 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5/maven-plugin-annotations-3.5.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5/maven-plugin-annotations-3.5.pom (1.7 kB at 104 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.5/maven-plugin-tools-3.5.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.5/maven-plugin-tools-3.5.pom (16 kB at 852 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/3.1.0/maven-plugin-testing-harness-3.1.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/3.1.0/maven-plugin-testing-harness-3.1.0.pom (2.9 kB at 162 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing/3.1.0/maven-plugin-testing-3.1.0.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing/3.1.0/maven-plugin-testing-3.1.0.pom (11 kB at 567 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom (3.2 kB at 129 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3.0 kB at 177 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom (2.5 kB at 157 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom (1.7 kB at 102 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (2.7 kB at 159 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.5.0/maven-compat-3.5.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.5.0/maven-compat-3.5.0.pom (4.4 kB at 232 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.5.0/maven-3.5.0.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.5.0/maven-3.5.0.pom (25 kB at 1.3 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.pom (4.0 kB at 224 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 243 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.5.0/maven-model-builder-3.5.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.5.0/maven-model-builder-3.5.0.pom (3.1 kB at 195 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom (2.6 kB at 164 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.5.0/maven-artifact-3.5.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.5.0/maven-artifact-3.5.0.pom (2.1 kB at 124 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.5.0/maven-builder-support-3.5.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.5.0/maven-builder-support-3.5.0.pom (1.7 kB at 97 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.5.0/maven-settings-3.5.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.5.0/maven-settings-3.5.0.pom (1.8 kB at 102 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.5.0/maven-core-3.5.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.5.0/maven-core-3.5.0.pom (8.6 kB at 450 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.5.0/maven-settings-builder-3.5.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.5.0/maven-settings-builder-3.5.0.pom (2.6 kB at 154 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.5.0/maven-repository-metadata-3.5.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.5.0/maven-repository-metadata-3.5.0.pom (1.9 kB at 95 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.5.0/maven-plugin-api-3.5.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.5.0/maven-plugin-api-3.5.0.pom (2.7 kB at 158 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom (4.2 kB at 245 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom (14 kB at 763 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom (2.6 kB at 154 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom
Downloaded1from4central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom (14 kB at 800 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.5.0/maven-resolver-provider-3.5.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.5.0/maven-resolver-provider-3.5.0.pom (4.1 kB at 216 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.0.3/maven-resolver-api-1.0.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.0.3/maven-resolver-api-1.0.3.pom (1.7 kB at 102 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.0.3/maven-resolver-1.0.3.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.0.3/maven-resolver-1.0.3.pom (15 kB at 764 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.0.3/maven-resolver-spi-1.0.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.0.3/maven-resolver-spi-1.0.3.pom (1.9 kB at 106 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.0.3/maven-resolver-util-1.0.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.0.3/maven-resolver-util-1.0.3.pom (2.1 kB at 121 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.0.3/maven-resolver-impl-1.0.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.0.3/maven-resolver-impl-1.0.3.pom (3.2 kB at 180 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.pom (1.9 kB at 112 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.12/wagon-2.12.pom
Downloaded1from1central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.12/wagon-2.12.pom (21 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http/1.0-beta-6/wagon-http-1.0-beta-6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http/1.0-beta-6/wagon-http-1.0-beta-6.pom (3.3 kB at 186 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/1.0-beta-6/wagon-providers-1.0-beta-6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/1.0-beta-6/wagon-providers-1.0-beta-6.pom (2.1 kB at 124 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-shared/1.0-beta-6/wagon-http-shared-1.0-beta-6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-shared/1.0-beta-6/wagon-http-shared-1.0-beta-6.pom (2.1 kB at 124 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/nekohtml/xercesMinimal/1.9.6.2/xercesMinimal-1.9.6.2.pom
Downloaded1from9central: https://repo.maven.apache.org/maven2/nekohtml/xercesMinimal/1.9.6.2/xercesMinimal-1.9.6.2.pom (390 B at 23 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/nekohtml/nekohtml/1.9.6.2/nekohtml-1.9.6.2.pom
Downloaded1from0central: https://repo.maven.apache.org/maven2/nekohtml/nekohtml/1.9.6.2/nekohtml-1.9.6.2.pom (704 B at 44 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (7.8 kB at 457 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-webdav-jackrabbit/1.0-beta-6/wagon-webdav-jackrabbit-1.0-beta-6.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-webdav-jackrabbit/1.0-beta-6/wagon-webdav-jackrabbit-1.0-beta-6.pom (3.5 kB at 195 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jackrabbit/jackrabbit-webdav/1.5.0/jackrabbit-webdav-1.5.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/jackrabbit/jackrabbit-webdav/1.5.0/jackrabbit-webdav-1.5.0.pom (3.3 kB at 208 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jackrabbit/jackrabbit-parent/1.5.0/jackrabbit-parent-1.5.0.pom
Downloaded1from5central: https://repo.maven.apache.org/maven2/org/apache/jackrabbit/jackrabbit-parent/1.5.0/jackrabbit-parent-1.5.0.pom (25 kB at 1.4 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jackrabbit/jackrabbit-jcr-commons/1.5.0/jackrabbit-jcr-commons-1.5.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/apache/jackrabbit/jackrabbit-jcr-commons/1.5.0/jackrabbit-jcr-commons-1.5.0.pom (3.0 kB at 166 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.3/slf4j-api-1.5.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.3/slf4j-api-1.5.3.pom (3.0 kB at 176 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.3/slf4j-parent-1.5.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.3/slf4j-parent-1.5.3.pom (7.7 kB at 455 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.0/commons-httpclient-3.0.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.0/commons-httpclient-3.0.pom (8.0 kB at 472 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-nop/1.5.3/slf4j-nop-1.5.3.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-nop/1.5.3/slf4j-nop-1.5.3.pom (1.5 kB at 86 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom
Downloaded1from6central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom (16 kB at 880 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.1.7/eo-runtime-0.1.7.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.1.7/eo-runtime-0.1.7.pom (2.6 kB at 146 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eolang/eo-parent/0.1.7/eo-parent-0.1.7.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/eolang/eo-parent/0.1.7/eo-parent-0.1.7.pom (4.7 kB at 274 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.9/jcabi-maven-slf4j-0.9.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
Downloaded4from3central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
Downloaded4from7central:/https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar
Downloaded4from7central:/https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar (47 kB at 1.4 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar
Downloaded3from5central:1https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar (55 kB at 1.4 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar
Downloaded5from6central:4https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar (164 kB at 2.6 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar
Downloaded4from8central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar (44 kB at 607 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar
Downloaded5from0central:6https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar (205 kB at 2.2 MB/s)
Downloading)from8central:|https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar
Downloaded4from7central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar (43 kB at 453 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar
Downloaded3from0central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar (15 kB at 150 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/21.0-rc2/guava-21.0-rc2.jar
Downloaded5from5central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar (27 kB at 208 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar
Downloaded5from3central:7https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar (177 kB at 962 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar (67 kB at 361 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar
Downloaded3from3central:7https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar (638 kB at 3.3 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar
Downloaded5from1central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar (31 kB at 143 kB/s)
Downloading)from1central:|https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar
Downloaded5from6central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar (136 kB at 541 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.0/guice-4.0-no_aop.jar
Downloaded5from7central:.https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar (378 kB at 1.4 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar (173 kB at 613 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
Downloaded3from.central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
Downloaded3from.central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar (147 kB at 512 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar
Downloaded2from.central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 152 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 173 kB/s)
Downloading)from1central:|https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 11 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8/commons-lang3-3.8.jar
Downloaded3from.central: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.0/guice-4.0-no_aop.jar (424 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5/maven-plugin-annotations-3.5.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/3.1.0/maven-plugin-testing-harness-3.1.0.jar
Downloaded3from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 622 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5/maven-plugin-annotations-3.5.jar (14 kB at 35 kB/s)
Downloading)from3central:|https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/3.1.0/maven-plugin-testing-harness-3.1.0.jar (48 kB at 115 kB/s)
Downloading)from4central:|https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
Downloaded3from.central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar
Downloaded3from.central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.5.0/maven-compat-3.5.0.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar (58 kB at 119 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.5.0/maven-resolver-provider-3.5.0.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar (185 kB at 376 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.0.3/maven-resolver-spi-1.0.3.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.0.3/maven-resolver-spi-1.0.3.jar (36 kB at 68 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.0.3/maven-resolver-api-1.0.3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.5.0/maven-compat-3.5.0.jar (291 kB at 551 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.0.3/maven-resolver-util-1.0.3.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.5.0/maven-resolver-provider-3.5.0.jar (68 kB at 126 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.0.3/maven-resolver-impl-1.0.3.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.0.3/maven-resolver-api-1.0.3.jar (146 kB at 249 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.jar
Downloaded5from.central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.0.3/maven-resolver-util-1.0.3.jar (159 kB at 258 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar (0 B at 0 B/s)
Downloading)from3central:|https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
Downloaded4from.central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.jar (55 kB at 88 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
Downloaded3from.central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar
Downloaded from central: https://repo.maven.apache.org/maven2/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 central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.jar
Downloaded3from.central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.0.3/maven-resolver-impl-1.0.3.jar (184 kB at 287 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.2/asm-6.2.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar
Downloaded2from.central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8/commons-lang3-3.8.jar (502 kB at 770 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.1.7/eo-runtime-0.1.7.jar
Downloaded2from.central:6https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar (0 B at 0 B/s)
Downloaded3from.central:9https://repo.maven.apache.org/maven2/com/google/guava/guava/21.0-rc2/guava-21.0-rc2.jar (2.5 MB at 3.8 MB/s)
Downloaded2from8central:|https://repo.maven.apache.org/maven2/org/eolang/eo-runtime/0.1.7/eo-runtime-0.1.7.jar (43 kB at 63 kB/s)
Downloaded1from1central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar (316 kB at 431 kB/s)
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eo-maven-plugin ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eo-maven-plugin ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ eo-maven-plugin ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ eo-maven-plugin ---
[INFO]
[INFO] --- maven-dependency-plugin:3.1.2:properties (default) @ eo-maven-plugin ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom (7.6 kB at 33 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom (1.5 kB at 6.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (15 kB at 65 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom (1.5 kB at 6.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom (3.4 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom (14 kB at 58 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom (4.1 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 60 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/9/commons-parent-9.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 94 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 33 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 39 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.1/project-4.1.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 72 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 41 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.0/project-4.0.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 57 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 80 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/5/commons-parent-5.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 69 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xmlunit/xmlunit/1.5/xmlunit-1.5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (3.0 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom (6.7 kB at 30 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom (3.0 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom (1.6 kB at 7.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom (2.6 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 4.7 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 8.1 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 27 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.7/velocity-1.7.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 47 kB/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
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 54 kB/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
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 79 kB/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
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 1.6 kB/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
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 3.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 31 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 27 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.12/log4j-1.2.12.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 641 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/logkit/logkit/1.0.1/logkit-1.0.1.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 604 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
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 732 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 696 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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 26 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 4.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 10 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 730 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
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 756 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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 15 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 9.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 48 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 40 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 625 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 614 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/sslext/sslext/1.2-0/sslext-1.2-0.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 2.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 43 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-master/4/struts-master-4.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 52 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/2/apache-2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/2/apache-2.pom (3.4 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.2/antlr-2.7.2.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 619 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 13 kB/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
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 47 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.pom (1.6 kB at 7.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.9/doxia-1.9.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.9/doxia-1.9.pom (19 kB at 82 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.pom (1.6 kB at 7.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 12 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.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 22 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean/3.7/xbean-3.7.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 67 kB/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
Downloaded1from.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 (5.5 kB at 24 kB/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
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 77 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 80 kB/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
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/google/1/google-1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/google/1/google-1.pom (1.6 kB at 6.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.pom (4.4 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 93 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom (6.6 kB at 30 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom (16 kB at 72 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 149 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom (5.2 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom (13 kB at 53 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.9/doxia-site-renderer-1.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.9/doxia-site-renderer-1.9.pom (6.7 kB at 30 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.9/doxia-sitetools-1.9.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.9/doxia-sitetools-1.9.pom (16 kB at 67 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.9/doxia-decoration-model-1.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.9/doxia-decoration-model-1.9.pom (3.4 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-skin-model/1.9/doxia-skin-model-1.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-skin-model/1.9/doxia-skin-model-1.9.pom (3.0 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.pom (2.0 kB at 8.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.9/doxia-modules-1.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.9/doxia-modules-1.9.pom (2.7 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.pom (2.0 kB at 8.8 kB/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
Downloaded1from.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 (2.1 kB at 9.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom (4.4 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom (24 kB at 103 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom (18 kB at 79 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-analyzer/1.11.1/maven-dependency-analyzer-1.11.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-analyzer/1.11.1/maven-dependency-analyzer-1.11.1.pom (6.7 kB at 29 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/7.3.1/asm-7.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/7.3.1/asm-7.3.1.pom (2.9 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom (7.5 kB at 33 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom (5.1 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.jar
Downloaded5from2oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.jar (12 kB at 52 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.jar (12 kB at 52 kB/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/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar (18 kB at 79 kB/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.7.4/doxia-decoration-model-1.7.4.jar (61 kB at 254 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.jar (219 kB at 814 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar
Downloaded5from3oss.sonatype.org:4https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (148 kB at 281 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar
Downloaded4from3oss.sonatype.org:8https://oss.sonatype.org/content/groups/public/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 1.1 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.9/doxia-site-renderer-1.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar (231 kB at 391 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-skin-model/1.9/doxia-skin-model-1.9.jar
Downloaded3from8oss.sonatype.org:9https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar (772 kB at 1.2 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.jar
Downloaded2from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 723 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.jar
Downloaded5from2oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar (327 kB at 413 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.9/doxia-site-renderer-1.9.jar (66 kB at 80 kB/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-skin-model/1.9/doxia-skin-model-1.9.jar (17 kB at 20 kB/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-module-xhtml/1.9/doxia-module-xhtml-1.9.jar (18 kB at 20 kB/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.9/doxia-module-xhtml5-1.9.jar (18 kB at 20 kB/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
Downloaded5from2oss.sonatype.org:0https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
Downloaded4from.oss.sonatype.org:9https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 7.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
Downloaded3from5oss.sonatype.org:8https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 409 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar
Downloaded4from4oss.sonatype.org:4https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 291 kB/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/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 158 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.jar
Downloaded3from4oss.sonatype.org:9https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 70 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/sslext/sslext/1.2-0/sslext-1.2-0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 112 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar
Downloaded3from3oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 103 kB/s)
Downloading)from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.2/antlr-2.7.2.jar
Downloaded4from5oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 46 kB/s)
Downloading)from7oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar
Downloaded4from5oss.sonatype.org:9https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 305 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar
Downloaded3from6oss.sonatype.org:8https://oss.sonatype.org/content/groups/public/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar
Downloaded3from2oss.sonatype.org:6https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 212 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar
Downloaded3from5oss.sonatype.org:6https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 222 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-analyzer/1.11.1/maven-dependency-analyzer-1.11.1.jar
Downloaded4from5oss.sonatype.org:9https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 148 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/7.3.1/asm-7.3.1.jar
Downloaded4from2oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 69 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar
Downloaded3from9oss.sonatype.org:5https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar (194 kB at 109 kB/s)
Downloaded3from3oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-analyzer/1.11.1/maven-dependency-analyzer-1.11.1.jar (35 kB at 19 kB/s)
Downloaded3from3oss.sonatype.org:7https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar (632 kB at 336 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/7.3.1/asm-7.3.1.jar (122 kB at 63 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar (37 kB at 19 kB/s)
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eo-maven-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 6 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eo-maven-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/r/repo/eo-maven-plugin/target/classes
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (compile-helpmojo) @ eo-maven-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/r/repo/eo-maven-plugin/target/classes
[INFO]
[INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ eo-maven-plugin ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.6.0/maven-plugin-tools-api-3.6.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.6.0/maven-plugin-tools-api-3.6.0.pom (2.8 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.6.0/maven-plugin-tools-generators-3.6.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.6.0/maven-plugin-tools-generators-3.6.0.pom (3.9 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom (1.9 kB at 8.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/7.0/asm-7.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/7.0/asm-7.0.pom (2.9 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.pom (3.7 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom (3.1 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom (3.2 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sf/jtidy/jtidy/r938/jtidy-r938.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sf/jtidy/jtidy/r938/jtidy-r938.pom (9.2 kB at 41 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.6.0/maven-plugin-tools-java-3.6.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.6.0/maven-plugin-tools-java-3.6.0.pom (2.9 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M5/qdox-2.0-M5.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M5/qdox-2.0-M5.pom (16 kB at 66 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.6.0/maven-plugin-tools-annotations-3.6.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.6.0/maven-plugin-tools-annotations-3.6.0.pom (4.0 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom (1.6 kB at 7.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom (4.8 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom (21 kB at 94 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom (4.5 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom (16 kB at 69 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/43/commons-parent-43.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/43/commons-parent-43.pom (70 kB at 298 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom (1.5 kB at 6.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom (18 kB at 79 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom (1.5 kB at 6.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom (6.1 kB at 27 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom (17 kB at 75 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom (4.1 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom (1.4 kB at 6.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (1.8 kB at 8.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom (2.7 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom (1.6 kB at 7.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom (2.6 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom (4.8 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom (5.0 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom (4.9 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom (1.6 kB at 7.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom (19 kB at 79 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/19/maven-parent-19.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/19/maven-parent-19.pom (25 kB at 110 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom (1.6 kB at 7.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom (4.0 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom (6.2 kB at 27 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom (16 kB at 71 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom (3.1 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom (1.8 kB at 7.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom (2.5 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom (5.6 kB at 25 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom (7.3 kB at 33 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom (18 kB at 81 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.pom (3.5 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom (3.2 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 74 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.6.0/maven-plugin-tools-api-3.6.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.6.0/maven-plugin-tools-generators-3.6.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/7.0/asm-7.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar
Downloaded5from0oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.6.0/maven-plugin-tools-api-3.6.0.jar (24 kB at 100 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.6.0/maven-plugin-tools-generators-3.6.0.jar (49 kB at 206 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sf/jtidy/jtidy/r938/jtidy-r938.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar (50 kB at 210 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.6.0/maven-plugin-tools-java-3.6.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar (80 kB at 330 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M5/qdox-2.0-M5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/7.0/asm-7.0.jar (114 kB at 419 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.6.0/maven-plugin-tools-annotations-3.6.0.jar
Downloaded5from3oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar (33 kB at 72 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.6.0/maven-plugin-tools-java-3.6.0.jar (18 kB at 39 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.6.0/maven-plugin-tools-annotations-3.6.0.jar (43 kB at 86 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/sf/jtidy/jtidy/r938/jtidy-r938.jar (250 kB at 482 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/2.6/objenesis-2.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M5/qdox-2.0-M5.jar (313 kB at 573 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.jar
Downloaded5from4oss.sonatype.org:0https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar (74 kB at 104 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar
Downloaded4from9oss.sonatype.org:6https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar (191 kB at 254 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.jar (14 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 69 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar (560 kB at 674 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
Downloaded5from1oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar (11 kB at 12 kB/s)
Downloading)from oss.sonatype.org:6https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar
Downloaded4from1oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (11 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar
Downloaded3from3oss.sonatype.org:5https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar (53 kB at 52 kB/s)
Downloading)from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar
Downloaded3from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar (165 kB at 153 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar
Downloaded5from.oss.sonatype.org:9https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (194 kB at 159 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1.2 MB at 992 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 231 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 135 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1/commons-logging-1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar (61 kB at 47 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar
Downloaded5from5oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (15 kB at 11 kB/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.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar (38 kB at 26 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1/commons-logging-1.1.jar (53 kB at 35 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 6.8 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
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar (78 kB at 50 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar
Downloaded5from7oss.sonatype.org:5https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar (18 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 327 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar (7.9 kB at 4.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar (165 kB at 91 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
Downloaded5from9oss.sonatype.org:6https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar (293 kB at 148 kB/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/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar (46 kB at 23 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 19 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar (196 kB at 97 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 152 kB/s)
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 117 kB/s)
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-javadoc mojo extractor found 0 mojo descriptor.
[INFO] java-annotations mojo extractor found 4 mojo descriptors.
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eo-maven-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 8 resources
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eo-maven-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/r/repo/eo-maven-plugin/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ eo-maven-plugin ---
[INFO] Surefire report directory: /home/r/repo/eo-maven-plugin/target/surefire-reports
[INFO]
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eolang.maven.ParseMojoTest
[0;37mINFOm] org.eolang.maven.ParseMojo: Target directory created: /tmp/eo6901026344860699450/target
[0;37mINFOm] org.eolang.maven.ParseMojo: Target directory created: /tmp/eo1253075526963740195/target
[2;37mDEBUGm] org.eolang.parser.Syntax: Raw XML:
<?xml version="1.0" encoding="UTF-8"?>
<program ms="163"
         name="main.eo"
         time="2021-01-13T08:17:21.691Z"
         version="1.0-SNAPSHOT">
   <listing>[args] &gt; main
  (stdout "Hello!").print
&lt;EOF&gt;</listing>
   <errors/>
   <objects>
      <o line="1" name="main">
         <o line="1" name="args"/>
         <o base="stdout" line="2">
            <o base="string" data="string" line="2">Hello!</o>
         </o>
         <o base=".print" line="2" method=""/>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Syntax: Input of 2 EO lines compiled
[0;37mINFOm] org.eolang.maven.ParseMojo: /tmp/eo1253075526963740195/src/main.eo parsed to /tmp/eo1253075526963740195/target/eo/parse/main.eo.xml
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.559 s - in org.eolang.maven.ParseMojoTest
[INFO] Running org.eolang.maven.PullMojoTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 s - in org.eolang.maven.PullMojoTest
[INFO] Running org.eolang.maven.OptimizeMojoTest
[0;37mINFOm] org.eolang.maven.ParseMojo: Target directory created: /tmp/eo5685877690563412958/target
[2;37mDEBUGm] org.eolang.parser.Syntax: Raw XML:
<?xml version="1.0" encoding="UTF-8"?>
<program ms="2"
         name="main.eo"
         time="2021-01-13T08:17:21.908Z"
         version="1.0-SNAPSHOT">
   <listing>[args] &gt; main
  (stdout "Hello!").print &gt; @
&lt;EOF&gt;</listing>
   <errors/>
   <objects>
      <o line="1" name="main">
         <o line="1" name="args"/>
         <o base="stdout" line="2">
            <o base="string" data="string" line="2">Hello!</o>
         </o>
         <o base=".print" line="2" method="" name="@"/>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Syntax: Input of 2 EO lines compiled
[0;37mINFOm] org.eolang.maven.ParseMojo: /tmp/eo5685877690563412958/src/main.eo parsed to /tmp/eo5685877690563412958/target/eo/parse/main.eo.xml
[0;37mINFOm] org.eolang.maven.OptimizeMojo: /tmp/eo5685877690563412958/target/eo/parse/main.eo.xml optimized to /tmp/eo5685877690563412958/target/eo/optimize/main.eo.xml, all steps are in /tmp/eo5685877690563412958/target/eo/steps/main.eo.xml
[2;37mDEBUGm] org.eolang.maven.OptimizeMojo: Optimized XML saved to /tmp/eo5685877690563412958/target/eo/optimize/main.eo.xml:
<?xml version="1.0" encoding="UTF-8"?>
<program ms="2"
         name="main.eo"
         time="2021-01-13T08:17:21.908Z"
         version="1.0-SNAPSHOT">
   <listing>[args] &gt; main
  (stdout "Hello!").print &gt; @
&lt;EOF&gt;</listing>
   <errors/>
   <objects>
      <o line="1" name="main">
         <o line="1" name="args"/>
         <o base=".print" line="2" method="" name="@">
            <o base="org.eolang.stdout" line="2">
               <o base="org.eolang.string" data="string" line="2">Hello!</o>
            </o>
         </o>
      </o>
   </objects>
</program>

[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.11 s - in org.eolang.maven.OptimizeMojoTest
[INFO] Running org.eolang.maven.SnippetTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.005 s - in org.eolang.maven.SnippetTest
[INFO] Running org.eolang.maven.CompileMojoTest
[0;37mINFOm] org.eolang.maven.ParseMojo: Target directory created: /tmp/eo3515755345643195104/target
[2;37mDEBUGm] org.eolang.parser.Syntax: Raw XML:
<?xml version="1.0" encoding="UTF-8"?>
<program ms="8"
         name="code.eo"
         time="2021-01-13T08:17:23.036Z"
         version="1.0-SNAPSHOT">
   <listing>+package org.eolang

[data?] &gt; array

  # Push element to the array, modifying it. The
  # result value is the new size of the array.
  [x] &gt; push /int

  # Take one element from the array, at the
  # given position.
  [i] &gt; get /object

  # Create a new array with this element added to
  # the end of it.
  [x] &gt; append /array

  # Reduce from start "a" using the function "f"
  [a f] &gt; reduce /a

  # Map with index. Here "f" must be an abstract
  # object with two free attributes. The first
  # one for the element of the array, the second one
  # for the index.
  [f] &gt; mapi /array

  # Map without index. Here "f" must be an abstract
  # object with one free attribute, for the element
  # of the array.
  [f] &gt; map
    mapi &gt; @
      [x i]
        f x &gt; @
&lt;EOF&gt;</listing>
   <errors/>
   <metas>
      <meta line="1">
         <head>package</head>
         <tail>org.eolang</tail>
      </meta>
   </metas>
   <objects>
      <o line="3" name="array">
         <o line="3" name="data" rw=""/>
         <o atom="int" line="5" name="push">
            <o line="7" name="x"/>
         </o>
         <o atom="object" line="9" name="get">
            <o line="11" name="i"/>
         </o>
         <o atom="array" line="13" name="append">
            <o line="15" name="x"/>
         </o>
         <o atom="a" line="17" name="reduce">
            <o line="18" name="a"/>
            <o line="18" name="f"/>
         </o>
         <o atom="array" line="20" name="mapi">
            <o line="24" name="f"/>
         </o>
         <o line="26" name="map">
            <o line="29" name="f"/>
            <o base="mapi" line="30" name="@">
               <o line="31">
                  <o line="31" name="x"/>
                  <o line="31" name="i"/>
                  <o base="f" line="32" name="@">
                     <o base="x" line="32"/>
                  </o>
               </o>
            </o>
         </o>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Syntax: Input of 32 EO lines compiled
[0;37mINFOm] org.eolang.maven.ParseMojo: /tmp/eo3515755345643195104/src/code.eo parsed to /tmp/eo3515755345643195104/target/eo/parse/code.eo.xml
[0;37mINFOm] org.eolang.maven.OptimizeMojo: /tmp/eo3515755345643195104/target/eo/parse/code.eo.xml optimized to /tmp/eo3515755345643195104/target/eo/optimize/code.eo.xml, all steps are in /tmp/eo3515755345643195104/target/eo/steps/code.eo.xml
[2;37mDEBUGm] org.eolang.maven.OptimizeMojo: Optimized XML saved to /tmp/eo3515755345643195104/target/eo/optimize/code.eo.xml:
<?xml version="1.0" encoding="UTF-8"?>
<program ms="8"
         name="code.eo"
         time="2021-01-13T08:17:23.036Z"
         version="1.0-SNAPSHOT">
   <listing>+package org.eolang

[data?] &gt; array

  # Push element to the array, modifying it. The
  # result value is the new size of the array.
  [x] &gt; push /int

  # Take one element from the array, at the
  # given position.
  [i] &gt; get /object

  # Create a new array with this element added to
  # the end of it.
  [x] &gt; append /array

  # Reduce from start "a" using the function "f"
  [a f] &gt; reduce /a

  # Map with index. Here "f" must be an abstract
  # object with two free attributes. The first
  # one for the element of the array, the second one
  # for the index.
  [f] &gt; mapi /array

  # Map without index. Here "f" must be an abstract
  # object with one free attribute, for the element
  # of the array.
  [f] &gt; map
    mapi &gt; @
      [x i]
        f x &gt; @
&lt;EOF&gt;</listing>
   <errors/>
   <metas>
      <meta line="1">
         <head>package</head>
         <tail>org.eolang</tail&gt;
      &lt;/meta&gt;
   &lt;/metas&gt;
   &lt;objects&gt;
      &lt;o line=&quot;3&quot; name=&quot;array&quot;&gt;
         &lt;o line=&quot;3&quot; name=&quot;data&quot; rw=&quot;&quot;/&gt;
         &lt;o atom=&quot;int&quot;
            base=&quot;array$push&quot;
            cut=&quot;1&quot;
            line=&quot;5&quot;
            name=&quot;push&quot;
            ref=&quot;5&quot;&gt;
            &lt;o as=&quot;data&quot; base=&quot;data&quot; level=&quot;1&quot; ref=&quot;3&quot;/&gt;
            &lt;o as=&quot;get&quot; base=&quot;get&quot; level=&quot;1&quot; ref=&quot;9&quot;/&gt;
            &lt;o as=&quot;append&quot; base=&quot;append&quot; level=&quot;1&quot; ref=&quot;13&quot;/&gt;
            &lt;o as=&quot;reduce&quot; base=&quot;reduce&quot; level=&quot;1&quot; ref=&quot;17&quot;/&gt;
            &lt;o as=&quot;mapi&quot; base=&quot;mapi&quot; level=&quot;1&quot; ref=&quot;20&quot;/&gt;
            &lt;o as=&quot;map&quot; base=&quot;map&quot; level=&quot;1&quot; ref=&quot;26&quot;/&gt;
         &lt;/o&gt;
         &lt;o atom=&quot;object&quot;
            base=&quot;array$get&quot;
            cut=&quot;3&quot;
            line=&quot;9&quot;
            name=&quot;get&quot;
            ref=&quot;9&quot;&gt;
            &lt;o as=&quot;data&quot; base=&quot;data&quot; level=&quot;1&quot; ref=&quot;3&quot;/&gt;
            &lt;o as=&quot;push&quot; base=&quot;push&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
            &lt;o as=&quot;append&quot; base=&quot;append&quot; level=&quot;1&quot; ref=&quot;13&quot;/&gt;
            &lt;o as=&quot;reduce&quot; base=&quot;reduce&quot; level=&quot;1&quot; ref=&quot;17&quot;/&gt;
            &lt;o as=&quot;mapi&quot; base=&quot;mapi&quot; level=&quot;1&quot; ref=&quot;20&quot;/&gt;
            &lt;o as=&quot;map&quot; base=&quot;map&quot; level=&quot;1&quot; ref=&quot;26&quot;/&gt;
         &lt;/o&gt;
         &lt;o atom=&quot;array&quot;
            base=&quot;array$append&quot;
            cut=&quot;5&quot;
            line=&quot;13&quot;
            name=&quot;append&quot;
            ref=&quot;13&quot;&gt;
            &lt;o as=&quot;data&quot; base=&quot;data&quot; level=&quot;1&quot; ref=&quot;3&quot;/&gt;
            &lt;o as=&quot;push&quot; base=&quot;push&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
            &lt;o as=&quot;get&quot; base=&quot;get&quot; level=&quot;1&quot; ref=&quot;9&quot;/&gt;
            &lt;o as=&quot;reduce&quot; base=&quot;reduce&quot; level=&quot;1&quot; ref=&quot;17&quot;/&gt;
            &lt;o as=&quot;mapi&quot; base=&quot;mapi&quot; level=&quot;1&quot; ref=&quot;20&quot;/&gt;
            &lt;o as=&quot;map&quot; base=&quot;map&quot; level=&quot;1&quot; ref=&quot;26&quot;/&gt;
         &lt;/o&gt;
         &lt;o atom=&quot;a&quot;
            base=&quot;array$reduce&quot;
            cut=&quot;7&quot;
            line=&quot;17&quot;
            name=&quot;reduce&quot;
            ref=&quot;17&quot;&gt;
            <o as="data" base="data" level="1" ref="3"/>
            <o as="push" base="push" level="1" ref="5"/>
            <o as="get" base="get" level="1" ref="9"/>
            <o as="append" base="append" level="1" ref="13"/>
            <o as="mapi" base="mapi" level="1" ref="20"/>
            <o as="map" base="map" level="1" ref="26"/>
         </o>
         <o atom="array"
            base="array$mapi"
            cut="10"
            line="20"
            name="mapi"
            ref="20">
            <o as="data" base="data" level="1" ref="3"/>
            <o as="push" base="push" level="1" ref="5"/>
            <o as="get" base="get" level="1" ref="9"/>
            <o as="append" base="append" level="1" ref="13"/>
            <o as="reduce" base="reduce" level="1" ref="17"/>
            <o as="map" base="map" level="1" ref="26"/>
         </o>
         <o base="array$map" cut="12" line="26" name="map" ref="26">
            <o as="data" base="data" level="1" ref="3"/>
            <o as="push" base="push" level="1" ref="5"/>
            <o as="get" base="get" level="1" ref="9"/>
            <o as="append" base="append" level="1" ref="13"/>
            <o as="reduce" base="reduce" level="1" ref="17"/>
            <o as="mapi" base="mapi" level="1" ref="20"/>
         </o>
      </o>
      <o atom="int" line="5" name="array$push">
         <o line="7" name="x"/>
         <o level="1" line="5.3" name="data"/>
         <o level="1" line="5.9" name="get"/>
         <o level="1" line="5.13" name="append"/>
         <o level="1" line="5.17" name="reduce"/>
         <o level="1" line="5.20" name="mapi"/>
         <o level="1" line="5.26" name="map"/>
      </o>
      <o atom="object" line="9" name="array$get">
         <o line="11" name="i"/>
         <o level="1" line="9.3" name="data"/>
         <o level="1" line="9.5" name="push"/>
         <o level="1" line="9.13" name="append"/>
         <o level="1" line="9.17" name="reduce"/>
         <o level="1" line="9.20" name="mapi"/>
         <o level="1" line="9.26" name="map"/>
      </o>
      <o atom="array" line="13" name="array$append">
         <o line="15" name="x"/>
         <o level="1" line="13.3" name="data"/>
         <o level="1" line="13.5" name="push"/>
         <o level="1" line="13.9" name="get"/>
         <o level="1" line="13.17" name="reduce"/>
         <o level="1" line="13.20" name="mapi"/&gt;
         &lt;o level=&quot;1&quot; line=&quot;13.26&quot; name=&quot;map&quot;/&gt;
      &lt;/o&gt;
      &lt;o atom=&quot;a&quot; line=&quot;17&quot; name=&quot;array$reduce&quot;&gt;
         &lt;o line=&quot;18&quot; name=&quot;a&quot;/&gt;
         &lt;o line=&quot;18&quot; name=&quot;f&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;17.3&quot; name=&quot;data&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;17.5&quot; name=&quot;push&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;17.9&quot; name=&quot;get&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;17.13&quot; name=&quot;append&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;17.20&quot; name=&quot;mapi&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;17.26&quot; name=&quot;map&quot;/&gt;
      &lt;/o&gt;
      &lt;o atom=&quot;array&quot; line=&quot;20&quot; name=&quot;array$mapi&quot;&gt;
         &lt;o line=&quot;24&quot; name=&quot;f&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;20.3&quot; name=&quot;data&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;20.5&quot; name=&quot;push&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;20.9&quot; name=&quot;get&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;20.13&quot; name=&quot;append&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;20.17&quot; name=&quot;reduce&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;20.26&quot; name=&quot;map&quot;/&gt;
      &lt;/o&gt;
      &lt;o line=&quot;26&quot; name=&quot;array$map&quot;&gt;
         &lt;o line=&quot;29&quot; name=&quot;f&quot;/&gt;
         &lt;o base=&quot;mapi&quot; line=&quot;30&quot; name=&quot;@&quot; ref=&quot;26.20&quot;&gt;
            &lt;o base=&quot;array$map$1$&quot; cut=&quot;13&quot; line=&quot;31&quot; ref=&quot;31&quot;&gt;
               &lt;o as=&quot;f&quot; base=&quot;f&quot; level=&quot;1&quot; ref=&quot;29&quot;/&gt;
               &lt;o as=&quot;data&quot; base=&quot;data&quot; level=&quot;2&quot; ref=&quot;26.3&quot;/&gt;
               &lt;o as=&quot;push&quot; base=&quot;push&quot; level=&quot;2&quot; ref=&quot;26.5&quot;/&gt;
               &lt;o as=&quot;get&quot; base=&quot;get&quot; level=&quot;2&quot; ref=&quot;26.9&quot;/&gt;
               &lt;o as=&quot;append&quot; base=&quot;append&quot; level=&quot;2&quot; ref=&quot;26.13&quot;/&gt;
               &lt;o as=&quot;reduce&quot; base=&quot;reduce&quot; level=&quot;2&quot; ref=&quot;26.17&quot;/&gt;
               &lt;o as=&quot;mapi&quot; base=&quot;mapi&quot; level=&quot;2&quot; ref=&quot;26.20&quot;/&gt;
            &lt;/o&gt;
         &lt;/o&gt;
         &lt;o level=&quot;1&quot; line=&quot;26.3&quot; name=&quot;data&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;26.5&quot; name=&quot;push&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;26.9&quot; name=&quot;get&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;26.13&quot; name=&quot;append&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;26.17&quot; name=&quot;reduce&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;26.20&quot; name=&quot;mapi&quot;/&gt;
      &lt;/o&gt;
      &lt;o line=&quot;31&quot; name=&quot;array$map$1$&quot;&gt;
         &lt;o line=&quot;31&quot; name=&quot;x&quot;/&gt;
         &lt;o line=&quot;31&quot; name=&quot;i&quot;/&gt;
         &lt;o base=&quot;f&quot; line=&quot;32&quot; name=&quot;@&quot; ref=&quot;31.29&quot;&gt;
            &lt;o base=&quot;x&quot; line=&quot;32&quot; ref=&quot;31&quot;/&gt;
         &lt;/o&gt;
         &lt;o level=&quot;1&quot; line=&quot;31.29&quot; name=&quot;f&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;31.3&quot; name=&quot;data&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;31.5&quot; name=&quot;push&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;31.9&quot; name=&quot;get&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;31.13&quot; name=&quot;append&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;31.17&quot; name=&quot;reduce&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;31.20&quot; name=&quot;mapi&quot;/&gt;
      &lt;/o&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[0;37mINFOm] org.eolang.maven.CompileMojo: Gen directory created: /tmp/eo3515755345643195104/generated
[2;37mDEBUGm] org.eolang.maven.CompileMojo: XML output after org/eolang/maven/classes.xsl:
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;8&quot;
         name=&quot;code.eo&quot;
         time=&quot;2021-01-13T08:17:23.036Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;+package org.eolang

[data?] &amp;gt; array

  # Push element to the array, modifying it. The
  # result value is the new size of the array.
  [x] &gt; push /int

  # Take one element from the array, at the
  # given position.
  [i] &gt; get /object

  # Create a new array with this element added to
  # the end of it.
  [x] &gt; append /array

  # Reduce from start "a" using the function "f"
  [a f] &gt; reduce /a

  # Map with index. Here "f" must be an abstract
  # object with two free attributes. The first
  # one for the element of the array, the second one
  # for the index.
  [f] &gt; mapi /array

  # Map without index. Here "f" must be an abstract
  # object with one free attribute, for the element
  # of the array.
  [f] &gt; map
    mapi &gt; @
      [x i]
        f x &gt; @
&lt;EOF&gt;</listing>
   <errors/>
   <metas>
      <meta line="1">
         <head>package</head>
         <tail>org.eolang</tail>
      </meta>
   </metas>
   <objects>
      <class line="3" name="array">
         <o line="3" name="data" rw=""/>
         <o atom="int"
            base="array$push"
            cut="1"
            line="5"
            name="push"
            ref="5">
            <o as="data" base="data" level="1" ref="3"/>
            <o as="get" base="get" level="1" ref="9"/>
            <o as="append" base="append" level="1" ref="13"/>
            <o as="reduce" base="reduce" level="1" ref=&quot;17&quot;/&gt;
            &lt;o as=&quot;mapi&quot; base=&quot;mapi&quot; level=&quot;1&quot; ref=&quot;20&quot;/&gt;
            &lt;o as=&quot;map&quot; base=&quot;map&quot; level=&quot;1&quot; ref=&quot;26&quot;/&gt;
         &lt;/o&gt;
         &lt;o atom=&quot;object&quot;
            base=&quot;array$get&quot;
            cut=&quot;3&quot;
            line=&quot;9&quot;
            name=&quot;get&quot;
            ref=&quot;9&quot;&gt;
            &lt;o as=&quot;data&quot; base=&quot;data&quot; level=&quot;1&quot; ref=&quot;3&quot;/&gt;
            &lt;o as=&quot;push&quot; base=&quot;push&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
            &lt;o as=&quot;append&quot; base=&quot;append&quot; level=&quot;1&quot; ref=&quot;13&quot;/&gt;
            &lt;o as=&quot;reduce&quot; base=&quot;reduce&quot; level=&quot;1&quot; ref=&quot;17&quot;/&gt;
            &lt;o as=&quot;mapi&quot; base=&quot;mapi&quot; level=&quot;1&quot; ref=&quot;20&quot;/&gt;
            &lt;o as=&quot;map&quot; base=&quot;map&quot; level=&quot;1&quot; ref=&quot;26&quot;/&gt;
         &lt;/o&gt;
         &lt;o atom=&quot;array&quot;
            base=&quot;array$append&quot;
            cut=&quot;5&quot;
            line=&quot;13&quot;
            name=&quot;append&quot;
            ref=&quot;13&quot;&gt;
            &lt;o as=&quot;data&quot; base=&quot;data&quot; level=&quot;1&quot; ref=&quot;3&quot;/&gt;
            &lt;o as=&quot;push&quot; base=&quot;push&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
            &lt;o as=&quot;get&quot; base=&quot;get&quot; level=&quot;1&quot; ref=&quot;9&quot;/&gt;
            &lt;o as=&quot;reduce&quot; base=&quot;reduce&quot; level=&quot;1&quot; ref=&quot;17&quot;/&gt;
            &lt;o as=&quot;mapi&quot; base=&quot;mapi&quot; level=&quot;1&quot; ref=&quot;20&quot;/&gt;
            &lt;o as=&quot;map&quot; base=&quot;map&quot; level=&quot;1&quot; ref=&quot;26&quot;/&gt;
         &lt;/o&gt;
         &lt;o atom=&quot;a&quot;
            base=&quot;array$reduce&quot;
            cut=&quot;7&quot;
            line=&quot;17&quot;
            name=&quot;reduce&quot;
            ref=&quot;17&quot;&gt;
            &lt;o as=&quot;data&quot; base=&quot;data&quot; level=&quot;1&quot; ref=&quot;3&quot;/&gt;
            &lt;o as=&quot;push&quot; base=&quot;push&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
            &lt;o as=&quot;get&quot; base=&quot;get&quot; level=&quot;1&quot; ref=&quot;9&quot;/&gt;
            &lt;o as=&quot;append&quot; base=&quot;append&quot; level=&quot;1&quot; ref=&quot;13&quot;/&gt;
            &lt;o as=&quot;mapi&quot; base=&quot;mapi&quot; level=&quot;1&quot; ref=&quot;20&quot;/&gt;
            &lt;o as=&quot;map&quot; base=&quot;map&quot; level=&quot;1&quot; ref=&quot;26&quot;/&gt;
         &lt;/o&gt;
         &lt;o atom=&quot;array&quot;
            base=&quot;array$mapi&quot;
            cut=&quot;10&quot;
            line=&quot;20&quot;
            name=&quot;mapi&quot;
            ref=&quot;20&quot;&gt;
            &lt;o as=&quot;data&quot; base=&quot;data&quot; level=&quot;1&quot; ref=&quot;3&quot;/&gt;
            &lt;o as=&quot;push&quot; base=&quot;push&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
            &lt;o as=&quot;get&quot; base=&quot;get&quot; level=&quot;1&quot; ref=&quot;9&quot;/&gt;
            &lt;o as=&quot;append&quot; base=&quot;append&quot; level=&quot;1&quot; ref=&quot;13&quot;/&gt;
            &lt;o as=&quot;reduce&quot; base=&quot;reduce&quot; level=&quot;1&quot; ref=&quot;17&quot;/&gt;
            &lt;o as=&quot;map&quot; base=&quot;map&quot; level=&quot;1&quot; ref="26"/>
         </o>
         <o base="array$map" cut="12" line="26" name="map" ref="26">
            <o as="data" base="data" level="1" ref="3"/>
            <o as="push" base="push" level="1" ref="5"/>
            <o as="get" base="get" level="1" ref="9"/>
            <o as="append" base="append" level="1" ref="13"/>
            <o as="reduce" base="reduce" level="1" ref="17"/>
            <o as="mapi" base="mapi" level="1" ref="20"/>
         </o>
      </class>
      <class atom="int" line="5" name="array$push">
         <o line="7" name="x"/>
         <o level="1" line="5.3" name="data"/>
         <o level="1" line="5.9" name="get"/>
         <o level="1" line="5.13" name="append"/>
         <o level="1" line="5.17" name="reduce"/>
         <o level="1" line="5.20" name="mapi"/>
         <o level="1" line="5.26" name="map"/>
      </class>
      <class atom="object" line="9" name="array$get">
         <o line="11" name="i"/>
         <o level="1" line="9.3" name="data"/>
         <o level="1" line="9.5" name="push"/>
         <o level="1" line="9.13" name="append"/>
         <o level="1" line="9.17" name="reduce"/>
         <o level="1" line="9.20" name="mapi"/>
         <o level="1" line="9.26" name="map"/>
      </class>
      <class atom="array" line="13" name="array$append">
         <o line="15" name="x"/>
         <o level="1" line="13.3" name="data"/>
         <o level="1" line="13.5" name="push"/>
         <o level="1" line="13.9" name="get"/>
         <o level="1" line="13.17" name="reduce"/>
         <o level="1" line="13.20" name="mapi"/>
         <o level="1" line="13.26" name="map"/>
      </class>
      <class atom="a" line="17" name="array$reduce">
         <o line="18" name="a"/>
         <o line="18" name="f"/>
         <o level="1" line="17.3" name="data"/>
         <o level="1" line="17.5" name="push"/>
         <o level="1" line="17.9&quot; name=&quot;get&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;17.13&quot; name=&quot;append&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;17.20&quot; name=&quot;mapi&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;17.26&quot; name=&quot;map&quot;/&gt;
      &lt;/class&gt;
      &lt;class atom=&quot;array&quot; line=&quot;20&quot; name=&quot;array$mapi&quot;&gt;
         &lt;o line=&quot;24&quot; name=&quot;f&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;20.3&quot; name=&quot;data&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;20.5&quot; name=&quot;push&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;20.9&quot; name=&quot;get&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;20.13&quot; name=&quot;append&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;20.17&quot; name=&quot;reduce&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;20.26&quot; name=&quot;map&quot;/&gt;
      &lt;/class&gt;
      &lt;class line=&quot;26&quot; name=&quot;array$map&quot;&gt;
         &lt;o line=&quot;29&quot; name=&quot;f&quot;/&gt;
         &lt;o base=&quot;mapi&quot; line=&quot;30&quot; name=&quot;@&quot; ref=&quot;26.20&quot;&gt;
            &lt;o base=&quot;array$map$1$&quot; cut=&quot;13&quot; line=&quot;31&quot; ref=&quot;31&quot;&gt;
               &lt;o as=&quot;f&quot; base=&quot;f&quot; level=&quot;1&quot; ref=&quot;29&quot;/&gt;
               &lt;o as=&quot;data&quot; base=&quot;data&quot; level=&quot;2&quot; ref=&quot;26.3&quot;/&gt;
               &lt;o as=&quot;push&quot; base=&quot;push&quot; level=&quot;2&quot; ref=&quot;26.5&quot;/&gt;
               &lt;o as=&quot;get&quot; base=&quot;get&quot; level=&quot;2&quot; ref=&quot;26.9&quot;/&gt;
               &lt;o as=&quot;append&quot; base=&quot;append&quot; level=&quot;2&quot; ref=&quot;26.13&quot;/&gt;
               &lt;o as=&quot;reduce&quot; base=&quot;reduce&quot; level=&quot;2&quot; ref=&quot;26.17&quot;/&gt;
               &lt;o as=&quot;mapi&quot; base=&quot;mapi&quot; level=&quot;2&quot; ref=&quot;26.20&quot;/&gt;
            &lt;/o&gt;
         &lt;/o&gt;
         &lt;o level=&quot;1&quot; line=&quot;26.3&quot; name=&quot;data&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;26.5&quot; name=&quot;push&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;26.9&quot; name=&quot;get&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;26.13&quot; name=&quot;append&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;26.17&quot; name=&quot;reduce&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;26.20&quot; name=&quot;mapi&quot;/&gt;
      &lt;/class&gt;
      &lt;class line=&quot;31&quot; name=&quot;array$map$1$&quot;&gt;
         &lt;o line=&quot;31&quot; name=&quot;x&quot;/&gt;
         &lt;o line=&quot;31&quot; name=&quot;i&quot;/&gt;
         &lt;o base=&quot;f&quot; line=&quot;32&quot; name=&quot;@&quot; ref=&quot;31.29&quot;&gt;
            &lt;o base=&quot;x&quot; line=&quot;32&quot; ref=&quot;31&quot;/&gt;
         &lt;/o&gt;
         &lt;o level=&quot;1&quot; line=&quot;31.29&quot; name=&quot;f&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;31.3&quot; name=&quot;data&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;31.5&quot; name=&quot;push&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;31.9&quot; name=&quot;get&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;31.13&quot; name=&quot;append&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;31.17&quot; name=&quot;reduce&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;31.20&quot; name=&quot;mapi&quot;/&gt;
      &lt;/class&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.maven.CompileMojo: XML output after org/eolang/maven/attrs.xsl:
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;8&quot;
         name=&quot;code.eo&quot;
         time=&quot;2021-01-13T08:17:23.036Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;+package org.eolang

[data?] &amp;gt; array

  # Push element to the array, modifying it. The
  # result value is the new size of the array.
  [x] &amp;gt; push /int

  # Take one element from the array, at the
  # given position.
  [i] &amp;gt; get /object

  # Create a new array with this element added to
  # the end of it.
  [x] &gt; append /array

  # Reduce from start "a" using the function "f"
  [a f] &gt; reduce /a

  # Map with index. Here "f" must be an abstract
  # object with two free attributes. The first
  # one for the element of the array, the second one
  # for the index.
  [f] &gt; mapi /array

  # Map without index. Here "f" must be an abstract
  # object with one free attribute, for the element
  # of the array.
  [f] &gt; map
    mapi &gt; @
      [x i]
        f x &gt; @
&lt;EOF&gt;</listing>
   <errors/>
   <metas>
      <meta line="1">
         <head>package</head>
         <tail>org.eolang</tail>
      </meta>
   </metas>
   <objects>
      <class line="3" name="array">
         <attr name="data">
            <free>
               <o line="3" name="data" rw=""/>
            </free>
         </attr>
         <attr name="push">
            <bound>
               <o atom="int"
                  base="array$push"
                  cut="1"
                  line="5"
                  name="push"
                  ref="5">
                  <o as="data" base="data" level="1" ref="3"/>
                  <o as="get" base="get" level="1" ref="9"/>
                  <o as="append" base="append" level="1" ref="13"/>
                  <o as="reduce" base="reduce" level="1" ref="17"/>
                  <o as="mapi" base="mapi" level="1" ref="20"/>
                  <o as="map" base="map" level="1" ref="26"/>
               </o>
            </bound>
         </attr>
         <attr name="get">
            <bound>
               <o atom="object"
                  base="array$get"
                  cut="3"
                  line="9"
                  name=&quot;get&quot;
                  ref=&quot;9&quot;&gt;
                  &lt;o as=&quot;data&quot; base=&quot;data&quot; level=&quot;1&quot; ref=&quot;3&quot;/&gt;
                  &lt;o as=&quot;push&quot; base=&quot;push&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
                  &lt;o as=&quot;append&quot; base=&quot;append&quot; level=&quot;1&quot; ref=&quot;13&quot;/&gt;
                  &lt;o as=&quot;reduce&quot; base=&quot;reduce&quot; level=&quot;1&quot; ref=&quot;17&quot;/&gt;
                  &lt;o as=&quot;mapi&quot; base=&quot;mapi&quot; level=&quot;1&quot; ref=&quot;20&quot;/&gt;
                  &lt;o as=&quot;map&quot; base=&quot;map&quot; level=&quot;1&quot; ref=&quot;26&quot;/&gt;
               &lt;/o&gt;
            &lt;/bound&gt;
         &lt;/attr&gt;
         &lt;attr name=&quot;append&quot;&gt;
            &lt;bound&gt;
               &lt;o atom=&quot;array&quot;
                  base=&quot;array$append&quot;
                  cut=&quot;5&quot;
                  line=&quot;13&quot;
                  name=&quot;append&quot;
                  ref=&quot;13&quot;&gt;
                  &lt;o as=&quot;data&quot; base=&quot;data&quot; level=&quot;1&quot; ref=&quot;3&quot;/&gt;
                  &lt;o as=&quot;push&quot; base=&quot;push&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
                  &lt;o as=&quot;get&quot; base=&quot;get&quot; level=&quot;1&quot; ref=&quot;9&quot;/&gt;
                  &lt;o as=&quot;reduce&quot; base=&quot;reduce&quot; level=&quot;1&quot; ref=&quot;17&quot;/&gt;
                  &lt;o as=&quot;mapi&quot; base=&quot;mapi&quot; level=&quot;1&quot; ref=&quot;20&quot;/&gt;
                  &lt;o as=&quot;map&quot; base=&quot;map&quot; level=&quot;1&quot; ref=&quot;26&quot;/&gt;
               &lt;/o&gt;
            &lt;/bound&gt;
         &lt;/attr&gt;
         &lt;attr name=&quot;reduce&quot;&gt;
            &lt;bound&gt;
               &lt;o atom=&quot;a&quot;
                  base=&quot;array$reduce&quot;
                  cut=&quot;7&quot;
                  line=&quot;17&quot;
                  name=&quot;reduce&quot;
                  ref=&quot;17&quot;&gt;
                  &lt;o as=&quot;data&quot; base=&quot;data&quot; level=&quot;1&quot; ref=&quot;3&quot;/&gt;
                  &lt;o as=&quot;push&quot; base=&quot;push&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
                  &lt;o as=&quot;get&quot; base=&quot;get&quot; level=&quot;1&quot; ref=&quot;9&quot;/&gt;
                  &lt;o as=&quot;append&quot; base=&quot;append&quot; level=&quot;1&quot; ref=&quot;13&quot;/&gt;
                  &lt;o as=&quot;mapi&quot; base=&quot;mapi&quot; level=&quot;1&quot; ref=&quot;20&quot;/&gt;
                  &lt;o as=&quot;map&quot; base=&quot;map&quot; level=&quot;1&quot; ref=&quot;26&quot;/&gt;
               &lt;/o&gt;
            &lt;/bound&gt;
         &lt;/attr&gt;
         &lt;attr name=&quot;mapi&quot;&gt;
            &lt;bound&gt;
               &lt;o atom=&quot;array&quot;
                  base=&quot;array$mapi&quot;
                  cut=&quot;10&quot;
                  line=&quot;20&quot;
                  name=&quot;mapi&quot;
                  ref=&quot;20&quot;&gt;
                  &lt;o as=&quot;data&quot; base=&quot;data&quot; level=&quot;1&quot; ref=&quot;3&quot;/&gt;
                  &lt;o as=&quot;push&quot; base=&quot;push" level="1" ref="5"/>
                  <o as="get" base="get" level="1" ref="9"/>
                  <o as="append" base="append" level="1" ref="13"/>
                  <o as="reduce" base="reduce" level="1" ref="17"/>
                  <o as="map" base="map" level="1" ref="26"/>
               </o>
            </bound>
         </attr>
         <attr name="map">
            <bound>
               <o base="array$map" cut="12" line="26" name="map" ref="26">
                  <o as="data" base="data" level="1" ref="3"/>
                  <o as="push" base="push" level="1" ref="5"/>
                  <o as="get" base="get" level="1" ref="9"/>
                  <o as="append" base="append" level="1" ref="13"/>
                  <o as="reduce" base="reduce" level="1" ref="17"/>
                  <o as="mapi" base="mapi" level="1" ref="20"/>
               </o>
            </bound>
         </attr>
      </class>
      <class atom="int" line="5" name="array$push">
         <attr name="x">
            <free>
               <o line="7" name="x"/>
            </free>
         </attr>
         <o level="1" line="5.3" name="data"/>
         <o level="1" line="5.9" name="get"/>
         <o level="1" line="5.13" name="append"/>
         <o level="1" line="5.17" name="reduce"/>
         <o level="1" line="5.20" name="mapi"/>
         <o level="1" line="5.26" name="map"/>
      </class>
      <class atom="object" line="9" name="array$get">
         <attr name="i">
            <free>
               <o line="11" name="i"/>
            </free>
         </attr>
         <o level="1" line="9.3" name="data"/>
         <o level="1" line="9.5" name="push"/>
         <o level="1" line="9.13" name="append"/>
         <o level="1" line="9.17" name="reduce"/>
         <o level="1" line="9.20" name="mapi"/>
         <o level="1" line="9.26" name="map"/>
      </class>
      <class atom="array" line="13" name="array$append">
         <attr name="x">
            <free>
               <o line="15" name="x"/>
            </free>
         </attr>
         <o level="1" line="13.3" name="data"/>
         <o level="1" line="13.5" name="push"/>
         <o level="1" line="13.9" name="get"/>
         <o level="1" line=&quot;13.17&quot; name=&quot;reduce&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;13.20&quot; name=&quot;mapi&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;13.26&quot; name=&quot;map&quot;/&gt;
      &lt;/class&gt;
      &lt;class atom=&quot;a&quot; line=&quot;17&quot; name=&quot;array$reduce&quot;&gt;
         &lt;attr name=&quot;a&quot;&gt;
            &lt;free&gt;
               &lt;o line=&quot;18&quot; name=&quot;a&quot;/&gt;
            &lt;/free&gt;
         &lt;/attr&gt;
         &lt;attr name=&quot;f&quot;&gt;
            &lt;free&gt;
               &lt;o line=&quot;18&quot; name=&quot;f&quot;/&gt;
            &lt;/free&gt;
         &lt;/attr&gt;
         &lt;o level=&quot;1&quot; line=&quot;17.3&quot; name=&quot;data&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;17.5&quot; name=&quot;push&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;17.9&quot; name=&quot;get&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;17.13&quot; name=&quot;append&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;17.20&quot; name=&quot;mapi&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;17.26&quot; name=&quot;map&quot;/&gt;
      &lt;/class&gt;
      &lt;class atom=&quot;array&quot; line=&quot;20&quot; name=&quot;array$mapi&quot;&gt;
         &lt;attr name=&quot;f&quot;&gt;
            &lt;free&gt;
               &lt;o line=&quot;24&quot; name=&quot;f&quot;/&gt;
            &lt;/free&gt;
         &lt;/attr&gt;
         &lt;o level=&quot;1&quot; line=&quot;20.3&quot; name=&quot;data&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;20.5&quot; name=&quot;push&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;20.9&quot; name=&quot;get&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;20.13&quot; name=&quot;append&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;20.17&quot; name=&quot;reduce&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;20.26&quot; name=&quot;map&quot;/&gt;
      &lt;/class&gt;
      &lt;class line=&quot;26&quot; name=&quot;array$map&quot;&gt;
         &lt;attr name=&quot;f&quot;&gt;
            &lt;free&gt;
               &lt;o line=&quot;29&quot; name=&quot;f&quot;/&gt;
            &lt;/free&gt;
         &lt;/attr&gt;
         &lt;attr name=&quot;@&quot;&gt;
            &lt;bound&gt;
               &lt;o base=&quot;mapi&quot; line=&quot;30&quot; name=&quot;@&quot; ref=&quot;26.20&quot;&gt;
                  &lt;o base=&quot;array$map$1$&quot; cut=&quot;13&quot; line=&quot;31&quot; ref=&quot;31&quot;&gt;
                     &lt;o as=&quot;f&quot; base=&quot;f&quot; level=&quot;1&quot; ref=&quot;29&quot;/&gt;
                     &lt;o as=&quot;data&quot; base=&quot;data&quot; level=&quot;2&quot; ref=&quot;26.3&quot;/&gt;
                     &lt;o as=&quot;push&quot; base=&quot;push&quot; level=&quot;2&quot; ref=&quot;26.5&quot;/&gt;
                     &lt;o as=&quot;get&quot; base=&quot;get&quot; level=&quot;2&quot; ref=&quot;26.9&quot;/&gt;
                     &lt;o as=&quot;append&quot; base=&quot;append&quot; level=&quot;2&quot; ref=&quot;26.13&quot;/&gt;
                     &lt;o as=&quot;reduce&quot; base=&quot;reduce&quot; level=&quot;2&quot; ref=&quot;26.17&quot;/&gt;
                     &lt;o as=&quot;mapi&quot; base=&quot;mapi&quot; level=&quot;2&quot; ref=&quot;26.20&quot;/&gt;
                  &lt;/o&gt;
               &lt;/o&gt;
            &lt;/bound&gt;
         &lt;/attr&gt;
         &lt;o level=&quot;1&quot; line=&quot;26.3&quot; name=&quot;data&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;26.5&quot; name=&quot;push&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;26.9&quot; name=&quot;get&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;26.13&quot; name=&quot;append&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;26.17&quot; name=&quot;reduce&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;26.20&quot; name=&quot;mapi&quot;/&gt;
      &lt;/class&gt;
      &lt;class line=&quot;31&quot; name=&quot;array$map$1$&quot;&gt;
         &lt;attr name=&quot;x&quot;&gt;
            &lt;free&gt;
               &lt;o line=&quot;31&quot; name=&quot;x&quot;/&gt;
            </free>
         </attr>
         <attr name="i">
            <free>
               <o line="31" name="i"/>
            </free>
         </attr>
         <attr name="@">
            <bound>
               <o base="f" line="32" name="@" ref="31.29">
                  <o base="x" line="32" ref="31"/>
               </o>
            </bound>
         </attr>
         <o level="1" line="31.29" name="f"/>
         <o level="2" line="31.3" name="data"/>
         <o level="2" line="31.5" name="push"/>
         <o level="2" line="31.9" name="get"/>
         <o level="2" line="31.13" name="append"/>
         <o level="2" line="31.17" name="reduce"/>
         <o level="2" line="31.20" name="mapi"/>
      </class>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.maven.CompileMojo: XML output after org/eolang/maven/varargs.xsl:
<?xml version="1.0" encoding="UTF-8"?>
<program ms="8"
         name="code.eo"
         time="2021-01-13T08:17:23.036Z"
         version="1.0-SNAPSHOT">
   <listing>+package org.eolang

[data?] &gt; array

  # Push element to the array, modifying it. The
  # result value is the new size of the array.
  [x] &gt; push /int

  # Take one element from the array, at the
  # given position.
  [i] &gt; get /object

  # Create a new array with this element added to
  # the end of it.
  [x] &gt; append /array

  # Reduce from start "a" using the function "f"
  [a f] &gt; reduce /a

  # Map with index. Here "f" must be an abstract
  # object with two free attributes. The first
  # one for the element of the array, the second one
  # for the index.
  [f] &gt; mapi /array

  # Map without index. Here "f" must be an abstract
  # object with one free attribute, for the element
  # of the array.
  [f] &gt; map
    mapi &gt; @
      [x i]
        f x &gt; @
&lt;EOF&gt;</listing>
   <errors/>
   &lt;metas&gt;
      &lt;meta line=&quot;1&quot;&gt;
         &lt;head&gt;package&lt;/head&gt;
         &lt;tail&gt;org.eolang&lt;/tail&gt;
      &lt;/meta&gt;
   &lt;/metas&gt;
   &lt;objects&gt;
      &lt;class line=&quot;3&quot; name=&quot;array&quot;&gt;
         &lt;attr name=&quot;data&quot;&gt;
            &lt;free&gt;
               &lt;o line=&quot;3&quot; name=&quot;data&quot; rw=&quot;&quot;/&gt;
            &lt;/free&gt;
         &lt;/attr&gt;
         &lt;attr name=&quot;push&quot;&gt;
            &lt;bound&gt;
               &lt;o atom=&quot;int&quot;
                  base=&quot;array$push&quot;
                  cut=&quot;1&quot;
                  line=&quot;5&quot;
                  name=&quot;push&quot;
                  ref=&quot;5&quot;&gt;
                  &lt;o as=&quot;data&quot; base=&quot;data&quot; level=&quot;1&quot; ref=&quot;3&quot;/&gt;
                  &lt;o as=&quot;get&quot; base=&quot;get&quot; level=&quot;1&quot; ref=&quot;9&quot;/&gt;
                  &lt;o as=&quot;append&quot; base=&quot;append&quot; level=&quot;1&quot; ref=&quot;13&quot;/&gt;
                  &lt;o as=&quot;reduce&quot; base=&quot;reduce&quot; level=&quot;1&quot; ref=&quot;17&quot;/&gt;
                  &lt;o as=&quot;mapi&quot; base=&quot;mapi&quot; level=&quot;1&quot; ref=&quot;20&quot;/&gt;
                  &lt;o as=&quot;map&quot; base=&quot;map&quot; level=&quot;1&quot; ref=&quot;26&quot;/&gt;
               &lt;/o&gt;
            &lt;/bound&gt;
         &lt;/attr&gt;
         &lt;attr name=&quot;get&quot;&gt;
            &lt;bound&gt;
               &lt;o atom=&quot;object&quot;
                  base=&quot;array$get&quot;
                  cut=&quot;3&quot;
                  line=&quot;9&quot;
                  name=&quot;get&quot;
                  ref=&quot;9&quot;&gt;
                  &lt;o as=&quot;data&quot; base=&quot;data&quot; level=&quot;1&quot; ref=&quot;3&quot;/&gt;
                  &lt;o as=&quot;push&quot; base=&quot;push&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
                  &lt;o as=&quot;append&quot; base=&quot;append&quot; level=&quot;1&quot; ref=&quot;13&quot;/&gt;
                  &lt;o as=&quot;reduce&quot; base=&quot;reduce&quot; level=&quot;1&quot; ref=&quot;17&quot;/&gt;
                  &lt;o as=&quot;mapi&quot; base=&quot;mapi&quot; level=&quot;1&quot; ref=&quot;20&quot;/&gt;
                  &lt;o as=&quot;map&quot; base=&quot;map&quot; level=&quot;1&quot; ref=&quot;26&quot;/&gt;
               &lt;/o&gt;
            &lt;/bound&gt;
         &lt;/attr&gt;
         &lt;attr name=&quot;append&quot;&gt;
            &lt;bound&gt;
               &lt;o atom=&quot;array&quot;
                  base=&quot;array$append&quot;
                  cut=&quot;5&quot;
                  line=&quot;13&quot;
                  name=&quot;append&quot;
                  ref=&quot;13&quot;&gt;
                  &lt;o as=&quot;data&quot; base=&quot;data&quot; level=&quot;1&quot; ref=&quot;3&quot;/&gt;
                  &lt;o as=&quot;push&quot; base=&quot;push&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
                  &lt;o as=&quot;get&quot; base=&quot;get&quot; level=&quot;1&quot; ref=&quot;9&quot;/&gt;
                  &lt;o as=&quot;reduce&quot; base=&quot;reduce&quot; level=&quot;1&quot; ref=&quot;17&quot;/&gt;
                  &lt;o as=&quot;mapi&quot; base="mapi" level="1" ref="20"/>
                  <o as="map" base="map" level="1" ref="26"/>
               </o>
            </bound>
         </attr>
         <attr name="reduce">
            <bound>
               <o atom="a"
                  base="array$reduce"
                  cut="7"
                  line="17"
                  name="reduce"
                  ref="17">
                  <o as="data" base="data" level="1" ref="3"/>
                  <o as="push" base="push" level="1" ref="5"/>
                  <o as="get" base="get" level="1" ref="9"/>
                  <o as="append" base="append" level="1" ref="13"/>
                  <o as="mapi" base="mapi" level="1" ref="20"/>
                  <o as="map" base="map" level="1" ref="26"/>
               </o>
            </bound>
         </attr>
         <attr name="mapi">
            <bound>
               <o atom="array"
                  base="array$mapi"
                  cut="10"
                  line="20"
                  name="mapi"
                  ref="20">
                  <o as="data" base="data" level="1" ref="3"/>
                  <o as="push" base="push" level="1" ref="5"/>
                  <o as="get" base="get" level="1" ref="9"/>
                  <o as="append" base="append" level="1" ref="13"/>
                  <o as="reduce" base="reduce" level="1" ref="17"/>
                  <o as="map" base="map" level="1" ref="26"/>
               </o>
            </bound>
         </attr>
         <attr name="map">
            <bound>
               <o base="array$map" cut="12" line="26" name="map" ref="26">
                  <o as="data" base="data" level="1" ref="3"/>
                  <o as="push" base="push" level="1" ref="5"/>
                  <o as="get" base="get" level="1" ref="9"/>
                  <o as="append" base="append" level="1" ref="13"/>
                  <o as="reduce" base="reduce" level="1" ref="17"/>
                  <o as="mapi" base="mapi" level="1" ref="20"/>
               </o>
            </bound>
         </attr>
      </class>
      <class atom="int" line="5" name="array$push">
         <attr name="x">
            <free>
               <o line="7" name="x"/>
            </free>
         </attr>
         <o level="1" line="5.3" name="data"/>
         <o level="1" line="5.9&quot; name=&quot;get&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;5.13&quot; name=&quot;append&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;5.17&quot; name=&quot;reduce&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;5.20&quot; name=&quot;mapi&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;5.26&quot; name=&quot;map&quot;/&gt;
      &lt;/class&gt;
      &lt;class atom=&quot;object&quot; line=&quot;9&quot; name=&quot;array$get&quot;&gt;
         &lt;attr name=&quot;i&quot;&gt;
            &lt;free&gt;
               &lt;o line=&quot;11&quot; name=&quot;i&quot;/&gt;
            &lt;/free&gt;
         &lt;/attr&gt;
         &lt;o level=&quot;1&quot; line=&quot;9.3&quot; name=&quot;data&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;9.5&quot; name=&quot;push&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;9.13&quot; name=&quot;append&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;9.17&quot; name=&quot;reduce&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;9.20&quot; name=&quot;mapi&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;9.26&quot; name=&quot;map&quot;/&gt;
      &lt;/class&gt;
      &lt;class atom=&quot;array&quot; line=&quot;13&quot; name=&quot;array$append&quot;&gt;
         &lt;attr name=&quot;x&quot;&gt;
            &lt;free&gt;
               &lt;o line=&quot;15&quot; name=&quot;x&quot;/&gt;
            &lt;/free&gt;
         &lt;/attr&gt;
         &lt;o level=&quot;1&quot; line=&quot;13.3&quot; name=&quot;data&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;13.5&quot; name=&quot;push&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;13.9&quot; name=&quot;get&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;13.17&quot; name=&quot;reduce&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;13.20&quot; name=&quot;mapi&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;13.26&quot; name=&quot;map&quot;/&gt;
      &lt;/class&gt;
      &lt;class atom=&quot;a&quot; line=&quot;17&quot; name=&quot;array$reduce&quot;&gt;
         &lt;attr name=&quot;a&quot;&gt;
            &lt;free&gt;
               &lt;o line=&quot;18&quot; name=&quot;a&quot;/&gt;
            &lt;/free&gt;
         &lt;/attr&gt;
         &lt;attr name=&quot;f&quot;&gt;
            &lt;free&gt;
               &lt;o line=&quot;18&quot; name=&quot;f&quot;/&gt;
            &lt;/free&gt;
         &lt;/attr&gt;
         &lt;o level=&quot;1&quot; line=&quot;17.3&quot; name=&quot;data&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;17.5&quot; name=&quot;push&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;17.9&quot; name=&quot;get&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;17.13&quot; name=&quot;append&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;17.20&quot; name=&quot;mapi&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;17.26&quot; name=&quot;map&quot;/&gt;
      &lt;/class&gt;
      &lt;class atom=&quot;array&quot; line=&quot;20&quot; name=&quot;array$mapi&quot;&gt;
         &lt;attr name=&quot;f&quot;&gt;
            &lt;free&gt;
               &lt;o line=&quot;24&quot; name=&quot;f&quot;/&gt;
            &lt;/free&gt;
         &lt;/attr&gt;
         &lt;o level=&quot;1&quot; line=&quot;20.3&quot; name=&quot;data&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;20.5&quot; name=&quot;push&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;20.9&quot; name=&quot;get&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;20.13&quot; name=&quot;append&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;20.17&quot; name=&quot;reduce&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;20.26&quot; name=&quot;map&quot;/&gt;
      &lt;/class&gt;
      &lt;class line=&quot;26&quot; name=&quot;array$map&quot;&gt;
         &lt;attr name=&quot;f&quot;&gt;
            &lt;free&gt;
               &lt;o line=&quot;29&quot; name=&quot;f&quot;/&gt;
            &lt;/free&gt;
         &lt;/attr&gt;
         &lt;attr name=&quot;@&quot;&gt;
            &lt;bound&gt;
               &lt;o base=&quot;mapi" line="30" name="@" ref="26.20">
                  <o base="array$map$1$" cut="13" line="31" ref="31">
                     <o as="f" base="f" level="1" ref="29"/>
                     <o as="data" base="data" level="2" ref="26.3"/>
                     <o as="push" base="push" level="2" ref="26.5"/>
                     <o as="get" base="get" level="2" ref="26.9"/>
                     <o as="append" base="append" level="2" ref="26.13"/>
                     <o as="reduce" base="reduce" level="2" ref="26.17"/>
                     <o as="mapi" base="mapi" level="2" ref="26.20"/>
                  </o>
               </o>
            </bound>
         </attr>
         <o level="1" line="26.3" name="data"/>
         <o level="1" line="26.5" name="push"/>
         <o level="1" line="26.9" name="get"/>
         <o level="1" line="26.13" name="append"/>
         <o level="1" line="26.17" name="reduce"/>
         <o level="1" line="26.20" name="mapi"/>
      </class>
      <class line="31" name="array$map$1$">
         <attr name="x">
            <free>
               <o line="31" name="x"/>
            </free>
         </attr>
         <attr name="i">
            <free>
               <o line="31" name="i"/>
            </free>
         </attr>
         <attr name="@">
            <bound>
               <o base="f" line="32" name="@" ref="31.29">
                  <o base="x" line="32" ref="31"/>
               </o>
            </bound>
         </attr>
         <o level="1" line="31.29" name="f"/>
         <o level="2" line="31.3" name="data&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;31.5&quot; name=&quot;push&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;31.9&quot; name=&quot;get&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;31.13&quot; name=&quot;append&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;31.17&quot; name=&quot;reduce&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;31.20&quot; name=&quot;mapi&quot;/&gt;
      &lt;/class&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.maven.CompileMojo: XML output after org/eolang/maven/once.xsl:
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;8&quot;
         name=&quot;code.eo&quot;
         time=&quot;2021-01-13T08:17:23.036Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;+package org.eolang

[data?] &amp;gt; array

  # Push element to the array, modifying it. The
  # result value is the new size of the array.
  [x] &amp;gt; push /int

  # Take one element from the array, at the
  # given position.
  [i] &amp;gt; get /object

  # Create a new array with this element added to
  # the end of it.
  [x] &amp;gt; append /array

  # Reduce from start &quot;a&quot; using the function &quot;f&quot;
  [a f] &amp;gt; reduce /a

  # Map with index. Here &quot;f&quot; must be an abstract
  # object with two free attributes. The first
  # one for the element of the array, the second one
  # for the index.
  [f] &amp;gt; mapi /array

  # Map without index. Here &quot;f&quot; must be an abstract
  # object with one free attribute, for the element
  # of the array.
  [f] &amp;gt; map
    mapi &amp;gt; @
      [x i]
        f x &amp;gt; @
&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;metas&gt;
      &lt;meta line=&quot;1&quot;&gt;
         &lt;head&gt;package&lt;/head&gt;
         &lt;tail&gt;org.eolang&lt;/tail&gt;
      &lt;/meta&gt;
   &lt;/metas&gt;
   &lt;objects&gt;
      &lt;class line=&quot;3&quot; name=&quot;array&quot;&gt;
         &lt;attr name=&quot;data&quot;&gt;
            &lt;free&gt;
               &lt;o line=&quot;3&quot; name=&quot;data&quot; rw=&quot;&quot;/&gt;
            &lt;/free&gt;
         &lt;/attr&gt;
         &lt;attr name=&quot;push&quot;&gt;
            &lt;bound&gt;
               &lt;o atom=&quot;int&quot;
                  base=&quot;array$push&quot;
                  cut=&quot;1&quot;
                  line=&quot;5&quot;
                  name=&quot;push&quot;
                  ref=&quot;5&quot;&gt;
                  &lt;o as=&quot;data&quot; base=&quot;data&quot; level=&quot;1&quot; ref=&quot;3&quot;/&gt;
                  &lt;o as=&quot;get&quot; base=&quot;get&quot; level=&quot;1&quot; ref=&quot;9&quot;/&gt;
                  &lt;o as=&quot;append&quot; base=&quot;append&quot; level=&quot;1&quot; ref=&quot;13&quot;/&gt;
                  &lt;o as=&quot;reduce&quot; base=&quot;reduce&quot; level=&quot;1&quot; ref=&quot;17&quot;/&gt;
                  &lt;o as=&quot;mapi&quot; base=&quot;mapi&quot; level=&quot;1&quot; ref=&quot;20&quot;/&gt;
                  &lt;o as=&quot;map&quot; base=&quot;map&quot; level=&quot;1&quot; ref=&quot;26&quot;/&gt;
               &lt;/o&gt;
            &lt;/bound&gt;
         &lt;/attr&gt;
         &lt;attr name=&quot;get&quot;&gt;
            &lt;bound&gt;
               &lt;o atom=&quot;object&quot;
                  base=&quot;array$get&quot;
                  cut=&quot;3&quot;
                  line=&quot;9"
                  name="get"
                  ref="9">
                  <o as="data" base="data" level="1" ref="3"/>
                  <o as="push" base="push" level="1" ref="5"/>
                  <o as="append" base="append" level="1" ref="13"/>
                  <o as="reduce" base="reduce" level="1" ref="17"/>
                  <o as="mapi" base="mapi" level="1" ref="20"/>
                  <o as="map" base="map" level="1" ref="26"/>
               </o>
            </bound>
         </attr>
         <attr name="append">
            <bound>
               <o atom="array"
                  base="array$append"
                  cut="5"
                  line="13"
                  name="append"
                  ref="13">
                  <o as="data" base="data" level="1" ref="3"/>
                  <o as="push" base="push" level="1" ref="5"/>
                  <o as="get" base="get" level="1" ref="9"/>
                  <o as="reduce" base="reduce" level="1" ref="17"/>
                  <o as="mapi" base="mapi" level="1" ref="20"/>
                  <o as="map" base="map" level="1" ref="26"/>
               </o>
            </bound>
         </attr>
         <attr name="reduce">
            <bound>
               <o atom="a"
                  base="array$reduce"
                  cut="7"
                  line="17"
                  name="reduce"
                  ref="17">
                  <o as="data" base="data" level="1" ref="3"/>
                  <o as="push" base="push" level="1" ref="5"/>
                  <o as="get" base="get" level="1" ref="9"/>
                  <o as="append" base="append" level="1" ref="13"/>
                  <o as="mapi" base="mapi" level="1" ref="20"/>
                  <o as="map" base="map" level="1" ref="26"/>
               </o>
            </bound>
         </attr>
         <attr name="mapi">
            <bound>
               <o atom="array"
                  base="array$mapi"
                  cut="10"
                  line="20"
                  name="mapi"
                  ref="20">
                  <o as="data" base="data" level="1" ref="3"/>
                  <o as="push" base="push" level="1" ref="5"/>
                  <o as="get" base="get" level="1" ref="9"/>
                  <o as="append" base="append" level="1" ref="13"/>
                  <o as="reduce" base="reduce" level="1" ref=&quot;17&quot;/&gt;
                  &lt;o as=&quot;map&quot; base=&quot;map&quot; level=&quot;1&quot; ref=&quot;26&quot;/&gt;
               &lt;/o&gt;
            &lt;/bound&gt;
         &lt;/attr&gt;
         &lt;attr name=&quot;map&quot;&gt;
            &lt;bound&gt;
               &lt;o base=&quot;array$map&quot; cut=&quot;12&quot; line=&quot;26&quot; name=&quot;map&quot; ref=&quot;26&quot;&gt;
                  &lt;o as=&quot;data&quot; base=&quot;data&quot; level=&quot;1&quot; ref=&quot;3&quot;/&gt;
                  &lt;o as=&quot;push&quot; base=&quot;push&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
                  &lt;o as=&quot;get&quot; base=&quot;get&quot; level=&quot;1&quot; ref=&quot;9&quot;/&gt;
                  &lt;o as=&quot;append&quot; base=&quot;append&quot; level=&quot;1&quot; ref=&quot;13&quot;/&gt;
                  &lt;o as=&quot;reduce&quot; base=&quot;reduce&quot; level=&quot;1&quot; ref=&quot;17&quot;/&gt;
                  &lt;o as=&quot;mapi&quot; base=&quot;mapi&quot; level=&quot;1&quot; ref=&quot;20&quot;/&gt;
               &lt;/o&gt;
            &lt;/bound&gt;
         &lt;/attr&gt;
      &lt;/class&gt;
      &lt;class atom=&quot;int&quot; line=&quot;5&quot; name=&quot;array$push&quot;&gt;
         &lt;attr name=&quot;x&quot;&gt;
            &lt;free&gt;
               &lt;o line=&quot;7&quot; name=&quot;x&quot;/&gt;
            &lt;/free&gt;
         &lt;/attr&gt;
         &lt;o level=&quot;1&quot; line=&quot;5.3&quot; name=&quot;data&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;5.9&quot; name=&quot;get&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;5.13&quot; name=&quot;append&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;5.17&quot; name=&quot;reduce&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;5.20&quot; name=&quot;mapi&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;5.26&quot; name=&quot;map&quot;/&gt;
      &lt;/class&gt;
      &lt;class atom=&quot;object&quot; line=&quot;9&quot; name=&quot;array$get&quot;&gt;
         &lt;attr name=&quot;i&quot;&gt;
            &lt;free&gt;
               &lt;o line=&quot;11&quot; name=&quot;i&quot;/&gt;
            &lt;/free&gt;
         &lt;/attr&gt;
         &lt;o level=&quot;1&quot; line=&quot;9.3&quot; name=&quot;data&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;9.5&quot; name=&quot;push&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;9.13&quot; name=&quot;append&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;9.17&quot; name=&quot;reduce&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;9.20&quot; name=&quot;mapi&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;9.26&quot; name=&quot;map&quot;/&gt;
      &lt;/class&gt;
      &lt;class atom=&quot;array&quot; line=&quot;13&quot; name=&quot;array$append&quot;&gt;
         &lt;attr name=&quot;x&quot;&gt;
            &lt;free&gt;
               &lt;o line=&quot;15&quot; name=&quot;x&quot;/&gt;
            &lt;/free&gt;
         &lt;/attr&gt;
         &lt;o level=&quot;1&quot; line=&quot;13.3&quot; name=&quot;data&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;13.5&quot; name=&quot;push&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;13.9&quot; name=&quot;get&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;13.17&quot; name=&quot;reduce&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;13.20&quot; name=&quot;mapi&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;13.26&quot; name=&quot;map&quot;/&gt;
      &lt;/class&gt;
      &lt;class atom=&quot;a&quot; line=&quot;17&quot; name=&quot;array$reduce&quot;&gt;
         &lt;attr name=&quot;a&quot;&gt;
            &lt;free&gt;
               &lt;o line=&quot;18&quot; name=&quot;a&quot;/&gt;
            &lt;/free&gt;
         &lt;/attr&gt;
         <attr name="f">
            <free>
               <o line="18" name="f"/>
            </free>
         </attr>
         <o level="1" line="17.3" name="data"/>
         <o level="1" line="17.5" name="push"/>
         <o level="1" line="17.9" name="get"/>
         <o level="1" line="17.13" name="append"/>
         <o level="1" line="17.20" name="mapi"/>
         <o level="1" line="17.26" name="map"/>
      </class>
      <class atom="array" line="20" name="array$mapi">
         <attr name="f">
            <free>
               <o line="24" name="f"/>
            </free>
         </attr>
         <o level="1" line="20.3" name="data"/>
         <o level="1" line="20.5" name="push"/>
         <o level="1" line="20.9" name="get"/>
         <o level="1" line="20.13" name="append"/>
         <o level="1" line="20.17" name="reduce"/>
         <o level="1" line="20.26" name="map"/>
      </class>
      <class line="26" name="array$map">
         <attr name="f">
            <free>
               <o line="29" name="f"/>
            </free>
         </attr>
         <attr name="@">
            <bound>
               <o base="mapi" line="30" name="@" ref="26.20">
                  <o base="array$map$1$" cut="13" line="31" ref="31">
                     <o as="f" base="f" level="1" ref="29"/>
                     <o as="data" base="data" level="2" ref="26.3"/>
                     <o as="push" base="push" level="2" ref="26.5"/>
                     <o as="get" base="get" level="2" ref="26.9"/>
                     <o as="append" base="append" level="2" ref="26.13"/>
                     <o as="reduce" base="reduce" level="2" ref="26.17"/>
                     <o as="mapi" base="mapi" level="2" ref="26.20"/>
                  </o>
               </o>
            </bound>
         </attr>
         &lt;o level=&quot;1&quot; line=&quot;26.3&quot; name=&quot;data&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;26.5&quot; name=&quot;push&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;26.9&quot; name=&quot;get&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;26.13&quot; name=&quot;append&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;26.17&quot; name=&quot;reduce&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;26.20&quot; name=&quot;mapi&quot;/&gt;
      &lt;/class&gt;
      &lt;class line=&quot;31&quot; name=&quot;array$map$1$&quot;&gt;
         &lt;attr name=&quot;x&quot;&gt;
            &lt;free&gt;
               &lt;o line=&quot;31&quot; name=&quot;x&quot;/&gt;
            &lt;/free&gt;
         &lt;/attr&gt;
         &lt;attr name=&quot;i&quot;&gt;
            &lt;free&gt;
               &lt;o line=&quot;31&quot; name=&quot;i&quot;/&gt;
            &lt;/free&gt;
         &lt;/attr&gt;
         &lt;attr name=&quot;@&quot;&gt;
            &lt;bound&gt;
               &lt;o base=&quot;f&quot; line=&quot;32&quot; name=&quot;@&quot; ref=&quot;31.29&quot;&gt;
                  &lt;o base=&quot;x&quot; line=&quot;32&quot; ref=&quot;31&quot;/&gt;
               &lt;/o&gt;
            &lt;/bound&gt;
         &lt;/attr&gt;
         &lt;o level=&quot;1&quot; line=&quot;31.29&quot; name=&quot;f&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;31.3&quot; name=&quot;data&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;31.5&quot; name=&quot;push&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;31.9&quot; name=&quot;get&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;31.13&quot; name=&quot;append&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;31.17&quot; name=&quot;reduce&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;31.20&quot; name=&quot;mapi&quot;/&gt;
      &lt;/class&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.maven.CompileMojo: XML output after org/eolang/maven/data.xsl:
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;8&quot;
         name=&quot;code.eo&quot;
         time=&quot;2021-01-13T08:17:23.036Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;+package org.eolang

[data?] &amp;gt; array

  # Push element to the array, modifying it. The
  # result value is the new size of the array.
  [x] &amp;gt; push /int

  # Take one element from the array, at the
  # given position.
  [i] &amp;gt; get /object

  # Create a new array with this element added to
  # the end of it.
  [x] &amp;gt; append /array

  # Reduce from start &quot;a&quot; using the function &quot;f&quot;
  [a f] &amp;gt; reduce /a

  # Map with index. Here &quot;f&quot; must be an abstract
  # object with two free attributes. The first
  # one for the element of the array, the second one
  # for the index.
  [f] &amp;gt; mapi /array

  # Map without index. Here &quot;f&quot; must be an abstract
  # object with one free attribute, for the element
  # of the array.
  [f] &amp;gt; map
    mapi &amp;gt; @
      [x i]
        f x &amp;gt; @
&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;metas&gt;
      &lt;meta line=&quot;1&quot;&gt;
         &lt;head&gt;package&lt;/head&gt;
         &lt;tail&gt;org.eolang&lt;/tail&gt;
      &lt;/meta&gt;
   &lt;/metas&gt;
   &lt;objects&gt;
      &lt;class line=&quot;3&quot; name=&quot;array&quot;&gt;
         &lt;attr name=&quot;data&quot;&gt;
            &lt;free&gt;
               &lt;o line=&quot;3&quot; name=&quot;data&quot; rw=&quot;&quot;/&gt;
            &lt;/free&gt;
         </attr>
         <attr name="push">
            <bound>
               <o atom="int"
                  base="array$push"
                  cut="1"
                  line="5"
                  name="push"
                  ref="5">
                  <o as="data" base="data" level="1" ref="3"/>
                  <o as="get" base="get" level="1" ref="9"/>
                  <o as="append" base="append" level="1" ref="13"/>
                  <o as="reduce" base="reduce" level="1" ref="17"/>
                  <o as="mapi" base="mapi" level="1" ref="20"/>
                  <o as="map" base="map" level="1" ref="26"/>
               </o>
            </bound>
         </attr>
         <attr name="get">
            <bound>
               <o atom="object"
                  base="array$get"
                  cut="3"
                  line="9"
                  name="get"
                  ref="9">
                  <o as="data" base="data" level="1" ref="3"/>
                  <o as="push" base="push" level="1" ref="5"/>
                  <o as="append" base="append" level="1" ref="13"/>
                  <o as="reduce" base="reduce" level="1" ref="17"/>
                  <o as="mapi" base="mapi" level="1" ref="20"/>
                  <o as="map" base="map" level="1" ref="26"/>
               </o>
            </bound>
         </attr>
         <attr name="append">
            <bound>
               <o atom="array"
                  base="array$append"
                  cut="5"
                  line="13"
                  name="append"
                  ref="13">
                  <o as="data" base="data" level="1" ref="3"/>
                  <o as="push" base="push" level="1" ref="5"/>
                  <o as="get" base="get" level="1" ref="9"/>
                  <o as="reduce" base="reduce" level="1" ref="17"/>
                  <o as="mapi" base="mapi" level="1" ref="20"/>
                  <o as="map" base="map" level="1" ref="26"/>
               </o>
            </bound>
         </attr>
         <attr name="reduce">
            <bound>
               <o atom="a"
                  base="array$reduce"
                  cut="7"
                  line="17"
                  name="reduce"
                  ref="17">
                  &lt;o as=&quot;data&quot; base=&quot;data&quot; level=&quot;1&quot; ref=&quot;3&quot;/&gt;
                  &lt;o as=&quot;push&quot; base=&quot;push&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
                  &lt;o as=&quot;get&quot; base=&quot;get&quot; level=&quot;1&quot; ref=&quot;9&quot;/&gt;
                  &lt;o as=&quot;append&quot; base=&quot;append&quot; level=&quot;1&quot; ref=&quot;13&quot;/&gt;
                  &lt;o as=&quot;mapi&quot; base=&quot;mapi&quot; level=&quot;1&quot; ref=&quot;20&quot;/&gt;
                  &lt;o as=&quot;map&quot; base=&quot;map&quot; level=&quot;1&quot; ref=&quot;26&quot;/&gt;
               &lt;/o&gt;
            &lt;/bound&gt;
         &lt;/attr&gt;
         &lt;attr name=&quot;mapi&quot;&gt;
            &lt;bound&gt;
               &lt;o atom=&quot;array&quot;
                  base=&quot;array$mapi&quot;
                  cut=&quot;10&quot;
                  line=&quot;20&quot;
                  name=&quot;mapi&quot;
                  ref=&quot;20&quot;&gt;
                  &lt;o as=&quot;data&quot; base=&quot;data&quot; level=&quot;1&quot; ref=&quot;3&quot;/&gt;
                  &lt;o as=&quot;push&quot; base=&quot;push&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
                  &lt;o as=&quot;get&quot; base=&quot;get&quot; level=&quot;1&quot; ref=&quot;9&quot;/&gt;
                  &lt;o as=&quot;append&quot; base=&quot;append&quot; level=&quot;1&quot; ref=&quot;13&quot;/&gt;
                  &lt;o as=&quot;reduce&quot; base=&quot;reduce&quot; level=&quot;1&quot; ref=&quot;17&quot;/&gt;
                  &lt;o as=&quot;map&quot; base=&quot;map&quot; level=&quot;1&quot; ref=&quot;26&quot;/&gt;
               &lt;/o&gt;
            &lt;/bound&gt;
         &lt;/attr&gt;
         &lt;attr name=&quot;map&quot;&gt;
            &lt;bound&gt;
               &lt;o base=&quot;array$map&quot; cut=&quot;12&quot; line=&quot;26&quot; name=&quot;map&quot; ref=&quot;26&quot;&gt;
                  &lt;o as=&quot;data&quot; base=&quot;data&quot; level=&quot;1&quot; ref=&quot;3&quot;/&gt;
                  &lt;o as=&quot;push&quot; base=&quot;push&quot; level=&quot;1&quot; ref=&quot;5&quot;/&gt;
                  &lt;o as=&quot;get&quot; base=&quot;get&quot; level=&quot;1&quot; ref=&quot;9&quot;/&gt;
                  &lt;o as=&quot;append&quot; base=&quot;append&quot; level=&quot;1&quot; ref=&quot;13&quot;/&gt;
                  &lt;o as=&quot;reduce&quot; base=&quot;reduce&quot; level=&quot;1&quot; ref=&quot;17&quot;/&gt;
                  &lt;o as=&quot;mapi&quot; base=&quot;mapi&quot; level=&quot;1&quot; ref=&quot;20&quot;/&gt;
               &lt;/o&gt;
            &lt;/bound&gt;
         &lt;/attr&gt;
      &lt;/class&gt;
      &lt;class atom=&quot;int&quot; line=&quot;5&quot; name=&quot;array$push&quot;&gt;
         &lt;attr name=&quot;x&quot;&gt;
            &lt;free&gt;
               &lt;o line=&quot;7&quot; name=&quot;x&quot;/&gt;
            &lt;/free&gt;
         &lt;/attr&gt;
         &lt;o level=&quot;1&quot; line=&quot;5.3&quot; name=&quot;data&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;5.9&quot; name=&quot;get&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;5.13&quot; name=&quot;append&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;5.17&quot; name=&quot;reduce&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;5.20&quot; name=&quot;mapi&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;5.26&quot; name=&quot;map&quot;/&gt;
      &lt;/class&gt;
      &lt;class atom=&quot;object&quot; line=&quot;9&quot; name=&quot;array$get&quot;&gt;
         &lt;attr name=&quot;i&quot;&gt;
            &lt;free&gt;
               &lt;o line=&quot;11&quot; name=&quot;i&quot;/>
            </free>
         </attr>
         <o level="1" line="9.3" name="data"/>
         <o level="1" line="9.5" name="push"/>
         <o level="1" line="9.13" name="append"/>
         <o level="1" line="9.17" name="reduce"/>
         <o level="1" line="9.20" name="mapi"/>
         <o level="1" line="9.26" name="map"/>
      </class>
      <class atom="array" line="13" name="array$append">
         <attr name="x">
            <free>
               <o line="15" name="x"/>
            </free>
         </attr>
         <o level="1" line="13.3" name="data"/>
         <o level="1" line="13.5" name="push"/>
         <o level="1" line="13.9" name="get"/>
         <o level="1" line="13.17" name="reduce"/>
         <o level="1" line="13.20" name="mapi"/>
         <o level="1" line="13.26" name="map"/>
      </class>
      <class atom="a" line="17" name="array$reduce">
         <attr name="a">
            <free>
               <o line="18" name="a"/>
            </free>
         </attr>
         <attr name="f">
            <free>
               <o line="18" name="f"/>
            </free>
         </attr>
         <o level="1" line="17.3" name="data"/>
         <o level="1" line="17.5" name="push"/>
         <o level="1" line="17.9" name="get"/>
         <o level="1" line="17.13" name="append"/>
         <o level="1" line="17.20" name="mapi"/>
         <o level="1" line="17.26" name="map"/>
      </class>
      <class atom="array" line="20" name="array$mapi">
         <attr name="f">
            <free>
               <o line="24" name="f"/>
            </free>
         </attr>
         <o level="1" line="20.3" name="data"/>
         <o level="1" line="20.5" name="push"/>
         <o level="1" line="20.9" name="get"/>
         <o level="1" line="20.13" name="append"/>
         <o level="1" line="20.17" name="reduce"/>
         <o level="1" line="20.26" name="map&quot;/&gt;
      &lt;/class&gt;
      &lt;class line=&quot;26&quot; name=&quot;array$map&quot;&gt;
         &lt;attr name=&quot;f&quot;&gt;
            &lt;free&gt;
               &lt;o line=&quot;29&quot; name=&quot;f&quot;/&gt;
            &lt;/free&gt;
         &lt;/attr&gt;
         &lt;attr name=&quot;@&quot;&gt;
            &lt;bound&gt;
               &lt;o base=&quot;mapi&quot; line=&quot;30&quot; name=&quot;@&quot; ref=&quot;26.20&quot;&gt;
                  &lt;o base=&quot;array$map$1$&quot; cut=&quot;13&quot; line=&quot;31&quot; ref=&quot;31&quot;&gt;
                     &lt;o as=&quot;f&quot; base=&quot;f&quot; level=&quot;1&quot; ref=&quot;29&quot;/&gt;
                     &lt;o as=&quot;data&quot; base=&quot;data&quot; level=&quot;2&quot; ref=&quot;26.3&quot;/&gt;
                     &lt;o as=&quot;push&quot; base=&quot;push&quot; level=&quot;2&quot; ref=&quot;26.5&quot;/&gt;
                     &lt;o as=&quot;get&quot; base=&quot;get&quot; level=&quot;2&quot; ref=&quot;26.9&quot;/&gt;
                     &lt;o as=&quot;append&quot; base=&quot;append&quot; level=&quot;2&quot; ref=&quot;26.13&quot;/&gt;
                     &lt;o as=&quot;reduce&quot; base=&quot;reduce&quot; level=&quot;2&quot; ref=&quot;26.17&quot;/&gt;
                     &lt;o as=&quot;mapi&quot; base=&quot;mapi&quot; level=&quot;2&quot; ref=&quot;26.20&quot;/&gt;
                  &lt;/o&gt;
               &lt;/o&gt;
            &lt;/bound&gt;
         &lt;/attr&gt;
         &lt;o level=&quot;1&quot; line=&quot;26.3&quot; name=&quot;data&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;26.5&quot; name=&quot;push&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;26.9&quot; name=&quot;get&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;26.13&quot; name=&quot;append&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;26.17&quot; name=&quot;reduce&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;26.20&quot; name=&quot;mapi&quot;/&gt;
      &lt;/class&gt;
      &lt;class line=&quot;31&quot; name=&quot;array$map$1$&quot;&gt;
         &lt;attr name=&quot;x&quot;&gt;
            &lt;free&gt;
               &lt;o line=&quot;31&quot; name=&quot;x&quot;/&gt;
            &lt;/free&gt;
         &lt;/attr&gt;
         &lt;attr name=&quot;i&quot;&gt;
            &lt;free&gt;
               &lt;o line=&quot;31&quot; name=&quot;i&quot;/&gt;
            &lt;/free&gt;
         &lt;/attr&gt;
         &lt;attr name=&quot;@&quot;&gt;
            &lt;bound&gt;
               &lt;o base=&quot;f&quot; line=&quot;32&quot; name=&quot;@&quot; ref=&quot;31.29&quot;&gt;
                  &lt;o base=&quot;x&quot; line=&quot;32&quot; ref=&quot;31&quot;/&gt;
               &lt;/o&gt;
            &lt;/bound&gt;
         &lt;/attr&gt;
         &lt;o level=&quot;1&quot; line=&quot;31.29&quot; name=&quot;f&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;31.3&quot; name=&quot;data&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;31.5&quot; name=&quot;push&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;31.9&quot; name=&quot;get&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;31.13&quot; name=&quot;append&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;31.17&quot; name=&quot;reduce&quot;/&gt;
         &lt;o level=&quot;2&quot; line=&quot;31.20&quot; name=&quot;mapi&quot;/&gt;
      &lt;/class&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.maven.CompileMojo: XML output after org/eolang/maven/to-java.xsl:
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program java-name=&quot;code.EOeo&quot;
         ms=&quot;8&quot;
         name=&quot;code.eo&quot;
         time=&quot;2021-01-13T08:17:23.036Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;+package org.eolang

[data?] &amp;gt; array

  # Push element to the array, modifying it. The
  # result value is the new size of the array.
  [x] &amp;gt; push /int

  # Take one element from the array, at the
  # given position.
  [i] &gt; get /object

  # Create a new array with this element added to
  # the end of it.
  [x] &gt; append /array

  # Reduce from start "a" using the function "f"
  [a f] &gt; reduce /a

  # Map with index. Here "f" must be an abstract
  # object with two free attributes. The first
  # one for the element of the array, the second one
  # for the index.
  [f] &gt; mapi /array

  # Map without index. Here "f" must be an abstract
  # object with one free attribute, for the element
  # of the array.
  [f] &gt; map
    mapi &gt; @
      [x i]
        f x &gt; @
&lt;EOF&gt;</listing>
   <errors/>
   <metas>package org.eolang;

</metas>
   <objects>
      <class java-name="EOarray" line="3" name="array">
         <java>
/*
 * This file was auto-generated by eolang-maven-plugin
 * on 2021-01-13T08:17:23.651Z. Don't edit it,
 * your changes will be discarded on the next build.
 * The sources were compiled to XML on
 * 2021-01-13T08:17:23.036Z by the EO compiler v.1.0-SNAPSHOT.
 */

package org.eolang;

import org.eolang.*;
import org.eolang.phi.*;

public final class EOarray extends PhDefault {
  public EOarray() {
    this(new PhEta());
  }
  public EOarray(final Phi parent) {
    super(parent);
    this.add("data", new AtFree(/* default */));
    this.add("push", new AtBound(new AtLambda(this, self -&gt; {
      Phi ret = new EOarray$EOpush(self);
      ret = new PhCopy(ret);
      return ret;
    })));
    this.add("get", new AtBound(new AtLambda(this, self -&gt; {
      Phi ret = new EOarray$EOget(self);
      ret = new PhCopy(ret);
      return ret;
    })));
    this.add("append", new AtBound(new AtLambda(this, self -&gt; {
      Phi ret = new EOarray$EOappend(self);
      ret = new PhCopy(ret);
      return ret;
    })));
    this.add("reduce", new AtBound(new AtLambda(this, self -&gt; {
      Phi ret = new EOarray$EOreduce(self);
      ret = new PhCopy(ret);
      return ret;
    })));
    this.add("mapi", new AtBound(new AtLambda(this, self -&gt; {
      Phi ret = new EOarray$EOmapi(self);
      ret = new PhCopy(ret);
      return ret;
    })));
    this.add("map", new AtBound(new AtLambda(this, self -&gt; {
      Phi ret = new EOarray$EOmap(self);
      ret = new PhCopy(ret);
      return ret;
    })));
  }
}</java>
      </class>
      <class atom="int"
             java-name="EOarray$EOpush"
             line="5"
             name="array$push">
         <java>
/*
 * This file was auto-generated by eolang-maven-plugin
 * on 2021-01-13T08:17:23.651Z. Don't edit it,
 * your changes will be discarded on the next build.
 * The sources were compiled to XML on
 * 2021-01-13T08:17:23.036Z by the EO compiler v.1.0-SNAPSHOT.
 */

package org.eolang;

import org.eolang.*;
import org.eolang.phi.*;

public final class EOarray$EOpush extends PhDefault {
  public EOarray$EOpush() {
    this(new PhEta());
  }
  public EOarray$EOpush(final Phi parent) {
    super(parent);
    this.add(&quot;x&quot;, new AtFree(/* default */));
  }
}&lt;/java&gt;
      &lt;/class&gt;
      &lt;class atom=&quot;object&quot;
             java-name=&quot;EOarray$EOget&quot;
             line=&quot;9&quot;
             name=&quot;array$get&quot;&gt;
         &lt;java&gt;
/*
 * This file was auto-generated by eolang-maven-plugin
 * on 2021-01-13T08:17:23.651Z. Don't edit it,
 * your changes will be discarded on the next build.
 * The sources were compiled to XML on
 * 2021-01-13T08:17:23.036Z by the EO compiler v.1.0-SNAPSHOT.
 */

package org.eolang;

import org.eolang.*;
import org.eolang.phi.*;

public final class EOarray$EOget extends PhDefault {
  public EOarray$EOget() {
    this(new PhEta());
  }
  public EOarray$EOget(final Phi parent) {
    super(parent);
    this.add(&quot;i&quot;, new AtFree(/* default */));
  }
}&lt;/java&gt;
      &lt;/class&gt;
      &lt;class atom=&quot;array&quot;
             java-name=&quot;EOarray$EOappend&quot;
             line=&quot;13&quot;
             name=&quot;array$append&quot;&gt;
         &lt;java&gt;
/*
 * This file was auto-generated by eolang-maven-plugin
 * on 2021-01-13T08:17:23.651Z. Don't edit it,
 * your changes will be discarded on the next build.
 * The sources were compiled to XML on
 * 2021-01-13T08:17:23.036Z by the EO compiler v.1.0-SNAPSHOT.
 */

package org.eolang;

import org.eolang.*;
import org.eolang.phi.*;

public final class EOarray$EOappend extends PhDefault {
  public EOarray$EOappend() {
    this(new PhEta());
  }
  public EOarray$EOappend(final Phi parent) {
    super(parent);
    this.add("x", new AtFree(/* default */));
  }
}</java>
      </class>
      <class atom="a"
             java-name="EOarray$EOreduce"
             line="17"
             name="array$reduce">
         <java>
/*
 * This file was auto-generated by eolang-maven-plugin
 * on 2021-01-13T08:17:23.651Z. Don't edit it,
 * your changes will be discarded on the next build.
 * The sources were compiled to XML on
 * 2021-01-13T08:17:23.036Z by the EO compiler v.1.0-SNAPSHOT.
 */

package org.eolang;

import org.eolang.*;
import org.eolang.phi.*;

public final class EOarray$EOreduce extends PhDefault {
  public EOarray$EOreduce() {
    this(new PhEta());
  }
  public EOarray$EOreduce(final Phi parent) {
    super(parent);
    this.add("a", new AtFree(/* default */));
    this.add("f", new AtFree(/* default */));
  }
}</java>
      </class>
      <class atom="array"
             java-name="EOarray$EOmapi"
             line="20"
             name="array$mapi">
         <java>
/*
 * This file was auto-generated by eolang-maven-plugin
 * on 2021-01-13T08:17:23.651Z. Don't edit it,
 * your changes will be discarded on the next build.
 * The sources were compiled to XML on
 * 2021-01-13T08:17:23.036Z by the EO compiler v.1.0-SNAPSHOT.
 */

package org.eolang;

import org.eolang.*;
import org.eolang.phi.*;

public final class EOarray$EOmapi extends PhDefault {
  public EOarray$EOmapi() {
    this(new PhEta());
  }
  public EOarray$EOmapi(final Phi parent) {
    super(parent);
    this.add("f", new AtFree(/* default */));
  }
}</java>
      </class>
      <class java-name="EOarray$EOmap" line="26" name="array$map">
         <java>
/*
 * This file was auto-generated by eolang-maven-plugin
 * on 2021-01-13T08:17:23.651Z. Don't edit it,
 * your changes will be discarded on the next build.
 * The sources were compiled to XML on
 * 2021-01-13T08:17:23.036Z by the EO compiler v.1.0-SNAPSHOT.
 */

package org.eolang;

import org.eolang.*;
import org.eolang.phi.*;

public final class EOarray$EOmap extends PhDefault {
  public EOarray$EOmap() {
    this(new PhEta());
  }
  public EOarray$EOmap(final Phi parent) {
    super(parent);
    this.add("f", new AtFree(/* default */));
    this.add("_origin", new AtBound(new AtLambda(this, self -&gt; {
      Phi ret = new PhMethod(new PhMethod(self, "_parent"), "mapi");
      ret = new PhCopy(ret);
        Phi ret_1 = new EOarray$EOmap$EO1$EO(self);
        ret_1 = new PhCopy(ret_1);
        ret = new PhWith(ret, 0, ret_1);
      return ret;
    })));
  }
}</java>
      </class>
      <class java-name="EOarray$EOmap$EO1$EO" line="31" name="array$map$1$">
         <java>
/*
 * This file was auto-generated by eolang-maven-plugin
 * on 2021-01-13T08:17:23.651Z. Don't edit it,
 * your changes will be discarded on the next build.
 * The sources were compiled to XML on
 * 2021-01-13T08:17:23.036Z by the EO compiler v.1.0-SNAPSHOT.
 */

package org.eolang;

import org.eolang.*;
import org.eolang.phi.*;

public final class EOarray$EOmap$EO1$EO extends PhDefault {
  public EOarray$EOmap$EO1$EO() {
    this(new PhEta());
  }
  public EOarray$EOmap$EO1$EO(final Phi parent) {
    super(parent);
    this.add("x", new AtFree(/* default */));
    this.add("i", new AtFree(/* default */));
    this.add("_origin", new AtBound(new AtLambda(this, self -&gt; {
      Phi ret = new PhMethod(new PhMethod(self, "_parent"), "f");
      ret = new PhCopy(ret);
        Phi ret_1 = new PhMethod(self, "x");
        ret = new PhWith(ret, 0, ret_1);
      return ret;
    })));
  }
}</java>
      </class>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.maven.CompileMojo: Raw Java output of /tmp/eo3515755345643195104/target/eo/optimize/code.eo.xml:
<?xml version="1.0" encoding="UTF-8"?>
<program java-name="code.EOeo"
         ms="8"
         name="code.eo"
         time="2021-01-13T08:17:23.036Z"
         version="1.0-SNAPSHOT">
   <listing>+package org.eolang

[data?] &gt; array

  # Push element to the array, modifying it. The
  # result value is the new size of the array.
  [x] &gt; push /int

  # Take one element from the array, at the
  # given position.
  [i] &gt; get /object

  # Create a new array with this element added to
  # the end of it.
  [x] &gt; append /array

  # Reduce from start "a" using the function "f"
  [a f] &gt; reduce /a

  # Map with index. Here "f" must be an abstract
  # object with two free attributes. The first
  # one for the element of the array, the second one
  # for the index.
  [f] &gt; mapi /array

  # Map without index. Here "f" must be an abstract
  # object with one free attribute, for the element
  # of the array.
  [f] &gt; map
    mapi &gt; @
      [x i]
        f x &gt; @
&lt;EOF&gt;</listing>
   <errors/>
   <metas>package org.eolang;

</metas>
   <objects>
      <class java-name="EOarray" line="3" name="array">
         <java>
/*
 * This file was auto-generated by eolang-maven-plugin
 * on 2021-01-13T08:17:23.651Z. Don't edit it,
 * your changes will be discarded on the next build.
 * The sources were compiled to XML on
 * 2021-01-13T08:17:23.036Z by the EO compiler v.1.0-SNAPSHOT.
 */

package org.eolang;

import org.eolang.*;
import org.eolang.phi.*;

public final class EOarray extends PhDefault {
  public EOarray() {
    this(new PhEta());
  }
  public EOarray(final Phi parent) {
    super(parent);
    this.add("data", new AtFree(/* default */));
    this.add("push", new AtBound(new AtLambda(this, self -&amp;gt; {
      Phi ret = new EOarray$EOpush(self);
      ret = new PhCopy(ret);
      return ret;
    })));
    this.add(&quot;get&quot;, new AtBound(new AtLambda(this, self -&amp;gt; {
      Phi ret = new EOarray$EOget(self);
      ret = new PhCopy(ret);
      return ret;
    })));
    this.add(&quot;append&quot;, new AtBound(new AtLambda(this, self -&amp;gt; {
      Phi ret = new EOarray$EOappend(self);
      ret = new PhCopy(ret);
      return ret;
    })));
    this.add(&quot;reduce&quot;, new AtBound(new AtLambda(this, self -&amp;gt; {
      Phi ret = new EOarray$EOreduce(self);
      ret = new PhCopy(ret);
      return ret;
    })));
    this.add(&quot;mapi&quot;, new AtBound(new AtLambda(this, self -&amp;gt; {
      Phi ret = new EOarray$EOmapi(self);
      ret = new PhCopy(ret);
      return ret;
    })));
    this.add("map", new AtBound(new AtLambda(this, self -&gt; {
      Phi ret = new EOarray$EOmap(self);
      ret = new PhCopy(ret);
      return ret;
    })));
  }
}</java>
      </class>
      <class atom="int"
             java-name="EOarray$EOpush"
             line="5"
             name="array$push">
         <java>
/*
 * This file was auto-generated by eolang-maven-plugin
 * on 2021-01-13T08:17:23.651Z. Don't edit it,
 * your changes will be discarded on the next build.
 * The sources were compiled to XML on
 * 2021-01-13T08:17:23.036Z by the EO compiler v.1.0-SNAPSHOT.
 */

package org.eolang;

import org.eolang.*;
import org.eolang.phi.*;

public final class EOarray$EOpush extends PhDefault {
  public EOarray$EOpush() {
    this(new PhEta());
  }
  public EOarray$EOpush(final Phi parent) {
    super(parent);
    this.add("x", new AtFree(/* default */));
  }
}</java>
      </class>
      <class atom="object"
             java-name="EOarray$EOget"
             line="9"
             name="array$get">
         <java>
/*
 * This file was auto-generated by eolang-maven-plugin
 * on 2021-01-13T08:17:23.651Z. Don't edit it,
 * your changes will be discarded on the next build.
 * The sources were compiled to XML on
 * 2021-01-13T08:17:23.036Z by the EO compiler v.1.0-SNAPSHOT.
 */

package org.eolang;

import org.eolang.*;
import org.eolang.phi.*;

public final class EOarray$EOget extends PhDefault {
  public EOarray$EOget() {
    this(new PhEta());
  }
  public EOarray$EOget(final Phi parent) {
    super(parent);
    this.add("i", new AtFree(/* default */));
  }
}</java>
      </class>
      <class atom="array"
             java-name="EOarray$EOappend"
             line="13"
             name="array$append">
         <java>
/*
 * This file was auto-generated by eolang-maven-plugin
 * on 2021-01-13T08:17:23.651Z. Don't edit it,
 * your changes will be discarded on the next build.
 * The sources were compiled to XML on
 * 2021-01-13T08:17:23.036Z by the EO compiler v.1.0-SNAPSHOT.
 */

package org.eolang;

import org.eolang.*;
import org.eolang.phi.*;

public final class EOarray$EOappend extends PhDefault {
  public EOarray$EOappend() {
    this(new PhEta());
  }
  public EOarray$EOappend(final Phi parent) {
    super(parent);
    this.add("x", new AtFree(/* default */));
  }
}</java>
      </class>
      <class atom="a"
             java-name="EOarray$EOreduce"
             line="17"
             name="array$reduce">
         <java>
/*
 * This file was auto-generated by eolang-maven-plugin
 * on 2021-01-13T08:17:23.651Z. Don't edit it,
 * your changes will be discarded on the next build.
 * The sources were compiled to XML on
 * 2021-01-13T08:17:23.036Z by the EO compiler v.1.0-SNAPSHOT.
 */

package org.eolang;

import org.eolang.*;
import org.eolang.phi.*;

public final class EOarray$EOreduce extends PhDefault {
  public EOarray$EOreduce() {
    this(new PhEta());
  }
  public EOarray$EOreduce(final Phi parent) {
    super(parent);
    this.add("a", new AtFree(/* default */));
    this.add("f", new AtFree(/* default */));
  }
}</java>
      </class>
      <class atom="array"
             java-name="EOarray$EOmapi"
             line="20"
             name="array$mapi">
         <java>
/*
 * This file was auto-generated by eolang-maven-plugin
 * on 2021-01-13T08:17:23.651Z. Don't edit it,
 * your changes will be discarded on the next build.
 * The sources were compiled to XML on
 * 2021-01-13T08:17:23.036Z by the EO compiler v.1.0-SNAPSHOT.
 */

package org.eolang;

import org.eolang.*;
import org.eolang.phi.*;

public final class EOarray$EOmapi extends PhDefault {
  public EOarray$EOmapi() {
    this(new PhEta());
  }
  public EOarray$EOmapi(final Phi parent) {
    super(parent);
    this.add("f", new AtFree(/* default */));
  }
}</java>
      </class>
      <class java-name="EOarray$EOmap" line="26" name="array$map">
         <java>
/*
 * This file was auto-generated by eolang-maven-plugin
 * on 2021-01-13T08:17:23.651Z. Don't edit it,
 * your changes will be discarded on the next build.
 * The sources were compiled to XML on
 * 2021-01-13T08:17:23.036Z by the EO compiler v.1.0-SNAPSHOT.
 */

package org.eolang;

import org.eolang.*;
import org.eolang.phi.*;

public final class EOarray$EOmap extends PhDefault {
  public EOarray$EOmap() {
    this(new PhEta());
  }
  public EOarray$EOmap(final Phi parent) {
    super(parent);
    this.add("f", new AtFree(/* default */));
    this.add("_origin", new AtBound(new AtLambda(this, self -&gt; {
      Phi ret = new PhMethod(new PhMethod(self, "_parent"), "mapi");
      ret = new PhCopy(ret);
        Phi ret_1 = new EOarray$EOmap$EO1$EO(self);
        ret_1 = new PhCopy(ret_1);
        ret = new PhWith(ret, 0, ret_1);
      return ret;
    })));
  }
}</java>
      </class>
      <class java-name="EOarray$EOmap$EO1$EO" line="31" name="array$map$1$">
         <java>
/*
 * This file was auto-generated by eolang-maven-plugin
 * on 2021-01-13T08:17:23.651Z. Don't edit it,
 * your changes will be discarded on the next build.
 * The sources were compiled to XML on
 * 2021-01-13T08:17:23.036Z by the EO compiler v.1.0-SNAPSHOT.
 */

package org.eolang;

import org.eolang.*;
import org.eolang.phi.*;

public final class EOarray$EOmap$EO1$EO extends PhDefault {
  public EOarray$EOmap$EO1$EO() {
    this(new PhEta());
  }
  public EOarray$EOmap$EO1$EO(final Phi parent) {
    super(parent);
    this.add("x", new AtFree(/* default */));
    this.add("i", new AtFree(/* default */));
    this.add("_origin", new AtBound(new AtLambda(this, self -&gt; {
      Phi ret = new PhMethod(new PhMethod(self, "_parent"), "f");
      ret = new PhCopy(ret);
        Phi ret_1 = new PhMethod(self, "x");
        ret = new PhWith(ret, 0, ret_1);
      return ret;
    })));
  }
}</java>
      </class>
   </objects>
</program>

[0;37mINFOm] org.eolang.maven.CompileMojo: Saved 1509 chars to /tmp/eo3515755345643195104/generated/EOarray.java
[0;37mINFOm] org.eolang.maven.CompileMojo: Saved 873 chars to /tmp/eo3515755345643195104/generated/EOarray$EOmap.java
[0;37mINFOm] org.eolang.maven.CompileMojo: Saved 895 chars to /tmp/eo3515755345643195104/generated/EOarray$EOmap$EO1$EO.java
[0;37mINFOm] org.eolang.maven.CompileMojo: /tmp/eo3515755345643195104/target/eo/optimize/code.eo.xml compiled to /tmp/eo3515755345643195104/generated
[0;37mINFOm] org.eolang.maven.CompileMojo: Directory added to sources: /tmp/eo3515755345643195104/generated
[0;37mINFOm] org.eolang.maven.CompileMojoTest: Java output:

/*
 * This file was auto-generated by eolang-maven-plugin
 * on 2021-01-13T08:17:23.651Z. Don't edit it,
 * your changes will be discarded on the next build.
 * The sources were compiled to XML on
 * 2021-01-13T08:17:23.036Z by the EO compiler v.1.0-SNAPSHOT.
 */

package org.eolang;

import org.eolang.*;
import org.eolang.phi.*;

public final class EOarray extends PhDefault {
  public EOarray() {
    this(new PhEta());
  }
  public EOarray(final Phi parent) {
    super(parent);
    this.add(&quot;data&quot;, new AtFree(/* default */));
    this.add(&quot;push&quot;, new AtBound(new AtLambda(this, self -&gt; {
      Phi ret = new EOarray$EOpush(self);
      ret = new PhCopy(ret);
      return ret;
    })));
    this.add(&quot;get&quot;, new AtBound(new AtLambda(this, self -&gt; {
      Phi ret = new EOarray$EOget(self);
      ret = new PhCopy(ret);
      return ret;
    })));
    this.add("append", new AtBound(new AtLambda(this, self -> {
      Phi ret = new EOarray$EOappend(self);
      ret = new PhCopy(ret);
      return ret;
    })));
    this.add("reduce", new AtBound(new AtLambda(this, self -> {
      Phi ret = new EOarray$EOreduce(self);
      ret = new PhCopy(ret);
      return ret;
    })));
    this.add("mapi", new AtBound(new AtLambda(this, self -> {
      Phi ret = new EOarray$EOmapi(self);
      ret = new PhCopy(ret);
      return ret;
    })));
    this.add("map", new AtBound(new AtLambda(this, self -> {
      Phi ret = new EOarray$EOmap(self);
      ret = new PhCopy(ret);
      return ret;
    })));
  }
}
[0;37mINFOm] org.eolang.maven.ParseMojo: Target directory created: /tmp/eo6438181441924224622/target
[2;37mDEBUGm] org.eolang.parser.Syntax: Raw XML:
<?xml version="1.0" encoding="UTF-8"?>
<program ms="8"
         name="code.eo"
         time="2021-01-13T08:17:23.697Z"
         version="1.0-SNAPSHOT">
   <listing># This is the header comment of this simple EO
# program, to be ignored.

+package org.eolang.examples
+alias stdout org.eolang.io.stdout

# 3.14 &gt; pi
#
# [n] &gt; alpha
#   [] &gt; x
#     a pi 666 &gt; pp
#       [] &gt; n
#         wild &gt; tff
#       two.f1.f2 x
#   stdout &gt; z
#     sprintf &gt; f!
#       "Hello, ".trim
#       x 0x1fff n
#
# alpha &gt; beta
#   alpha
#     'Z'
[n x] &gt; mess
  [a] &gt; test /int
  n.hello &gt; f
    "Hello, world!"
    x
&lt;EOF&gt;</listing>
   <errors/>
   <license>This is the header comment of this simple EO
program, to be ignored.</license>
   <metas>
      <meta line="4">
         <head>package</head>
         <tail>org.eolang.examples</tail>
      </meta>
      <meta line="5">
         <head>alias</head>
         <tail>stdout org.eolang.io.stdout</tail>
      </meta>
   </metas>
   <objects>
      <o line="23" name="mess">
         <o line="23" name="n"/>
         <o line="23" name="x"/>
         <o atom="int" line="24" name="test">
            <o line="24" name="a"/>
         </o>
         <o base="n" line="25"/>
         <o base=".hello" line="25" method="" name="f">
            <o base="string" data="string" line="26">Hello, world!</o>
            <o base="x" line="27"/>
         </o>
      </o>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.parser.Syntax: Input of 27 EO lines compiled
[0;37mINFOm] org.eolang.maven.ParseMojo: /tmp/eo6438181441924224622/src/code.eo parsed to /tmp/eo6438181441924224622/target/eo/parse/code.eo.xml
[0;37mINFOm] org.eolang.maven.OptimizeMojo: /tmp/eo6438181441924224622/target/eo/parse/code.eo.xml optimized to /tmp/eo6438181441924224622/target/eo/optimize/code.eo.xml, all steps are in /tmp/eo6438181441924224622/target/eo/steps/code.eo.xml
[2;37mDEBUGm] org.eolang.maven.OptimizeMojo: Optimized XML saved to /tmp/eo6438181441924224622/target/eo/optimize/code.eo.xml:
<?xml version="1.0" encoding="UTF-8"?>
<program ms="8"
         name="code.eo"
         time="2021-01-13T08:17:23.697Z"
         version="1.0-SNAPSHOT">
   <listing># This is the header comment of this simple EO
# program, to be ignored.

+package org.eolang.examples
+alias stdout org.eolang.io.stdout

# 3.14 &gt; pi
#
# [n] &gt; alpha
#   [] &gt; x
#     a pi 666 &gt; pp
#       [] &gt; n
#         wild &gt; tff
#       two.f1.f2 x
#   stdout &gt; z
#     sprintf &gt; f!
#       "Hello, ".trim
#       x 0x1fff n
#
# alpha &gt; beta
#   alpha
#     'Z'
[n x] &gt; mess
  [a] &gt; test /int
  n.hello &gt; f
    "Hello, world!"
    x
&lt;EOF&gt;</listing>
   <errors/>
   <license>This is the header comment of this simple EO
program, to be ignored.</license>
   <metas>
      <meta line="4">
         <head>package</head>
         <tail>org.eolang.examples</tail>
      </meta>
   </metas>
   <objects>
      <o line="23" name="mess">
         <o line="23" name="n"/>
         <o line="23" name="x"/>
         <o atom="int"
            base="mess$test"
            cut="2"
            line="24"
            name="test"
            ref="24">
            <o as="n" base="n" level="1" ref="23"/>
            <o as="x" base="x" level="1" ref="23"/>
            <o as="f" base="f" level="1" ref="25"/>
         </o>
         <o base=".hello" line="25" method="" name="f">
            <o base="n" line="25" ref="23"/>
            <o base="org.eolang.string" data="string" line="26">Hello, world!</o>
            <o base="x" line="27" ref="23"/>
         </o>
      </o>
      <o atom="int" line="24" name="mess$test">
         <o line="24" name="a"/>
         <o level="1" line="24.23" name="n"/>
         <o level="1" line="24.23" name="x"/>
         <o level="1" line="24.25" name="f"/>
      </o>
   </objects>
</program>

[0;37mINFOm] org.eolang.maven.CompileMojo: Gen directory created: /tmp/eo6438181441924224622/generated
[2;37mDEBUGm] org.eolang.maven.CompileMojo: XML output after org/eolang/maven/classes.xsl:
<?xml version="1.0" encoding="UTF-8"?>
<program ms="8"
         name="code.eo"
         time="2021-01-13T08:17:23.697Z"
         version="1.0-SNAPSHOT">
   <listing># This is the header comment of this simple EO
# program, to be ignored.

+package org.eolang.examples
+alias stdout org.eolang.io.stdout

# 3.14 &gt; pi
#
# [n] &gt; alpha
#   [] &gt; x
#     a pi 666 &gt; pp
#       [] &gt; n
#         wild &gt; tff
#       two.f1.f2 x
#   stdout &gt; z
#     sprintf &gt; f!
#       "Hello, ".trim
#       x 0x1fff n
#
# alpha &gt; beta
#   alpha
#     'Z'
[n x] &gt; mess
  [a] &gt; test /int
  n.hello &gt; f
    "Hello, world!"
    x
&lt;EOF&gt;</listing>
   <errors/>
   <license>This is the header comment of this simple EO
program, to be ignored.</license>
   <metas>
      <meta line=&quot;4&quot;&gt;
         &lt;head&gt;package&lt;/head&gt;
         &lt;tail&gt;org.eolang.examples&lt;/tail&gt;
      &lt;/meta&gt;
   &lt;/metas&gt;
   &lt;objects&gt;
      &lt;class line=&quot;23&quot; name=&quot;mess&quot;&gt;
         &lt;o line=&quot;23&quot; name=&quot;n&quot;/&gt;
         &lt;o line=&quot;23&quot; name=&quot;x&quot;/&gt;
         &lt;o atom=&quot;int&quot;
            base=&quot;mess$test&quot;
            cut=&quot;2&quot;
            line=&quot;24&quot;
            name=&quot;test&quot;
            ref=&quot;24&quot;&gt;
            &lt;o as=&quot;n&quot; base=&quot;n&quot; level=&quot;1&quot; ref=&quot;23&quot;/&gt;
            &lt;o as=&quot;x&quot; base=&quot;x&quot; level=&quot;1&quot; ref=&quot;23&quot;/&gt;
            &lt;o as=&quot;f&quot; base=&quot;f&quot; level=&quot;1&quot; ref=&quot;25&quot;/&gt;
         &lt;/o&gt;
         &lt;o base=&quot;.hello&quot; line=&quot;25&quot; method=&quot;&quot; name=&quot;f&quot;&gt;
            &lt;o base=&quot;n&quot; line=&quot;25&quot; ref=&quot;23&quot;/&gt;
            &lt;o base=&quot;org.eolang.string&quot; data=&quot;string&quot; line=&quot;26&quot;&gt;Hello, world!&lt;/o&gt;
            &lt;o base=&quot;x&quot; line=&quot;27&quot; ref=&quot;23&quot;/&gt;
         &lt;/o&gt;
      &lt;/class&gt;
      &lt;class atom=&quot;int&quot; line=&quot;24&quot; name=&quot;mess$test&quot;&gt;
         &lt;o line=&quot;24&quot; name=&quot;a&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;24.23&quot; name=&quot;n&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;24.23&quot; name=&quot;x&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;24.25&quot; name=&quot;f&quot;/&gt;
      &lt;/class&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.maven.CompileMojo: XML output after org/eolang/maven/attrs.xsl:
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;8&quot;
         name=&quot;code.eo&quot;
         time=&quot;2021-01-13T08:17:23.697Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;# This is the header comment of this simple EO
# program, to be ignored.

+package org.eolang.examples
+alias stdout org.eolang.io.stdout

# 3.14 &amp;gt; pi
#
# [n] &amp;gt; alpha
#   [] &amp;gt; x
#     a pi 666 &amp;gt; pp
#       [] &amp;gt; n
#         wild &amp;gt; tff
#       two.f1.f2 x
#   stdout &amp;gt; z
#     sprintf &amp;gt; f!
#       &quot;Hello, &quot;.trim
#       x 0x1fff n
#
# alpha &amp;gt; beta
#   alpha
#     'Z'
[n x] &amp;gt; mess
  [a] &amp;gt; test /int
  n.hello &amp;gt; f
    "Hello, world!"
    x
&lt;EOF&gt;</listing>
   <errors/>
   <license>This is the header comment of this simple EO
program, to be ignored.</license>
   <metas>
      <meta line="4">
         <head>package</head>
         <tail>org.eolang.examples</tail>
      </meta>
   </metas>
   <objects>
      <class line="23" name="mess">
         <attr name="n">
            <free>
               <o line="23" name="n"/>
            </free>
         </attr>
         <attr name="x">
            <free>
               <o line="23" name="x"/>
            </free>
         </attr>
         <attr name="test">
            <bound>
               <o atom="int"
                  base="mess$test"
                  cut="2"
                  line="24"
                  name="test"
                  ref="24">
                  <o as="n" base="n" level="1" ref="23"/>
                  <o as="x" base="x" level="1" ref="23"/>
                  <o as="f" base="f" level="1" ref="25"/>
               </o>
            </bound>
         </attr>
         <attr name="f">
            <bound>
               <o base=".hello" line="25" method="" name="f">
                  <o base="n" line="25" ref="23"/>
                  <o base="org.eolang.string" data="string" line="26">Hello, world!</o>
                  <o base="x" line="27" ref="23"/>
               </o>
            </bound>
         </attr>
      </class>
      <class atom="int" line="24" name="mess$test">
         <attr name="a">
            <free>
               <o line="24" name="a"/>
            </free>
         </attr>
         <o level="1" line="24.23" name="n"/>
         <o level="1" line="24.23" name="x"/>
         <o level="1" line="24.25" name="f"/>
      </class>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.maven.CompileMojo: XML output after org/eolang/maven/varargs.xsl:
<?xml version="1.0" encoding="UTF-8"?>
<program ms="8"
         name="code.eo"
         time="2021-01-13T08:17:23.697Z"
         version="1.0-SNAPSHOT">
   <listing># This is the header comment of this simple EO
# program, to be ignored.

+package org.eolang.examples
+alias stdout org.eolang.io.stdout

# 3.14 &gt; pi
#
# [n] &gt; alpha
#   [] &gt; x
#     a pi 666 &gt; pp
#       [] &gt; n
#         wild &gt; tff
#       two.f1.f2 x
#   stdout &gt; z
#     sprintf &gt; f!
#       "Hello, ".trim
#       x 0x1fff n
#
# alpha &gt; beta
#   alpha
#     'Z'
[n x] &gt; mess
  [a] &gt; test /int
  n.hello &gt; f
    "Hello, world!"
    x
&lt;EOF&gt;</listing>
   <errors/>
   <license>This is the header comment of this simple EO
program, to be ignored.</license>
   <metas>
      <meta line="4">
         <head>package</head>
         <tail>org.eolang.examples</tail>
      </meta>
   </metas>
   <objects>
      <class line="23" name="mess">
         <attr name="n">
            <free>
               <o line="23" name="n"/>
            </free>
         </attr>
         <attr name="x">
            <free>
               <o line="23" name="x"/>
            </free>
         </attr>
         <attr name="test">
            <bound>
               <o atom="int"
                  base="mess$test"
                  cut="2"
                  line="24"
                  name="test"
                  ref="24">
                  <o as="n" base="n" level="1" ref="23"/>
                  <o as="x" base="x&quot; level=&quot;1&quot; ref=&quot;23&quot;/&gt;
                  &lt;o as=&quot;f&quot; base=&quot;f&quot; level=&quot;1&quot; ref=&quot;25&quot;/&gt;
               &lt;/o&gt;
            &lt;/bound&gt;
         &lt;/attr&gt;
         &lt;attr name=&quot;f&quot;&gt;
            &lt;bound&gt;
               &lt;o base=&quot;.hello&quot; line=&quot;25&quot; method=&quot;&quot; name=&quot;f&quot;&gt;
                  &lt;o base=&quot;n&quot; line=&quot;25&quot; ref=&quot;23&quot;/&gt;
                  &lt;o base=&quot;org.eolang.string&quot; data=&quot;string&quot; line=&quot;26&quot;&gt;Hello, world!&lt;/o&gt;
                  &lt;o base=&quot;x&quot; line=&quot;27&quot; ref=&quot;23&quot;/&gt;
               &lt;/o&gt;
            &lt;/bound&gt;
         &lt;/attr&gt;
      &lt;/class&gt;
      &lt;class atom=&quot;int&quot; line=&quot;24&quot; name=&quot;mess$test&quot;&gt;
         &lt;attr name=&quot;a&quot;&gt;
            &lt;free&gt;
               &lt;o line=&quot;24&quot; name=&quot;a&quot;/&gt;
            &lt;/free&gt;
         &lt;/attr&gt;
         &lt;o level=&quot;1&quot; line=&quot;24.23&quot; name=&quot;n&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;24.23&quot; name=&quot;x&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;24.25&quot; name=&quot;f&quot;/&gt;
      &lt;/class&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.maven.CompileMojo: XML output after org/eolang/maven/once.xsl:
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program ms=&quot;8&quot;
         name=&quot;code.eo&quot;
         time=&quot;2021-01-13T08:17:23.697Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;# This is the header comment of this simple EO
# program, to be ignored.

+package org.eolang.examples
+alias stdout org.eolang.io.stdout

# 3.14 &amp;gt; pi
#
# [n] &amp;gt; alpha
#   [] &amp;gt; x
#     a pi 666 &amp;gt; pp
#       [] &amp;gt; n
#         wild &amp;gt; tff
#       two.f1.f2 x
#   stdout &amp;gt; z
#     sprintf &amp;gt; f!
#       &quot;Hello, &quot;.trim
#       x 0x1fff n
#
# alpha &amp;gt; beta
#   alpha
#     'Z'
[n x] &amp;gt; mess
  [a] &amp;gt; test /int
  n.hello &amp;gt; f
    &quot;Hello, world!&quot;
    x
&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;license&gt;This is the header comment of this simple EO
program, to be ignored.&lt;/license&gt;
   &lt;metas&gt;
      &lt;meta line=&quot;4&quot;&gt;
         &lt;head&gt;package&lt;/head&gt;
         &lt;tail&gt;org.eolang.examples&lt;/tail&gt;
      &lt;/meta&gt;
   &lt;/metas&gt;
   &lt;objects&gt;
      &lt;class line=&quot;23&quot; name=&quot;mess&quot;&gt;
         &lt;attr name=&quot;n&quot;&gt;
            &lt;free&gt;
               &lt;o line=&quot;23&quot; name=&quot;n&quot;/&gt;
            &lt;/free&gt;
         &lt;/attr&gt;
         &lt;attr name=&quot;x&quot;&gt;
            &lt;free&gt;
               &lt;o line=&quot;23&quot; name=&quot;x&quot;/&gt;
            &lt;/free&gt;
         &lt;/attr&gt;
         &lt;attr name=&quot;test&quot;&gt;
            &lt;bound&gt;
               &lt;o atom=&quot;int&quot;
                  base=&quot;mess$test&quot;
                  cut="2"
                  line="24"
                  name="test"
                  ref="24">
                  <o as="n" base="n" level="1" ref="23"/>
                  <o as="x" base="x" level="1" ref="23"/>
                  <o as="f" base="f" level="1" ref="25"/>
               </o>
            </bound>
         </attr>
         <attr name="f">
            <bound>
               <o base=".hello" line="25" method="" name="f">
                  <o base="n" line="25" ref="23"/>
                  <o base="org.eolang.string" data="string" line="26">Hello, world!</o>
                  <o base="x" line="27" ref="23"/>
               </o>
            </bound>
         </attr>
      </class>
      <class atom="int" line="24" name="mess$test">
         <attr name="a">
            <free>
               <o line="24" name="a"/>
            </free>
         </attr>
         <o level="1" line="24.23" name="n"/>
         <o level="1" line="24.23" name="x"/>
         <o level="1" line="24.25" name="f"/>
      </class>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.maven.CompileMojo: XML output after org/eolang/maven/data.xsl:
<?xml version="1.0" encoding="UTF-8"?>
<program ms="8"
         name="code.eo"
         time="2021-01-13T08:17:23.697Z"
         version="1.0-SNAPSHOT">
   <listing># This is the header comment of this simple EO
# program, to be ignored.

+package org.eolang.examples
+alias stdout org.eolang.io.stdout

# 3.14 &gt; pi
#
# [n] &gt; alpha
#   [] &gt; x
#     a pi 666 &gt; pp
#       [] &gt; n
#         wild &gt; tff
#       two.f1.f2 x
#   stdout &gt; z
#     sprintf &gt; f!
#       "Hello, ".trim
#       x 0x1fff n
#
# alpha &gt; beta
#   alpha
#     'Z'
[n x] &gt; mess
  [a] &gt; test /int
  n.hello &gt; f
    "Hello, world!"
    x
&lt;EOF&gt;</listing>
   <errors/>
   <license>This is the header comment of this simple EO
program, to be ignored.</license>
   <metas>
      <meta line="4">
         <head>package</head>
         <tail>org.eolang.examples</tail>
      </meta>
   </metas>
   <objects>
      <class line="23" name="mess">
         <attr name="n">
            <free>
               <o line="23" name="n"/>
            </free>
         </attr>
         <attr name="x">
            <free>
               <o line="23" name="x"/>
            </free>
         </attr>
         <attr name="test">
            <bound>
               <o atom="int"
                  base="mess$test"
                  cut="2"
                  line="24"
                  name="test"
                  ref="24">
                  <o as="n" base="n" level="1" ref="23"/>
                  <o as="x" base="x" level="1" ref="23"/>
                  <o as="f" base="f" level="1" ref="25"/>
               </o>
            </bound>
         &lt;/attr&gt;
         &lt;attr name=&quot;f&quot;&gt;
            &lt;bound&gt;
               &lt;o base=&quot;.hello&quot; line=&quot;25&quot; method=&quot;&quot; name=&quot;f&quot;&gt;
                  &lt;o base=&quot;n&quot; line=&quot;25&quot; ref=&quot;23&quot;/&gt;
                  &lt;o base=&quot;org.eolang.string&quot; line=&quot;26&quot;&gt;
                     &lt;value java-type=&quot;String&quot;&gt;&quot;Hello, world!&quot;&lt;/value&gt;
                  &lt;/o&gt;
                  &lt;o base=&quot;x&quot; line=&quot;27&quot; ref=&quot;23&quot;/&gt;
               &lt;/o&gt;
            &lt;/bound&gt;
         &lt;/attr&gt;
      &lt;/class&gt;
      &lt;class atom=&quot;int&quot; line=&quot;24&quot; name=&quot;mess$test&quot;&gt;
         &lt;attr name=&quot;a&quot;&gt;
            &lt;free&gt;
               &lt;o line=&quot;24&quot; name=&quot;a&quot;/&gt;
            &lt;/free&gt;
         &lt;/attr&gt;
         &lt;o level=&quot;1&quot; line=&quot;24.23&quot; name=&quot;n&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;24.23&quot; name=&quot;x&quot;/&gt;
         &lt;o level=&quot;1&quot; line=&quot;24.25&quot; name=&quot;f&quot;/&gt;
      &lt;/class&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[2;37mDEBUGm] org.eolang.maven.CompileMojo: XML output after org/eolang/maven/to-java.xsl:
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;program java-name=&quot;code.EOeo&quot;
         ms=&quot;8&quot;
         name=&quot;code.eo&quot;
         time=&quot;2021-01-13T08:17:23.697Z&quot;
         version=&quot;1.0-SNAPSHOT&quot;&gt;
   &lt;listing&gt;# This is the header comment of this simple EO
# program, to be ignored.

+package org.eolang.examples
+alias stdout org.eolang.io.stdout

# 3.14 &amp;gt; pi
#
# [n] &amp;gt; alpha
#   [] &amp;gt; x
#     a pi 666 &amp;gt; pp
#       [] &amp;gt; n
#         wild &amp;gt; tff
#       two.f1.f2 x
#   stdout &amp;gt; z
#     sprintf &amp;gt; f!
#       &quot;Hello, &quot;.trim
#       x 0x1fff n
#
# alpha &amp;gt; beta
#   alpha
#     'Z'
[n x] &amp;gt; mess
  [a] &amp;gt; test /int
  n.hello &amp;gt; f
    &quot;Hello, world!&quot;
    x
&amp;lt;EOF&amp;gt;&lt;/listing&gt;
   &lt;errors/&gt;
   &lt;license&gt;This is the header comment of this simple EO
program, to be ignored.&lt;/license&gt;
   &lt;metas&gt;package org.eolang.examples;

&lt;/metas&gt;
   &lt;objects&gt;
      &lt;class java-name=&quot;EOmess&quot; line=&quot;23&quot; name=&quot;mess&quot;&gt;
         &lt;java&gt;
/*
 * This file was auto-generated by eolang-maven-plugin
 * on 2021-01-13T08:17:24.082Z. Don't edit it,
 * your changes will be discarded on the next build.
 * The sources were compiled to XML on
 * 2021-01-13T08:17:23.697Z by the EO compiler v.1.0-SNAPSHOT.
 */

package org.eolang.examples;

import org.eolang.*;
import org.eolang.phi.*;

public final class EOmess extends PhDefault {
  public EOmess() {
    this(new PhEta());
  }
  public EOmess(final Phi parent) {
    super(parent);
    this.add("n", new AtFree(/* default */));
    this.add("x", new AtFree(/* default */));
    this.add("test", new AtBound(new AtLambda(this, self -&gt; {
      Phi ret = new EOmess$EOtest(self);
      ret = new PhCopy(ret);
      return ret;
    })));
    this.add("f", new AtBound(new AtLambda(this, self -&gt; {
      Phi ret_base = new PhMethod(self, "n");
      Phi ret = new PhMethod(ret_base, "hello");
      ret = new PhCopy(ret);
        Phi ret_1 = new org.eolang.EOstring(self);
        ret_1 = new PhCopy(ret_1);
          ret_1 = new PhWith(ret_1, "data", new Data.Value&lt;String&gt;("Hello, world!"));
        Phi ret_2 = new PhMethod(self, "x");
        ret = new PhWith(ret, 0, ret_1);
        ret = new PhWith(ret, 1, ret_2);
      return ret;
    })));
  }
}</java>
      </class>
      <class atom="int" java-name="EOmess$EOtest" line="24" name="mess$test">
         <java>
/*
 * This file was auto-generated by eolang-maven-plugin
 * on 2021-01-13T08:17:24.082Z. Don't edit it,
 * your changes will be discarded on the next build.
 * The sources were compiled to XML on
 * 2021-01-13T08:17:23.697Z by the EO compiler v.1.0-SNAPSHOT.
 */

package org.eolang.examples;

import org.eolang.*;
import org.eolang.phi.*;

public final class EOmess$EOtest extends PhDefault {
  public EOmess$EOtest() {
    this(new PhEta());
  }
  public EOmess$EOtest(final Phi parent) {
    super(parent);
    this.add("a", new AtFree(/* default */));
  }
}</java>
      </class>
   </objects>
</program>

[2;37mDEBUGm] org.eolang.maven.CompileMojo: Raw Java output of /tmp/eo6438181441924224622/target/eo/optimize/code.eo.xml:
<?xml version="1.0" encoding="UTF-8"?>
<program java-name="code.EOeo"
         ms="8"
         name="code.eo"
         time="2021-01-13T08:17:23.697Z"
         version="1.0-SNAPSHOT">
   <listing># This is the header comment of this simple EO
# program, to be ignored.

+package org.eolang.examples
+alias stdout org.eolang.io.stdout

# 3.14 &gt; pi
#
# [n] &gt; alpha
#   [] &gt; x
#     a pi 666 &gt; pp
#       [] &gt; n
#         wild &gt; tff
#       two.f1.f2 x
#   stdout &gt; z
#     sprintf &gt; f!
#       "Hello, ".trim
#       x 0x1fff n
#
# alpha &gt; beta
#   alpha
#     'Z'
[n x] &gt; mess
  [a] &gt; test /int
  n.hello &gt; f
    "Hello, world!"
    x
&lt;EOF&gt;</listing>
   <errors/>
   <license>This is the header comment of this simple EO
program, to be ignored.</license>
   <metas>package org.eolang.examples;

</metas>
   <objects>
      <class java-name="EOmess" line="23" name="mess">
         <java>
/*
 * This file was auto-generated by eolang-maven-plugin
 * on 2021-01-13T08:17:24.082Z. Don't edit it,
 * your changes will be discarded on the next build.
 * The sources were compiled to XML on
 * 2021-01-13T08:17:23.697Z by the EO compiler v.1.0-SNAPSHOT.
 */

package org.eolang.examples;

import org.eolang.*;
import org.eolang.phi.*;

public final class EOmess extends PhDefault {
  public EOmess() {
    this(new PhEta());
  }
  public EOmess(final Phi parent) {
    super(parent);
    this.add("n", new AtFree(/* default */));
    this.add("x", new AtFree(/* default */));
    this.add("test", new AtBound(new AtLambda(this, self -&gt; {
      Phi ret = new EOmess$EOtest(self);
      ret = new PhCopy(ret);
      return ret;
    })));
    this.add("f", new AtBound(new AtLambda(this, self -&gt; {
      Phi ret_base = new PhMethod(self, "n");
      Phi ret = new PhMethod(ret_base, "hello");
      ret = new PhCopy(ret);
        Phi ret_1 = new org.eolang.EOstring(self);
        ret_1 = new PhCopy(ret_1);
          ret_1 = new PhWith(ret_1, "data", new Data.Value&lt;String&gt;("Hello, world!"));
        Phi ret_2 = new PhMethod(self, "x");
        ret = new PhWith(ret, 0, ret_1);
        ret = new PhWith(ret, 1, ret_2);
      return ret;
    })));
  }
}</java>
      </class>
      <class atom="int" java-name="EOmess$EOtest" line=&quot;24&quot; name=&quot;mess$test&quot;&gt;
         &lt;java&gt;
/*
 * This file was auto-generated by eolang-maven-plugin
 * on 2021-01-13T08:17:24.082Z. Don't edit it,
 * your changes will be discarded on the next build.
 * The sources were compiled to XML on
 * 2021-01-13T08:17:23.697Z by the EO compiler v.1.0-SNAPSHOT.
 */

package org.eolang.examples;

import org.eolang.*;
import org.eolang.phi.*;

public final class EOmess$EOtest extends PhDefault {
  public EOmess$EOtest() {
    this(new PhEta());
  }
  public EOmess$EOtest(final Phi parent) {
    super(parent);
    this.add(&quot;a&quot;, new AtFree(/* default */));
  }
}&lt;/java&gt;
      &lt;/class&gt;
   &lt;/objects&gt;
&lt;/program&gt;

[0;37mINFOm] org.eolang.maven.CompileMojo: Saved 1258 chars to /tmp/eo6438181441924224622/generated/EOmess.java
[0;37mINFOm] org.eolang.maven.CompileMojo: /tmp/eo6438181441924224622/target/eo/optimize/code.eo.xml compiled to /tmp/eo6438181441924224622/generated
[0;37mINFOm] org.eolang.maven.CompileMojo: Directory added to sources: /tmp/eo6438181441924224622/generated
[0;37mINFOm] org.eolang.maven.CompileMojoTest: Java output:

/*
 * This file was auto-generated by eolang-maven-plugin
 * on 2021-01-13T08:17:24.082Z. Don't edit it,
 * your changes will be discarded on the next build.
 * The sources were compiled to XML on
 * 2021-01-13T08:17:23.697Z by the EO compiler v.1.0-SNAPSHOT.
 */

package org.eolang.examples;

import org.eolang.*;
import org.eolang.phi.*;

public final class EOmess extends PhDefault {
  public EOmess() {
    this(new PhEta());
  }
  public EOmess(final Phi parent) {
    super(parent);
    this.add("n", new AtFree(/* default */));
    this.add("x", new AtFree(/* default */));
    this.add("test", new AtBound(new AtLambda(this, self -> {
      Phi ret = new EOmess$EOtest(self);
      ret = new PhCopy(ret);
      return ret;
    })));
    this.add("f", new AtBound(new AtLambda(this, self -> {
      Phi ret_base = new PhMethod(self, "n");
      Phi ret = new PhMethod(ret_base, "hello");
      ret = new PhCopy(ret);
        Phi ret_1 = new org.eolang.EOstring(self);
        ret_1 = new PhCopy(ret_1);
          ret_1 = new PhWith(ret_1, "data", new Data.Value<String>("Hello, world!"));
        Phi ret_2 = new PhMethod(self, "x");
        ret = new PhWith(ret, 0, ret_1);
        ret = new PhWith(ret, 1, ret_2);
      return ret;
    })));
  }
}
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.067 s - in org.eolang.maven.CompileMojoTest
[INFO]
[INFO] Results:
[INFO]
[WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 2
[INFO]
[INFO]
[INFO] --- jcabi-maven-plugin:0.14.1:versionalize (jcabi-versionalize-packages) @ eo-maven-plugin ---
[INFO] Versionalizing /home/r/repo/eo-maven-plugin/target/classes directory
[INFO] File /home/r/repo/eo-maven-plugin/target/classes/org/eolang/maven/org-eolang-eo-maven-plugin-maven-plugin.txt added
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eo-maven-plugin ---
[INFO] Building jar: /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eo-maven-plugin ---
[INFO]
[INFO] --- maven-invoker-plugin:3.2.1:install (default) @ eo-maven-plugin ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.pom (4.9 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.4/maven-reporting-impl-2.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.4/maven-reporting-impl-2.4.pom (6.1 kB at 27 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.6/doxia-sink-api-1.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.6/doxia-sink-api-1.6.pom (1.5 kB at 6.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.6/doxia-1.6.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.6/doxia-1.6.pom (19 kB at 84 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.pom (1.5 kB at 6.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.pom (4.2 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.6/doxia-site-renderer-1.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.6/doxia-site-renderer-1.6.pom (6.1 kB at 27 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.6/doxia-sitetools-1.6.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.6/doxia-sitetools-1.6.pom (18 kB at 78 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.pom (3.0 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.6/doxia-module-xhtml-1.6.pom (1.6 kB at 7.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.6/doxia-modules-1.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.6/doxia-modules-1.6.pom (2.6 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.6/doxia-module-fml-1.6.pom (4.8 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 8.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 8.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 4.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 33 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 10 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 34 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.5/velocity-1.5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 35 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 43 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.4.1/commons-validator-1.4.1.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.4.1/commons-validator-1.4.1.pom (13 kB at 56 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/36/commons-parent-36.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/36/commons-parent-36.pom (58 kB at 248 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom (11 kB at 50 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/14/commons-parent-14.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/14/commons-parent-14.pom (31 kB at 138 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.pom (10 kB at 44 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-script-interpreter/1.2/maven-script-interpreter-1.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-script-interpreter/1.2/maven-script-interpreter-1.2.pom (4.0 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 6.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 40 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.8.1/ant-1.8.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.8.1/ant-1.8.1.pom (8.8 kB at 39 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom (4.3 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.4.8/groovy-all-2.4.8.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.4.8/groovy-all-2.4.8.pom (21 kB at 93 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.4/maven-reporting-impl-2.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.jar
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
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xmlunit/xmlunit/1.5/xmlunit-1.5.jar
Downloaded5from3oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.4/maven-reporting-impl-2.4.jar (20 kB at 84 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.4.1/commons-validator-1.4.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.jar (33 kB at 139 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xmlunit/xmlunit/1.5/xmlunit-1.5.jar (98 kB at 380 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.6/doxia-core-1.6.jar (162 kB at 614 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-script-interpreter/1.2/maven-script-interpreter-1.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 854 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.8.1/ant-1.8.1.jar
Downloaded5from9oss.sonatype.org:4https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.4.1/commons-validator-1.4.1.jar (190 kB at 390 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar
Downloaded4from3oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-script-interpreter/1.2/maven-script-interpreter-1.2.jar (22 kB at 44 kB/s)
Downloading)from2oss.sonatype.org:1https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar
Downloaded3from3oss.sonatype.org:.https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar (232 kB at 458 kB/s)
Downloading)from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.jar
Downloaded2from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.jar (146 kB at 285 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.jar
Downloaded5from.oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.8.1/ant-1.8.1.jar (1.5 MB at 2.3 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar (11 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.4.8/groovy-all-2.4.8.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar (12 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.jar (64 kB at 87 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.jar (16 kB at 22 kB/s)
Downloaded3from7oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar (17 kB at 20 kB/s)
Downloaded2from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 262 kB/s)
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.4.8/groovy-all-2.4.8.jar (7.0 MB at 4.3 MB/s)
[INFO] Installing /home/r/repo/eo-parser/pom.xml to /home/r/repo/eo-maven-plugin/target/local-repo/org/eolang/eo-parser/1.0-SNAPSHOT/eo-parser-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-1.0-SNAPSHOT.jar to /home/r/repo/eo-maven-plugin/target/local-repo/org/eolang/eo-parser/1.0-SNAPSHOT/eo-parser-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/eo-parser/pom.xml to /home/r/repo/eo-maven-plugin/target/local-repo/org/eolang/eo-parser/1.0-SNAPSHOT/eo-parser-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-1.0-SNAPSHOT.jar.asc to /home/r/repo/eo-maven-plugin/target/local-repo/org/eolang/eo-parser/1.0-SNAPSHOT/eo-parser-1.0-SNAPSHOT.jar.asc
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-1.0-SNAPSHOT.pom.asc to /home/r/repo/eo-maven-plugin/target/local-repo/org/eolang/eo-parser/1.0-SNAPSHOT/eo-parser-1.0-SNAPSHOT.pom.asc
[INFO] Installing /home/r/repo/pom.xml to /home/r/repo/eo-maven-plugin/target/local-repo/org/eolang/eo-parent/1.0-SNAPSHOT/eo-parent-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/eo-maven-plugin/pom.xml to /home/r/repo/eo-maven-plugin/target/local-repo/org/eolang/eo-maven-plugin/1.0-SNAPSHOT/eo-maven-plugin-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-1.0-SNAPSHOT.jar to /home/r/repo/eo-maven-plugin/target/local-repo/org/eolang/eo-maven-plugin/1.0-SNAPSHOT/eo-maven-plugin-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-invoker-plugin:3.2.1:run (default) @ eo-maven-plugin ---
[INFO] Building: fibonacci/pom.xml
[INFO] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
[INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.pom (5.7 kB at 273 kB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/3.3.35/kuali-common-3.3.35.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/3.3.35/kuali-common-3.3.35.pom (42 kB at 7.0 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/3.3.35/kuali-pom-3.3.35.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/3.3.35/kuali-pom-3.3.35.pom (64 kB at 21 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/guava/guava/15.0/guava-15.0.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/guava/guava/15.0/guava-15.0.pom (6.3 kB at 6.3 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom (7.3 kB at 7.3 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.pom (2.6 kB at 1.3 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/2.0.0/kuali-common-2.0.0.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/2.0.0/kuali-common-2.0.0.pom (35 kB at 17 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/2.0.0/kuali-pom-2.0.0.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/2.0.0/kuali-pom-2.0.0.pom (56 kB at 19 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom (5.6 kB at 5.6 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom (6.0 kB at 3.0 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom (11 kB at 5.6 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom (17 kB at 8.4 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom (8.4 kB at 4.2 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom (9.0 kB at 9.0 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.4/commons-codec-1.4.pom (10 kB at 10 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/11/commons-parent-11.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 12 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/apache/4/apache-4.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/apache/4/apache-4.pom (4.5 kB at 4.5 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 6.1 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom (1.0 kB at 1.0 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom (1.2 kB at 1.2 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.pom (2.6 kB at 2.6 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom (31 kB at 16 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom (43 kB at 21 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom (2.7 kB at 2.7 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (12 kB at 12 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom (1.7 kB at 1.7 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.pom (20 kB at 10 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 8.7 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/17/commons-parent-17.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 16 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/apache/7/apache-7.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/apache/7/apache-7.pom (14 kB at 7.2 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 10 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/25/commons-parent-25.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 24 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/apache/9/apache-9.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/apache/9/apache-9.pom (15 kB at 7.6 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom (2.5 kB at 1.2 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.pom (6.5 kB at 6.5 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom (5.9 kB at 5.9 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom (14 kB at 14 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/project/5/project-5.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/project/5/project-5.pom (23 kB at 12 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom (5.7 kB at 5.7 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom (11 kB at 11 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/project/6/project-6.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/project/6/project-6.pom (24 kB at 12 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 11 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/22/commons-parent-22.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 21 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.pom (5.6 kB at 2.8 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/oss-parent/4/oss-parent-4.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/oss-parent/4/oss-parent-4.pom (18 kB at 18 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.pom (5.6 kB at 5.6 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.pom (1.9 kB at 1.9 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.pom (2.1 kB at 2.1 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom (1.7 kB at 1.7 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom (16 kB at 16 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 26 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/apache/10/apache-10.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/apache/10/apache-10.pom (15 kB at 15 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 2.0 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 8.4 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 8.4 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.pom (2.6 kB at 2.6 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/2.3.9/kuali-common-2.3.9.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-common/2.3.9/kuali-common-2.3.9.pom (41 kB at 41 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom (59 kB at 30 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.pom (1.6 kB at 800 kB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 12 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 1.3 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 kB at 22 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom (1.9 kB at 927 kB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.jar
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/google/guava/guava/15.0/guava-15.0.jar
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.jar (42 kB at 14 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.jar
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.jar (27 kB at 5.3 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (26 kB at 6.5 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 7.8 MB/s)
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar (223 kB at 37 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar (425 kB at 42 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar (206 kB at 21 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar (34 kB at 3.1 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar (53 kB at 4.0 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 13 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.jar
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/google/guava/guava/15.0/guava-15.0.jar (2.2 MB at 87 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar (923 kB at 44 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar (871 kB at 41 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 8.4 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar (22 kB at 993 kB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar (8.9 kB at 386 kB/s)
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar (17 kB at 718 kB/s)
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 12 MB/s)
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 17 MB/s)
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar (11 MB at 98 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/junit/junit-bom/5.6.2/junit-bom-5.6.2.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/junit/junit-bom/5.6.2/junit-bom-5.6.2.pom (4.9 kB at 4.9 MB/s)
[INFO] [INFO]
[INFO] [INFO] ------------------------< org.eolang:examples >-------------------------
[INFO] [INFO] Building Fibonacci Numbers Calculator 1.0-SNAPSHOT
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom
[INFO] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom
[INFO] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.pom (7.3 kB at 7.9 kB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom
[INFO] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom
[INFO] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer/1.4.1/enforcer-1.4.1.pom (7.2 kB at 31 kB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/26/maven-parent-26.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 20 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/apache/16/apache-16.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/apache/16/apache-16.pom (15 kB at 7.7 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.jar
[INFO] [INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.jar
[INFO] [INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/1.4.1/maven-enforcer-plugin-1.4.1.jar (27 kB at 82 kB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom (5.2 kB at 5.2 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 5.2 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/31/maven-parent-31.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 22 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar (30 kB at 30 MB/s)
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ examples ---
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 1.1 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven/3.0/maven-3.0.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 11 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/15/maven-parent-15.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 12 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/apache/6/apache-6.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/apache/6/apache-6.pom (13 kB at 6.4 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 3.9 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 3.3 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 8.4 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 964 kB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 2.7 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 3.1 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 2.6 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 1.2 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 3.9 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 5.4 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 385 kB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 5.0 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 22 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 4.0 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 3.3 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 2.7 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 11 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 5.6 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 4.6 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/30/maven-parent-30.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 21 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/apache/18/apache-18.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/apache/18/apache-18.pom (16 kB at 16 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.5/commons-io-2.5.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 13 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/39/commons-parent-39.pom
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 31 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 24 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 33 MB/s)
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 26 MB/s)
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 56 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 2.1 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 46 MB/s)
[INFO] [INFO] Downloading from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.5/commons-io-2.5.jar
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 29 MB/s)
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 33 MB/s)
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 31 MB/s)
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 42 MB/s)
[INFO] [INFO] Downloaded from local.central: file:///home/r/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 67 MB/s)
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time:  2.744 s
[INFO] [INFO] Finished at: 2021-01-13T08:17:37Z
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] run post-build script verify.groovy
[INFO] Running post-build script: /home/r/repo/eo-maven-plugin/target/it/fibonacci/verify.groovy
[INFO] Finished post-build script: /home/r/repo/eo-maven-plugin/target/it/fibonacci/verify.groovy
[INFO]           fibonacci/pom.xml ................................ SUCCESS (4.3 s)
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO]   Passed: 1, Failed: 0, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
[INFO]
[INFO] --- qulice-maven-plugin:0.18.19:check (jcabi-qulice-check) @ eo-maven-plugin ---
[INFO] Starting FindBugs validator
[INFO] Finishing FindBugs validator
[INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1:enforce...
[INFO] This is not an SVN project
[INFO] No dependency problems found
[INFO] Qulice quality check completed in 2s
[INFO]
[INFO] --- maven-antrun-plugin:1.8:run (default) @ eo-maven-plugin ---
[INFO] Executing tasks

main:
     [exec] /home/r/repo/eo-maven-plugin/pom.xml looks good
     [exec] /home/r/repo/eo-maven-plugin/src/it/fibonacci/pom.xml looks good
     [exec] /home/r/repo/eo-maven-plugin/src/it/settings.xml looks good
     [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/attrs.xsl looks good
     [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/classes.xsl looks good
     [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/data.xsl looks good
     [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/once.xsl looks good
     [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/to-java.xsl looks good
     [exec] /home/r/repo/eo-maven-plugin/src/main/resources/org/eolang/maven/varargs.xsl looks good
     [exec] /home/r/repo/eo-maven-plugin/src/test/resources/META-INF/maven/plugin.xml looks good
[INFO] Executed tasks
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (jcabi-sign-artifacts) @ eo-maven-plugin ---
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ eo-maven-plugin ---
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-1.0-SNAPSHOT.jar to /home/r/.m2/repository/org/eolang/eo-maven-plugin/1.0-SNAPSHOT/eo-maven-plugin-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/eo-maven-plugin/pom.xml to /home/r/.m2/repository/org/eolang/eo-maven-plugin/1.0-SNAPSHOT/eo-maven-plugin-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-1.0-SNAPSHOT.jar.asc to /home/r/.m2/repository/org/eolang/eo-maven-plugin/1.0-SNAPSHOT/eo-maven-plugin-1.0-SNAPSHOT.jar.asc
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-1.0-SNAPSHOT.pom.asc to /home/r/.m2/repository/org/eolang/eo-maven-plugin/1.0-SNAPSHOT/eo-maven-plugin-1.0-SNAPSHOT.pom.asc
[INFO]
[INFO] ----------------------< org.eolang:eo-archetype >-----------------------
[INFO] Building eo-archetype 1.0-SNAPSHOT                                 [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eo-archetype ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eo-archetype ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ eo-archetype ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ eo-archetype ---
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eo-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eo-archetype ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eo-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/r/repo/eo-archetype/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eo-archetype ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ eo-archetype ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eo-archetype ---
[INFO] Building jar: /home/r/repo/eo-archetype/target/eo-archetype-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- qulice-maven-plugin:0.18.19:check (jcabi-qulice-check) @ eo-archetype ---
[INFO] Starting FindBugs validator
[INFO] Finishing FindBugs validator
[INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1:enforce...
[INFO] This is not an SVN project
[INFO] No dependency problems found
[INFO] Qulice quality check completed in 112ms
[INFO]
[INFO] --- maven-antrun-plugin:1.8:run (default) @ eo-archetype ---
[INFO] Executing tasks

main:
     [exec] /home/r/repo/eo-archetype/pom.xml looks good
     [exec] /home/r/repo/eo-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml looks good
     [exec] /home/r/repo/eo-archetype/src/main/resources/archetype-resources/pom.xml looks good
[INFO] Executed tasks
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (jcabi-sign-artifacts) @ eo-archetype ---
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ eo-archetype ---
[INFO] Installing /home/r/repo/eo-archetype/target/eo-archetype-1.0-SNAPSHOT.jar to /home/r/.m2/repository/org/eolang/eo-archetype/1.0-SNAPSHOT/eo-archetype-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/eo-archetype/pom.xml to /home/r/.m2/repository/org/eolang/eo-archetype/1.0-SNAPSHOT/eo-archetype-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/eo-archetype/target/eo-archetype-1.0-SNAPSHOT.jar.asc to /home/r/.m2/repository/org/eolang/eo-archetype/1.0-SNAPSHOT/eo-archetype-1.0-SNAPSHOT.jar.asc
[INFO] Installing /home/r/repo/eo-archetype/target/eo-archetype-1.0-SNAPSHOT.pom.asc to /home/r/.m2/repository/org/eolang/eo-archetype/1.0-SNAPSHOT/eo-archetype-1.0-SNAPSHOT.pom.asc
[INFO]
[INFO] -----------------------< org.eolang:eo-runtime >------------------------
[INFO] Building eo-runtime 1.0-SNAPSHOT                                   [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eo-runtime ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ eo-runtime ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (jcabi-build-number) @ eo-runtime ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create-timestamp (jcabi-build-number) @ eo-runtime ---
[INFO]
[INFO] --- eo-maven-plugin:1.0-SNAPSHOT:parse (default) @ eo-runtime ---
[INFO] Target directory created: /home/r/repo/eo-runtime/target
[INFO] 49 attributes loaded from 43 stream(s) in 33ms, 49 saved, 371 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundl-version", "Bundle-Copyright", "Bundle-Description", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "CLDR-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "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", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool"]
[INFO] /home/r/repo/eo-runtime/src/main/eo/org/eolang/array.eo parsed to /home/r/repo/eo-runtime/target/eo/parse/org/eolang/array.eo.xml
[INFO] /home/r/repo/eo-runtime/src/main/eo/org/eolang/bool.eo parsed to /home/r/repo/eo-runtime/target/eo/parse/org/eolang/bool.eo.xml
[INFO] /home/r/repo/eo-runtime/src/main/eo/org/eolang/int.eo parsed to /home/r/repo/eo-runtime/target/eo/parse/org/eolang/int.eo.xml
[INFO] /home/r/repo/eo-runtime/src/main/eo/org/eolang/string.eo parsed to /home/r/repo/eo-runtime/target/eo/parse/org/eolang/string.eo.xml
[INFO]
[INFO] --- eo-maven-plugin:1.0-SNAPSHOT:optimize (default) @ eo-runtime ---
[INFO] /home/r/repo/eo-runtime/target/eo/parse/org/eolang/string.eo.xml optimized to /home/r/repo/eo-runtime/target/eo/optimize/org/eolang/string.eo.xml, all steps are in /home/r/repo/eo-runtime/target/eo/steps/org/eolang/string.eo.xml
[INFO] /home/r/repo/eo-runtime/target/eo/parse/org/eolang/int.eo.xml optimized to /home/r/repo/eo-runtime/target/eo/optimize/org/eolang/int.eo.xml, all steps are in /home/r/repo/eo-runtime/target/eo/steps/org/eolang/int.eo.xml
[INFO] /home/r/repo/eo-runtime/target/eo/parse/org/eolang/bool.eo.xml optimized to /home/r/repo/eo-runtime/target/eo/optimize/org/eolang/bool.eo.xml, all steps are in /home/r/repo/eo-runtime/target/eo/steps/org/eolang/bool.eo.xml
[INFO] /home/r/repo/eo-runtime/target/eo/parse/org/eolang/array.eo.xml optimized to /home/r/repo/eo-runtime/target/eo/optimize/org/eolang/array.eo.xml, all steps are in /home/r/repo/eo-runtime/target/eo/steps/org/eolang/array.eo.xml
[INFO]
[INFO] --- eo-maven-plugin:1.0-SNAPSHOT:compile (default) @ eo-runtime ---
[INFO] Gen directory created: /home/r/repo/eo-runtime/target/generated-sources/eo
[INFO] Saved 868 chars to /home/r/repo/eo-runtime/target/generated-sources/eo/EOstring.java
[INFO] /home/r/repo/eo-runtime/target/eo/optimize/org/eolang/string.eo.xml compiled to /home/r/repo/eo-runtime/target/generated-sources/eo
[INFO] Saved 1789 chars to /home/r/repo/eo-runtime/target/generated-sources/eo/EOint.java
[INFO] Saved 880 chars to /home/r/repo/eo-runtime/target/generated-sources/eo/EOint$EOsub.java
[INFO] Saved 1124 chars to /home/r/repo/eo-runtime/target/generated-sources/eo/EOint$EOdiv.java
[INFO] /home/r/repo/eo-runtime/target/eo/optimize/org/eolang/int.eo.xml compiled to /home/r/repo/eo-runtime/target/generated-sources/eo
[INFO] Saved 692 chars to /home/r/repo/eo-runtime/target/generated-sources/eo/EObool.java
[INFO] /home/r/repo/eo-runtime/target/eo/optimize/org/eolang/bool.eo.xml compiled to /home/r/repo/eo-runtime/target/generated-sources/eo
[INFO] Saved 1509 chars to /home/r/repo/eo-runtime/target/generated-sources/eo/EOarray.java
[INFO] Saved 873 chars to /home/r/repo/eo-runtime/target/generated-sources/eo/EOarray$EOmap.java
[INFO] Saved 895 chars to /home/r/repo/eo-runtime/target/generated-sources/eo/EOarray$EOmap$EO1$EO.java
[INFO] /home/r/repo/eo-runtime/target/eo/optimize/org/eolang/array.eo.xml compiled to /home/r/repo/eo-runtime/target/generated-sources/eo
[INFO] Directory added to sources: /home/r/repo/eo-runtime/target/generated-sources/eo
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ eo-runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eo-runtime ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 47 source files to /home/r/repo/eo-runtime/target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ eo-runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eo-runtime ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/r/repo/eo-runtime/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ eo-runtime ---
[INFO] Surefire report directory: /home/r/repo/eo-runtime/target/surefire-reports
[INFO]
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eolang.EOarrayEOgetTest
getting("org.eolang.EOarray#get")...
get("org.eolang.EOarray#get"): org.eolang.phi.PhCopy
org.eolang.phi.PhCopy ⭢ ...
org.eolang.EOarray ⭢ ...
getting("org.eolang.EOarray#data")...
get("org.eolang.EOarray#data"): org.eolang.phi.Data.Value
org.eolang.EOarray ⭢ [org.eolang.EOstring#1157058691:{
  _order=[data, trim, toInt]
  _parent(-1)=𝜂SBN
  toInt(2)=λBN
  data(0)="Hello, world!"SFN
  trim(1)=&lambda;BN
}]
org.eolang.EOint ⭢ ...
getting(&quot;org.eolang.EOint#data&quot;)...
get(&quot;org.eolang.EOint#data&quot;): org.eolang.phi.Data.Value
org.eolang.EOint ⭢ 0
getting(&quot;org.eolang.EOstring#data&quot;)...
get(&quot;org.eolang.EOstring#data&quot;): org.eolang.phi.Data.Value
org.eolang.phi.PhCopy ⭢ &quot;Hello, world!&quot;
org.eolang.phi.PhCopy ⭢ ...
getting(&quot;org.eolang.EOstring#data&quot;)...
get(&quot;org.eolang.EOstring#data&quot;): org.eolang.phi.Data.Value
org.eolang.phi.PhCopy ⭢ &quot;Hello, world!&quot;
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eolang.EOarrayEOgetTest
[INFO] Running org.eolang.txt.EOsprintfTest
org.eolang.phi.PhWith ⭢ ...
getting("org.eolang.EOarray#push")...
get("org.eolang.EOarray#push"): org.eolang.phi.PhCopy
org.eolang.EOarray$EOpush ⭢ ...
org.eolang.EOarray ⭢ ...
getting("org.eolang.EOarray#data")...
get("org.eolang.EOarray#data"): org.eolang.phi.Data.Value
org.eolang.EOarray ⭢ []
getting("org.eolang.EOint#data")...
get("org.eolang.EOint#data"): org.eolang.phi.Data.Value
org.eolang.EOarray$EOpush ⭢ 1
getting("org.eolang.EOarray#push")...
get("org.eolang.EOarray#push"): org.eolang.phi.PhCopy
org.eolang.EOarray$EOpush ⭢ ...
org.eolang.EOarray ⭢ ...
getting("org.eolang.EOarray#data")...
get("org.eolang.EOarray#data"): org.eolang.phi.Data.Value
org.eolang.EOarray ⭢ [org.eolang.EOint#1891546521:{
  _order=[data, neg, add, sub, mul, div, mod, pow, less]
  add(2)=λBN
  div(5)=λBN
  neg(1)=λBN
  sub(3)=λBN
  _parent(-1)=𝜂SBN
  mod(6)=λBN
  data(0)=5SFN
  mul(4)=λBN
  pow(7)=λBN
  less(8)=λBN
}]
getting("org.eolang.EOint#data")...
get("org.eolang.EOint#data"): org.eolang.phi.Data.Value
org.eolang.EOarray$EOpush ⭢ 2
org.eolang.phi.PhWith ⭢ ...
getting("org.eolang.EOstring#data")...
get("org.eolang.EOstring#data"): org.eolang.phi.Data.Value
org.eolang.phi.PhWith ⭢ "Hello, %s %s!"
org.eolang.EOarray ⭢ ...
getting("org.eolang.EOarray#data")...
get("org.eolang.EOarray#data"): org.eolang.phi.Data.Value
org.eolang.EOarray ⭢ [org.eolang.EOint#1891546521:{
  _order=[data, neg, add, sub, mul, div, mod, pow, less]
  add(2)=λBN
  div(5)=λBN
  neg(1)=λBN
  sub(3)=λBN
  _parent(-1)=𝜂SBN
  mod(6)=λBN
  data(0)=5SFN
  mul(4)=λBN
  pow(7)=λBN
  less(8)=λBN
}, org.eolang.EOint#1891546521:{
  _order=[data, neg, add, sub, mul, div, mod, pow, less]
  add(2)=λBN
  div(5)=λBN
  neg(1)=λBN
  sub(3)=λBN
  _parent(-1)=𝜂SBN
  mod(6)=λBN
  data(0)=5SFN
  mul(4)=λBN
  pow(7)=λBN
  less(8)=λBN
}]
org.eolang.phi.PhWith ⭢ ...
getting("org.eolang.EOint#data")...
get("org.eolang.EOint#data"): org.eolang.phi.Data.Value
org.eolang.phi.PhWith ⭢ 5
org.eolang.phi.PhWith ⭢ ...
getting("org.eolang.EOint#data")...
get("org.eolang.EOint#data"): org.eolang.phi.Data.Value
org.eolang.phi.PhWith ⭢ 5
getting("org.eolang.EOstring#data")...
get("org.eolang.EOstring#data"): org.eolang.phi.Data.Value
org.eolang.phi.PhWith ⭢ "Hello, 5 5!"
org.eolang.phi.PhWith ⭢ ...
getting("org.eolang.EOarray#push")...
get("org.eolang.EOarray#push"): org.eolang.phi.PhCopy
org.eolang.EOarray$EOpush ⭢ ...
org.eolang.EOarray ⭢ ...
getting("org.eolang.EOarray#data")...
get("org.eolang.EOarray#data"): org.eolang.phi.Data.Value
org.eolang.EOarray ⭢ []
getting("org.eolang.EOint#data")...
get("org.eolang.EOint#data"): org.eolang.phi.Data.Value
org.eolang.EOarray$EOpush ⭢ 1
getting("org.eolang.txt.EOsprintf#_origin")...
getting("org.eolang.txt.EOsprintf#format")...
get("org.eolang.txt.EOsprintf#format"): org.eolang.phi.PhWith
org.eolang.phi.PhWith ⭢ ...
getting("org.eolang.EOstring#data")...
get("org.eolang.EOstring#data"): org.eolang.phi.Data.Value
org.eolang.phi.PhWith ⭢ "Hello, %d!"
getting("org.eolang.txt.EOsprintf#args")...
get("org.eolang.txt.EOsprintf#args"): org.eolang.EOarray
org.eolang.EOarray ⭢ ...
getting("org.eolang.EOarray#data")...
get("org.eolang.EOarray#data"): org.eolang.phi.Data.Value
org.eolang.EOarray ⭢ [org.eolang.EOint#1312884893:{
  _order=[data, neg, add, sub, mul, div, mod, pow, less]
  add(2)=λBN
  div(5)=λBN
  neg(1)=λBN
  sub(3)=λBN
  _parent(-1)=𝜂SBN
  mod(6)=λBN
  data(0)=1SFN
  mul(4)=λBN
  pow(7)=λBN
  less(8)=λBN
}]
org.eolang.EOint ⭢ ...
getting("org.eolang.EOint#data")...
get("org.eolang.EOint#data"): org.eolang.phi.Data.Value
org.eolang.EOint ⭢ 1
get("org.eolang.txt.EOsprintf#_origin"): org.eolang.phi.PhWith
getting("org.eolang.EOstring#data")...
get("org.eolang.EOstring#data"): org.eolang.phi.Data.Value
org.eolang.phi.PhWith ⭢ "Hello, 1!"
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eolang.txt.EOsprintfTest
[INFO] Running org.eolang.EOintEOaddTest
getting("org.eolang.EOint#add")...
get("org.eolang.EOint#add"): org.eolang.phi.PhCopy
org.eolang.phi.PhCopy ⭢ ...
org.eolang.EOint ⭢ ...
getting("org.eolang.EOint#data")...
get("org.eolang.EOint#data"): org.eolang.phi.Data.Value
org.eolang.EOint ⭢ 42
org.eolang.EOint ⭢ ...
getting("org.eolang.EOint#data")...
get("org.eolang.EOint#data"): org.eolang.phi.Data.Value
org.eolang.EOint ⭢ 13
getting("org.eolang.EOint#data")...
get("org.eolang.EOint#data"): org.eolang.phi.Data.Value
org.eolang.phi.PhCopy ⭢ 55
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eolang.EOintEOaddTest
[INFO] Running org.eolang.phi.PhDefaultTest
org.eolang.phi.PhDefaultTest.Foo ⭢ ...
getting("org.eolang.EOstring#data")...
get("org.eolang.EOstring#data"): org.eolang.phi.Data.Value
org.eolang.phi.PhDefaultTest.Foo ⭢ "Hello, world!"
org.eolang.phi.PhMethod ⭢ ...
getting("org.eolang.phi.PhDefaultTest.Foo#x")...
get("org.eolang.phi.PhDefaultTest.Foo#x"): org.eolang.phi.PhWith
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eolang.phi.PhDefaultTest
[INFO] Running org.eolang.phi.MainTest
EOLANG Runtime v.1.0-SNAPSHOT[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eolang.phi.MainTest
[INFO] Running org.eolang.EOintEOnegTest
org.eolang.phi.PhMethod ⭢ ...
getting("org.eolang.EOint#neg")...
get("org.eolang.EOint#neg"): org.eolang.phi.PhCopy
org.eolang.EOint ⭢ ...
getting("org.eolang.EOint#data")...
get("org.eolang.EOint#data"): org.eolang.phi.Data.Value
org.eolang.EOint ⭢ 42
getting("org.eolang.EOint#data")...
get("org.eolang.EOint#data"): org.eolang.phi.Data.Value
org.eolang.phi.PhMethod ⭢ -42
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eolang.EOintEOnegTest
[INFO] Running org.eolang.io.EOstdoutTest
org.eolang.phi.PhWith ⭢ ...
org.eolang.phi.PhWith ⭢ ...
getting("org.eolang.EOstring#data")...
get("org.eolang.EOstring#data"): org.eolang.phi.Data.Value
org.eolang.phi.PhWith ⭢ "Hello, world!
"
Hello, world!
getting("org.eolang.EObool#data")...
get("org.eolang.EObool#data"): org.eolang.phi.Data.Value
org.eolang.phi.PhWith ⭢ true
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eolang.io.EOstdoutTest
[INFO] Running org.eolang.phi.AtVarargTest
getting("org.eolang.EOarray#push")...
get("org.eolang.EOarray#push"): org.eolang.phi.PhCopy
org.eolang.EOarray$EOpush ⭢ ...
org.eolang.EOarray ⭢ ...
getting("org.eolang.EOarray#data")...
get("org.eolang.EOarray#data&quot;): org.eolang.phi.Data.Value
org.eolang.EOarray ⭢ []
getting(&quot;org.eolang.EOint#data&quot;)...
get(&quot;org.eolang.EOint#data&quot;): org.eolang.phi.Data.Value
org.eolang.EOarray$EOpush ⭢ 1
org.eolang.EOarray ⭢ ...
getting(&quot;org.eolang.EOarray#data&quot;)...
get(&quot;org.eolang.EOarray#data&quot;): org.eolang.phi.Data.Value
org.eolang.EOarray ⭢ [org.eolang.phi.PhDefault#1898220577:{
  _order=[]
  _parent(-1)=𝜂SBN
}]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eolang.phi.AtVarargTest
[INFO] Running org.eolang.EOstringEOtrimTest
org.eolang.EOstring$EOtrim ⭢ ...
getting(&quot;org.eolang.EOstring$EOtrim#_origin&quot;)...
getting(&quot;org.eolang.EOstring$EOtrim#_parent&quot;)...
get(&quot;org.eolang.EOstring$EOtrim#_parent&quot;): org.eolang.EOstring
org.eolang.EOstring ⭢ ...
getting(&quot;org.eolang.EOstring#data&quot;)...
get(&quot;org.eolang.EOstring#data&quot;): org.eolang.phi.Data.Value
org.eolang.EOstring ⭢ &quot;Hello, world!  &quot;
get(&quot;org.eolang.EOstring$EOtrim#_origin&quot;): org.eolang.EOstring
getting(&quot;org.eolang.EOstring#data&quot;)...
get(&quot;org.eolang.EOstring#data"): org.eolang.phi.Data.Value
org.eolang.EOstring$EOtrim ⭢ "Hello, world!"
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eolang.EOstringEOtrimTest
[INFO] Running org.eolang.EOstringEOtoIntTest
org.eolang.EOstring$EOtoInt ⭢ ...
getting("org.eolang.EOstring$EOtoInt#_origin")...
getting("org.eolang.EOstring$EOtoInt#_parent")...
get("org.eolang.EOstring$EOtoInt#_parent"): org.eolang.EOstring
org.eolang.EOstring ⭢ ...
getting("org.eolang.EOstring#data")...
get("org.eolang.EOstring#data"): org.eolang.phi.Data.Value
org.eolang.EOstring ⭢ "42"
get("org.eolang.EOstring$EOtoInt#_origin"): org.eolang.EOint
getting("org.eolang.EOint#data")...
get("org.eolang.EOint#data"): org.eolang.phi.Data.Value
org.eolang.EOstring$EOtoInt ⭢ 42
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eolang.EOstringEOtoIntTest
[INFO] Running org.eolang.EOintEOsubTest
org.eolang.phi.PhWith ⭢ ...
getting("org.eolang.EOint#sub")...
get("org.eolang.EOint#sub"): org.eolang.phi.PhCopy
getting("org.eolang.EOint#add")...
get("org.eolang.EOint#add"): org.eolang.phi.PhCopy
org.eolang.EOint ⭢ ...
getting("org.eolang.EOint#data")...
get("org.eolang.EOint#data"): org.eolang.phi.Data.Value
org.eolang.EOint ⭢ 42
org.eolang.phi.PhMethod ⭢ ...
getting("org.eolang.EOint#neg")...
get("org.eolang.EOint#neg"): org.eolang.phi.PhCopy
org.eolang.EOint ⭢ ...
getting("org.eolang.EOint#data")...
get("org.eolang.EOint#data"): org.eolang.phi.Data.Value
org.eolang.EOint ⭢ 13
getting("org.eolang.EOint#data")...
get("org.eolang.EOint#data"): org.eolang.phi.Data.Value
org.eolang.phi.PhMethod ⭢ -13
getting("org.eolang.EOint#data")...
get("org.eolang.EOint#data"): org.eolang.phi.Data.Value
org.eolang.phi.PhWith ⭢ 29
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eolang.EOintEOsubTest
[INFO] Running org.eolang.EOintEOlessTest
getting("org.eolang.EOint#less")...
get("org.eolang.EOint#less"): org.eolang.phi.PhCopy
org.eolang.phi.PhCopy ⭢ ...
org.eolang.EOint ⭢ ...
getting("org.eolang.EOint#data")...
get("org.eolang.EOint#data"): org.eolang.phi.Data.Value
org.eolang.EOint ⭢ 42
org.eolang.EOint ⭢ ...
getting("org.eolang.EOint#data")...
get("org.eolang.EOint#data"): org.eolang.phi.Data.Value
org.eolang.EOint ⭢ 0
getting("org.eolang.EObool#data")...
get("org.eolang.EObool#data"): org.eolang.phi.Data.Value
org.eolang.phi.PhCopy ⭢ false
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eolang.EOintEOlessTest
[INFO] Running org.eolang.EOarrayEOpushTest
org.eolang.EOarray$EOpush ⭢ ...
getting("org.eolang.EOarray$EOpush#_origin")...
getting("org.eolang.EOarray$EOpush#_parent")...
get("org.eolang.EOarray$EOpush#_parent"): org.eolang.EOarray
org.eolang.EOarray ⭢ ...
getting("org.eolang.EOarray#data")...
get("org.eolang.EOarray#data"): org.eolang.phi.Data.Value
org.eolang.EOarray ⭢ []
getting("org.eolang.EOarray$EOpush#x")...
get("org.eolang.EOarray$EOpush#x"): org.eolang.EOstring
get("org.eolang.EOarray$EOpush#_origin"): org.eolang.EOint
getting("org.eolang.EOint#data")...
get("org.eolang.EOint#data"): org.eolang.phi.Data.Value
org.eolang.EOarray$EOpush ⭢ 1
org.eolang.EOarray ⭢ ...
getting("org.eolang.EOarray#data")...
get("org.eolang.EOarray#data"): org.eolang.phi.Data.Value
org.eolang.EOarray ⭢ [org.eolang.EOstring#1691875296:{
  _order=[data, trim, toInt]
  _parent(-1)=𝜂SBN
  toInt(2)=λBN
  data(0)="Hello, world!"SFN
  trim(1)=λBN
}]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eolang.EOarrayEOpushTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- jcabi-maven-plugin:0.14.1:versionalize (jcabi-versionalize-packages) @ eo-runtime ---
[INFO] Versionalizing /home/r/repo/eo-runtime/target/classes directory
[INFO] File /home/r/repo/eo-runtime/target/classes/org/eolang/org-eolang-eo-runtime-jar.txt added
[INFO] File /home/r/repo/eo-runtime/target/classes/org/eolang/io/org-eolang-eo-runtime-jar.txt added
[INFO] File /home/r/repo/eo-runtime/target/classes/org/eolang/phi/org-eolang-eo-runtime-jar.txt added
[INFO] File /home/r/repo/eo-runtime/target/classes/org/eolang/txt/org-eolang-eo-runtime-jar.txt added
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ eo-runtime ---
[INFO] Building jar: /home/r/repo/eo-runtime/target/eo-runtime-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- qulice-maven-plugin:0.18.19:check (jcabi-qulice-check) @ eo-runtime ---
[INFO] Starting FindBugs validator
[INFO] Finishing FindBugs validator
[INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1:enforce...
[INFO] This is not an SVN project
[INFO] No dependency problems found
[INFO] Qulice quality check completed in 132ms
[INFO]
[INFO] --- maven-antrun-plugin:1.8:run (default) @ eo-runtime ---
[INFO] Executing tasks

main:
     [exec] /home/r/repo/eo-runtime/pom.xml looks good
[INFO] Executed tasks
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (jcabi-sign-artifacts) @ eo-runtime ---
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
[INFO]
[INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ eo-runtime ---
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-1.0-SNAPSHOT.jar to /home/r/.m2/repository/org/eolang/eo-runtime/1.0-SNAPSHOT/eo-runtime-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/eo-runtime/pom.xml to /home/r/.m2/repository/org/eolang/eo-runtime/1.0-SNAPSHOT/eo-runtime-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-1.0-SNAPSHOT.jar.asc to /home/r/.m2/repository/org/eolang/eo-runtime/1.0-SNAPSHOT/eo-runtime-1.0-SNAPSHOT.jar.asc
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-1.0-SNAPSHOT.pom.asc to /home/r/.m2/repository/org/eolang/eo-runtime/1.0-SNAPSHOT/eo-runtime-1.0-SNAPSHOT.pom.asc
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for eo-parent 1.0-SNAPSHOT:
[INFO]
[INFO] eo-parent .......................................... SUCCESS [01:49 min]
[INFO] eo-parser .......................................... SUCCESS [01:03 min]
[INFO] eo-maven-plugin .................................... SUCCESS [01:03 min]
[INFO] eo-archetype ....................................... SUCCESS [  1.035 s]
[INFO] eo-runtime ......................................... SUCCESS [  4.662 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  04:20 min
[INFO] Finished at: 2021-01-13T08:17:46Z
[INFO] ------------------------------------------------------------------------
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git push origin master
To git@github.com:yegor256/eo.git
   ae5bca4..20f4b04  master -&gt; master
container ef0beb7557998e76f5af5749950348a6dd384bd9bd820c9c3c3385ad65505ea0 is dead
Wed Jan 13 09:18:20 CET 2021