++ dirname ./run.sh
+ cd .
+ echo 1515
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Wed Mar 25 16:09:55 UTC 2026
+ uptime
16:09:55 up 1 min, 0 users, load average: 1.34, 0.47, 0.17
+ head=git@github.com:objectionary/eo.git
+ ff=default
+ image=yegor256/java
+ rebase=false
+ squash=false
+ head_branch=master
+ author=yegor256
+ tag=0.60.0
+ vars=('--env=head=git@github.com:objectionary/eo.git' '--env=tag=0.60.0' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:objectionary/eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.60.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''mvn flatten:flatten'\'' '\'';'\'' '\''mvn versions:set "-DnewVersion=${tag}" -Dstyle.color=never'\'' '\'';'\'' '\''sed -i "s/npm install -g eolang@[0-9]\+\.[0-9]\+\.[0-9]\+/npm install -g eolang@${tag}/g" README.md'\'' '\'';'\'' '\''git commit -am "${tag}"'\'' '\'';'\'' '\''mvn clean install -DskipTests -Dinvoker.skip'\'' '\'';'\'' '\''mvn clean deploy -DskipTests -Pobjectionary -Psonatype --errors --settings ../settings.xml -Dstyle.color=never'\'' '\'';'\'' '\''mkdir /tmp/objectionary'\'' '\'';'\'' '\''cp -R eo-runtime/src/main/eo /tmp/objectionary/objects'\'' '\'';'\'' '\''cp eo-parser/target/classes/XMIR.xsd /tmp'\'' '\'';'\'' '\''branch=$(git rev-parse --abbrev-ref HEAD)'\'' '\'';'\'' '\''git checkout gh-pages'\'' '\'';'\'' '\''git reset --hard'\'' '\'';'\'' '\''sudo git config --global --add safe.directory "$(pwd)"'\'' '\'';'\'' '\''sudo /bin/bash -c "cd '\''\'\'''\''$(pwd)'\''\'\'''\''; git clean -fd"'\'' '\'';'\'' '\''cp /tmp/XMIR.xsd .'\'' '\'';'\'' '\''mkdir -p xsd'\'' '\'';'\'' '\''cp XMIR.xsd "xsd/XMIR-${tag}.xsd"'\'' '\'';'\'' '\''git add XMIR.xsd "xsd/XMIR-${tag}.xsd"'\'' '\'';'\'' '\''git commit -am "XMIR XSD ${tag}"'\'' '\'';'\'' '\''rm -rf objectionary'\'' '\'';'\'' '\''cp -R /tmp/objectionary .'\'' '\'';'\'' '\''find objectionary -name '\''\'\'''\''*.eo'\''\'\'''\'' | xargs sed -i "s/jvm org.eolang:eo-runtime:0\.0\.0/jvm org.eolang:eo-runtime:${tag}/g"'\'' '\'';'\'' '\''find objectionary -name '\''\'\'''\''*.eo'\''\'\'''\'' | xargs sed -i "s/version 0\.0\.0/version ${tag}/g"'\'' '\'';'\'' '\''git add objectionary'\'' '\'';'\'' '\''find objectionary -name '\''\'\'''\''*.eo'\''\'\'''\'' > objectionary.lst'\'' '\'';'\'' '\''git add objectionary.lst'\'' '\'';'\'' '\''git commit -am "objectionary ${tag}"'\'' '\'';'\'' '\''git checkout "${branch}"'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=yegor256')
+ scripts=('export '\''head=git@github.com:objectionary/eo.git'\''' ';' 'export '\''tag=0.60.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd --file=/dev/null' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'mvn flatten:flatten' ';' 'mvn versions:set "-DnewVersion=${tag}" -Dstyle.color=never' ';' 'sed -i "s/npm install -g eolang@[0-9]\+\.[0-9]\+\.[0-9]\+/npm install -g eolang@${tag}/g" README.md' ';' 'git commit -am "${tag}"' ';' 'mvn clean install -DskipTests -Dinvoker.skip' ';' 'mvn clean deploy -DskipTests -Pobjectionary -Psonatype --errors --settings ../settings.xml -Dstyle.color=never' ';' 'mkdir /tmp/objectionary' ';' 'cp -R eo-runtime/src/main/eo /tmp/objectionary/objects' ';' 'cp eo-parser/target/classes/XMIR.xsd /tmp' ';' 'branch=$(git rev-parse --abbrev-ref HEAD)' ';' 'git checkout gh-pages' ';' 'git reset --hard' ';' 'sudo git config --global --add safe.directory "$(pwd)"' ';' 'sudo /bin/bash -c "cd '\''$(pwd)'\''; git clean -fd"' ';' 'cp /tmp/XMIR.xsd .' ';' 'mkdir -p xsd' ';' 'cp XMIR.xsd "xsd/XMIR-${tag}.xsd"' ';' 'git add XMIR.xsd "xsd/XMIR-${tag}.xsd"' ';' 'git commit -am "XMIR XSD ${tag}"' ';' 'rm -rf objectionary' ';' 'cp -R /tmp/objectionary .' ';' 'find objectionary -name '\''*.eo'\'' | xargs sed -i "s/jvm org.eolang:eo-runtime:0\.0\.0/jvm org.eolang:eo-runtime:${tag}/g"' ';' 'find objectionary -name '\''*.eo'\'' | xargs sed -i "s/version 0\.0\.0/version ${tag}/g"' ';' 'git add objectionary' ';' 'find objectionary -name '\''*.eo'\'' > objectionary.lst' ';' 'git add objectionary.lst' ';' 'git commit -am "objectionary ${tag}"' ';' 'git checkout "${branch}"' ';')
+ directory=
+ container=objectionary_eo_4538
+ as_root=false
+ set -e -o pipefail
+ hostname
ip-172-31-21-2
+ pwd
/tmp/rultor-Tao9
+ git --version
git version 2.34.1
+ docker --version
Docker version 25.0.3, build 4debf41
+ mkdir -p /home/ubuntu/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/ubuntu/.ssh/config
+ git clone --recurse-submodules git@github.com:objectionary/eo.git repo
Cloning into 'repo'...
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
+ cd repo
+ git config user.email gpg@rultor.com
+ git config user.name Rultor.com
+ '[' -z 'export '\''head=git@github.com:objectionary/eo.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:objectionary/eo.git'\''' ';' 'export '\''tag=0.60.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'pdd --file=/dev/null' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'mvn flatten:flatten' ';' 'mvn versions:set "-DnewVersion=${tag}" -Dstyle.color=never' ';' 'sed -i "s/npm install -g eolang@[0-9]\+\.[0-9]\+\.[0-9]\+/npm install -g eolang@${tag}/g" README.md' ';' 'git commit -am "${tag}"' ';' 'mvn clean install -DskipTests -Dinvoker.skip' ';' 'mvn clean deploy -DskipTests -Pobjectionary -Psonatype --errors --settings ../settings.xml -Dstyle.color=never' ';' 'mkdir /tmp/objectionary' ';' 'cp -R eo-runtime/src/main/eo /tmp/objectionary/objects' ';' 'cp eo-parser/target/classes/XMIR.xsd /tmp' ';' 'branch=$(git rev-parse --abbrev-ref HEAD)' ';' 'git checkout gh-pages' ';' 'git reset --hard' ';' 'sudo git config --global --add safe.directory "$(pwd)"' ';' 'sudo /bin/bash -c "cd '\''$(pwd)'\''; git clean -fd"' ';' 'cp /tmp/XMIR.xsd .' ';' 'mkdir -p xsd' ';' 'cp XMIR.xsd "xsd/XMIR-${tag}.xsd"' ';' 'git add XMIR.xsd "xsd/XMIR-${tag}.xsd"' ';' 'git commit -am "XMIR XSD ${tag}"' ';' 'rm -rf objectionary' ';' 'cp -R /tmp/objectionary .' ';' 'find objectionary -name '\''*.eo'\'' | xargs sed -i "s/jvm org.eolang:eo-runtime:0\.0\.0/jvm org.eolang:eo-runtime:${tag}/g"' ';' 'find objectionary -name '\''*.eo'\'' | xargs sed -i "s/version 0\.0\.0/version ${tag}/g"' ';' 'git add objectionary' ';' 'find objectionary -name '\''*.eo'\'' > objectionary.lst' ';' 'git add objectionary.lst' ';' 'git commit -am "objectionary ${tag}"' ';' 'git checkout "${branch}"' ';'
+ sensitive=()
+ set -ex -o pipefail
+ '[' -z 0.60.0 ']'
+ [[ 0.60.0 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.60.0"'
tag name is valid: "0.60.0"
+ cd repo
++ git tag -l 0.60.0
+ '[' -n '' ']'
+ BRANCH_NAME=__rultor
++ git show-branch __rultor
++ wc -l
+ '[' 0 -gt 0 ']'
+ export BRANCH_NAME
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=1.80
++ echo 1.80 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 1.80, low enough to run a new Docker container'
load average is 1.80, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/java
+ docker pull yegor256/java
Using default tag: latest
latest: Pulling from yegor256/java
632ef5283d0f: Pulling fs layer
2be42d221bda: Pulling fs layer
54d1704eb717: Pulling fs layer
f0f51ee5c79e: Pulling fs layer
ec11ce133a4e: Pulling fs layer
71ab1586461a: Pulling fs layer
8e0e2fc3c108: Pulling fs layer
4f4fb700ef54: Pulling fs layer
72e45e6fed5c: Pulling fs layer
99e89f339e27: Pulling fs layer
71ab1586461a: Waiting
f0f51ee5c79e: Waiting
ec11ce133a4e: Waiting
4f4fb700ef54: Waiting
8e0e2fc3c108: Waiting
72e45e6fed5c: Waiting
3ae0cb47dc06: Pulling fs layer
529dcf5ecc54: Pulling fs layer
6d5a140d320e: Pulling fs layer
d9a7c5bf399b: Pulling fs layer
f1ece6fed262: Pulling fs layer
3980c479b231: Pulling fs layer
64ce2d00688c: Pulling fs layer
3ae0cb47dc06: Waiting
d9a7c5bf399b: Waiting
529dcf5ecc54: Waiting
99e89f339e27: Waiting
6d5a140d320e: Waiting
3980c479b231: Waiting
f1ece6fed262: Waiting
64ce2d00688c: Waiting
2be42d221bda: Verifying Checksum
2be42d221bda: Download complete
54d1704eb717: Verifying Checksum
54d1704eb717: Download complete
ec11ce133a4e: Verifying Checksum
ec11ce133a4e: Download complete
632ef5283d0f: Verifying Checksum
632ef5283d0f: Download complete
8e0e2fc3c108: Verifying Checksum
8e0e2fc3c108: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
71ab1586461a: Verifying Checksum
71ab1586461a: Download complete
72e45e6fed5c: Verifying Checksum
72e45e6fed5c: Download complete
f0f51ee5c79e: Verifying Checksum
f0f51ee5c79e: Download complete
99e89f339e27: Verifying Checksum
99e89f339e27: Download complete
6d5a140d320e: Verifying Checksum
6d5a140d320e: Download complete
d9a7c5bf399b: Verifying Checksum
d9a7c5bf399b: Download complete
529dcf5ecc54: Verifying Checksum
529dcf5ecc54: Download complete
3980c479b231: Verifying Checksum
3980c479b231: Download complete
632ef5283d0f: Pull complete
2be42d221bda: Pull complete
3ae0cb47dc06: Verifying Checksum
3ae0cb47dc06: Download complete
f1ece6fed262: Verifying Checksum
f1ece6fed262: Download complete
54d1704eb717: Pull complete
64ce2d00688c: Verifying Checksum
64ce2d00688c: Download complete
f0f51ee5c79e: Pull complete
ec11ce133a4e: Pull complete
71ab1586461a: Pull complete
8e0e2fc3c108: Pull complete
4f4fb700ef54: Pull complete
72e45e6fed5c: Pull complete
99e89f339e27: Pull complete
3ae0cb47dc06: Pull complete
529dcf5ecc54: Pull complete
6d5a140d320e: Pull complete
d9a7c5bf399b: Pull complete
f1ece6fed262: Pull complete
3980c479b231: Pull complete
64ce2d00688c: Pull complete
Digest: sha256:f9a2255db513350a53e85b978d1b8c3f8bed684b4a872ce4ec25ba9f413b7479
Status: Downloaded newer image for yegor256/java:latest
docker.io/yegor256/java:latest
+ docker ps --filter=status=exited
+ grep --quiet '\sobjectionary_eo_4538\s*$'
+ ls -al .
total 68
drwx------ 3 ubuntu ubuntu 4096 Mar 25 16:18 .
drwxrwxrwt 12 root root 4096 Mar 25 16:14 ..
-rwxrwxr-x 1 ubuntu ubuntu 666 Mar 25 16:18 end.sh
-rwxrwxr-x 1 ubuntu ubuntu 498 Mar 25 16:18 entry.sh
-rw-rw-r-- 1 ubuntu ubuntu 5 Mar 25 16:09 pid
-rw-rw-r-- 1 ubuntu ubuntu 2260 Mar 25 16:09 pubring.gpg
drwxrwxr-x 11 ubuntu ubuntu 4096 Mar 25 16:18 repo
-rwxrwxr-x 1 ubuntu ubuntu 9042 Mar 25 16:09 run.sh
-rw-rw-r-- 1 ubuntu ubuntu 1659 Mar 25 16:18 script.sh
-rw-rw-r-- 1 ubuntu ubuntu 4842 Mar 25 16:09 secring.gpg
-rw-rw-r-- 1 ubuntu ubuntu 762 Mar 25 16:09 settings.xml
-rw-rw-r-- 1 ubuntu ubuntu 10233 Mar 25 16:19 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-Tao9:/main --env=head=git@github.com:objectionary/eo.git --env=tag=0.60.0 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:objectionary/eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.60.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''mvn flatten:flatten'\'' '\'';'\'' '\''mvn versions:set "-DnewVersion=${tag}" -Dstyle.color=never'\'' '\'';'\'' '\''sed -i "s/npm install -g eolang@[0-9]\+\.[0-9]\+\.[0-9]\+/npm install -g eolang@${tag}/g" README.md'\'' '\'';'\'' '\''git commit -am "${tag}"'\'' '\'';'\'' '\''mvn clean install -DskipTests -Dinvoker.skip'\'' '\'';'\'' '\''mvn clean deploy -DskipTests -Pobjectionary -Psonatype --errors --settings ../settings.xml -Dstyle.color=never'\'' '\'';'\'' '\''mkdir /tmp/objectionary'\'' '\'';'\'' '\''cp -R eo-runtime/src/main/eo /tmp/objectionary/objects'\'' '\'';'\'' '\''cp eo-parser/target/classes/XMIR.xsd /tmp'\'' '\'';'\'' '\''branch=$(git rev-parse --abbrev-ref HEAD)'\'' '\'';'\'' '\''git checkout gh-pages'\'' '\'';'\'' '\''git reset --hard'\'' '\'';'\'' '\''sudo git config --global --add safe.directory "$(pwd)"'\'' '\'';'\'' '\''sudo /bin/bash -c "cd '\''\'\'''\''$(pwd)'\''\'\'''\''; git clean -fd"'\'' '\'';'\'' '\''cp /tmp/XMIR.xsd .'\'' '\'';'\'' '\''mkdir -p xsd'\'' '\'';'\'' '\''cp XMIR.xsd "xsd/XMIR-${tag}.xsd"'\'' '\'';'\'' '\''git add XMIR.xsd "xsd/XMIR-${tag}.xsd"'\'' '\'';'\'' '\''git commit -am "XMIR XSD ${tag}"'\'' '\'';'\'' '\''rm -rf objectionary'\'' '\'';'\'' '\''cp -R /tmp/objectionary .'\'' '\'';'\'' '\''find objectionary -name '\''\'\'''\''*.eo'\''\'\'''\'' | xargs sed -i "s/jvm org.eolang:eo-runtime:0\.0\.0/jvm org.eolang:eo-runtime:${tag}/g"'\'' '\'';'\'' '\''find objectionary -name '\''\'\'''\''*.eo'\''\'\'''\'' | xargs sed -i "s/version 0\.0\.0/version ${tag}/g"'\'' '\'';'\'' '\''git add objectionary'\'' '\'';'\'' '\''find objectionary -name '\''\'\'''\''*.eo'\''\'\'''\'' > objectionary.lst'\'' '\'';'\'' '\''git add objectionary.lst'\'' '\'';'\'' '\''git commit -am "objectionary ${tag}"'\'' '\'';'\'' '\''git checkout "${branch}"'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --hostname=docker --privileged --net=host --dns 8.8.8.8 --add-host docker:127.0.0.1 --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-Tao9/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=objectionary_eo_4538 yegor256/java /main/entry.sh
WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded.
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
++ cat /etc/group
++ awk -F : '$3 > 100 { print $1 }'
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G nogroup r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G ssh r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G docker r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G r r
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.cache /root/.gemrc /root/.m2 /root/.profile /root/.wget-hsts /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./pubring.gpg ./repo ./run.sh ./script.sh ./secring.gpg ./settings.xml ./stdout /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ cat /home/r/script.sh
#!/usr/bin/env bash
set -e
set -o pipefail
if [ -e /home/r/.profile ]; then source /home/r/.profile; fi
shopt -s expand_aliases
alias 'sudo=sudo -i'
export HOME=/home/r
cd "${HOME}/repo"
export 'head=git@github.com:objectionary/eo.git' ; export 'tag=0.60.0' ; export 'head_branch=master' ; export 'author=yegor256' ; pdd --file=/dev/null ; [[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1 ; mvn flatten:flatten ; mvn versions:set "-DnewVersion=${tag}" -Dstyle.color=never ; sed -i "s/npm install -g eolang@[0-9]\+\.[0-9]\+\.[0-9]\+/npm install -g eolang@${tag}/g" README.md ; git commit -am "${tag}" ; mvn clean install -DskipTests -Dinvoker.skip ; mvn clean deploy -DskipTests -Pobjectionary -Psonatype --errors --settings ../settings.xml -Dstyle.color=never ; mkdir /tmp/objectionary ; cp -R eo-runtime/src/main/eo /tmp/objectionary/objects ; cp eo-parser/target/classes/XMIR.xsd /tmp ; branch=$(git rev-parse --abbrev-ref HEAD) ; git checkout gh-pages ; git reset --hard ; sudo git config --global --add safe.directory "$(pwd)" ; sudo /bin/bash -c "cd '$(pwd)'; git clean -fd" ; cp /tmp/XMIR.xsd . ; mkdir -p xsd ; cp XMIR.xsd "xsd/XMIR-${tag}.xsd" ; git add XMIR.xsd "xsd/XMIR-${tag}.xsd" ; git commit -am "XMIR XSD ${tag}" ; rm -rf objectionary ; cp -R /tmp/objectionary . ; find objectionary -name '*.eo' | xargs sed -i "s/jvm org.eolang:eo-runtime:0\.0\.0/jvm org.eolang:eo-runtime:${tag}/g" ; find objectionary -name '*.eo' | xargs sed -i "s/version 0\.0\.0/version ${tag}/g" ; git add objectionary ; find objectionary -name '*.eo' > objectionary.lst ; git add objectionary.lst ; git commit -am "objectionary ${tag}" ; git checkout "${branch}" ;
+ su --login r --command /home/r/script.sh
Found 7 lines in /home/r/repo/.pdd
My version is 0.23.1
Ruby version is 3.4.5 at x86_64-linux
Reading from root dir .
Excluding target/**
Excluding xargs/**
/usr/local/bundle/gems/pdd-0.23.1/lib/pdd/sources.rb:90: warning: undefining the allocator of T_DATA class FileMagic
/home/r/repo/eo-maven-plugin/src/test/resources/org/eolang/maven/dependencies/eo-math-dependencies-transient-dependency.json is a binary file (901 bytes)
/home/r/repo/eo-maven-plugin/src/test/resources/org/eolang/maven/dependencies/eo-math-dependencies-without-foreign.json is a binary file (3258 bytes)
/home/r/repo/renovate.json is a binary file (348 bytes)
Reading .0pdd.yml ...
Reading .codenarc ...
Reading .gitattributes ...
Reading .github/labeler.yml ...
Reading .github/typos.toml ...
Reading .github/workflows/actionlint.yml ...
Reading .github/workflows/bashate.yml ...
Reading .github/workflows/benchmark.yml ...
Reading .github/workflows/codecov.yml ...
Reading .github/workflows/codenarc.yml ...
Reading .github/workflows/copyrights.yml ...
Reading .github/workflows/daily.yml ...
Reading .github/workflows/ebnf.yml ...
Reading .github/workflows/eo-maven-plugin-site.yml ...
Reading .github/workflows/eoc-version-up.yml ...
Reading .github/workflows/hone.yml ...
Reading .github/workflows/integration.yml ...
Reading .github/workflows/jmh-benchmark-action.yml ...
Reading .github/workflows/labeler.yml ...
Reading .github/workflows/loc-badge.yml ...
Reading .github/workflows/markdown-lint.yml ...
Reading .github/workflows/mvn.yml ...
Reading .github/workflows/ort.yml ...
Reading .github/workflows/pdd.yml ...
Reading .github/workflows/post-comment.yml ...
Reading .github/workflows/pr-size.yml ...
Reading .github/workflows/qulice.yml ...
Reading .github/workflows/reuse.yml ...
Reading .github/workflows/shellcheck.yml ...
Reading .github/workflows/simian.yml ...
Reading .github/workflows/snippets.yml ...
Reading .github/workflows/sonar.yml ...
Reading .github/workflows/telegram.yml ...
Reading .github/workflows/titles.yml ...
Reading .github/workflows/trufflehog-oss.yml ...
Reading .github/workflows/typos.yml ...
Reading .github/workflows/up.yml ...
Reading .github/workflows/xcop.yml ...
Reading .github/workflows/xs3p-tag.yml ...
Reading .github/workflows/xs3p.yml ...
Reading .github/workflows/yamllint.yml ...
Reading .github/workflows/zerocracy.yml ...
Reading .gitignore ...
Reading .mvn/jvm.config ...
Reading .ort.yml ...
Reading .pdd ...
Reading .rultor.yml ...
Reading .xcop ...
Reading CITATION.cff ...
Reading CODE_OF_CONDUCT.md ...
Reading LICENSE.txt ...
Reading LICENSES/MIT.txt ...
Reading README.md ...
Reading REUSE.toml ...
Reading eo-integration-tests/README.md ...
Reading eo-integration-tests/pom.xml ...
Puzzle 4538-5f90ad8a 30/DEV at eo-integration-tests/pom.xml
Reading eo-integration-tests/src/it/README.md ...
Reading eo-integration-tests/src/it/fibonacci/README.md ...
Reading eo-integration-tests/src/it/fibonacci/invoker.properties ...
Reading eo-integration-tests/src/it/fibonacci/pom.xml ...
Reading eo-integration-tests/src/it/fibonacci/src/main/eo/examples/app.eo ...
Reading eo-integration-tests/src/it/fibonacci/src/main/eo/examples/fibonacci.eo ...
Reading eo-integration-tests/src/it/fibonacci/verify.groovy ...
Reading eo-integration-tests/src/it/settings.xml ...
Reading eo-integration-tests/src/test/java/integration/EoMavenPlugin.java ...
Reading eo-integration-tests/src/test/java/integration/EoSourceRun.java ...
Puzzle 4232-4c7fc9d6 30/DEV at eo-integration-tests/src/test/java/integration/EoSourceRun.java
Reading eo-integration-tests/src/test/java/integration/JarIT.java ...
Reading eo-integration-tests/src/test/java/integration/ReadmeSnippetsIT.java ...
Puzzle 4538-4f7f197a 30/DEV at eo-integration-tests/src/test/java/integration/ReadmeSnippetsIT.java
Reading eo-integration-tests/src/test/java/integration/SnippetIT.java ...
Reading eo-integration-tests/src/test/java/integration/XmirIT.java ...
Reading eo-integration-tests/src/test/java/integration/package-info.java ...
Reading eo-integration-tests/src/test/java/org/eolang/maven/AppendedPlugin.java ...
Reading eo-integration-tests/src/test/java/org/eolang/maven/MjAssembleIT.java ...
Puzzle 4538-66cff24a 30/DEV at eo-integration-tests/src/test/java/org/eolang/maven/MjAssembleIT.java
Reading eo-integration-tests/src/test/java/org/eolang/maven/MjLintIT.java ...
Puzzle 4394-5ca3fe7b 35/DEV at eo-integration-tests/src/test/java/org/eolang/maven/MjLintIT.java
Reading eo-integration-tests/src/test/java/org/eolang/maven/MjParseIT.java ...
Reading eo-integration-tests/src/test/java/org/eolang/maven/MjPrintIT.java ...
Reading eo-integration-tests/src/test/java/org/eolang/maven/MjRegisterIT.java ...
Reading eo-integration-tests/src/test/java/org/eolang/maven/MjResolveIT.java ...
Reading eo-integration-tests/src/test/java/org/eolang/maven/MjTranspileIT.java ...
Reading eo-integration-tests/src/test/java/org/eolang/maven/ProxyIT.java ...
Reading eo-integration-tests/src/test/java/org/eolang/maven/package-info.java ...
Reading eo-integration-tests/src/test/resources/META-INF/MANIFEST.MF ...
Reading eo-integration-tests/src/test/resources/jul.properties ...
Reading eo-integration-tests/src/test/resources/logback.xml ...
Reading eo-integration-tests/src/test/resources/proxy-settings.xml ...
Reading eo-integration-tests/src/test/resources/snippets/auto-phi.yaml ...
Reading eo-integration-tests/src/test/resources/snippets/decorated.yaml ...
Reading eo-integration-tests/src/test/resources/snippets/fibo.yaml ...
Reading eo-integration-tests/src/test/resources/snippets/simple.yaml ...
Reading eo-maven-plugin/.xcop ...
Reading eo-maven-plugin/LICENSE.txt ...
Reading eo-maven-plugin/README.md ...
Reading eo-maven-plugin/pom.xml ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/AttributeNotFoundException.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/Cache.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/CachePath.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/Catalogs.java ...
Puzzle 4884-50c29985 30/DEV at eo-maven-plugin/src/main/java/org/eolang/maven/Catalogs.java
Reading eo-maven-plugin/src/main/java/org/eolang/maven/Central.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/ChCached.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/ChNarrow.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/ChPattern.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/ChRemote.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/ChSource.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/ChText.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/CommitHash.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/CommitHashesMap.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/CommitHashesText.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/ConcurrentCache.java ...
Puzzle 4884-94301545 30/DEV at eo-maven-plugin/src/main/java/org/eolang/maven/ConcurrentCache.java
Reading eo-maven-plugin/src/main/java/org/eolang/maven/Deleted.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/Dep.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/DepDirs.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/Dependencies.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/Disclaimer.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/DpsDefault.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/DpsDepgraph.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/DpsEachWithoutTransitive.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/DpsOfflineRuntime.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/DpsUniquelyVersioned.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/DpsWithRuntime.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/DpsWithoutRuntime.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/EmptyDirectoriesIn.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/EoSource.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/FileGenerationReport.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/FileHash.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/Footprint.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/FpAppliedWithCache.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/FpEnvelope.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/FpFork.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/FpGenerated.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/FpIfReleased.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/FpIfTargetExists.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/FpIfTargetOlder.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/FpIgnore.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/FpJavaGenerated.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/FpUpdateBoth.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/FpUpdateFromCache.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/JavaPlaced.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/MjAssemble.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/MjClean.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/MjCompile.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/MjLint.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/MjParse.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/MjPlace.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/MjPrint.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/MjProbe.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/MjPull.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/MjRegister.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/MjResolve.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/MjSafe.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/MjTranspile.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/MjUnplace.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/MjUnspile.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/Moja.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/Objectionary.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/ObjectsIndex.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/OyCached.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/OyIndexed.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/OyRemote.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/PackageInfos.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/Place.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/Probes.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/RewritePolicy.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/Saved.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/StMeasured.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/Threaded.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/TjForeign.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/TjPlaced.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/TjsForeign.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/TjsPlaced.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/TojoHash.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/TrSpy.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/Unplace.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/Walk.java ...
Reading eo-maven-plugin/src/main/java/org/eolang/maven/package-info.java ...
Reading eo-maven-plugin/src/main/resources/META-INF/MANIFEST.MF ...
Reading eo-maven-plugin/src/main/resources/META-INF/services/javax.xml.transform.TransformerFactory ...
Reading eo-maven-plugin/src/main/resources/META-INF/services/javax.xml.xpath.XPathFactory ...
Reading eo-maven-plugin/src/main/resources/log4j.properties ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/probe/add-probes.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/shake/blank-xsd-schema.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/shake/clean-up.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/shake/remove-noise.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/transpile/anonymous-to-nested.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/transpile/attrs.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/transpile/classes.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/transpile/data.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/transpile/package.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/transpile/set-locators.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/transpile/set-original-names.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/transpile/tests.xsl ...
Reading eo-maven-plugin/src/main/resources/org/eolang/maven/transpile/to-java.xsl ...
Reading eo-maven-plugin/src/site/apt/index.apt.vm ...
Reading eo-maven-plugin/src/site/resources/CNAME ...
Reading eo-maven-plugin/src/site/site.xml ...
Reading eo-maven-plugin/src/test/groovy/check-parameters-names.groovy ...
Reading eo-maven-plugin/src/test/groovy/verify.groovy ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/ArchitectureTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/CacheTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/CatalogsTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/ChCachedTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/ChNarrowTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/ChPatternTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/ChRemoteTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/ChSourceTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/ChTextTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/CommitHashesMapTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/CommitHashesTextTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/ConcurrentCacheTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/ContainsFiles.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/DepDirsTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/DpsDepgraphTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/DpsEachWithoutTransitiveTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/DpsOfflineRuntimeTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/DpsWithRuntimeTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/FakeMaven.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/FileHashTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/FpAppliedWithCacheTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/FpIfReleasedTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/FpJavaGeneratedTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/FpUpdateFromCacheTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/JavaPlacedTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/MjCleanTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/MjLintTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/MjParseTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/MjPlaceTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/MjPrintTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/MjProbeTest.java ...
Puzzle 4526-2fba764e 90/DEV at eo-maven-plugin/src/test/java/org/eolang/maven/MjProbeTest.java
Reading eo-maven-plugin/src/test/java/org/eolang/maven/MjPullTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/MjRegisterTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/MjResolveTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/MjTranspileTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/MjUnplaceTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/MjUnspileTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/ObjectsIndexTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/OyCachedTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/OyIndexedTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/OyRemoteTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/PackageInfosTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/PlaceTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/ProbesTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/RandomProgram.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/RandomProgramResolver.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/ThreadedTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/TjsForeignTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/UnplaceTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/WalkTest.java ...
Reading eo-maven-plugin/src/test/java/org/eolang/maven/package-info.java ...
Reading eo-maven-plugin/src/test/resources/META-INF/MANIFEST.MF ...
Reading eo-maven-plugin/src/test/resources/junit-platform.properties ...
Reading eo-maven-plugin/src/test/resources/log4j.properties ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/binarize/add_rust/add-dependencies.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/binarize/add_rust/detects-rust-code-with-wide-string.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/binarize/add_rust/detects-rust-dependencies-with-wide-string.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/binarize/simple-rust.eo ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/binarize/twice-rust.eo ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/binarize/wrong-rust.eo ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/commits/tags.txt ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/file-name/.abc.eo ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/file-name/abc-def.eo ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/main.xmir ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/main.xml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/mess.eo ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/probe-packs/add-probes-to-empty.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/probe-packs/add-probes.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/probe-packs/adds-no-probes.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/probe-packs/probes-to-anonym-abstract.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/set-warning-severity.xsl ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/sum.eo ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/transpile-packs/atom-with-tests.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/transpile-packs/bindings-to-java.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/transpile-packs/bound-globals-to-java.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/transpile-packs/compact-tuple-with-method.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/transpile-packs/converts-to-java-with-arrays-and-scopes.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/transpile-packs/data-as-bytes.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/transpile-packs/embedded-class.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/transpile-packs/fetching.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/transpile-packs/global-atom.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/transpile-packs/live-object-with-test-suite.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/transpile-packs/locators/add-locators.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/transpile-packs/locators/add-locs-with-dot.yml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/transpile-packs/locators/add-locs.yml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/transpile-packs/locators-to-java.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/transpile-packs/long-class-name.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/transpile-packs/original-names/add-original-names-with-dot.yml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/transpile-packs/original-names/add-original-names.yml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/transpile-packs/removes-pluses-in-test-transpilation.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/transpile-packs/set-package.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/transpile-packs/sets-blank-schema.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/transpile-packs/tests-test.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/transpile-packs/tests-with-abstracts.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/transpile-packs/to-java-with-package.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/transpile-packs/to-java-without-refs.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/transpile-packs/transpiles-as-tests-only-test-attributes.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/transpile-packs/tuple-to-java.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/transpile-packs/underscore-to-java.yaml ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/witherror.eo ...
Reading eo-maven-plugin/src/test/resources/org/eolang/maven/withwarning.eo ...
Reading eo-parser/.gitignore ...
Reading eo-parser/.xcop ...
Reading eo-parser/LICENSE.txt ...
Reading eo-parser/README.md ...
Reading eo-parser/pom.xml ...
Reading eo-parser/src/main/antlr4/org/eolang/parser/Eo.g4 ...
Reading eo-parser/src/main/java/org/eolang/parser/AutoName.java ...
Reading eo-parser/src/main/java/org/eolang/parser/BytesToHex.java ...
Reading eo-parser/src/main/java/org/eolang/parser/DrErrors.java ...
Reading eo-parser/src/main/java/org/eolang/parser/DrListing.java ...
Reading eo-parser/src/main/java/org/eolang/parser/DrProgram.java ...
Reading eo-parser/src/main/java/org/eolang/parser/EoIndentLexer.java ...
Reading eo-parser/src/main/java/org/eolang/parser/EoParserErrors.java ...
Reading eo-parser/src/main/java/org/eolang/parser/EoSyntax.java ...
Puzzle 3807-14468705 90/DEV at eo-parser/src/main/java/org/eolang/parser/EoSyntax.java
Reading eo-parser/src/main/java/org/eolang/parser/GeneralErrors.java ...
Reading eo-parser/src/main/java/org/eolang/parser/Lines.java ...
Reading eo-parser/src/main/java/org/eolang/parser/MsgLocated.java ...
Reading eo-parser/src/main/java/org/eolang/parser/MsgUnderlined.java ...
Reading eo-parser/src/main/java/org/eolang/parser/ObjectName.java ...
Reading eo-parser/src/main/java/org/eolang/parser/Objects.java ...
Reading eo-parser/src/main/java/org/eolang/parser/OnDefault.java ...
Reading eo-parser/src/main/java/org/eolang/parser/OnDetailed.java ...
Reading eo-parser/src/main/java/org/eolang/parser/ParsingError.java ...
Reading eo-parser/src/main/java/org/eolang/parser/ParsingException.java ...
Reading eo-parser/src/main/java/org/eolang/parser/StEoLogged.java ...
Reading eo-parser/src/main/java/org/eolang/parser/StHex.java ...
Reading eo-parser/src/main/java/org/eolang/parser/StUnhex.java ...
Reading eo-parser/src/main/java/org/eolang/parser/StXnav.java ...
Reading eo-parser/src/main/java/org/eolang/parser/StrictXmir.java ...
Reading eo-parser/src/main/java/org/eolang/parser/Syntax.java ...
Reading eo-parser/src/main/java/org/eolang/parser/TrFull.java ...
Reading eo-parser/src/main/java/org/eolang/parser/TrStepped.java ...
Reading eo-parser/src/main/java/org/eolang/parser/XeEoListener.java ...
Reading eo-parser/src/main/java/org/eolang/parser/Xmir.java ...
Reading eo-parser/src/main/java/org/eolang/parser/package-info.java ...
Reading eo-parser/src/main/resources/META-INF/services/javax.xml.transform.TransformerFactory ...
Reading eo-parser/src/main/resources/META-INF/services/javax.xml.xpath.XPathFactory ...
Reading eo-parser/src/main/resources/XMIR.xsd ...
Reading eo-parser/src/main/resources/log4j.properties ...
Reading eo-parser/src/main/resources/org/eolang/parser/_funcs.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/_specials.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/_stepped.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/parse/add-default-package.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/parse/build-fqns.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/parse/const-to-dataized.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/parse/cti-adds-errors.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/parse/decorate.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/parse/expand-aliases.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/parse/mandatory-as.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/parse/move-voids-up.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/parse/resolve-aliases.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/parse/resolve-before-stars.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/parse/roll-bases.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/parse/stars-to-tuples.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/parse/validate-before-stars.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/parse/validate-objects-count.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/parse/vars-float-up.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/parse/wrap-method-calls.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/print/dataized-to-const.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/print/inline-cactoos.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/print/to-eo.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/print/tuples-to-stars.xsl ...
Reading eo-parser/src/main/resources/org/eolang/parser/print/unnecessary-as.xsl ...
Reading eo-parser/src/main/xs3p/xs3p.xsl ...
Reading eo-parser/src/test/java/benchmarks/XmirBench.java ...
Reading eo-parser/src/test/java/benchmarks/XslBench.java ...
Reading eo-parser/src/test/java/benchmarks/package-info.java ...
Reading eo-parser/src/test/java/fixtures/LargeXmir.java ...
Reading eo-parser/src/test/java/fixtures/package-info.java ...
Reading eo-parser/src/test/java/org/eolang/parser/AutoNameTest.java ...
Reading eo-parser/src/test/java/org/eolang/parser/DrProgramTest.java ...
Reading eo-parser/src/test/java/org/eolang/parser/EoIndentLexerTest.java ...
Reading eo-parser/src/test/java/org/eolang/parser/EoSyntaxTest.java ...
Reading eo-parser/src/test/java/org/eolang/parser/LogProgress.java ...
Reading eo-parser/src/test/java/org/eolang/parser/MsgUnderlinedTest.java ...
Reading eo-parser/src/test/java/org/eolang/parser/ObjectNameTest.java ...
Reading eo-parser/src/test/java/org/eolang/parser/ObjectsTest.java ...
Reading eo-parser/src/test/java/org/eolang/parser/OnDefaultTest.java ...
Reading eo-parser/src/test/java/org/eolang/parser/OnDetailedTest.java ...
Reading eo-parser/src/test/java/org/eolang/parser/StEoLoggedTest.java ...
Reading eo-parser/src/test/java/org/eolang/parser/StHexTest.java ...
Reading eo-parser/src/test/java/org/eolang/parser/StUnhexTest.java ...
Reading eo-parser/src/test/java/org/eolang/parser/StrictXmirTest.java ...
Reading eo-parser/src/test/java/org/eolang/parser/TrSteppedTest.java ...
Reading eo-parser/src/test/java/org/eolang/parser/XmirTest.java ...
Reading eo-parser/src/test/java/org/eolang/parser/package-info.java ...
Reading eo-parser/src/test/resources/META-INF/MANIFEST.MF ...
Reading eo-parser/src/test/resources/META-INF/services/javax.xml.transform.TransformerFactory ...
Reading eo-parser/src/test/resources/META-INF/services/javax.xml.xpath.XPathFactory ...
Reading eo-parser/src/test/resources/junit-platform.properties ...
Reading eo-parser/src/test/resources/log4j.properties ...
Reading eo-parser/src/test/resources/org/eolang/parser/canonical.eo ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/parse/add-default-package.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/parse/build-fqns.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/parse/const-to-dataized.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/parse/decorate-fqn.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/parse/decorate.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/parse/expand-aliases.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/parse/float-up-atom.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/parse/float-up-vars.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/parse/float-up-without-binding.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/parse/float-vars-with-pre-methods.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/parse/ignores-validation-of-objects-count-when-no-objects.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/parse/mandatory-as-attribute.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/parse/move-voids-up.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/parse/resolve-aliases.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/parse/roll-bases.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/parse/stars-to-tuples.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/parse/validate-objects-count.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/parse/validate-resolve-before-stars.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/parse/wrap-method-calls.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/print/dataized-to-const.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/print/inline-cactoos.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/print/tuples-of-tuples-to-stars.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/print/tuples-to-stars.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-packs/print/unnecessary-as.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/additional-brackets.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/all-data-types.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/anonym-abstract.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/anonymous-more.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/anonymous.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/application-in-tests.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/atom-with-tests.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/atoms-with-inner-tests.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/auto-named-abstract.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/bool-tests-straight.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/bound-reversed-application.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/bytes-in-number-with-anonymous-object.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/bytes-in-string-with-anonymous-object.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/bytes-with-anonymous-object.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/compact-tuple-with-method.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/const-auto-named.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/cti-adds-error.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/cti-adds-warning.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/empty-vs-free.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/escape-sequences.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/formation-idempotency.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/formation-without-comments.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/full-syntax.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/happlication-with-scoped.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/has-comment.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/leap-year.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/line-numbers.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/numbers.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/onlyphi-bound.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/optional-comments.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/parsed-data.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/phi-attribute.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/pre-method.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/preserves-spaces.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/recursion.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/redundant-parentheses.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/scope-before-method.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/scopes-double-scope.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/scopes-nested.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/scopes-with-doubled-methods.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/scopes-with-nested-methods.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/scopes.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/simple.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/space-between.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/sugared-array-with-composite-name.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/sugared-array-with-home-in-name.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/sugared-array-with-suffixed-name.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/sugared-array-with-this-ref-in-name.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/tests.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/text-block.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/unicode.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/vertical-methods-in-application.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-syntax/vmethod-after-formation.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/binding-with-rho.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/broken-binding.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/broken-head.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/comment-in-method.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/dispatch-by-index.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/double-empty-lines.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/double-root-inside-locator.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/double-space-in-meta.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/empty-lines/empty-line-before-application.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/empty-lines/empty-line-before-first-object.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/empty-lines/empty-line-before-method-2.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/empty-lines/empty-line-before-method.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/empty-lines/empty-line-before-ref-deep.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/empty-lines/empty-line-before-ref.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/empty-lines/empty-line-between-metas.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/empty-lines/empty-line-in-vertical-application.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/empty-object.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/hmethod-after-vmethod.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/invalid-int-literal.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/long-character.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/missing-empty-line-after-metas.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/name-after-scoped-happlication.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/not-empty-atoms.yaml ...
Puzzle 4264-940f5454 45/DEV at eo-parser/src/test/resources/org/eolang/parser/eo-typos/not-empty-atoms.yaml
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/one-space-indent.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/qq.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/redundant-parenheses.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/redundant-parentheses/extra-braces-1.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/redundant-parentheses/extra-braces-2.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/redundant-parentheses/extra-braces-3.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/redundant-parentheses/extra-braces-4.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/redundant-parentheses/extra-braces-5.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/redundant-parentheses/extra-braces-6.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/redundant-parentheses/just-number.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/redundant-parentheses/negative-numbers.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/redundant-parentheses/numbers.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/redundant-parentheses/simple-application-named.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/redundant-parentheses/simple-application.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/reverse-dispatch-by-index.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/reversed-as-separate-argument.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/root-inside-locator.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/scoped-application-after-suffix.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/space-in-naming.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/space-in-tail.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/suffix-with-dots.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/too-far-right-indent.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/two-spaces.yaml ...
Puzzle 3744-555f5b8f 60/DEV at eo-parser/src/test/resources/org/eolang/parser/eo-typos/two-spaces.yaml
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/varargs-inside.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/version-with-inline-application.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/vertical-method-in-horizontal-application.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/vertical-method-in-scope.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/vmethod-after-happlication.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/vmethod-after-hmethod.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/eo-typos/xi-inside-locator.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/factorial.eo ...
Reading eo-parser/src/test/resources/org/eolang/parser/fibonacci.eo ...
Reading eo-parser/src/test/resources/org/eolang/parser/print/wrap-data.xsl ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/xmir/inner/a.xmir ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/xmir/inner/b.xmir ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/xmir/main.xmir ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/yaml/auto-named-abstract.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/yaml/backslash.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/yaml/bytes.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/yaml/compares-bool-to-bytes.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/yaml/const-auto-named.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/yaml/dataized.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/yaml/dataless.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/yaml/emoji.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/yaml/empty-bytes.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/yaml/empty-string.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/yaml/idiomatic.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/yaml/inheritance.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/yaml/just-float.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/yaml/multiline-string.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/yaml/stars-tuples.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/yaml/string-with-double-spaces.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/print-packs/yaml/times.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/strip-xmir.xsl ...
Reading eo-parser/src/test/resources/org/eolang/parser/xsd-mistakes/atom-attribute.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/xsd-mistakes/composite-method.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/xsd-mistakes/invalid-fqn.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/xsd-mistakes/invalid-line-number.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/xsd-mistakes/invalid-locator.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/xsd-mistakes/invalid-object-name.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/xsd-mistakes/invalid-position.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/xsd-mistakes/more-than-one-objects.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/xsd-mistakes/no-author.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/xsd-mistakes/phi-attribute-incorrect-name.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/xsd-mistakes/phi-in-wrong-notation-in-name.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/xsd-mistakes/rho-in-wrong-notation-in-base.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/xsd-mistakes/root-in-wrong-notation-in-base.yaml ...
Reading eo-parser/src/test/resources/org/eolang/parser/xsd-mistakes/xi-in-wrong-notation-in-base.yaml ...
Reading eo-runtime/.xcop ...
Reading eo-runtime/LICENSE.txt ...
Reading eo-runtime/README.md ...
Reading eo-runtime/pom.xml ...
Puzzle 4148-73985a42 30/DEV at eo-runtime/pom.xml
Puzzle 4148-01f6ad07 30/DEV at eo-runtime/pom.xml
Puzzle 4096-c6f5a4ac 30/DEV at eo-runtime/pom.xml
Puzzle 4935-676a00f4 30/DEV at eo-runtime/pom.xml
Puzzle 4538-cff5e82f 30/DEV at eo-runtime/pom.xml
Reading eo-runtime/src/main/eo/bytes.eo ...
Reading eo-runtime/src/main/eo/cti.eo ...
Reading eo-runtime/src/main/eo/dataized.eo ...
Reading eo-runtime/src/main/eo/error.eo ...
Reading eo-runtime/src/main/eo/false.eo ...
Reading eo-runtime/src/main/eo/fs/dir.eo ...
Reading eo-runtime/src/main/eo/fs/file.eo ...
Puzzle 4096-477dc52a 30/DEV at eo-runtime/src/main/eo/fs/file.eo
Reading eo-runtime/src/main/eo/fs/path.eo ...
Reading eo-runtime/src/main/eo/fs/tmpdir.eo ...
Reading eo-runtime/src/main/eo/go.eo ...
Reading eo-runtime/src/main/eo/i16.eo ...
Reading eo-runtime/src/main/eo/i32.eo ...
Reading eo-runtime/src/main/eo/i64.eo ...
Reading eo-runtime/src/main/eo/io/bytes-as-input.eo ...
Reading eo-runtime/src/main/eo/io/console.eo ...
Reading eo-runtime/src/main/eo/io/copied.eo ...
Reading eo-runtime/src/main/eo/io/dead-input.eo ...
Reading eo-runtime/src/main/eo/io/dead-output.eo ...
Reading eo-runtime/src/main/eo/io/input-length.eo ...
Reading eo-runtime/src/main/eo/io/malloc-as-output.eo ...
Puzzle 4475-c4f74bf0 35/DEV at eo-runtime/src/main/eo/io/malloc-as-output.eo
Reading eo-runtime/src/main/eo/io/stdin.eo ...
Reading eo-runtime/src/main/eo/io/stdout.eo ...
Reading eo-runtime/src/main/eo/io/tee-input.eo ...
Reading eo-runtime/src/main/eo/malloc.eo ...
Reading eo-runtime/src/main/eo/ms/abs.eo ...
Reading eo-runtime/src/main/eo/ms/angle.eo ...
Reading eo-runtime/src/main/eo/ms/e.eo ...
Reading eo-runtime/src/main/eo/ms/exp.eo ...
Reading eo-runtime/src/main/eo/ms/integral.eo ...
Reading eo-runtime/src/main/eo/ms/mod.eo ...
Reading eo-runtime/src/main/eo/ms/numbers.eo ...
Reading eo-runtime/src/main/eo/ms/pi.eo ...
Reading eo-runtime/src/main/eo/ms/pow.eo ...
Reading eo-runtime/src/main/eo/ms/random.eo ...
Reading eo-runtime/src/main/eo/ms/real.eo ...
Puzzle 4751-97eca983 15/DEV at eo-runtime/src/main/eo/ms/real.eo
Puzzle 4751-14ad8ad2 15/DEV at eo-runtime/src/main/eo/ms/real.eo
Puzzle 4751-147134e6 15/DEV at eo-runtime/src/main/eo/ms/real.eo
Puzzle 4751-d70283d8 15/DEV at eo-runtime/src/main/eo/ms/real.eo
Reading eo-runtime/src/main/eo/nan.eo ...
Reading eo-runtime/src/main/eo/negative-infinity.eo ...
Reading eo-runtime/src/main/eo/nk/socket.eo ...
Reading eo-runtime/src/main/eo/number.eo ...
Reading eo-runtime/src/main/eo/positive-infinity.eo ...
Reading eo-runtime/src/main/eo/runtime.eo ...
Puzzle 4235-fabe62dd 35/DEV at eo-runtime/src/main/eo/runtime.eo
Reading eo-runtime/src/main/eo/seq.eo ...
Reading eo-runtime/src/main/eo/sm/getenv.eo ...
Reading eo-runtime/src/main/eo/sm/line-separator.eo ...
Reading eo-runtime/src/main/eo/sm/os.eo ...
Reading eo-runtime/src/main/eo/sm/posix.eo ...
Reading eo-runtime/src/main/eo/sm/win32.eo ...
Reading eo-runtime/src/main/eo/ss/bytes-as-array.eo ...
Reading eo-runtime/src/main/eo/ss/eachi.eo ...
Reading eo-runtime/src/main/eo/ss/hash-code-of.eo ...
Reading eo-runtime/src/main/eo/ss/list.eo ...
Puzzle 3251-7a787eb5 30/DEV at eo-runtime/src/main/eo/ss/list.eo
Reading eo-runtime/src/main/eo/ss/map.eo ...
Puzzle 3251-6874868e 30/DEV at eo-runtime/src/main/eo/ss/map.eo
Reading eo-runtime/src/main/eo/ss/mapped.eo ...
Reading eo-runtime/src/main/eo/ss/mappedi.eo ...
Reading eo-runtime/src/main/eo/ss/range-of-numbers.eo ...
Reading eo-runtime/src/main/eo/ss/range.eo ...
Reading eo-runtime/src/main/eo/ss/reduced.eo ...
Reading eo-runtime/src/main/eo/ss/reducedi.eo ...
Reading eo-runtime/src/main/eo/ss/set.eo ...
Reading eo-runtime/src/main/eo/string.eo ...
Reading eo-runtime/src/main/eo/switch.eo ...
Reading eo-runtime/src/main/eo/true.eo ...
Reading eo-runtime/src/main/eo/try.eo ...
Reading eo-runtime/src/main/eo/tt/as-number.eo ...
Reading eo-runtime/src/main/eo/tt/at.eo ...
Reading eo-runtime/src/main/eo/tt/chained.eo ...
Reading eo-runtime/src/main/eo/tt/contains-all.eo ...
Reading eo-runtime/src/main/eo/tt/contains-any.eo ...
Reading eo-runtime/src/main/eo/tt/contains.eo ...
Reading eo-runtime/src/main/eo/tt/ends-with.eo ...
Reading eo-runtime/src/main/eo/tt/index-of.eo ...
Reading eo-runtime/src/main/eo/tt/is-alpha.eo ...
Reading eo-runtime/src/main/eo/tt/is-alphanumeric.eo ...
Reading eo-runtime/src/main/eo/tt/is-ascii.eo ...
Reading eo-runtime/src/main/eo/tt/joined.eo ...
Reading eo-runtime/src/main/eo/tt/last-index-of.eo ...
Reading eo-runtime/src/main/eo/tt/low-cased.eo ...
Reading eo-runtime/src/main/eo/tt/nsplit.eo ...
Reading eo-runtime/src/main/eo/tt/regex.eo ...
Puzzle 4411-1af760bf 35/DEV at eo-runtime/src/main/eo/tt/regex.eo
Reading eo-runtime/src/main/eo/tt/repeated.eo ...
Reading eo-runtime/src/main/eo/tt/replaced.eo ...
Reading eo-runtime/src/main/eo/tt/slice.eo ...
Reading eo-runtime/src/main/eo/tt/split.eo ...
Reading eo-runtime/src/main/eo/tt/sprintf.eo ...
Reading eo-runtime/src/main/eo/tt/sscanf.eo ...
Reading eo-runtime/src/main/eo/tt/starts-with.eo ...
Reading eo-runtime/src/main/eo/tt/string-buffer.eo ...
Reading eo-runtime/src/main/eo/tt/trimmed-left.eo ...
Reading eo-runtime/src/main/eo/tt/trimmed-right.eo ...
Reading eo-runtime/src/main/eo/tt/trimmed.eo ...
Reading eo-runtime/src/main/eo/tt/up-cased.eo ...
Reading eo-runtime/src/main/eo/tuple.eo ...
Reading eo-runtime/src/main/eo/while.eo ...
Reading eo-runtime/src/main/java/org/eolang/AtComposite.java ...
Reading eo-runtime/src/main/java/org/eolang/AtOnce.java ...
Reading eo-runtime/src/main/java/org/eolang/AtRho.java ...
Reading eo-runtime/src/main/java/org/eolang/AtVoid.java ...
Reading eo-runtime/src/main/java/org/eolang/AtWithRho.java ...
Puzzle 4673-7841412b 30/DEV at eo-runtime/src/main/java/org/eolang/AtWithRho.java
Reading eo-runtime/src/main/java/org/eolang/Atom.java ...
Reading eo-runtime/src/main/java/org/eolang/AtomSafe.java ...
Reading eo-runtime/src/main/java/org/eolang/Attr.java ...
Reading eo-runtime/src/main/java/org/eolang/Bytes.java ...
Reading eo-runtime/src/main/java/org/eolang/BytesOf.java ...
Reading eo-runtime/src/main/java/org/eolang/BytesRaw.java ...
Reading eo-runtime/src/main/java/org/eolang/Data.java ...
Reading eo-runtime/src/main/java/org/eolang/Dataized.java ...
Reading eo-runtime/src/main/java/org/eolang/EObytes$EOand.java ...
Reading eo-runtime/src/main/java/org/eolang/EObytes$EOconcat.java ...
Reading eo-runtime/src/main/java/org/eolang/EObytes$EOeq.java ...
Reading eo-runtime/src/main/java/org/eolang/EObytes$EOnot.java ...
Reading eo-runtime/src/main/java/org/eolang/EObytes$EOor.java ...
Reading eo-runtime/src/main/java/org/eolang/EObytes$EOright.java ...
Reading eo-runtime/src/main/java/org/eolang/EObytes$EOsize.java ...
Reading eo-runtime/src/main/java/org/eolang/EObytes$EOslice.java ...
Reading eo-runtime/src/main/java/org/eolang/EObytes$EOxor.java ...
Reading eo-runtime/src/main/java/org/eolang/EOerror.java ...
Reading eo-runtime/src/main/java/org/eolang/EOfs/EOdir$EOmade$EOmkdir.java ...
Reading eo-runtime/src/main/java/org/eolang/EOfs/EOdir$EOtmpfile$EOtouch.java ...
Reading eo-runtime/src/main/java/org/eolang/EOfs/EOdir$EOwalk.java ...
Reading eo-runtime/src/main/java/org/eolang/EOfs/EOfile$EOdeleted$EOdelete.java ...
Reading eo-runtime/src/main/java/org/eolang/EOfs/EOfile$EOexists.java ...
Reading eo-runtime/src/main/java/org/eolang/EOfs/EOfile$EOis_directory.java ...
Reading eo-runtime/src/main/java/org/eolang/EOfs/EOfile$EOmoved$EOmove.java ...
Reading eo-runtime/src/main/java/org/eolang/EOfs/EOfile$EOopen$EOfile_stream$EOread$EOread_bytes.java ...
Reading eo-runtime/src/main/java/org/eolang/EOfs/EOfile$EOopen$EOfile_stream$EOwrite$EOwritten_bytes.java ...
Reading eo-runtime/src/main/java/org/eolang/EOfs/EOfile$EOopen$EOprocess_file.java ...
Reading eo-runtime/src/main/java/org/eolang/EOfs/EOfile$EOsize.java ...
Reading eo-runtime/src/main/java/org/eolang/EOfs/EOfile$EOtouched$EOtouch.java ...
Reading eo-runtime/src/main/java/org/eolang/EOfs/Files.java ...
Puzzle 4884-77c26b6c 30/DEV at eo-runtime/src/main/java/org/eolang/EOfs/Files.java
Reading eo-runtime/src/main/java/org/eolang/EOfs/package-info.java ...
Reading eo-runtime/src/main/java/org/eolang/EOi16$EOas_i32.java ...
Reading eo-runtime/src/main/java/org/eolang/EOi32$EOas_i64.java ...
Reading eo-runtime/src/main/java/org/eolang/EOi64$EOas_number.java ...
Reading eo-runtime/src/main/java/org/eolang/EOi64$EOdiv.java ...
Reading eo-runtime/src/main/java/org/eolang/EOi64$EOgt.java ...
Reading eo-runtime/src/main/java/org/eolang/EOi64$EOplus.java ...
Reading eo-runtime/src/main/java/org/eolang/EOi64$EOtimes.java ...
Reading eo-runtime/src/main/java/org/eolang/EOmalloc$EOof$EOallocated$EOread.java ...
Reading eo-runtime/src/main/java/org/eolang/EOmalloc$EOof$EOallocated$EOresized.java ...
Reading eo-runtime/src/main/java/org/eolang/EOmalloc$EOof$EOallocated$EOsize.java ...
Reading eo-runtime/src/main/java/org/eolang/EOmalloc$EOof$EOallocated$EOwrite.java ...
Reading eo-runtime/src/main/java/org/eolang/EOmalloc$EOof$EOφ.java ...
Reading eo-runtime/src/main/java/org/eolang/EOms/EOangle$EOcos.java ...
Reading eo-runtime/src/main/java/org/eolang/EOms/EOangle$EOsin.java ...
Reading eo-runtime/src/main/java/org/eolang/EOms/EOpow.java ...
Reading eo-runtime/src/main/java/org/eolang/EOms/EOreal$EOacos.java ...
Reading eo-runtime/src/main/java/org/eolang/EOms/EOreal$EOasin.java ...
Reading eo-runtime/src/main/java/org/eolang/EOms/EOreal$EOln.java ...
Reading eo-runtime/src/main/java/org/eolang/EOms/EOreal$EOsqrt.java ...
Reading eo-runtime/src/main/java/org/eolang/EOms/package-info.java ...
Reading eo-runtime/src/main/java/org/eolang/EOnumber$EOas_i64.java ...
Reading eo-runtime/src/main/java/org/eolang/EOnumber$EOdiv.java ...
Reading eo-runtime/src/main/java/org/eolang/EOnumber$EOfloor.java ...
Reading eo-runtime/src/main/java/org/eolang/EOnumber$EOgt.java ...
Reading eo-runtime/src/main/java/org/eolang/EOnumber$EOplus.java ...
Reading eo-runtime/src/main/java/org/eolang/EOnumber$EOtimes.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/EOos$EOname.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/EOposix$EOφ.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/EOwin32$EOφ.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Posix/AcceptSyscall.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Posix/BindSyscall.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Posix/CStdLib.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Posix/CloseSyscall.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Posix/ConnectSyscall.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Posix/ErrnoSyscall.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Posix/GetenvSyscall.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Posix/GetpidSyscall.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Posix/GettimeofdaySyscall.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Posix/InetAddrSyscall.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Posix/ListenSyscall.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Posix/ReadSyscall.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Posix/RecvSyscall.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Posix/SendSyscall.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Posix/SocketSyscall.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Posix/StrerrorSyscall.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Posix/WriteSyscall.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Posix/package-info.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/SockaddrIn.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Syscall.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/TupleToArray.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Win32/AcceptFuncCall.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Win32/BaseTSD.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Win32/BindFuncCall.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Win32/ClosesocketFuncCall.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Win32/ConnectFuncCall.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Win32/GetCurrentProcessIdFuncCall.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Win32/GetEnvironmentVariableFuncCall.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Win32/GetSystemTimeFuncCall.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Win32/InetAddrFuncCall.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Win32/Kernel32.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Win32/ListenFuncCall.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Win32/ReadFileFuncCall.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Win32/RecvFuncCall.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Win32/SendFuncCall.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Win32/SocketFuncCall.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Win32/WSACleanupFuncCall.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Win32/WSAGetLastErrorFuncCall.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Win32/WSAStartupFuncCall.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Win32/WinBase.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Win32/WinDef.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Win32/WinNT.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Win32/Wincon.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Win32/Winsock.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Win32/WriteFileFuncCall.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/Win32/package-info.java ...
Reading eo-runtime/src/main/java/org/eolang/EOsm/package-info.java ...
Reading eo-runtime/src/main/java/org/eolang/EOtry.java ...
Reading eo-runtime/src/main/java/org/eolang/EOtt/EOregex$EOpattern$EOmatch$EOmatched_from_index.java ...
Reading eo-runtime/src/main/java/org/eolang/EOtt/EOregex$EOφ.java ...
Reading eo-runtime/src/main/java/org/eolang/EOtt/EOsprintf.java ...
Reading eo-runtime/src/main/java/org/eolang/EOtt/EOsscanf.java ...
Reading eo-runtime/src/main/java/org/eolang/EOtt/SprintfArgs.java ...
Reading eo-runtime/src/main/java/org/eolang/EOtt/package-info.java ...
Reading eo-runtime/src/main/java/org/eolang/ExAbstract.java ...
Reading eo-runtime/src/main/java/org/eolang/ExFailure.java ...
Reading eo-runtime/src/main/java/org/eolang/ExInterrupted.java ...
Reading eo-runtime/src/main/java/org/eolang/ExReadOnly.java ...
Reading eo-runtime/src/main/java/org/eolang/ExUnset.java ...
Reading eo-runtime/src/main/java/org/eolang/Expect.java ...
Reading eo-runtime/src/main/java/org/eolang/Heaps.java ...
Reading eo-runtime/src/main/java/org/eolang/JavaPath.java ...
Reading eo-runtime/src/main/java/org/eolang/Main.java ...
Reading eo-runtime/src/main/java/org/eolang/PhCached.java ...
Puzzle 4884-73fc2856 30/DEV at eo-runtime/src/main/java/org/eolang/PhCached.java
Reading eo-runtime/src/main/java/org/eolang/PhCopy.java ...
Reading eo-runtime/src/main/java/org/eolang/PhDefault.java ...
Reading eo-runtime/src/main/java/org/eolang/PhLogged.java ...
Reading eo-runtime/src/main/java/org/eolang/PhMethod.java ...
Reading eo-runtime/src/main/java/org/eolang/PhOnce.java ...
Puzzle 4884-bded9a21 30/DEV at eo-runtime/src/main/java/org/eolang/PhOnce.java
Reading eo-runtime/src/main/java/org/eolang/PhPackage.java ...
Reading eo-runtime/src/main/java/org/eolang/PhSafe.java ...
Reading eo-runtime/src/main/java/org/eolang/PhVoid.java ...
Reading eo-runtime/src/main/java/org/eolang/PhWith.java ...
Reading eo-runtime/src/main/java/org/eolang/Phi.java ...
Reading eo-runtime/src/main/java/org/eolang/VerboseBytesAsString.java ...
Reading eo-runtime/src/main/java/org/eolang/XmirObject.java ...
Reading eo-runtime/src/main/java/org/eolang/package-info.java ...
Reading eo-runtime/src/main/resources/META-INF/services/javax.xml.transform.TransformerFactory ...
Reading eo-runtime/src/main/resources/META-INF/services/javax.xml.xpath.XPathFactory ...
Reading eo-runtime/src/main/resources/org/eolang/version.txt ...
Reading eo-runtime/src/test/groovy/check-all-java-classes-compiled.groovy ...
Reading eo-runtime/src/test/groovy/check-folders-numbering.groovy ...
Reading eo-runtime/src/test/groovy/check-runtime-deps.groovy ...
Reading eo-runtime/src/test/groovy/check-target-files.groovy ...
Reading eo-runtime/src/test/groovy/verify.groovy ...
Reading eo-runtime/src/test/java/org/eolang/AtCompositeTest.java ...
Reading eo-runtime/src/test/java/org/eolang/AtOnceTest.java ...
Reading eo-runtime/src/test/java/org/eolang/AtRhoTest.java ...
Reading eo-runtime/src/test/java/org/eolang/AtVoidTest.java ...
Reading eo-runtime/src/test/java/org/eolang/AtWithRhoTest.java ...
Reading eo-runtime/src/test/java/org/eolang/BytesOfTest.java ...
Reading eo-runtime/src/test/java/org/eolang/DataTest.java ...
Reading eo-runtime/src/test/java/org/eolang/DataizedTest.java ...
Puzzle 4538-f7729326 30/DEV at eo-runtime/src/test/java/org/eolang/DataizedTest.java
Puzzle 4538-2dd5751c 30/DEV at eo-runtime/src/test/java/org/eolang/DataizedTest.java
Reading eo-runtime/src/test/java/org/eolang/EObytesEOconcatTest.java ...
Reading eo-runtime/src/test/java/org/eolang/EObytesEOsliceTest.java ...
Reading eo-runtime/src/test/java/org/eolang/EOerrorTest.java ...
Reading eo-runtime/src/test/java/org/eolang/EOfailed.java ...
Reading eo-runtime/src/test/java/org/eolang/EOfs/FilesTest.java ...
Reading eo-runtime/src/test/java/org/eolang/EOfs/package-info.java ...
Reading eo-runtime/src/test/java/org/eolang/EOio/InputOutputTest.java ...
Reading eo-runtime/src/test/java/org/eolang/EOio/package-info.java ...
Reading eo-runtime/src/test/java/org/eolang/EOmallocTest.java ...
Reading eo-runtime/src/test/java/org/eolang/EOnk/EOsocketTest.java ...
Reading eo-runtime/src/test/java/org/eolang/EOnk/package-info.java ...
Reading eo-runtime/src/test/java/org/eolang/EOnumberTest.java ...
Reading eo-runtime/src/test/java/org/eolang/EOsm/EOosTest.java ...
Reading eo-runtime/src/test/java/org/eolang/EOsm/EOposixTest.java ...
Reading eo-runtime/src/test/java/org/eolang/EOsm/EOwin32Test.java ...
Reading eo-runtime/src/test/java/org/eolang/EOsm/package-info.java ...
Reading eo-runtime/src/test/java/org/eolang/EOtryTest.java ...
Reading eo-runtime/src/test/java/org/eolang/EOtt/SprintfArgsTest.java ...
Reading eo-runtime/src/test/java/org/eolang/EOtt/package-info.java ...
Reading eo-runtime/src/test/java/org/eolang/ExInterruptedTest.java ...
Reading eo-runtime/src/test/java/org/eolang/ExpectTest.java ...
Reading eo-runtime/src/test/java/org/eolang/HeapsTest.java ...
Reading eo-runtime/src/test/java/org/eolang/JavaPathTest.java ...
Reading eo-runtime/src/test/java/org/eolang/MainTest.java ...
Reading eo-runtime/src/test/java/org/eolang/PhCopyTest.java ...
Reading eo-runtime/src/test/java/org/eolang/PhDefaultTest.java ...
Reading eo-runtime/src/test/java/org/eolang/PhLoggedTest.java ...
Reading eo-runtime/src/test/java/org/eolang/PhMethodTest.java ...
Reading eo-runtime/src/test/java/org/eolang/PhPackageTest.java ...
Reading eo-runtime/src/test/java/org/eolang/PhSafeTest.java ...
Reading eo-runtime/src/test/java/org/eolang/PhWithTest.java ...
Reading eo-runtime/src/test/java/org/eolang/PhiTest.java ...
Reading eo-runtime/src/test/java/org/eolang/VerboseBytesAsStringTest.java ...
Reading eo-runtime/src/test/java/org/eolang/XmirObjectTest.java ...
Reading eo-runtime/src/test/java/org/eolang/package-info.java ...
Reading eo-runtime/src/test/resources/META-INF/MANIFEST.MF ...
Reading eo-runtime/src/test/resources/jul.properties ...
Reading eo-runtime/src/test/resources/junit-platform.properties ...
Reading eo-runtime/src/test/resources/logback.xml ...
Reading pom.xml ...
Reading src/test/groovy/check-xsl-id.groovy ...
Reading src/test/groovy/check-xsl-version.groovy ...
Reading src/test/groovy/verify.groovy ...
Reading src/test/scripts/test-repetition.sh ...
[1;34mINFOm] Scanning for projects...
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/parent/0.73.1/parent-0.73.1.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/parent/0.73.1/parent-0.73.1.pom90m (61 kB at 207 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.pom90m (5.7 kB at 29 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/kuali/pom/kuali-common/3.3.35/kuali-common-3.3.35.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/kuali/pom/kuali-common/3.3.35/kuali-common-3.3.35.pom90m (42 kB at 716 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/kuali/pom/kuali-pom/3.3.35/kuali-pom-3.3.35.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/kuali/pom/kuali-pom/3.3.35/kuali-pom-3.3.35.pom90m (64 kB at 1.3 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/guava/guava/15.0/guava-15.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/guava/guava/15.0/guava-15.0.pom90m (6.3 kB at 145 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/guava/guava-parent/15.0/guava-parent-15.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/guava/guava-parent/15.0/guava-parent-15.0.pom90m (7.3 kB at 147 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/oss/oss-parent/7/oss-parent-7.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/oss/oss-parent/7/oss-parent-7.pom90m (4.8 kB at 95 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.pom90m (2.6 kB at 43 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/kuali/pom/kuali-common/2.0.0/kuali-common-2.0.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/kuali/pom/kuali-common/2.0.0/kuali-common-2.0.0.pom90m (35 kB at 645 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/kuali/pom/kuali-pom/2.0.0/kuali-pom-2.0.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/kuali/pom/kuali-pom/2.0.0/kuali-pom-2.0.0.pom90m (56 kB at 936 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom90m (5.6 kB at 98 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom90m (6.0 kB at 99 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom90m (11 kB at 155 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/project/4.1.1/project-4.1.1.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/project/4.1.1/project-4.1.1.pom90m (17 kB at 322 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom90m (8.4 kB at 174 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom90m (9.0 kB at 137 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-codec/commons-codec/1.4/commons-codec-1.4.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-codec/commons-codec/1.4/commons-codec-1.4.pom90m (10 kB at 228 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-parent/11/commons-parent-11.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-parent/11/commons-parent-11.pom90m (25 kB at 548 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-codec/commons-codec/1.3/commons-codec-1.3.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-codec/commons-codec/1.3/commons-codec-1.3.pom90m (6.1 kB at 145 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom90m (1.0 kB at 20 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom90m (1.2 kB at 22 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.pom90m (2.6 kB at 43 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom90m (31 kB at 622 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom90m (43 kB at 853 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom90m (2.7 kB at 56 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom90m (12 kB at 260 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom90m (1.7 kB at 30 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mlog4j/log4j/1.2.16/log4j-1.2.16.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mlog4j/log4j/1.2.16/log4j-1.2.16.pom90m (20 kB at 399 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-lang/commons-lang/2.6/commons-lang-2.6.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-lang/commons-lang/2.6/commons-lang-2.6.pom90m (17 kB at 357 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-parent/17/commons-parent-17.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-parent/17/commons-parent-17.pom90m (31 kB at 439 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-io/commons-io/2.4/commons-io-2.4.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-io/commons-io/2.4/commons-io-2.4.pom90m (10 kB at 199 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-parent/25/commons-parent-25.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-parent/25/commons-parent-25.pom90m (48 kB at 878 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/apache/9/apache-9.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/apache/9/apache-9.pom90m (15 kB at 330 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom90m (2.5 kB at 50 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.pom90m (6.5 kB at 155 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom90m (5.9 kB at 131 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom90m (14 kB at 305 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/project/5/project-5.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/project/5/project-5.pom90m (23 kB at 387 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom90m (5.7 kB at 111 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom90m (11 kB at 294 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/project/6/project-6.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/project/6/project-6.pom90m (24 kB at 600 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-codec/commons-codec/1.6/commons-codec-1.6.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-codec/commons-codec/1.6/commons-codec-1.6.pom90m (11 kB at 248 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-parent/22/commons-parent-22.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-parent/22/commons-parent-22.pom90m (42 kB at 953 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.pom90m (5.6 kB at 111 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/oss-parent/4/oss-parent-4.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/oss-parent/4/oss-parent-4.pom90m (18 kB at 392 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.pom90m (5.6 kB at 144 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.pom90m (1.9 kB at 37 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.pom90m (2.1 kB at 46 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom90m (1.7 kB at 35 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/wagon/wagon/2.2/wagon-2.2.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/wagon/wagon/2.2/wagon-2.2.pom90m (16 kB at 357 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-parent/21/maven-parent-21.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-parent/21/maven-parent-21.pom90m (26 kB at 488 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/apache/10/apache-10.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/apache/10/apache-10.pom90m (15 kB at 315 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom90m (4.1 kB at 87 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/spice/spice-parent/16/spice-parent-16.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/spice/spice-parent/16/spice-parent-16.pom90m (8.4 kB at 164 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.pom90m (2.6 kB at 52 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/kuali/pom/kuali-common/2.3.9/kuali-common-2.3.9.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/kuali/pom/kuali-common/2.3.9/kuali-common-2.3.9.pom90m (41 kB at 959 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom90m (59 kB at 1.3 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.pom90m (1.6 kB at 38 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mlog4j/log4j/1.2.17/log4j-1.2.17.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mlog4j/log4j/1.2.17/log4j-1.2.17.pom90m (22 kB at 506 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom90m (1.9 kB at 43 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.jar90m (42 kB at 1.2 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/guava/guava/15.0/guava-15.0.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar
Downloaded90m from20moss.sonatype.org90m:/https://oss.sonatype.org/content/groups/public/0morg/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.jar90m (27 kB at 293 kB/s)0m
90mDownloading1from.0moss.sonatype.org90m:1https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar
Downloaded90m fromM0moss.sonatype.org90m:1https://oss.sonatype.org/content/groups/public/0mcom/google/guava/guava/15.0/guava-15.0.jar90m (2.2 MB at 21 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-codec/commons-codec/1.3/commons-codec-1.3.jar
Downloaded90m from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar90m (425 kB at 4.3 MB/s)0m
90mDownloading0from10moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar
Downloaded90m from10moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar90m (26 kB at 240 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar
Downloaded90m from10moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-codec/commons-codec/1.3/commons-codec-1.3.jar90m (47 kB at 344 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar
Downloaded90m from10moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar90m (223 kB at 1.5 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar
Downloaded90m from10moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar90m (206 kB at 1.3 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar
Downloaded90m from10moss.sonatype.org90m:1https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar90m (923 kB at 4.1 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
Downloaded90m from10moss.sonatype.org90m:/https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar90m (34 kB at 153 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-io/commons-io/2.4/commons-io-2.4.jar
Downloaded90m from10moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar90m (871 kB at 3.8 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-lang/commons-lang/2.6/commons-lang-2.6.jar
Downloaded90m from10moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar90m (53 kB at 230 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar
Downloaded90m from10moss.sonatype.org90m:khttps://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar90m (226 kB at 860 kB/s)0m
Downloaded90m from10moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-lang/commons-lang/2.6/commons-lang-2.6.jar90m (284 kB at 1.1 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar
90mDownloading1from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mlog4j/log4j/1.2.17/log4j-1.2.17.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar90m (11 MB at 40 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar90m (22 kB at 77 kB/s)0m
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mlog4j/log4j/1.2.17/log4j-1.2.17.jar90m (490 kB at 1.6 MB/s)0m
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar90m (8.9 kB at 28 kB/s)0m
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar90m (17 kB at 51 kB/s)0m
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-io/commons-io/2.4/commons-io-2.4.jar90m (185 kB at 127 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/6.0.3/junit-bom-6.0.3.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/6.0.3/junit-bom-6.0.3.pom90m (5.1 kB at 146 kB/s)0m
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] 1mReactor Build Order:m
[1;34mINFOm]
[1;34mINFOm] eo [pom]
[1;34mINFOm] eo-parser [jar]
[1;34mINFOm] eo-maven-plugin [maven-plugin]
[1;34mINFOm] eo-runtime [jar]
[1;34mINFOm] eo-integration-tests [jar]
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugins/maven-enforcer-plugin/3.6.2/maven-enforcer-plugin-3.6.2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugins/maven-enforcer-plugin/3.6.2/maven-enforcer-plugin-3.6.2.pom90m (8.2 kB at 137 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/enforcer/enforcer/3.6.2/enforcer-3.6.2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/enforcer/enforcer/3.6.2/enforcer-3.6.2.pom90m (9.2 kB at 173 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-parent/45/maven-parent-45.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-parent/45/maven-parent-45.pom90m (53 kB at 1.1 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/apache/35/apache-35.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/apache/35/apache-35.pom90m (24 kB at 505 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/junit/junit-bom/5.13.1/junit-bom-5.13.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/junit/junit-bom/5.13.1/junit-bom-5.13.1.pom90m (5.6 kB at 128 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugins/maven-enforcer-plugin/3.6.2/maven-enforcer-plugin-3.6.2.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugins/maven-enforcer-plugin/3.6.2/maven-enforcer-plugin-3.6.2.jar90m (40 kB at 1.1 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/mojo/buildnumber-maven-plugin/3.3.0/buildnumber-maven-plugin-3.3.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/mojo/buildnumber-maven-plugin/3.3.0/buildnumber-maven-plugin-3.3.0.pom90m (12 kB at 206 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/mojo/mojo-parent/95/mojo-parent-95.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/mojo/mojo-parent/95/mojo-parent-95.pom90m (39 kB at 717 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/junit/junit-bom/5.14.1/junit-bom-5.14.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/junit/junit-bom/5.14.1/junit-bom-5.14.1.pom90m (5.7 kB at 149 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/mojo/buildnumber-maven-plugin/3.3.0/buildnumber-maven-plugin-3.3.0.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/mojo/buildnumber-maven-plugin/3.3.0/buildnumber-maven-plugin-3.3.0.jar90m (46 kB at 748 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mpw/krejci/jmh-maven-plugin/0.2.2/jmh-maven-plugin-0.2.2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mpw/krejci/jmh-maven-plugin/0.2.2/jmh-maven-plugin-0.2.2.pom90m (9.3 kB at 158 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mpw/krejci/jmh-maven-plugin/0.2.2/jmh-maven-plugin-0.2.2.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mpw/krejci/jmh-maven-plugin/0.2.2/jmh-maven-plugin-0.2.2.jar90m (27 kB at 11 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/mojo/license-maven-plugin/2.7.1/license-maven-plugin-2.7.1.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/mojo/license-maven-plugin/2.7.1/license-maven-plugin-2.7.1.pom90m (20 kB at 248 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/mojo/license-maven-plugin/2.7.1/license-maven-plugin-2.7.1.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/mojo/license-maven-plugin/2.7.1/license-maven-plugin-2.7.1.jar90m (574 kB at 9.1 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/mojo/flatten-maven-plugin/1.7.3/flatten-maven-plugin-1.7.3.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/mojo/flatten-maven-plugin/1.7.3/flatten-maven-plugin-1.7.3.pom90m (9.8 kB at 136 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/mojo/mojo-parent/93/mojo-parent-93.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/mojo/mojo-parent/93/mojo-parent-93.pom90m (38 kB at 607 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/junit/junit-bom/5.13.4/junit-bom-5.13.4.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/junit/junit-bom/5.13.4/junit-bom-5.13.4.pom90m (5.7 kB at 98 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/mojo/flatten-maven-plugin/1.7.3/flatten-maven-plugin-1.7.3.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/mojo/flatten-maven-plugin/1.7.3/flatten-maven-plugin-1.7.3.jar90m (131 kB at 2.3 MB/s)0m
[1;34mINFOm]
[1;34mINFOm] 1m------------------------< 0;36morg.eolang:eo-parent0;1m >------------------------m
[1;34mINFOm] 1mBuilding eo 1.0-SNAPSHOT [1/5]m
[1;34mINFOm] from pom.xml
[1;34mINFOm] 1m--------------------------------[ pom ]---------------------------------m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/openjdk/jmh/jmh-core/1.37/jmh-core-1.37.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/openjdk/jmh/jmh-core/1.37/jmh-core-1.37.pom90m (9.3 kB at 258 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/openjdk/jmh/jmh-parent/1.37/jmh-parent-1.37.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/openjdk/jmh/jmh-parent/1.37/jmh-parent-1.37.pom90m (12 kB at 217 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mnet/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mnet/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.pom90m (14 kB at 423 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.pom90m (29 kB at 870 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/groovy/groovy/5.0.4/groovy-5.0.4.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/groovy/groovy/5.0.4/groovy-5.0.4.pom90m (24 kB at 803 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/groovy/groovy-bom/5.0.4/groovy-bom-5.0.4.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/groovy/groovy-bom/5.0.4/groovy-bom-5.0.4.pom90m (27 kB at 801 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/groovy/groovy-xml/5.0.4/groovy-xml-5.0.4.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/groovy/groovy-xml/5.0.4/groovy-xml-5.0.4.pom90m (23 kB at 537 kB/s)0m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mflatten:1.7.3:flattenm 1m(default-cli)m @ 36meo-parent0;1m ---m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.pom90m (13 kB at 217 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.pom90m (3.7 kB at 65 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus/18/plexus-18.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus/18/plexus-18.pom90m (29 kB at 450 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-interpolation/1.28/plexus-interpolation-1.28.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-interpolation/1.28/plexus-interpolation-1.28.pom90m (3.4 kB at 47 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus/20/plexus-20.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus/20/plexus-20.pom90m (29 kB at 486 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/junit/junit-bom/5.11.4/junit-bom-5.11.4.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/junit/junit-bom/5.11.4/junit-bom-5.11.4.pom90m (5.6 kB at 131 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.jar90m (193 kB at 4.2 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-interpolation/1.28/plexus-interpolation-1.28.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-interpolation/1.28/plexus-interpolation-1.28.jar90m (87 kB at 1.9 MB/s)0m
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.jar90m (94 kB at 1.7 MB/s)0m
[1;34mINFOm] Generating flattened POM of project org.eolang:eo-parent:pom:1.0-SNAPSHOT...
[1;34mINFOm] Project POM file not updated to point to the flattened POM due to 'pom' packaging
[1;34mINFOm]
[1;34mINFOm] 1m------------------------< 0;36morg.eolang:eo-parser0;1m >------------------------m
[1;34mINFOm] 1mBuilding eo-parser 1.0-SNAPSHOT [2/5]m
[1;34mINFOm] from eo-parser/pom.xml
[1;34mINFOm] 1m--------------------------------[ jar ]---------------------------------m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/antlr/antlr4-maven-plugin/4.13.2/antlr4-maven-plugin-4.13.2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/antlr/antlr4-maven-plugin/4.13.2/antlr4-maven-plugin-4.13.2.pom90m (5.9 kB at 111 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/antlr/antlr4-master/4.13.2/antlr4-master-4.13.2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/antlr/antlr4-master/4.13.2/antlr4-master-4.13.2.pom90m (4.8 kB at 94 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/oss/oss-parent/9/oss-parent-9.pom90m (6.6 kB at 129 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/antlr/antlr4-maven-plugin/4.13.2/antlr4-maven-plugin-4.13.2.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/antlr/antlr4-maven-plugin/4.13.2/antlr4-maven-plugin-4.13.2.jar90m (30 kB at 622 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcabi/jcabi-maven-plugin/0.17.0/jcabi-maven-plugin-0.17.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcabi/jcabi-maven-plugin/0.17.0/jcabi-maven-plugin-0.17.0.pom90m (11 kB at 171 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcabi/jcabi/1.34.1/jcabi-1.34.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcabi/jcabi/1.34.1/jcabi-1.34.1.pom90m (5.8 kB at 116 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcabi/parent/0.60.5/parent-0.60.5.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcabi/parent/0.60.5/parent-0.60.5.pom90m (63 kB at 1.1 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom90m (5.6 kB at 94 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcabi/jcabi-maven-plugin/0.17.0/jcabi-maven-plugin-0.17.0.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcabi/jcabi-maven-plugin/0.17.0/jcabi-maven-plugin-0.17.0.jar90m (23 kB at 471 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/projectlombok/lombok/1.18.44/lombok-1.18.44.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/projectlombok/lombok/1.18.44/lombok-1.18.44.pom90m (1.5 kB at 40 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcommons-io/commons-io/2.21.0/commons-io-2.21.0.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mcommons-io/commons-io/2.21.0/commons-io-2.21.0.pom90m (21 kB at 695 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/91/commons-parent-91.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/91/commons-parent-91.pom90m (79 kB at 2.6 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/cactoos/cactoos/0.57.0/cactoos-0.57.0.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/cactoos/cactoos/0.57.0/cactoos-0.57.0.pom90m (9.9 kB at 320 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/parent/0.68.0/parent-0.68.0.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/parent/0.68.0/parent-0.68.0.pom90m (65 kB at 1.9 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.10.3/junit-bom-5.10.3.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.10.3/junit-bom-5.10.3.pom90m (5.6 kB at 195 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/xsline/0.23.1/xsline-0.23.1.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/xsline/0.23.1/xsline-0.23.1.pom90m (7.3 kB at 251 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-xml/0.35.0/jcabi-xml-0.35.0.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-xml/0.35.0/jcabi-xml-0.35.0.pom90m (6.0 kB at 202 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi/1.39.0/jcabi-1.39.0.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi/1.39.0/jcabi-1.39.0.pom90m (5.9 kB at 184 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/parent/0.67.0/parent-0.67.0.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/parent/0.67.0/parent-0.67.0.pom90m (63 kB at 1.4 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-log/0.24.3/jcabi-log-0.24.3.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-log/0.24.3/jcabi-log-0.24.3.pom90m (5.2 kB at 200 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi/1.37.1/jcabi-1.37.1.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi/1.37.1/jcabi-1.37.1.pom90m (5.8 kB at 216 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/parent/0.64.1/parent-0.64.1.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/parent/0.64.1/parent-0.64.1.pom90m (63 kB at 2.0 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom90m (5.6 kB at 245 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-api/2.0.16/slf4j-api-2.0.16.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-api/2.0.16/slf4j-api-2.0.16.pom90m (2.8 kB at 105 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-parent/2.0.16/slf4j-parent-2.0.16.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-parent/2.0.16/slf4j-parent-2.0.16.pom90m (13 kB at 608 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-bom/2.0.16/slf4j-bom-2.0.16.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-bom/2.0.16/slf4j-bom-2.0.16.pom90m (7.3 kB at 253 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/github/volodya-lombrozo/xnav/0.1.18/xnav-0.1.18.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/github/volodya-lombrozo/xnav/0.1.18/xnav-0.1.18.pom90m (19 kB at 537 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-api/2.0.17/slf4j-api-2.0.17.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-api/2.0.17/slf4j-api-2.0.17.pom90m (2.8 kB at 101 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-parent/2.0.17/slf4j-parent-2.0.17.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-parent/2.0.17/slf4j-parent-2.0.17.pom90m (13 kB at 382 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-bom/2.0.17/slf4j-bom-2.0.17.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-bom/2.0.17/slf4j-bom-2.0.17.pom90m (7.3 kB at 192 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mnet/sf/saxon/Saxon-HE/12.9/Saxon-HE-12.9.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mnet/sf/saxon/Saxon-HE/12.9/Saxon-HE-12.9.pom90m (3.6 kB at 103 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/xmlresolver/xmlresolver/5.3.3/xmlresolver-5.3.3.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/xmlresolver/xmlresolver/5.3.3/xmlresolver-5.3.3.pom90m (1.5 kB at 40 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/antlr/antlr4-runtime/4.13.2/antlr4-runtime-4.13.2.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/antlr/antlr4-runtime/4.13.2/antlr4-runtime-4.13.2.pom90m (3.6 kB at 96 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-manifests/2.2.0/jcabi-manifests-2.2.0.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-manifests/2.2.0/jcabi-manifests-2.2.0.pom90m (4.7 kB at 153 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi/1.40.1/jcabi-1.40.1.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi/1.40.1/jcabi-1.40.1.pom90m (4.5 kB at 182 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/parent/0.69.6/parent-0.69.6.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/parent/0.69.6/parent-0.69.6.pom90m (63 kB at 1.5 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.13.2/junit-bom-5.13.2.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.13.2/junit-bom-5.13.2.pom90m (5.7 kB at 227 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/incubator/xembly/0.32.2/xembly-0.32.2.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/incubator/xembly/0.32.2/xembly-0.32.2.pom90m (12 kB at 325 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-matchers/1.8.0/jcabi-matchers-1.8.0.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-matchers/1.8.0/jcabi-matchers-1.8.0.pom90m (6.7 kB at 163 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/hamcrest/hamcrest/3.0/hamcrest-3.0.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/hamcrest/hamcrest/3.0/hamcrest-3.0.pom90m (1.6 kB at 39 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-aspects/0.26.0/jcabi-aspects-0.26.0.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-aspects/0.26.0/jcabi-aspects-0.26.0.pom90m (8.1 kB at 199 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi/1.38.0/jcabi-1.38.0.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi/1.38.0/jcabi-1.38.0.pom90m (5.8 kB at 162 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/aspectj/aspectjrt/1.9.25.1/aspectjrt-1.9.25.1.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/aspectj/aspectjrt/1.9.25.1/aspectjrt-1.9.25.1.pom90m (1.7 kB at 53 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mjavax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mjavax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.pom90m (12 kB at 344 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/code/findbugs/annotations/3.0.1u2/annotations-3.0.1u2.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/code/findbugs/annotations/3.0.1u2/annotations-3.0.1u2.pom90m (7.0 kB at 163 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mnet/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mnet/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom90m (491 B at 16 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom90m (4.3 kB at 148 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/jupiter/junit-jupiter-api/5.12.0/junit-jupiter-api-5.12.0.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/jupiter/junit-jupiter-api/5.12.0/junit-jupiter-api-5.12.0.pom90m (3.2 kB at 138 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.12.0/junit-bom-5.12.0.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.12.0/junit-bom-5.12.0.pom90m (5.6 kB at 209 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.pom90m (2.0 kB at 64 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/platform/junit-platform-commons/1.12.0/junit-platform-commons-1.12.0.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/platform/junit-platform-commons/1.12.0/junit-platform-commons-1.12.0.pom90m (2.8 kB at 113 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom90m (1.5 kB at 66 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/jupiter/junit-jupiter-params/5.12.0/junit-jupiter-params-5.12.0.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/jupiter/junit-jupiter-params/5.12.0/junit-jupiter-params-5.12.0.pom90m (3.0 kB at 120 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit-pioneer/junit-pioneer/2.3.0/junit-pioneer-2.3.0.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit-pioneer/junit-pioneer/2.3.0/junit-pioneer-2.3.0.pom90m (3.2 kB at 109 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.11.2/junit-bom-5.11.2.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.11.2/junit-bom-5.11.2.pom90m (5.6 kB at 226 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/platform/junit-platform-launcher/1.12.0/junit-platform-launcher-1.12.0.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/platform/junit-platform-launcher/1.12.0/junit-platform-launcher-1.12.0.pom90m (3.0 kB at 112 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/platform/junit-platform-engine/1.12.0/junit-platform-engine-1.12.0.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/platform/junit-platform-engine/1.12.0/junit-platform-engine-1.12.0.pom90m (3.2 kB at 123 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-reload4j/2.0.17/slf4j-reload4j-2.0.17.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-reload4j/2.0.17/slf4j-reload4j-2.0.17.pom90m (2.2 kB at 79 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mch/qos/reload4j/reload4j/1.2.22/reload4j-1.2.22.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mch/qos/reload4j/reload4j/1.2.22/reload4j-1.2.22.pom90m (16 kB at 490 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mch/qos/reload4j/reload4j/1.2.26/reload4j-1.2.26.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mch/qos/reload4j/reload4j/1.2.26/reload4j-1.2.26.pom90m (16 kB at 581 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-text/1.15.0/commons-text-1.15.0.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-text/1.15.0/commons-text-1.15.0.pom90m (24 kB at 817 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/93/commons-parent-93.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/93/commons-parent-93.pom90m (79 kB at 2.1 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-lang3/3.20.0/commons-lang3-3.20.0.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-lang3/3.20.0/commons-lang3-3.20.0.pom90m (33 kB at 1.2 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/92/commons-parent-92.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/92/commons-parent-92.pom90m (80 kB at 2.2 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eolang/jucs/0.2.0/jucs-0.2.0.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eolang/jucs/0.2.0/jucs-0.2.0.pom90m (4.2 kB at 157 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/jping/0.0.3/jping-0.0.3.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/jping/0.0.3/jping-0.0.3.pom90m (4.6 kB at 177 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/together/0.1.2/together-0.1.2.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/together/0.1.2/together-0.1.2.pom90m (4.3 kB at 129 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/parent/0.71.2/parent-0.71.2.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/parent/0.71.2/parent-0.71.2.pom90m (60 kB at 1.9 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/6.0.1/junit-bom-6.0.1.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/6.0.1/junit-bom-6.0.1.pom90m (5.1 kB at 223 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eolang/xax/0.6.2/xax-0.6.2.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eolang/xax/0.6.2/xax-0.6.2.pom90m (6.5 kB at 47 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/yaml/snakeyaml/2.6/snakeyaml-2.6.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/yaml/snakeyaml/2.6/snakeyaml-2.6.pom90m (21 kB at 851 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/mktmp/0.0.5/mktmp-0.0.5.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/mktmp/0.0.5/mktmp-0.0.5.pom90m (3.9 kB at 138 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/farea/0.15.4/farea-0.15.4.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/farea/0.15.4/farea-0.15.4.pom90m (7.0 kB at 235 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/jaxec/0.5.1/jaxec-0.5.1.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/jaxec/0.5.1/jaxec-0.5.1.pom90m (5.1 kB at 165 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mnet/java/dev/jna/jna/5.18.1/jna-5.18.1.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mnet/java/dev/jna/jna/5.18.1/jna-5.18.1.pom90m (2.0 kB at 70 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/jupiter/junit-jupiter-engine/5.12.0/junit-jupiter-engine-5.12.0.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/jupiter/junit-jupiter-engine/5.12.0/junit-jupiter-engine-5.12.0.pom90m (3.2 kB at 139 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/mockito/mockito-core/5.23.0/mockito-core-5.23.0.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/mockito/mockito-core/5.23.0/mockito-core-5.23.0.pom90m (2.5 kB at 80 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mnet/bytebuddy/byte-buddy/1.17.7/byte-buddy-1.17.7.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mnet/bytebuddy/byte-buddy/1.17.7/byte-buddy-1.17.7.pom90m (19 kB at 746 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mnet/bytebuddy/byte-buddy-parent/1.17.7/byte-buddy-parent-1.17.7.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mnet/bytebuddy/byte-buddy-parent/1.17.7/byte-buddy-parent-1.17.7.pom90m (65 kB at 2.0 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mnet/bytebuddy/byte-buddy-agent/1.17.7/byte-buddy-agent-1.17.7.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mnet/bytebuddy/byte-buddy-agent/1.17.7/byte-buddy-agent-1.17.7.pom90m (14 kB at 575 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/objenesis/objenesis/3.3/objenesis-3.3.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/objenesis/objenesis/3.3/objenesis-3.3.pom90m (3.0 kB at 107 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom90m (19 kB at 532 kB/s)0m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mflatten:1.7.3:flattenm 1m(default-cli)m @ 36meo-parser0;1m ---m
[1;34mINFOm] Generating flattened POM of project org.eolang:eo-parser:jar:1.0-SNAPSHOT...
[1;34mINFOm]
[1;34mINFOm] 1m---------------------< 0;36morg.eolang:eo-maven-plugin0;1m >---------------------m
[1;34mINFOm] 1mBuilding eo-maven-plugin 1.0-SNAPSHOT [3/5]m
[1;34mINFOm] from eo-maven-plugin/pom.xml
[1;34mINFOm] 1m----------------------------[ maven-plugin ]----------------------------m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugins/maven-site-plugin/3.21.0/maven-site-plugin-3.21.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugins/maven-site-plugin/3.21.0/maven-site-plugin-3.21.0.pom90m (22 kB at 367 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugins/maven-plugins/43/maven-plugins-43.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugins/maven-plugins/43/maven-plugins-43.pom90m (7.5 kB at 149 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-parent/43/maven-parent-43.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-parent/43/maven-parent-43.pom90m (50 kB at 1.0 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/apache/33/apache-33.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/apache/33/apache-33.pom90m (24 kB at 484 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugins/maven-site-plugin/3.21.0/maven-site-plugin-3.21.0.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugins/maven-site-plugin/3.21.0/maven-site-plugin-3.21.0.jar90m (117 kB at 2.4 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/github/github/site-maven-plugin/0.12/site-maven-plugin-0.12.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/github/github/site-maven-plugin/0.12/site-maven-plugin-0.12.pom90m (5.9 kB at 91 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/github/github/github-maven-plugins-parent/0.12/github-maven-plugins-parent-0.12.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/github/github/github-maven-plugins-parent/0.12/github-maven-plugins-parent-0.12.pom90m (7.8 kB at 151 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/github/github/site-maven-plugin/0.12/site-maven-plugin-0.12.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/github/github/site-maven-plugin/0.12/site-maven-plugin-0.12.jar90m (17 kB at 378 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eolang/lints/0.0.60/lints-0.0.60.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eolang/lints/0.0.60/lints-0.0.60.pom90m (27 kB at 652 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/parent/0.70.0/parent-0.70.0.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/parent/0.70.0/parent-0.70.0.pom90m (59 kB at 1.6 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mio/github/secretx33/path-matching-resource-pattern-resolver/0.1/path-matching-resource-pattern-resolver-0.1.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mio/github/secretx33/path-matching-resource-pattern-resolver/0.1/path-matching-resource-pattern-resolver-0.1.pom90m (1.7 kB at 52 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eolang/eo-parser/0.58.6/eo-parser-0.58.6.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eolang/eo-parser/0.58.6/eo-parser-0.58.6.pom90m (9.4 kB at 285 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eolang/eo-parent/0.58.6/eo-parent-0.58.6.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eolang/eo-parent/0.58.6/eo-parent-0.58.6.pom90m (17 kB at 562 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mxml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mxml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom90m (346 B at 14 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/opennlp/opennlp-tools/2.1.1/opennlp-tools-2.1.1.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/opennlp/opennlp-tools/2.1.1/opennlp-tools-2.1.1.pom90m (4.5 kB at 144 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/opennlp/opennlp/2.1.1/opennlp-2.1.1.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/opennlp/opennlp/2.1.1/opennlp-2.1.1.pom90m (16 kB at 561 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/tojos/0.18.5/tojos-0.18.5.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/tojos/0.18.5/tojos-0.18.5.pom90m (7.1 kB at 231 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/opencsv/opencsv/5.12.0/opencsv-5.12.0.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/opencsv/opencsv/5.12.0/opencsv-5.12.0.pom90m (37 kB at 1.2 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcommons-beanutils/commons-beanutils/1.11.0/commons-beanutils-1.11.0.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mcommons-beanutils/commons-beanutils/1.11.0/commons-beanutils-1.11.0.pom90m (19 kB at 605 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/84/commons-parent-84.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/84/commons-parent-84.pom90m (78 kB at 2.4 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/apache/34/apache-34.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/apache/34/apache-34.pom90m (24 kB at 970 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.12.2/junit-bom-5.12.2.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.12.2/junit-bom-5.12.2.pom90m (5.6 kB at 282 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcommons-logging/commons-logging/1.3.5/commons-logging-1.3.5.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mcommons-logging/commons-logging/1.3.5/commons-logging-1.3.5.pom90m (32 kB at 895 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/81/commons-parent-81.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-parent/81/commons-parent-81.pom90m (78 kB at 2.6 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-collections4/4.5.0/commons-collections4-4.5.0.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-collections4/4.5.0/commons-collections4-4.5.0.pom90m (26 kB at 744 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava/33.5.0-jre/guava-33.5.0-jre.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava/33.5.0-jre/guava-33.5.0-jre.pom90m (9.6 kB at 344 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava-parent/33.5.0-jre/guava-parent-33.5.0-jre.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava-parent/33.5.0-jre/guava-parent-33.5.0-jre.pom90m (24 kB at 957 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/failureaccess/1.0.3/failureaccess-1.0.3.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/failureaccess/1.0.3/failureaccess-1.0.3.pom90m (5.6 kB at 214 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava-parent/33.4.0-android/guava-parent-33.4.0-android.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava-parent/33.4.0-android/guava-parent-33.4.0-android.pom90m (22 kB at 718 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom90m (2.3 kB at 56 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom90m (10 kB at 328 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/jspecify/jspecify/1.0.0/jspecify-1.0.0.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/jspecify/jspecify/1.0.0/jspecify-1.0.0.pom90m (1.5 kB at 37 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/errorprone/error_prone_annotations/2.41.0/error_prone_annotations-2.41.0.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/errorprone/error_prone_annotations/2.41.0/error_prone_annotations-2.41.0.pom90m (4.3 kB at 157 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/errorprone/error_prone_parent/2.41.0/error_prone_parent-2.41.0.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/errorprone/error_prone_parent/2.41.0/error_prone_parent-2.41.0.pom90m (16 kB at 663 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/j2objc/j2objc-annotations/3.1/j2objc-annotations-3.1.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/j2objc/j2objc-annotations/3.1/j2objc-annotations-3.1.pom90m (5.4 kB at 187 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6.pom90m (11 kB at 365 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/glassfish/json/1.1.6/json-1.1.6.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/glassfish/json/1.1.6/json-1.1.6.pom90m (19 kB at 510 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/ee4j/project/1.0.5/project-1.0.5.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/ee4j/project/1.0.5/project-1.0.5.pom90m (13 kB at 439 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-api/3.9.14/maven-plugin-api-3.9.14.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-api/3.9.14/maven-plugin-api-3.9.14.pom90m (3.1 kB at 84 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven/3.9.14/maven-3.9.14.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven/3.9.14/maven-3.9.14.pom90m (27 kB at 884 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-parent/47/maven-parent-47.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-parent/47/maven-parent-47.pom90m (54 kB at 1.8 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/apache/37/apache-37.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/apache/37/apache-37.pom90m (26 kB at 915 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.14.2/junit-bom-5.14.2.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.14.2/junit-bom-5.14.2.pom90m (5.7 kB at 202 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model/3.9.14/maven-model-3.9.14.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model/3.9.14/maven-model-3.9.14.pom90m (2.9 kB at 120 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.6.0/plexus-utils-3.6.0.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.6.0/plexus-utils-3.6.0.pom90m (7.6 kB at 283 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/19/plexus-19.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/19/plexus-19.pom90m (25 kB at 907 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.11.1/junit-bom-5.11.1.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.11.1/junit-bom-5.11.1.pom90m (5.6 kB at 235 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-artifact/3.9.14/maven-artifact-3.9.14.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-artifact/3.9.14/maven-artifact-3.9.14.pom90m (2.3 kB at 73 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.plexus/1.0.0/org.eclipse.sisu.plexus-1.0.0.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.plexus/1.0.0/org.eclipse.sisu.plexus-1.0.0.pom90m (17 kB at 527 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/sisu-inject/1.0.0/sisu-inject-1.0.0.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/sisu-inject/1.0.0/sisu-inject-1.0.0.pom90m (28 kB at 817 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.pom90m (736 B at 25 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-containers/2.2.0/plexus-containers-2.2.0.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-containers/2.2.0/plexus-containers-2.2.0.pom90m (2.3 kB at 74 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-classworlds/2.9.0/plexus-classworlds-2.9.0.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-classworlds/2.9.0/plexus-classworlds-2.9.0.pom90m (7.1 kB at 255 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-core/3.9.14/maven-core-3.9.14.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-core/3.9.14/maven-core-3.9.14.pom90m (8.0 kB at 308 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings/3.9.14/maven-settings-3.9.14.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings/3.9.14/maven-settings-3.9.14.pom90m (1.8 kB at 61 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings-builder/3.9.14/maven-settings-builder-3.9.14.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings-builder/3.9.14/maven-settings-builder-3.9.14.pom90m (2.6 kB at 100 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-builder-support/3.9.14/maven-builder-support-3.9.14.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-builder-support/3.9.14/maven-builder-support-3.9.14.pom90m (1.6 kB at 54 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-interpolation/1.29/plexus-interpolation-1.29.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-interpolation/1.29/plexus-interpolation-1.29.pom90m (4.7 kB at 121 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/24/plexus-24.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/24/plexus-24.pom90m (31 kB at 1.2 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom90m (3.2 kB at 104 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/8/plexus-8.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/8/plexus-8.pom90m (25 kB at 942 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom90m (8.0 kB at 346 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom90m (4.4 kB at 177 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-repository-metadata/3.9.14/maven-repository-metadata-3.9.14.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-repository-metadata/3.9.14/maven-repository-metadata-3.9.14.pom90m (2.2 kB at 71 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model-builder/3.9.14/maven-model-builder-3.9.14.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model-builder/3.9.14/maven-model-builder-3.9.14.pom90m (4.0 kB at 128 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.inject/1.0.0/org.eclipse.sisu.inject-1.0.0.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.inject/1.0.0/org.eclipse.sisu.inject-1.0.0.pom90m (18 kB at 598 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/ow2/asm/asm/9.9.1/asm-9.9.1.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/ow2/asm/asm/9.9.1/asm-9.9.1.pom90m (2.4 kB at 68 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-resolver-provider/3.9.14/maven-resolver-provider-3.9.14.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-resolver-provider/3.9.14/maven-resolver-provider-3.9.14.pom90m (4.7 kB at 151 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-api/1.9.27/maven-resolver-api-1.9.27.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-api/1.9.27/maven-resolver-api-1.9.27.pom90m (2.2 kB at 60 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver/1.9.27/maven-resolver-1.9.27.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver/1.9.27/maven-resolver-1.9.27.pom90m (25 kB at 817 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-spi/1.9.27/maven-resolver-spi-1.9.27.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-spi/1.9.27/maven-resolver-spi-1.9.27.pom90m (2.1 kB at 83 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-util/1.9.27/maven-resolver-util-1.9.27.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-util/1.9.27/maven-resolver-util-1.9.27.pom90m (2.2 kB at 80 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-impl/1.9.27/maven-resolver-impl-1.9.27.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-impl/1.9.27/maven-resolver-impl-1.9.27.pom90m (4.2 kB at 156 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-named-locks/1.9.27/maven-resolver-named-locks-1.9.27.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-named-locks/1.9.27/maven-resolver-named-locks-1.9.27.pom90m (2.6 kB at 89 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/inject/guice/5.1.0/guice-5.1.0.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/inject/guice/5.1.0/guice-5.1.0.pom90m (8.9 kB at 317 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom90m (18 kB at 635 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/google/5/google-5.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/google/5/google-5.pom90m (2.5 kB at 88 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0maopalliance/aopalliance/1.0/aopalliance-1.0.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0maopalliance/aopalliance/1.0/aopalliance-1.0.pom90m (363 B at 16 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-annotations/3.15.2/maven-plugin-annotations-3.15.2.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-annotations/3.15.2/maven-plugin-annotations-3.15.2.pom90m (1.4 kB at 42 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-tools/3.15.2/maven-plugin-tools-3.15.2.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-tools/3.15.2/maven-plugin-tools-3.15.2.pom90m (18 kB at 609 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.14.0/junit-bom-5.14.0.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.14.0/junit-bom-5.14.0.pom90m (5.7 kB at 195 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-testing/maven-plugin-testing-harness/3.5.1/maven-plugin-testing-harness-3.5.1.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-testing/maven-plugin-testing-harness/3.5.1/maven-plugin-testing-harness-3.5.1.pom90m (5.7 kB at 184 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-testing/maven-plugin-testing/3.5.1/maven-plugin-testing-3.5.1.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-testing/maven-plugin-testing/3.5.1/maven-plugin-testing-3.5.1.pom90m (2.9 kB at 82 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-testing/2.1.0/plexus-testing-2.1.0.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-testing/2.1.0/plexus-testing-2.1.0.pom90m (3.4 kB at 95 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/25/plexus-25.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/25/plexus-25.pom90m (31 kB at 1.1 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M4/org.eclipse.sisu.plexus-0.9.0.M4.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M4/org.eclipse.sisu.plexus-0.9.0.M4.pom90m (17 kB at 511 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/sisu-inject/0.9.0.M4/sisu-inject-0.9.0.M4.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/sisu-inject/0.9.0.M4/sisu-inject-0.9.0.M4.pom90m (25 kB at 725 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M4/org.eclipse.sisu.inject-0.9.0.M4.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M4/org.eclipse.sisu.inject-0.9.0.M4.pom90m (18 kB at 437 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/ow2/asm/asm/9.8/asm-9.8.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/ow2/asm/asm/9.8/asm-9.8.pom90m (2.4 kB at 74 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom90m (7.9 kB at 255 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom90m (8.8 kB at 258 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/10/plexus-10.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus/10/plexus-10.pom90m (25 kB at 770 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-compat/3.9.14/maven-compat-3.9.14.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-compat/3.9.14/maven-compat-3.9.14.pom90m (5.0 kB at 146 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.pom90m (1.9 kB at 66 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom90m (21 kB at 757 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom90m (5.3 kB at 232 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/twdata/maven/mojo-executor/2.4.1/mojo-executor-2.4.1.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/twdata/maven/mojo-executor/2.4.1/mojo-executor-2.4.1.pom90m (3.1 kB at 92 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/twdata/maven/mojo-executor-parent/2.4.1/mojo-executor-parent-2.4.1.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/twdata/maven/mojo-executor-parent/2.4.1/mojo-executor-parent-2.4.1.pom90m (14 kB at 450 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven/3.3.1/maven-3.3.1.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven/3.3.1/maven-3.3.1.pom90m (23 kB at 754 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-parent/26/maven-parent-26.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-parent/26/maven-parent-26.pom90m (40 kB at 1.3 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom90m (4.1 kB at 153 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mjavax/json/javax.json-api/1.1.4/javax.json-api-1.1.4.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mjavax/json/javax.json-api/1.1.4/javax.json-api-1.1.4.pom90m (6.7 kB at 163 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/glassfish/json/1.1.4/json-1.1.4.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/glassfish/json/1.1.4/json-1.1.4.pom90m (18 kB at 659 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mnet/java/jvnet-parent/5/jvnet-parent-5.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mnet/java/jvnet-parent/5/jvnet-parent-5.pom90m (8.9 kB at 286 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/glassfish/javax.json/1.1.4/javax.json-1.1.4.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/glassfish/javax.json/1.1.4/javax.json-1.1.4.pom90m (12 kB at 372 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-xml/4.1.1/plexus-xml-4.1.1.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-xml/4.1.1/plexus-xml-4.1.1.pom90m (4.3 kB at 153 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-xml/4.0.0-rc-5/maven-xml-4.0.0-rc-5.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-xml/4.0.0-rc-5/maven-xml-4.0.0-rc-5.pom90m (3.0 kB at 99 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-impl-modules/4.0.0-rc-5/maven-impl-modules-4.0.0-rc-5.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-impl-modules/4.0.0-rc-5/maven-impl-modules-4.0.0-rc-5.pom90m (1.7 kB at 62 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven/4.0.0-rc-5/maven-4.0.0-rc-5.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven/4.0.0-rc-5/maven-4.0.0-rc-5.pom90m (48 kB at 1.4 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/mockito/mockito-bom/5.20.0/mockito-bom-5.20.0.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/mockito/mockito-bom/5.20.0/mockito-bom-5.20.0.pom90m (3.0 kB at 114 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-api-xml/4.0.0-rc-5/maven-api-xml-4.0.0-rc-5.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-api-xml/4.0.0-rc-5/maven-api-xml-4.0.0-rc-5.pom90m (1.5 kB at 69 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-api/4.0.0-rc-5/maven-api-4.0.0-rc-5.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-api/4.0.0-rc-5/maven-api-4.0.0-rc-5.pom90m (3.2 kB at 141 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-api-annotations/4.0.0-rc-5/maven-api-annotations-4.0.0-rc-5.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-api-annotations/4.0.0-rc-5/maven-api-annotations-4.0.0-rc-5.pom90m (1.4 kB at 66 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/fasterxml/woodstox/woodstox-core/7.1.1/woodstox-core-7.1.1.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/fasterxml/woodstox/woodstox-core/7.1.1/woodstox-core-7.1.1.pom90m (9.9 kB at 395 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/fasterxml/oss-parent/68/oss-parent-68.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/fasterxml/oss-parent/68/oss-parent-68.pom90m (24 kB at 909 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.pom90m (6.3 kB at 262 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/fasterxml/oss-parent/55/oss-parent-55.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/fasterxml/oss-parent/55/oss-parent-55.pom90m (24 kB at 982 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-maven-slf4j/0.12.2/jcabi-maven-slf4j-0.12.2.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-maven-slf4j/0.12.2/jcabi-maven-slf4j-0.12.2.pom90m (4.9 kB at 140 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-api/2.0.0-beta1/slf4j-api-2.0.0-beta1.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-api/2.0.0-beta1/slf4j-api-2.0.0-beta1.pom90m (1.6 kB at 52 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-parent/2.0.0-beta1/slf4j-parent-2.0.0-beta1.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-parent/2.0.0-beta1/slf4j-parent-2.0.0-beta1.pom90m (16 kB at 521 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/jhome/0.0.5/jhome-0.0.5.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/jhome/0.0.5/jhome-0.0.5.pom90m (4.4 kB at 129 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/parent/0.66.0/parent-0.66.0.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/parent/0.66.0/parent-0.66.0.pom90m (63 kB at 1.8 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/tngtech/archunit/archunit/1.4.1/archunit-1.4.1.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/tngtech/archunit/archunit/1.4.1/archunit-1.4.1.pom90m (2.0 kB at 47 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/maybeslow/0.0.4/maybeslow-0.0.4.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/maybeslow/0.0.4/maybeslow-0.0.4.pom90m (4.2 kB at 114 kB/s)0m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mflatten:1.7.3:flattenm 1m(default-cli)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Generating flattened POM of project org.eolang:eo-maven-plugin:maven-plugin:1.0-SNAPSHOT...
[1;34mINFOm]
[1;34mINFOm] 1m-----------------------< 0;36morg.eolang:eo-runtime0;1m >------------------------m
[1;34mINFOm] 1mBuilding eo-runtime 1.0-SNAPSHOT [4/5]m
[1;34mINFOm] from eo-runtime/pom.xml
[1;34mINFOm] 1m--------------------------------[ jar ]---------------------------------m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/slf4j/jul-to-slf4j/2.0.17/jul-to-slf4j-2.0.17.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/slf4j/jul-to-slf4j/2.0.17/jul-to-slf4j-2.0.17.pom90m (1.1 kB at 30 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mch/qos/logback/logback-classic/1.5.29/logback-classic-1.5.29.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mch/qos/logback/logback-classic/1.5.29/logback-classic-1.5.29.pom90m (16 kB at 327 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mch/qos/logback/logback-parent/1.5.29/logback-parent-1.5.29.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mch/qos/logback/logback-parent/1.5.29/logback-parent-1.5.29.pom90m (19 kB at 536 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mch/qos/logback/logback-core/1.5.29/logback-core-1.5.29.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mch/qos/logback/logback-core/1.5.29/logback-core-1.5.29.pom90m (9.4 kB at 178 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/llorllale/cactoos-matchers/0.25/cactoos-matchers-0.25.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/llorllale/cactoos-matchers/0.25/cactoos-matchers-0.25.pom90m (10 kB at 238 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/parent/0.51.1/parent-0.51.1.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/parent/0.51.1/parent-0.51.1.pom90m (62 kB at 2.2 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.6.2/junit-bom-5.6.2.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.6.2/junit-bom-5.6.2.pom90m (4.9 kB at 159 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mio/github/artsok/rerunner-jupiter/2.1.6/rerunner-jupiter-2.1.6.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mio/github/artsok/rerunner-jupiter/2.1.6/rerunner-jupiter-2.1.6.pom90m (9.0 kB at 300 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.4.2/junit-bom-5.4.2.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/junit-bom/5.4.2/junit-bom-5.4.2.pom90m (4.4 kB at 152 kB/s)0m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mflatten:1.7.3:flattenm 1m(default-cli)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Generating flattened POM of project org.eolang:eo-runtime:jar:1.0-SNAPSHOT...
[1;34mINFOm]
[1;34mINFOm] 1m------------------< 0;36morg.eolang:eo-integration-tests0;1m >-------------------m
[1;34mINFOm] 1mBuilding eo-integration-tests 1.0-SNAPSHOT [5/5]m
[1;34mINFOm] from eo-integration-tests/pom.xml
[1;34mINFOm] 1m--------------------------------[ jar ]---------------------------------m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugins/maven-surefire-plugin/3.5.5/maven-surefire-plugin-3.5.5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugins/maven-surefire-plugin/3.5.5/maven-surefire-plugin-3.5.5.pom90m (4.9 kB at 97 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/surefire/surefire/3.5.5/surefire-3.5.5.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/surefire/surefire/3.5.5/surefire-3.5.5.pom90m (19 kB at 417 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugins/maven-surefire-plugin/3.5.5/maven-surefire-plugin-3.5.5.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugins/maven-surefire-plugin/3.5.5/maven-surefire-plugin-3.5.5.jar90m (47 kB at 1.1 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugins/maven-failsafe-plugin/3.5.5/maven-failsafe-plugin-3.5.5.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugins/maven-failsafe-plugin/3.5.5/maven-failsafe-plugin-3.5.5.pom90m (11 kB at 258 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugins/maven-failsafe-plugin/3.5.5/maven-failsafe-plugin-3.5.5.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugins/maven-failsafe-plugin/3.5.5/maven-failsafe-plugin-3.5.5.jar90m (58 kB at 1.3 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugins/maven-invoker-plugin/3.9.1/maven-invoker-plugin-3.9.1.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugins/maven-invoker-plugin/3.9.1/maven-invoker-plugin-3.9.1.pom90m (16 kB at 350 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugins/maven-plugins/45/maven-plugins-45.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugins/maven-plugins/45/maven-plugins-45.pom90m (8.4 kB at 190 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/groovy/groovy-bom/4.0.27/groovy-bom-4.0.27.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/groovy/groovy-bom/4.0.27/groovy-bom-4.0.27.pom90m (27 kB at 580 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugins/maven-invoker-plugin/3.9.1/maven-invoker-plugin-3.9.1.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugins/maven-invoker-plugin/3.9.1/maven-invoker-plugin-3.9.1.jar90m (141 kB at 3.6 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-server/12.1.7/jetty-server-12.1.7.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-server/12.1.7/jetty-server-12.1.7.pom90m (3.1 kB at 98 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-core/12.1.7/jetty-core-12.1.7.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-core/12.1.7/jetty-core-12.1.7.pom90m (2.2 kB at 75 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-project/12.1.7/jetty-project-12.1.7.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-project/12.1.7/jetty-project-12.1.7.pom90m (116 kB at 3.4 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/fasterxml/jackson/jackson-bom/2.21.1/jackson-bom-2.21.1.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/fasterxml/jackson/jackson-bom/2.21.1/jackson-bom-2.21.1.pom90m (20 kB at 809 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/fasterxml/jackson/jackson-parent/2.21/jackson-parent-2.21.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/fasterxml/jackson/jackson-parent/2.21/jackson-parent-2.21.pom90m (6.9 kB at 313 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/fasterxml/oss-parent/75/oss-parent-75.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/fasterxml/oss-parent/75/oss-parent-75.pom90m (24 kB at 1.1 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mio/netty/netty-bom/4.2.10.Final/netty-bom-4.2.10.Final.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mio/netty/netty-bom/4.2.10.Final/netty-bom-4.2.10.Final.pom90m (19 kB at 582 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/hibernate/search/hibernate-search-bom/8.2.2.Final/hibernate-search-bom-8.2.2.Final.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/hibernate/search/hibernate-search-bom/8.2.2.Final/hibernate-search-bom-8.2.2.Final.pom90m (10 kB at 373 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/infinispan/infinispan-bom/16.1.0.Dev02/infinispan-bom-16.1.0.Dev02.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/infinispan/infinispan-bom/16.1.0.Dev02/infinispan-bom-16.1.0.Dev02.pom90m (20 kB at 740 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/ow2/asm/asm-bom/9.9.1/asm-bom-9.9.1.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/ow2/asm/asm-bom/9.9.1/asm-bom-9.9.1.pom90m (3.3 kB at 99 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/testcontainers/testcontainers-bom/2.0.3/testcontainers-bom-2.0.3.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/testcontainers/testcontainers-bom/2.0.3/testcontainers-bom-2.0.3.pom90m (12 kB at 408 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-http/12.1.7/jetty-http-12.1.7.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-http/12.1.7/jetty-http-12.1.7.pom90m (4.1 kB at 142 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-io/12.1.7/jetty-io-12.1.7.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-io/12.1.7/jetty-io-12.1.7.pom90m (2.8 kB at 102 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-util/12.1.7/jetty-util-12.1.7.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-util/12.1.7/jetty-util-12.1.7.pom90m (3.5 kB at 151 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-proxy/12.1.7/jetty-proxy-12.1.7.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-proxy/12.1.7/jetty-proxy-12.1.7.pom90m (2.1 kB at 80 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-client/12.1.7/jetty-client-12.1.7.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-client/12.1.7/jetty-client-12.1.7.pom90m (6.3 kB at 235 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-alpn-client/12.1.7/jetty-alpn-client-12.1.7.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-alpn-client/12.1.7/jetty-alpn-client-12.1.7.pom90m (1.9 kB at 70 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-alpn/12.1.7/jetty-alpn-12.1.7.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-alpn/12.1.7/jetty-alpn-12.1.7.pom90m (960 B at 28 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/compression/jetty-compression-gzip/12.1.7/jetty-compression-gzip-12.1.7.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/compression/jetty-compression-gzip/12.1.7/jetty-compression-gzip-12.1.7.pom90m (1.8 kB at 63 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/compression/jetty-compression/12.1.7/jetty-compression-12.1.7.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/compression/jetty-compression/12.1.7/jetty-compression-12.1.7.pom90m (1.1 kB at 44 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/compression/jetty-compression-common/12.1.7/jetty-compression-common-12.1.7.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/compression/jetty-compression-common/12.1.7/jetty-compression-common-12.1.7.pom90m (1.3 kB at 56 kB/s)0m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mflatten:1.7.3:flattenm 1m(default-cli)m @ 36meo-integration-tests0;1m ---m
[1;34mINFOm] Generating flattened POM of project org.eolang:eo-integration-tests:jar:1.0-SNAPSHOT...
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] 1mReactor Summary for eo 1.0-SNAPSHOT:m
[1;34mINFOm]
[1;34mINFOm] eo ................................................. 1;32mSUCCESSm [ 0.908 s]
[1;34mINFOm] eo-parser .......................................... 1;32mSUCCESSm [ 3.134 s]
[1;34mINFOm] eo-maven-plugin .................................... 1;32mSUCCESSm [ 4.415 s]
[1;34mINFOm] eo-runtime ......................................... 1;32mSUCCESSm [ 0.386 s]
[1;34mINFOm] eo-integration-tests ............................... 1;32mSUCCESSm [ 1.100 s]
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] 1;32mBUILD SUCCESSm
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] Total time: 19.051 s
[1;34mINFOm] Finished at: 2026-03-25T16:19:58Z
[1;34mINFOm] 1m------------------------------------------------------------------------m
0m0m0m0m[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] eo [pom]
[INFO] eo-parser [jar]
[INFO] eo-maven-plugin [maven-plugin]
[INFO] eo-runtime [jar]
[INFO] eo-integration-tests [jar]
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.5.0/maven-clean-plugin-3.5.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.5.0/maven-clean-plugin-3.5.0.pom (5.7 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/44/maven-plugins-44.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/44/maven-plugins-44.pom (8.4 kB at 152 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/44/maven-parent-44.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/44/maven-parent-44.pom (52 kB at 715 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.12.1/junit-bom-5.12.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.12.1/junit-bom-5.12.1.pom (5.6 kB at 82 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.5.0/maven-clean-plugin-3.5.0.jar
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.5.0/maven-clean-plugin-3.5.0.jar (37 kB at 540 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/3.1.4/maven-install-plugin-3.1.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/3.1.4/maven-install-plugin-3.1.4.pom (8.1 kB at 112 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/3.1.4/maven-install-plugin-3.1.4.jar
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/3.1.4/maven-install-plugin-3.1.4.jar (33 kB at 693 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/3.1.4/maven-deploy-plugin-3.1.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/3.1.4/maven-deploy-plugin-3.1.4.pom (9.2 kB at 85 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/3.1.4/maven-deploy-plugin-3.1.4.jar
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/3.1.4/maven-deploy-plugin-3.1.4.jar (40 kB at 781 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-mysql-maven-plugin/0.10.2/jcabi-mysql-maven-plugin-0.10.2.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-mysql-maven-plugin/0.10.2/jcabi-mysql-maven-plugin-0.10.2.pom (11 kB at 173 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-mysql-maven-plugin/0.10.2/jcabi-mysql-maven-plugin-0.10.2.jar
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-mysql-maven-plugin/0.10.2/jcabi-mysql-maven-plugin-0.10.2.jar (27 kB at 513 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-dynamodb-maven-plugin/0.10.1/jcabi-dynamodb-maven-plugin-0.10.1.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-dynamodb-maven-plugin/0.10.1/jcabi-dynamodb-maven-plugin-0.10.1.pom (10 kB at 210 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-dynamodb-maven-plugin/0.10.1/jcabi-dynamodb-maven-plugin-0.10.1.jar
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-dynamodb-maven-plugin/0.10.1/jcabi-dynamodb-maven-plugin-0.10.1.jar (28 kB at 617 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-ssl-maven-plugin/0.14.0/jcabi-ssl-maven-plugin-0.14.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-ssl-maven-plugin/0.14.0/jcabi-ssl-maven-plugin-0.14.0.pom (9.0 kB at 158 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-ssl-maven-plugin/0.14.0/jcabi-ssl-maven-plugin-0.14.0.jar
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-ssl-maven-plugin/0.14.0/jcabi-ssl-maven-plugin-0.14.0.jar (31 kB at 494 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.pom (11 kB at 158 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 81 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 635 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.jar
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.jar (28 kB at 432 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-beanstalk-maven-plugin/0.11/jcabi-beanstalk-maven-plugin-0.11.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-beanstalk-maven-plugin/0.11/jcabi-beanstalk-maven-plugin-0.11.pom (9.8 kB at 200 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 99 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 1.2 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-beanstalk-maven-plugin/0.11/jcabi-beanstalk-maven-plugin-0.11.jar
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-beanstalk-maven-plugin/0.11/jcabi-beanstalk-maven-plugin-0.11.jar (72 kB at 1.8 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/3.2.0/maven-antrun-plugin-3.2.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/3.2.0/maven-antrun-plugin-3.2.0.pom (7.7 kB at 136 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/3.2.0/maven-antrun-plugin-3.2.0.jar
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/3.2.0/maven-antrun-plugin-3.2.0.jar (41 kB at 676 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-assembly-plugin/3.8.0/maven-assembly-plugin-3.8.0.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-assembly-plugin/3.8.0/maven-assembly-plugin-3.8.0.pom (16 kB at 277 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-assembly-plugin/3.8.0/maven-assembly-plugin-3.8.0.jar
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-assembly-plugin/3.8.0/maven-assembly-plugin-3.8.0.jar (240 kB at 2.8 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.pom (4.3 kB at 91 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/gmaven/gmaven/2.1.1/gmaven-2.1.1.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/gmaven/gmaven/2.1.1/gmaven-2.1.1.pom (17 kB at 363 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/planet57/buildsupport/public-parent/2/public-parent-2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/planet57/buildsupport/public-parent/2/public-parent-2.pom (1.4 kB at 26 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/planet57/buildsupport/buildsupport/2/buildsupport-2.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/planet57/buildsupport/buildsupport/2/buildsupport-2.pom (23 kB at 300 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.jar
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.jar (38 kB at 763 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 211 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 162 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 1.2 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-dependency-plugin/3.10.0/maven-dependency-plugin-3.10.0.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-dependency-plugin/3.10.0/maven-dependency-plugin-3.10.0.pom (19 kB at 422 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/47/maven-plugins-47.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/47/maven-plugins-47.pom (7.2 kB at 160 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-dependency-plugin/3.10.0/maven-dependency-plugin-3.10.0.jar
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-dependency-plugin/3.10.0/maven-dependency-plugin-3.10.0.jar (228 kB at 1.8 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-help-plugin/3.5.1/maven-help-plugin-3.5.1.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-help-plugin/3.5.1/maven-help-plugin-3.5.1.pom (10 kB at 195 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-help-plugin/3.5.1/maven-help-plugin-3.5.1.jar
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-help-plugin/3.5.1/maven-help-plugin-3.5.1.jar (65 kB at 1.4 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/3.5.0/maven-jar-plugin-3.5.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/3.5.0/maven-jar-plugin-3.5.0.pom (7.6 kB at 123 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/3.5.0/maven-jar-plugin-3.5.0.jar
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/3.5.0/maven-jar-plugin-3.5.0.jar (35 kB at 816 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/3.12.0/maven-javadoc-plugin-3.12.0.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/3.12.0/maven-javadoc-plugin-3.12.0.pom (21 kB at 436 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/3.12.0/maven-javadoc-plugin-3.12.0.jar
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/3.12.0/maven-javadoc-plugin-3.12.0.jar (493 kB at 7.8 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugin-plugin/3.15.2/maven-plugin-plugin-3.15.2.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugin-plugin/3.15.2/maven-plugin-plugin-3.15.2.pom (11 kB at 261 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugin-plugin/3.15.2/maven-plugin-plugin-3.15.2.jar
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugin-plugin/3.15.2/maven-plugin-plugin-3.15.2.jar (42 kB at 854 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-release-plugin/3.3.1/maven-release-plugin-3.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-release-plugin/3.3.1/maven-release-plugin-3.3.1.pom (9.7 kB at 177 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/release/maven-release/3.3.1/maven-release-3.3.1.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/release/maven-release/3.3.1/maven-release-3.3.1.pom (11 kB at 214 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-release-plugin/3.3.1/maven-release-plugin-3.3.1.jar
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-release-plugin/3.3.1/maven-release-plugin-3.3.1.jar (63 kB at 1.3 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/3.5.0/maven-resources-plugin-3.5.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/3.5.0/maven-resources-plugin-3.5.0.pom (7.7 kB at 125 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/3.5.0/maven-resources-plugin-3.5.0.jar
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/3.5.0/maven-resources-plugin-3.5.0.jar (32 kB at 783 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.4.0/maven-source-plugin-3.4.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.4.0/maven-source-plugin-3.4.0.pom (6.8 kB at 124 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.4.0/maven-source-plugin-3.4.0.jar
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.4.0/maven-source-plugin-3.4.0.jar (33 kB at 845 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-war-plugin/3.5.1/maven-war-plugin-3.5.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-war-plugin/3.5.1/maven-war-plugin-3.5.1.pom (9.5 kB at 201 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-war-plugin/3.5.1/maven-war-plugin-3.5.1.jar
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-war-plugin/3.5.1/maven-war-plugin-3.5.1.jar (83 kB at 1.6 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions-maven-plugin/2.21.0/versions-maven-plugin-2.21.0.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions-maven-plugin/2.21.0/versions-maven-plugin-2.21.0.pom (12 kB at 202 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions/versions/2.21.0/versions-2.21.0.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions/versions/2.21.0/versions-2.21.0.pom (15 kB at 337 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions-maven-plugin/2.21.0/versions-maven-plugin-2.21.0.jar
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions-maven-plugin/2.21.0/versions-maven-plugin-2.21.0.jar (301 kB at 4.1 MB/s)
[INFO]
[INFO] ------------------------< org.eolang:eo-parent >------------------------
[INFO] Building eo 1.0-SNAPSHOT [1/5]
[INFO] from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- versions:2.21.0:set (default-cli) @ eo-parent ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions/versions-api/2.21.0/versions-api-2.21.0.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions/versions-api/2.21.0/versions-api-2.21.0.pom (940 B at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions/versions-model/2.21.0/versions-model-2.21.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions/versions-model/2.21.0/versions-model-2.21.0.pom (2.7 kB at 57 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions/versions-model-report/2.21.0/versions-model-report-2.21.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions/versions-model-report/2.21.0/versions-model-report-2.21.0.pom (2.6 kB at 63 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions/versions-common/2.21.0/versions-common-2.21.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions/versions-common/2.21.0/versions-common-2.21.0.pom (5.4 kB at 109 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.4.0/maven-common-artifact-filters-3.4.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.4.0/maven-common-artifact-filters-3.4.0.pom (5.4 kB at 100 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/4.0.0/maven-reporting-api-4.0.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/4.0.0/maven-reporting-api-4.0.0.pom (2.8 kB at 61 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/43/maven-shared-components-43.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/43/maven-shared-components-43.pom (3.8 kB at 67 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/2.0.0/doxia-sink-api-2.0.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/2.0.0/doxia-sink-api-2.0.0.pom (1.4 kB at 32 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/2.0.0/doxia-2.0.0.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/2.0.0/doxia-2.0.0.pom (17 kB at 383 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/4.0.0/maven-reporting-impl-4.0.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/4.0.0/maven-reporting-impl-4.0.0.pom (8.8 kB at 214 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-model/2.0.0/doxia-site-model-2.0.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-model/2.0.0/doxia-site-model-2.0.0.pom (5.8 kB at 121 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/2.0.0/doxia-sitetools-2.0.0.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/2.0.0/doxia-sitetools-2.0.0.pom (12 kB at 218 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom (4.2 kB at 95 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom (14 kB at 335 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 40 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 52 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 220 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 545 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 25 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom (2.6 kB at 71 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom (14 kB at 412 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 12 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 63 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 247 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 166 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 401 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 51 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/2.0.0/doxia-core-2.0.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/2.0.0/doxia-core-2.0.0.pom (3.9 kB at 75 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-integration-tools/2.0.0/doxia-integration-tools-2.0.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-integration-tools/2.0.0/doxia-integration-tools-2.0.0.pom (7.8 kB at 161 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.1.0/plexus-i18n-1.1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.1.0/plexus-i18n-1.1.0.pom (2.8 kB at 58 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom (3.0 kB at 55 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/2.0.0/doxia-site-renderer-2.0.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/2.0.0/doxia-site-renderer-2.0.0.pom (7.4 kB at 180 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-skin-model/2.0.0/doxia-skin-model-2.0.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-skin-model/2.0.0/doxia-skin-model-2.0.0.pom (3.0 kB at 62 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml5/2.0.0/doxia-module-xhtml5-2.0.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml5/2.0.0/doxia-module-xhtml5-2.0.0.pom (2.9 kB at 78 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/2.0.0/doxia-modules-2.0.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/2.0.0/doxia-modules-2.0.0.pom (2.5 kB at 57 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.0.pom (4.1 kB at 113 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.pom (12 kB at 260 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-engine-parent/2.4/velocity-engine-parent-2.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-engine-parent/2.4/velocity-engine-parent-2.4.pom (9.5 kB at 190 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-master/7/velocity-master-7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-master/7/velocity-master-7.pom (7.9 kB at 180 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.pom (2.6 kB at 64 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/tools/velocity-tools-parent/3.1/velocity-tools-parent-3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/tools/velocity-tools-parent/3.1/velocity-tools-parent-3.1.pom (8.0 kB at 186 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-master/4/velocity-master-4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-master/4/velocity-master-4.pom (7.8 kB at 199 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.pom (10 kB at 269 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-engine-parent/2.3/velocity-engine-parent-2.3.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-engine-parent/2.3/velocity-engine-parent-2.3.pom (14 kB at 364 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom (3.8 kB at 89 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom (14 kB at 187 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.pom (18 kB at 429 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 448 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 373 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.pom (7.5 kB at 182 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-apt/2.0.0/doxia-module-apt-2.0.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-apt/2.0.0/doxia-module-apt-2.0.0.pom (2.9 kB at 70 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xdoc/2.0.0/doxia-module-xdoc-2.0.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xdoc/2.0.0/doxia-module-xdoc-2.0.0.pom (5.4 kB at 128 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.pom (4.4 kB at 90 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/41/maven-shared-components-41.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/41/maven-shared-components-41.pom (3.2 kB at 93 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.11.0/plexus-archiver-4.11.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.11.0/plexus-archiver-4.11.0.pom (5.6 kB at 128 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.6.0/plexus-io-3.6.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.6.0/plexus-io-3.6.0.pom (3.5 kB at 97 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.28.0/commons-compress-1.28.0.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.28.0/commons-compress-1.28.0.pom (25 kB at 538 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/85/commons-parent-85.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/85/commons-parent-85.pom (78 kB at 1.8 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.20.0/commons-codec-1.20.0.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.20.0/commons-codec-1.20.0.pom (19 kB at 303 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.11/xz-1.11.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.11/xz-1.11.pom (1.9 kB at 33 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/luben/zstd-jni/1.5.7-6/zstd-jni-1.5.7-6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/luben/zstd-jni/1.5.7-6/zstd-jni-1.5.7-6.pom (2.0 kB at 28 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.5.1/plexus-interactivity-api-1.5.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.5.1/plexus-interactivity-api-1.5.1.pom (1.7 kB at 32 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity/1.5.1/plexus-interactivity-1.5.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity/1.5.1/plexus-interactivity-1.5.1.pom (1.7 kB at 37 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions/versions-api/2.21.0/versions-api-2.21.0.jar
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions/versions-api/2.21.0/versions-api-2.21.0.jar (6.6 kB at 201 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions/versions-model/2.21.0/versions-model-2.21.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions/versions-model-report/2.21.0/versions-model-report-2.21.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions/versions-common/2.21.0/versions-common-2.21.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-collections4/4.5.0/commons-collections4-4.5.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.jar
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions/versions-model/2.21.0/versions-model-2.21.0.jar (13 kB at 287 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.4.0/maven-common-artifact-filters-3.4.0.jar
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.jar (55 kB at 716 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/4.0.0/maven-reporting-api-4.0.0.jar
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions/versions-common/2.21.0/versions-common-2.21.0.jar (186 kB at 2.0 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/4.0.0/maven-reporting-impl-4.0.0.jar
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-collections4/4.5.0/commons-collections4-4.5.0.jar (899 kB at 8.2 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-model/2.0.0/doxia-site-model-2.0.0.jar
Downloaded2from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/4.0.0/maven-reporting-api-4.0.0.jar (9.8 kB at 87 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-integration-tools/2.0.0/doxia-integration-tools-2.0.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.4.0/maven-common-artifact-filters-3.4.0.jar (58 kB at 517 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/versions/versions-model-report/2.21.0/versions-model-report-2.21.0.jar (47 kB at 382 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/2.0.0/doxia-site-renderer-2.0.0.jar
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/4.0.0/maven-reporting-impl-4.0.0.jar (21 kB at 150 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-skin-model/2.0.0/doxia-skin-model-2.0.0.jar
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar (86 kB at 576 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml5/2.0.0/doxia-module-xhtml5-2.0.0.jar
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/2.0.0/doxia-site-renderer-2.0.0.jar (44 kB at 264 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.0.jar
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-integration-tools/2.0.0/doxia-integration-tools-2.0.0.jar (50 kB at 298 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.jar
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-model/2.0.0/doxia-site-model-2.0.0.jar (86 kB at 491 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.jar
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-skin-model/2.0.0/doxia-skin-model-2.0.0.jar (16 kB at 91 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.11.0/commons-beanutils-1.11.0.jar
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml5/2.0.0/doxia-module-xhtml5-2.0.0.jar (17 kB at 82 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.3.5/commons-logging-1.3.5.jar
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.jar (217 kB at 1.0 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.jar
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/2.2.0/plexus-velocity-2.2.0.jar (5.7 kB at 26 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.jar
Downloaded2from1oss.sonatype.org:7https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-engine-core/2.4/velocity-engine-core-2.4.jar (510 kB at 2.2 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-apt/2.0.0/doxia-module-apt-2.0.0.jar
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.11.0/commons-beanutils-1.11.0.jar (247 kB at 1.1 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xdoc/2.0.0/doxia-module-xdoc-2.0.0.jar
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.3.5/commons-logging-1.3.5.jar (74 kB at 300 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.jar
Downloaded2from4oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-apt/2.0.0/doxia-module-apt-2.0.0.jar (54 kB at 196 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.11.0/plexus-archiver-4.11.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.jar (242 kB at 879 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.6.0/plexus-io-3.6.0.jar
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/cliftonlabs/json-simple/3.0.2/json-simple-3.0.2.jar (35 kB at 127 kB/s)
Downloading)from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.28.0/commons-compress-1.28.0.jar
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.jar (27 kB at 96 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.20.0/commons-codec-1.20.0.jar
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xdoc/2.0.0/doxia-module-xdoc-2.0.0.jar (35 kB at 122 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.11/xz-1.11.jar
Downloaded2from3oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.6.0/plexus-io-3.6.0.jar (80 kB at 249 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/luben/zstd-jni/1.5.7-6/zstd-jni-1.5.7-6.jar
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.11.0/plexus-archiver-4.11.0.jar (227 kB at 701 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar
Downloaded2from0oss.sonatype.org:Mhttps://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.20.0/commons-codec-1.20.0.jar (401 kB at 1.2 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/2.0.0/doxia-core-2.0.0.jar
Downloaded2from.oss.sonatype.org:9https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.11/xz-1.11.jar (169 kB at 496 kB/s)
Downloading)from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.21.0/commons-io-2.21.0.jar
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.28.0/commons-compress-1.28.0.jar (1.1 MB at 3.2 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-text/1.15.0/commons-text-1.15.0.jar
Downloaded2from.oss.sonatype.org:9https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar (379 kB at 982 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/2.0.0/doxia-sink-api-2.0.0.jar
Downloaded3from.oss.sonatype.org:5https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.21.0/commons-io-2.21.0.jar (585 kB at 1.5 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.1.0/plexus-i18n-1.1.0.jar
Downloaded2from.oss.sonatype.org:5https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-text/1.15.0/commons-text-1.15.0.jar (265 kB at 661 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.5.1/plexus-interactivity-api-1.5.1.jar
Downloaded2from.oss.sonatype.org:8https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/2.0.0/doxia-core-2.0.0.jar (168 kB at 390 kB/s)
Downloading)from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/woodstox/woodstox-core/7.1.1/woodstox-core-7.1.1.jar
Downloaded2from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/2.0.0/doxia-sink-api-2.0.0.jar (11 kB at 26 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.jar
Downloaded2from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.1.0/plexus-i18n-1.1.0.jar (10 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.20.0/commons-lang3-3.20.0.jar
Downloaded2from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.5.1/plexus-interactivity-api-1.5.1.jar (10 kB at 22 kB/s)
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/luben/zstd-jni/1.5.7-6/zstd-jni-1.5.7-6.jar (7.4 MB at 16 MB/s)
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/woodstox/woodstox-core/7.1.1/woodstox-core-7.1.1.jar (1.6 MB at 3.2 MB/s)
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.jar (196 kB at 390 kB/s)
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.20.0/commons-lang3-3.20.0.jar (714 kB at 1.4 MB/s)
[INFO] Searching for local aggregator root...
[INFO] Local aggregation root: /home/r/repo
[INFO] Processing change of org.eolang:eo-parent:1.0-SNAPSHOT -> 0.60.0
[INFO] Processing org.eolang:eo-parent
[INFO] Updating project org.eolang:eo-parent
[INFO] from version 1.0-SNAPSHOT to 0.60.0
[INFO]
[INFO] Processing org.eolang:eo-integration-tests
[INFO] Updating parent org.eolang:eo-parent
[INFO] from version 1.0-SNAPSHOT to 0.60.0
[INFO]
[INFO] Processing org.eolang:eo-maven-plugin
[INFO] Updating parent org.eolang:eo-parent
[INFO] from version 1.0-SNAPSHOT to 0.60.0
[INFO]
[INFO] Processing org.eolang:eo-parser
[INFO] Updating parent org.eolang:eo-parent
[INFO] from version 1.0-SNAPSHOT to 0.60.0
[INFO]
[INFO] Processing org.eolang:eo-runtime
[INFO] Updating parent org.eolang:eo-parent
[INFO] from version 1.0-SNAPSHOT to 0.60.0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for eo 1.0-SNAPSHOT:
[INFO]
[INFO] eo ................................................. SUCCESS [ 4.513 s]
[INFO] eo-parser .......................................... SKIPPED
[INFO] eo-maven-plugin .................................... SKIPPED
[INFO] eo-runtime ......................................... SKIPPED
[INFO] eo-integration-tests ............................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.289 s
[INFO] Finished at: 2026-03-25T16:20:09Z
[INFO] ------------------------------------------------------------------------
0m0m[__rultor dadfbbbc49] 0.60.0
6 files changed, 6 insertions(+), 6 deletions(-)
[1;34mINFOm] Scanning for projects...
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] 1mReactor Build Order:m
[1;34mINFOm]
[1;34mINFOm] eo [pom]
[1;34mINFOm] eo-parser [jar]
[1;34mINFOm] eo-maven-plugin [maven-plugin]
[1;34mINFOm] eo-runtime [jar]
[1;34mINFOm] eo-integration-tests [jar]
[1;34mINFOm]
[1;34mINFOm] 1m------------------------< 0;36morg.eolang:eo-parent0;1m >------------------------m
[1;34mINFOm] 1mBuilding eo 0.60.0 [1/5]m
[1;34mINFOm] from pom.xml
[1;34mINFOm] 1m--------------------------------[ pom ]---------------------------------m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mclean:3.5.0:cleanm 1m(default-clean)m @ 36meo-parent0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32menforcer:3.6.2:enforcem 1m(enforce-java)m @ 36meo-parent0;1m ---m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/enforcer/enforcer-api/3.6.2/enforcer-api-3.6.2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/enforcer/enforcer-api/3.6.2/enforcer-api-3.6.2.pom90m (3.8 kB at 10 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/enforcer/enforcer-rules/3.6.2/enforcer-rules-3.6.2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/enforcer/enforcer-rules/3.6.2/enforcer-rules-3.6.2.pom90m (5.2 kB at 80 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-util/1.9.23/maven-resolver-util-1.9.23.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-util/1.9.23/maven-resolver-util-1.9.23.pom90m (2.2 kB at 36 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver/1.9.23/maven-resolver-1.9.23.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver/1.9.23/maven-resolver-1.9.23.pom90m (23 kB at 255 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-api/1.9.23/maven-resolver-api-1.9.23.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-api/1.9.23/maven-resolver-api-1.9.23.pom90m (2.2 kB at 32 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-lang3/3.19.0/commons-lang3-3.19.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-lang3/3.19.0/commons-lang3-3.19.0.pom90m (32 kB at 467 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-parent/88/commons-parent-88.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-parent/88/commons-parent-88.pom90m (80 kB at 1.0 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-codec/commons-codec/1.19.0/commons-codec-1.19.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-codec/commons-codec/1.19.0/commons-codec-1.19.0.pom90m (18 kB at 257 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-io/commons-io/2.20.0/commons-io-2.20.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-io/commons-io/2.20.0/commons-io-2.20.0.pom90m (20 kB at 353 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom90m (5.0 kB at 61 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/enforcer/enforcer-api/3.6.2/enforcer-api-3.6.2.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/enforcer/enforcer-api/3.6.2/enforcer-api-3.6.2.jar90m (15 kB at 276 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/enforcer/enforcer-rules/3.6.2/enforcer-rules-3.6.2.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-util/1.9.23/maven-resolver-util-1.9.23.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-lang3/3.19.0/commons-lang3-3.19.0.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-codec/commons-codec/1.19.0/commons-codec-1.19.0.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-io/commons-io/2.20.0/commons-io-2.20.0.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/enforcer/enforcer-rules/3.6.2/enforcer-rules-3.6.2.jar90m (152 kB at 2.1 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
Downloaded90m from70moss.sonatype.org90m:9https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-util/1.9.23/maven-resolver-util-1.9.23.jar90m (196 kB at 1.4 MB/s)0m
Downloaded90m from70moss.sonatype.org90m:6https://oss.sonatype.org/content/groups/public/0mcommons-io/commons-io/2.20.0/commons-io-2.20.0.jar90m (564 kB at 3.9 MB/s)0m
Downloaded90m from70moss.sonatype.org90m:8https://oss.sonatype.org/content/groups/public/0mcommons-codec/commons-codec/1.19.0/commons-codec-1.19.0.jar90m (375 kB at 2.5 MB/s)0m
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-lang3/3.19.0/commons-lang3-3.19.0.jar90m (709 kB at 4.6 MB/s)0m
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar90m (389 kB at 2.5 MB/s)0m
[1;34mINFOm] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32menforcer:3.6.2:enforcem 1m(enforce-maven)m @ 36meo-parent0;1m ---m
[1;34mINFOm] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32menforcer:3.6.2:enforcem 1m(enforce-deps)m @ 36meo-parent0;1m ---m
[1;34mINFOm] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireUpperBoundDeps passed
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber:3.3.0:createm 1m(jcabi-build-number)m @ 36meo-parent0;1m ---m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-api/2.2.1/maven-scm-api-2.2.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-api/2.2.1/maven-scm-api-2.2.1.pom90m (2.1 kB at 25 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm/2.2.1/maven-scm-2.2.1.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm/2.2.1/maven-scm-2.2.1.pom90m (18 kB at 298 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-lang3/3.18.0/commons-lang3-3.18.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-lang3/3.18.0/commons-lang3-3.18.0.pom90m (32 kB at 593 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-manager-plexus/2.2.1/maven-scm-manager-plexus-2.2.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-manager-plexus/2.2.1/maven-scm-manager-plexus-2.2.1.pom90m (1.8 kB at 29 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-managers/2.2.1/maven-scm-managers-2.2.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-managers/2.2.1/maven-scm-managers-2.2.1.pom90m (1.5 kB at 21 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-provider-svnexe/2.2.1/maven-scm-provider-svnexe-2.2.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-provider-svnexe/2.2.1/maven-scm-provider-svnexe-2.2.1.pom90m (2.7 kB at 45 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-providers-svn/2.2.1/maven-scm-providers-svn-2.2.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-providers-svn/2.2.1/maven-scm-providers-svn-2.2.1.pom90m (2.1 kB at 37 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-providers/2.2.1/maven-scm-providers-2.2.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-providers/2.2.1/maven-scm-providers-2.2.1.pom90m (3.4 kB at 62 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-provider-svn-commons/2.2.1/maven-scm-provider-svn-commons-2.2.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-provider-svn-commons/2.2.1/maven-scm-provider-svn-commons-2.2.1.pom90m (3.5 kB at 50 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-provider-gitexe/2.2.1/maven-scm-provider-gitexe-2.2.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-provider-gitexe/2.2.1/maven-scm-provider-gitexe-2.2.1.pom90m (2.7 kB at 41 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-providers-git/2.2.1/maven-scm-providers-git-2.2.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-providers-git/2.2.1/maven-scm-providers-git-2.2.1.pom90m (2.2 kB at 32 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-text/1.14.0/commons-text-1.14.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-text/1.14.0/commons-text-1.14.0.pom90m (23 kB at 420 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-provider-git-commons/2.2.1/maven-scm-provider-git-commons-2.2.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-provider-git-commons/2.2.1/maven-scm-provider-git-commons-2.2.1.pom90m (3.3 kB at 51 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-provider-hg/2.2.1/maven-scm-provider-hg-2.2.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-provider-hg/2.2.1/maven-scm-provider-hg-2.2.1.pom90m (3.1 kB at 48 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.pom90m (9.7 kB at 161 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-provider-svn-commons/2.0.0-M3/maven-scm-provider-svn-commons-2.0.0-M3.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-provider-svn-commons/2.0.0-M3/maven-scm-provider-svn-commons-2.0.0-M3.pom90m (3.4 kB at 50 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-providers-svn/2.0.0-M3/maven-scm-providers-svn-2.0.0-M3.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-providers-svn/2.0.0-M3/maven-scm-providers-svn-2.0.0-M3.pom90m (2.2 kB at 39 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-providers/2.0.0-M3/maven-scm-providers-2.0.0-M3.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-providers/2.0.0-M3/maven-scm-providers-2.0.0-M3.pom90m (3.5 kB at 63 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm/2.0.0-M3/maven-scm-2.0.0-M3.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm/2.0.0-M3/maven-scm-2.0.0-M3.pom90m (22 kB at 373 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom90m (8.2 kB at 128 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-api/2.0.0-M3/maven-scm-api-2.0.0-M3.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-api/2.0.0-M3/maven-scm-api-2.0.0-M3.pom90m (2.0 kB at 40 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/java/dev/jna/jna/5.12.1/jna-5.12.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/java/dev/jna/jna/5.12.1/jna-5.12.1.pom90m (2.0 kB at 28 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom90m (8.0 kB at 141 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.pom90m (3.8 kB at 60 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.pom90m (12 kB at 198 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/sshd/sshd/2.9.2/sshd-2.9.2.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/sshd/sshd/2.9.2/sshd-2.9.2.pom90m (77 kB at 1.1 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/testcontainers/testcontainers-bom/1.16.2/testcontainers-bom-1.16.2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/testcontainers/testcontainers-bom/1.16.2/testcontainers-bom-1.16.2.pom90m (7.2 kB at 127 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/springframework/spring-framework-bom/5.3.20/spring-framework-bom-5.3.20.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/springframework/spring-framework-bom/5.3.20/spring-framework-bom-5.3.20.pom90m (5.7 kB at 98 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.pom90m (4.7 kB at 67 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom90m (3.8 kB at 57 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom90m (14 kB at 203 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom90m (1.2 kB at 21 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.pom90m (6.8 kB at 86 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mde/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mde/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.pom90m (1.7 kB at 20 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.pom90m (2.8 kB at 41 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom90m (3.1 kB at 36 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/antlr/antlr-master/3.4/antlr-master-3.4.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/antlr/antlr-master/3.4/antlr-master-3.4.pom90m (9.4 kB at 129 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/java/dev/jna/jna/5.6.0/jna-5.6.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/java/dev/jna/jna/5.6.0/jna-5.6.0.pom90m (1.6 kB at 26 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.pom90m (1.8 kB at 30 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.pom90m (1.2 kB at 19 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.pom90m (1.7 kB at 31 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcraft/jsch.agentproxy/0.0.9/jsch.agentproxy-0.0.9.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcraft/jsch.agentproxy/0.0.9/jsch.agentproxy-0.0.9.pom90m (4.3 kB at 56 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/oss/oss-parent/6/oss-parent-6.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/oss/oss-parent/6/oss-parent-6.pom90m (4.8 kB at 75 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.pom90m (804 B at 16 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.pom90m (1.3 kB at 24 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.pom90m (996 B at 16 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom90m (971 B at 21 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.pom90m (1.3 kB at 20 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.pom90m (1.1 kB at 18 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom90m (1.1 kB at 22 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/lz4/lz4-java/1.4.1/lz4-java-1.4.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/lz4/lz4-java/1.4.1/lz4-java-1.4.1.pom90m (2.0 kB at 35 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom90m (3.0 kB at 54 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/spice/spice-parent/12/spice-parent-12.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/spice/spice-parent/12/spice-parent-12.pom90m (6.8 kB at 117 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/forge/forge-parent/4/forge-parent-4.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/forge/forge-parent/4/forge-parent-4.pom90m (8.4 kB at 138 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom90m (5.1 kB at 112 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom90m (9.0 kB at 163 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom90m (2.1 kB at 39 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/code/gson/gson/2.13.2/gson-2.13.2.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/code/gson/gson/2.13.2/gson-2.13.2.pom90m (13 kB at 245 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/code/gson/gson-parent/2.13.2/gson-parent-2.13.2.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/code/gson/gson-parent/2.13.2/gson-parent-2.13.2.pom90m (27 kB at 466 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-api/2.2.1/maven-scm-api-2.2.1.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-api/2.2.1/maven-scm-api-2.2.1.jar90m (112 kB at 2.2 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-lang3/3.18.0/commons-lang3-3.18.0.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-manager-plexus/2.2.1/maven-scm-manager-plexus-2.2.1.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-provider-svnexe/2.2.1/maven-scm-provider-svnexe-2.2.1.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-provider-gitexe/2.2.1/maven-scm-provider-gitexe-2.2.1.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-text/1.14.0/commons-text-1.14.0.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-manager-plexus/2.2.1/maven-scm-manager-plexus-2.2.1.jar90m (8.9 kB at 202 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-provider-git-commons/2.2.1/maven-scm-provider-git-commons-2.2.1.jar
Downloaded90m from70moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-provider-svnexe/2.2.1/maven-scm-provider-svnexe-2.2.1.jar90m (85 kB at 1.2 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-provider-svn-commons/2.2.1/maven-scm-provider-svn-commons-2.2.1.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-lang3/3.18.0/commons-lang3-3.18.0.jar90m (703 kB at 10 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-provider-hg/2.2.1/maven-scm-provider-hg-2.2.1.jar
Downloaded90m from60moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-provider-gitexe/2.2.1/maven-scm-provider-gitexe-2.2.1.jar90m (77 kB at 1.0 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-text/1.14.0/commons-text-1.14.0.jar90m (260 kB at 3.3 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/java/dev/jna/jna/5.12.1/jna-5.12.1.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-provider-git-commons/2.2.1/maven-scm-provider-git-commons-2.2.1.jar90m (37 kB at 398 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-provider-hg/2.2.1/maven-scm-provider-hg-2.2.1.jar90m (67 kB at 532 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/scm/maven-scm-provider-svn-commons/2.2.1/maven-scm-provider-svn-commons-2.2.1.jar90m (40 kB at 303 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar
Downloaded90m from10moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.jar90m (69 kB at 491 kB/s)0m
90mDownloading0from.0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.jar
Downloaded90m fromM0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/java/dev/jna/jna/5.12.1/jna-5.12.1.jar90m (1.9 MB at 11 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar
Downloaded90m from40moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar90m (17 kB at 88 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mde/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.jar
Downloaded90m from40moss.sonatype.org90m:5https://oss.sonatype.org/content/groups/public/0morg/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.jar90m (945 kB at 4.4 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.jar
Downloaded90m from40moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.jar90m (950 kB at 4.2 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar
Downloaded90m from40moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar90m (63 kB at 243 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar
Downloaded90m fromM0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.jar90m (4.3 MB at 17 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mde/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.jar90m (72 kB at 268 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.jar
Downloaded90m from70moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar90m (164 kB at 561 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.jar90m (762 kB at 2.6 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.jar90m (248 kB at 801 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar
Downloaded90m from20moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar90m (9.6 kB at 28 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar
Downloaded90m from20moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar90m (5.3 kB at 15 kB/s)0m
90mDownloading2from.0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.jar
Downloaded90m fromM0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar90m (2.7 MB at 7.6 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.jar90m (6.6 kB at 18 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.jar90m (12 kB at 33 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar90m (4.3 kB at 11 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.jar90m (7.8 kB at 19 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/code/gson/gson/2.13.2/gson-2.13.2.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar90m (28 kB at 64 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/errorprone/error_prone_annotations/2.41.0/error_prone_annotations-2.41.0.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.jar90m (3.8 kB at 8.6 kB/s)0m
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar90m (13 kB at 30 kB/s)0m
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/code/gson/gson/2.13.2/gson-2.13.2.jar90m (290 kB at 627 kB/s)0m
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar90m (370 kB at 798 kB/s)0m
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/errorprone/error_prone_annotations/2.41.0/error_prone_annotations-2.41.0.jar90m (20 kB at 42 kB/s)0m
[1;34mINFOm] ShortRevision tag detected. The value is '7'.
[1;34mINFOm] Storing buildNumber: dadfbbb at timestamp: 2026-03-25T16:20:17
[1;34mINFOm] Storing scmBranch: __rultor
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber:3.3.0:create-timestampm 1m(jcabi-build-number)m @ 36meo-parent0;1m ---m
[1;34mINFOm] Skipping because we are not in root module.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mlicense:2.7.1:check-file-headerm 1m(check-licenses)m @ 36meo-parent0;1m ---m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-io/commons-io/2.17.0/commons-io-2.17.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-io/commons-io/2.17.0/commons-io-2.17.0.pom90m (20 kB at 426 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-parent/74/commons-parent-74.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-parent/74/commons-parent-74.pom90m (78 kB at 1.4 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/junit/junit-bom/5.11.0/junit-bom-5.11.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/junit/junit-bom/5.11.0/junit-bom-5.11.0.pom90m (5.6 kB at 131 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.0.pom90m (31 kB at 548 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-parent/73/commons-parent-73.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-parent/73/commons-parent-73.pom90m (78 kB at 1.7 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M3/org.eclipse.sisu.plexus-0.9.0.M3.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M3/org.eclipse.sisu.plexus-0.9.0.M3.pom90m (17 kB at 299 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/sisu-inject/0.9.0.M3/sisu-inject-0.9.0.M3.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/sisu-inject/0.9.0.M3/sisu-inject-0.9.0.M3.pom90m (24 kB at 480 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M3/org.eclipse.sisu.inject-0.9.0.M3.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M3/org.eclipse.sisu.inject-0.9.0.M3.pom90m (20 kB at 426 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom90m (2.3 kB at 48 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom90m (30 kB at 613 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-parent/51/commons-parent-51.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-parent/51/commons-parent-51.pom90m (78 kB at 1.0 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom90m (18 kB at 391 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom90m (11 kB at 196 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-parent/14/commons-parent-14.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-parent/14/commons-parent-14.pom90m (31 kB at 506 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-lang3/3.10/commons-lang3-3.10.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-lang3/3.10/commons-lang3-3.10.pom90m (31 kB at 555 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-parent/50/commons-parent-50.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-parent/50/commons-parent-50.pom90m (76 kB at 957 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-archiver/3.6.6/maven-archiver-3.6.6.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-archiver/3.6.6/maven-archiver-3.6.6.pom90m (5.2 kB at 102 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-shared-components/45/maven-shared-components-45.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-shared-components/45/maven-shared-components-45.pom90m (3.8 kB at 77 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-archiver/4.10.4/plexus-archiver-4.10.4.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-archiver/4.10.4/plexus-archiver-4.10.4.pom90m (5.6 kB at 90 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mio/airlift/aircompressor/0.27/aircompressor-0.27.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mio/airlift/aircompressor/0.27/aircompressor-0.27.pom90m (5.8 kB at 122 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mio/airlift/airbase/112/airbase-112.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mio/airlift/airbase/112/airbase-112.pom90m (69 kB at 1.0 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/junit/junit-bom/5.8.0-M1/junit-bom-5.8.0-M1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/junit/junit-bom/5.8.0-M1/junit-bom-5.8.0-M1.pom90m (5.7 kB at 111 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/tukaani/xz/1.10/xz-1.10.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/tukaani/xz/1.10/xz-1.10.pom90m (1.9 kB at 29 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-xml/3.0.2/plexus-xml-3.0.2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-xml/3.0.2/plexus-xml-3.0.2.pom90m (3.6 kB at 56 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/nuiton/processor/nuiton-processor/1.3/nuiton-processor-1.3.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/nuiton/processor/nuiton-processor/1.3/nuiton-processor-1.3.pom90m (4.5 kB at 65 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/nuiton/processor/1.3/processor-1.3.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/nuiton/processor/1.3/processor-1.3.pom90m (7.0 kB at 124 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/nuiton/mavenpom4redmineAndCentral/3.4.4/mavenpom4redmineAndCentral-3.4.4.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/nuiton/mavenpom4redmineAndCentral/3.4.4/mavenpom4redmineAndCentral-3.4.4.pom90m (4.5 kB at 93 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/nuiton/mavenpom4redmine/3.4.4/mavenpom4redmine-3.4.4.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/nuiton/mavenpom4redmine/3.4.4/mavenpom4redmine-3.4.4.pom90m (21 kB at 432 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/nuiton/mavenpom/3.4.4/mavenpom-3.4.4.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/nuiton/mavenpom/3.4.4/mavenpom-3.4.4.pom90m (67 kB at 1.1 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/freemarker/freemarker/2.3.34/freemarker-2.3.34.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/freemarker/freemarker/2.3.34/freemarker-2.3.34.pom90m (3.4 kB at 59 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom90m (6.6 kB at 147 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom90m (15 kB at 355 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom90m (5.0 kB at 103 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom90m (12 kB at 306 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/logging/log4j/log4j-to-slf4j/2.25.3/log4j-to-slf4j-2.25.3.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/logging/log4j/log4j-to-slf4j/2.25.3/log4j-to-slf4j-2.25.3.pom90m (5.5 kB at 110 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/logging/log4j/log4j/2.25.3/log4j-2.25.3.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/logging/log4j/log4j/2.25.3/log4j-2.25.3.pom90m (41 kB at 938 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/logging/log4j/log4j-bom/2.25.3/log4j-bom-2.25.3.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/logging/log4j/log4j-bom/2.25.3/log4j-bom-2.25.3.pom90m (12 kB at 223 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/jackson-bom/2.19.1/jackson-bom-2.19.1.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/jackson-bom/2.19.1/jackson-bom-2.19.1.pom90m (20 kB at 422 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/jackson-parent/2.19.2/jackson-parent-2.19.2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/jackson-parent/2.19.2/jackson-parent-2.19.2.pom90m (7.2 kB at 175 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mjakarta/platform/jakarta.jakartaee-bom/9.1.0/jakarta.jakartaee-bom-9.1.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mjakarta/platform/jakarta.jakartaee-bom/9.1.0/jakarta.jakartaee-bom-9.1.0.pom90m (9.6 kB at 174 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mjakarta/platform/jakartaee-api-parent/9.1.0/jakartaee-api-parent-9.1.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mjakarta/platform/jakartaee-api-parent/9.1.0/jakartaee-api-parent-9.1.0.pom90m (15 kB at 265 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/ee4j/project/1.0.7/project-1.0.7.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/ee4j/project/1.0.7/project-1.0.7.pom90m (14 kB at 273 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom90m (3.2 kB at 56 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/springframework/spring-framework-bom/5.3.39/spring-framework-bom-5.3.39.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/springframework/spring-framework-bom/5.3.39/spring-framework-bom-5.3.39.pom90m (5.7 kB at 99 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/logging/log4j/log4j-api/2.25.3/log4j-api-2.25.3.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/logging/log4j/log4j-api/2.25.3/log4j-api-2.25.3.pom90m (4.5 kB at 79 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom90m (1.1 kB at 21 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/poi/poi-ooxml/5.5.1/poi-ooxml-5.5.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/poi/poi-ooxml/5.5.1/poi-ooxml-5.5.1.pom90m (7.2 kB at 129 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/logging/log4j/log4j-bom/2.24.3/log4j-bom-2.24.3.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/logging/log4j/log4j-bom/2.24.3/log4j-bom-2.24.3.pom90m (12 kB at 323 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/logging/logging-parent/11.3.0/logging-parent-11.3.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/logging/logging-parent/11.3.0/logging-parent-11.3.0.pom90m (53 kB at 1.2 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/poi/poi/5.5.1/poi-5.5.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/poi/poi/5.5.1/poi-5.5.1.pom90m (3.8 kB at 93 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/zaxxer/SparseBitSet/1.3/SparseBitSet-1.3.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/zaxxer/SparseBitSet/1.3/SparseBitSet-1.3.pom90m (4.8 kB at 114 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/logging/log4j/log4j-api/2.24.3/log4j-api-2.24.3.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/logging/log4j/log4j-api/2.24.3/log4j-api-2.24.3.pom90m (4.4 kB at 96 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/logging/log4j/log4j/2.24.3/log4j-2.24.3.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/logging/log4j/log4j/2.24.3/log4j-2.24.3.pom90m (35 kB at 974 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/groovy/groovy-bom/4.0.22/groovy-bom-4.0.22.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/groovy/groovy-bom/4.0.22/groovy-bom-4.0.22.pom90m (27 kB at 649 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/jackson-bom/2.17.2/jackson-bom-2.17.2.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/jackson-bom/2.17.2/jackson-bom-2.17.2.pom90m (19 kB at 492 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/jackson-parent/2.17/jackson-parent-2.17.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/jackson-parent/2.17/jackson-parent-2.17.pom90m (6.5 kB at 163 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/oss-parent/58/oss-parent-58.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/oss-parent/58/oss-parent-58.pom90m (24 kB at 473 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/poi/poi-ooxml-lite/5.5.1/poi-ooxml-lite-5.5.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/poi/poi-ooxml-lite/5.5.1/poi-ooxml-lite-5.5.1.pom90m (3.2 kB at 47 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/xmlbeans/xmlbeans/5.3.0/xmlbeans-5.3.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/xmlbeans/xmlbeans/5.3.0/xmlbeans-5.3.0.pom90m (4.8 kB at 97 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/logging/log4j/log4j-bom/2.24.2/log4j-bom-2.24.2.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/logging/log4j/log4j-bom/2.24.2/log4j-bom-2.24.2.pom90m (12 kB at 314 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/github/virtuald/curvesapi/1.08/curvesapi-1.08.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/github/virtuald/curvesapi/1.08/curvesapi-1.08.pom90m (4.4 kB at 89 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/odftoolkit/odfdom-java/0.12.0/odfdom-java-0.12.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/odftoolkit/odfdom-java/0.12.0/odfdom-java-0.12.0.pom90m (35 kB at 681 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/odftoolkit/odftoolkit/0.12.0/odftoolkit-0.12.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/odftoolkit/odftoolkit/0.12.0/odftoolkit-0.12.0.pom90m (37 kB at 838 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mxerces/xercesImpl/2.12.2/xercesImpl-2.12.2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mxerces/xercesImpl/2.12.2/xercesImpl-2.12.2.pom90m (3.3 kB at 66 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mxalan/serializer/2.7.3/serializer-2.7.3.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mxalan/serializer/2.7.3/serializer-2.7.3.pom90m (389 B at 9.0 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/jena/jena-core/4.10.0/jena-core-4.10.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/jena/jena-core/4.10.0/jena-core-4.10.0.pom90m (8.7 kB at 155 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/jena/jena/4.10.0/jena-4.10.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/jena/jena/4.10.0/jena-4.10.0.pom90m (41 kB at 830 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/jackson-bom/2.15.3/jackson-bom-2.15.3.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/jackson-bom/2.15.3/jackson-bom-2.15.3.pom90m (18 kB at 450 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom90m (6.5 kB at 152 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/oss-parent/50/oss-parent-50.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/oss-parent/50/oss-parent-50.pom90m (24 kB at 549 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/jetty/jetty-bom/10.0.17/jetty-bom-10.0.17.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/jetty/jetty-bom/10.0.17/jetty-bom-10.0.17.pom90m (19 kB at 324 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/logging/log4j/log4j-bom/2.21.0/log4j-bom-2.21.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/logging/log4j/log4j-bom/2.21.0/log4j-bom-2.21.0.pom90m (12 kB at 222 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/logging/logging-parent/10.1.1/logging-parent-10.1.1.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/logging/logging-parent/10.1.1/logging-parent-10.1.1.pom90m (39 kB at 834 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/jena/jena-base/4.10.0/jena-base-4.10.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/jena/jena-base/4.10.0/jena-base-4.10.0.pom90m (5.1 kB at 125 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-csv/1.10.0/commons-csv-1.10.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-csv/1.10.0/commons-csv-1.10.0.pom90m (20 kB at 376 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-parent/56/commons-parent-56.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-parent/56/commons-parent-56.pom90m (82 kB at 1.9 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-io/commons-io/2.14.0/commons-io-2.14.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-io/commons-io/2.14.0/commons-io-2.14.0.pom90m (20 kB at 415 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-parent/62/commons-parent-62.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-parent/62/commons-parent-62.pom90m (81 kB at 1.6 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom90m (31 kB at 645 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-parent/58/commons-parent-58.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-parent/58/commons-parent-58.pom90m (83 kB at 1.5 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom90m (16 kB at 348 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.pom90m (22 kB at 404 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-parent/61/commons-parent-61.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-parent/61/commons-parent-61.pom90m (81 kB at 1.5 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom90m (24 kB at 553 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-parent/48/commons-parent-48.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-parent/48/commons-parent-48.pom90m (72 kB at 1.8 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/github/ben-manes/caffeine/caffeine/3.1.8/caffeine-3.1.8.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/github/ben-manes/caffeine/caffeine/3.1.8/caffeine-3.1.8.pom90m (2.1 kB at 35 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.pom90m (2.1 kB at 46 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.pom90m (1.8 kB at 40 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/errorprone/error_prone_parent/2.21.1/error_prone_parent-2.21.1.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/errorprone/error_prone_parent/2.21.1/error_prone_parent-2.21.1.pom90m (13 kB at 261 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/github/andrewoma/dexx/collection/0.7/collection-0.7.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/github/andrewoma/dexx/collection/0.7/collection-0.7.pom90m (2.1 kB at 41 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/jena/jena-iri/4.10.0/jena-iri-4.10.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/jena/jena-iri/4.10.0/jena-iri-4.10.0.pom90m (3.2 kB at 69 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-cli/commons-cli/1.5.0/commons-cli-1.5.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-cli/commons-cli/1.5.0/commons-cli-1.5.0.pom90m (15 kB at 343 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/roaringbitmap/RoaringBitmap/1.0.0/RoaringBitmap-1.0.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/roaringbitmap/RoaringBitmap/1.0.0/RoaringBitmap-1.0.0.pom90m (2.1 kB at 38 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/rootdev/java-rdfa/1.0.0-BETA1/java-rdfa-1.0.0-BETA1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/rootdev/java-rdfa/1.0.0-BETA1/java-rdfa-1.0.0-BETA1.pom90m (5.5 kB at 117 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/rootdev/java-rdfa-parent/1.0.0-BETA1/java-rdfa-parent-1.0.0-BETA1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/rootdev/java-rdfa-parent/1.0.0-BETA1/java-rdfa-parent-1.0.0-BETA1.pom90m (8.7 kB at 213 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/jena/jena-iri/3.16.0/jena-iri-3.16.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/jena/jena-iri/3.16.0/jena-iri-3.16.0.pom90m (4.3 kB at 110 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/jena/jena/3.16.0/jena-3.16.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/jena/jena/3.16.0/jena-3.16.0.pom90m (37 kB at 914 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/logging/log4j/log4j-bom/2.13.3/log4j-bom-2.13.3.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/logging/log4j/log4j-bom/2.13.3/log4j-bom-2.13.3.pom90m (7.6 kB at 156 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/logging/logging-parent/1/logging-parent-1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/logging/logging-parent/1/logging-parent-1.pom90m (3.2 kB at 67 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-validator/commons-validator/1.7/commons-validator-1.7.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-validator/commons-validator/1.7/commons-validator-1.7.pom90m (14 kB at 255 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-digester/commons-digester/2.1/commons-digester-2.1.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-digester/commons-digester/2.1/commons-digester-2.1.pom90m (10 kB at 239 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/json/json/20231013/json-20231013.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/json/json/20231013/json-20231013.pom90m (6.6 kB at 111 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-simple/1.7.36/slf4j-simple-1.7.36.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-simple/1.7.36/slf4j-simple-1.7.36.pom90m (1.0 kB at 22 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0.pom90m (22 kB at 529 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mxml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mxml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom90m (2.7 kB at 54 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-archiver/3.6.6/maven-archiver-3.6.6.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-archiver/3.6.6/maven-archiver-3.6.6.jar90m (28 kB at 766 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-archiver/4.10.4/plexus-archiver-4.10.4.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mio/airlift/aircompressor/0.27/aircompressor-0.27.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/tukaani/xz/1.10/xz-1.10.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M3/org.eclipse.sisu.plexus-0.9.0.M3.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M3/org.eclipse.sisu.inject-0.9.0.M3.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-archiver/4.10.4/plexus-archiver-4.10.4.jar90m (227 kB at 5.7 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M3/org.eclipse.sisu.plexus-0.9.0.M3.jar90m (216 kB at 4.3 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/tukaani/xz/1.10/xz-1.10.jar90m (169 kB at 3.2 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/nuiton/processor/nuiton-processor/1.3/nuiton-processor-1.3.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mio/airlift/aircompressor/0.27/aircompressor-0.27.jar90m (255 kB at 3.5 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M3/org.eclipse.sisu.inject-0.9.0.M3.jar90m (434 kB at 5.9 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/freemarker/freemarker/2.3.34/freemarker-2.3.34.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar90m (4.2 kB at 47 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/nuiton/processor/nuiton-processor/1.3/nuiton-processor-1.3.jar90m (30 kB at 292 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar90m (53 kB at 456 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-codec/commons-codec/1.11/commons-codec-1.11.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar90m (786 kB at 5.4 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/logging/log4j/log4j-to-slf4j/2.25.3/log4j-to-slf4j-2.25.3.jar
Downloaded90m from10moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar90m (61 kB at 399 kB/s)0m
90mDownloading0from.0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/logging/log4j/log4j-api/2.25.3/log4j-api-2.25.3.jar
Downloaded90m from10moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar90m (328 kB at 2.1 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar
Downloaded90m fromM0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/freemarker/freemarker/2.3.34/freemarker-2.3.34.jar90m (1.9 MB at 11 MB/s)0m
90mDownloading1from30moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/poi/poi-ooxml/5.5.1/poi-ooxml-5.5.1.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-codec/commons-codec/1.11/commons-codec-1.11.jar90m (335 kB at 2.0 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/poi/poi/5.5.1/poi-5.5.1.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/logging/log4j/log4j-api/2.25.3/log4j-api-2.25.3.jar90m (351 kB at 1.7 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar
Downloaded90m from30moss.sonatype.org90m:0https://oss.sonatype.org/content/groups/public/0morg/apache/logging/log4j/log4j-to-slf4j/2.25.3/log4j-to-slf4j-2.25.3.jar90m (24 kB at 108 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/zaxxer/SparseBitSet/1.3/SparseBitSet-1.3.jar
Downloaded90m from30moss.sonatype.org90m:7https://oss.sonatype.org/content/groups/public/0morg/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar90m (475 kB at 2.0 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/poi/poi-ooxml-lite/5.5.1/poi-ooxml-lite-5.5.1.jar
Downloaded90m from30moss.sonatype.org90m:.https://oss.sonatype.org/content/groups/public/0morg/apache/poi/poi-ooxml/5.5.1/poi-ooxml-5.5.1.jar90m (2.1 MB at 8.0 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/xmlbeans/xmlbeans/5.3.0/xmlbeans-5.3.0.jar
Downloaded90m fromM0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/poi/poi/5.5.1/poi-5.5.1.jar90m (3.0 MB at 11 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/github/virtuald/curvesapi/1.08/curvesapi-1.08.jar
Downloaded90m fromM0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar90m (2.2 MB at 8.0 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/odftoolkit/odfdom-java/0.12.0/odfdom-java-0.12.0.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/zaxxer/SparseBitSet/1.3/SparseBitSet-1.3.jar90m (26 kB at 90 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mxerces/xercesImpl/2.12.2/xercesImpl-2.12.2.jar
Downloaded90m fromM0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/xmlbeans/xmlbeans/5.3.0/xmlbeans-5.3.0.jar90m (2.2 MB at 7.0 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mxalan/serializer/2.7.3/serializer-2.7.3.jar
Downloaded90m from60moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/github/virtuald/curvesapi/1.08/curvesapi-1.08.jar90m (117 kB at 367 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/jena/jena-core/4.10.0/jena-core-4.10.0.jar
Downloaded90m from60moss.sonatype.org90m:.https://oss.sonatype.org/content/groups/public/0mxalan/serializer/2.7.3/serializer-2.7.3.jar90m (284 kB at 733 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/jena/jena-base/4.10.0/jena-base-4.10.0.jar
Downloaded90m from60moss.sonatype.org90m:.https://oss.sonatype.org/content/groups/public/0mxerces/xercesImpl/2.12.2/xercesImpl-2.12.2.jar90m (1.4 MB at 3.7 MB/s)0m
90mDownloading1from.0moss.sonatype.org90m:0https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-csv/1.10.0/commons-csv-1.10.0.jar
Downloaded90m from60moss.sonatype.org90m:.https://oss.sonatype.org/content/groups/public/0morg/apache/jena/jena-core/4.10.0/jena-core-4.10.0.jar90m (2.0 MB at 5.0 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/github/ben-manes/caffeine/caffeine/3.1.8/caffeine-3.1.8.jar
Downloaded90m from60moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/odftoolkit/odfdom-java/0.12.0/odfdom-java-0.12.0.jar90m (3.8 MB at 9.4 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.jar
Downloaded90m from60moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-csv/1.10.0/commons-csv-1.10.0.jar90m (55 kB at 125 kB/s)0m
90mDownloading4from.0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.jar
Downloaded90m from60moss.sonatype.org90m:5https://oss.sonatype.org/content/groups/public/0morg/apache/jena/jena-base/4.10.0/jena-base-4.10.0.jar90m (256 kB at 557 kB/s)0m
90mDownloading5from.0moss.sonatype.org90m:7https://oss.sonatype.org/content/groups/public/0mcom/github/andrewoma/dexx/collection/0.7/collection-0.7.jar
Downloaded90m from60moss.sonatype.org90m:2https://oss.sonatype.org/content/groups/public/0mcom/github/ben-manes/caffeine/caffeine/3.1.8/caffeine-3.1.8.jar90m (889 kB at 1.9 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/jena/jena-iri/4.10.0/jena-iri-4.10.0.jar
Downloaded90m fromM0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/poi/poi-ooxml-lite/5.5.1/poi-ooxml-lite-5.5.1.jar90m (6.0 MB at 13 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-cli/commons-cli/1.5.0/commons-cli-1.5.0.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.jar90m (224 kB at 483 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/roaringbitmap/RoaringBitmap/1.0.0/RoaringBitmap-1.0.0.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.jar90m (17 kB at 35 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/rootdev/java-rdfa/1.0.0-BETA1/java-rdfa-1.0.0-BETA1.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/github/andrewoma/dexx/collection/0.7/collection-0.7.jar90m (165 kB at 318 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-validator/commons-validator/1.7/commons-validator-1.7.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-cli/commons-cli/1.5.0/commons-cli-1.5.0.jar90m (58 kB at 112 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/rootdev/java-rdfa/1.0.0-BETA1/java-rdfa-1.0.0-BETA1.jar90m (63 kB at 119 kB/s)0m
90mDownloading9from80moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-digester/commons-digester/2.1/commons-digester-2.1.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/roaringbitmap/RoaringBitmap/1.0.0/RoaringBitmap-1.0.0.jar90m (448 kB at 843 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/json/json/20231013/json-20231013.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/jena/jena-iri/4.10.0/jena-iri-4.10.0.jar90m (139 kB at 247 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-simple/1.7.36/slf4j-simple-1.7.36.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-validator/commons-validator/1.7/commons-validator-1.7.jar90m (190 kB at 334 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mxml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar90m (247 kB at 427 kB/s)0m
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/json/json/20231013/json-20231013.jar90m (75 kB at 127 kB/s)0m
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-digester/commons-digester/2.1/commons-digester-2.1.jar90m (197 kB at 323 kB/s)0m
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mxml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar90m (221 kB at 344 kB/s)0m
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-simple/1.7.36/slf4j-simple-1.7.36.jar90m (15 kB at 6.1 kB/s)0m
[1;34mINFOm] Adding a license repository jar:file:/home/r/.m2/repository/org/codehaus/mojo/license-maven-plugin/2.7.1/license-maven-plugin-2.7.1.jar!/META-INF/licenses/
[1;34mINFOm] Will search files to update from root /home/r/repo/src
[1;34mINFOm] Scan 4 files header done in 42.418ms.
[1;34mINFOm]
* add header on 4 files.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32minstall:3.1.4:installm 1m(default-install)m @ 36meo-parent0;1m ---m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-util/1.9.22/maven-resolver-util-1.9.22.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-util/1.9.22/maven-resolver-util-1.9.22.pom90m (2.2 kB at 41 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver/1.9.22/maven-resolver-1.9.22.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver/1.9.22/maven-resolver-1.9.22.pom90m (23 kB at 479 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-api/1.9.22/maven-resolver-api-1.9.22.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-api/1.9.22/maven-resolver-api-1.9.22.pom90m (2.2 kB at 40 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-util/1.9.22/maven-resolver-util-1.9.22.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-util/1.9.22/maven-resolver-util-1.9.22.jar90m (196 kB at 4.6 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-api/1.9.22/maven-resolver-api-1.9.22.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-api/1.9.22/maven-resolver-api-1.9.22.jar90m (157 kB at 3.9 MB/s)0m
[1;34mINFOm] Installing /home/r/repo/pom.xml to /home/r/.m2/repository/org/eolang/eo-parent/0.60.0/eo-parent-0.60.0.pom
[1;34mINFOm]
[1;34mINFOm] 1m------------------------< 0;36morg.eolang:eo-parser0;1m >------------------------m
[1;34mINFOm] 1mBuilding eo-parser 0.60.0 [2/5]m
[1;34mINFOm] from eo-parser/pom.xml
[1;34mINFOm] 1m--------------------------------[ jar ]---------------------------------m
[1;34mINFOm] Artifact commons-io:commons-io:jar:2.21.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact log4j:log4j:jar:1.2.17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact org.apache.commons:commons-text:jar:1.15.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact org.apache.commons:commons-lang3:jar:3.20.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact org.apache.commons:commons-math3:jar:3.6.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact commons-io:commons-io:jar:2.21.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact log4j:log4j:jar:1.2.17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact org.apache.commons:commons-text:jar:1.15.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact org.apache.commons:commons-lang3:jar:3.20.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact org.apache.commons:commons-math3:jar:3.6.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/projectlombok/lombok/1.18.44/lombok-1.18.44.jar
Downloaded90m fromM0mcentral90m: https://repo.maven.apache.org/maven2/0morg/projectlombok/lombok/1.18.44/lombok-1.18.44.jar90m (2.0 MB at 23 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcommons-io/commons-io/2.21.0/commons-io-2.21.0.jar
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/cactoos/cactoos/0.57.0/cactoos-0.57.0.jar
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/xsline/0.23.1/xsline-0.23.1.jar
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/github/volodya-lombrozo/xnav/0.1.18/xnav-0.1.18.jar
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-api/2.0.17/slf4j-api-2.0.17.jar
Downloaded90m fromk0mcentral90m:2https://repo.maven.apache.org/maven2/0morg/cactoos/cactoos/0.57.0/cactoos-0.57.0.jar90m (355 kB at 9.1 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mnet/sf/saxon/Saxon-HE/12.9/Saxon-HE-12.9.jar
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/github/volodya-lombrozo/xnav/0.1.18/xnav-0.1.18.jar90m (52 kB at 1.3 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/xmlresolver/xmlresolver/5.3.3/xmlresolver-5.3.3.jar
Downloaded90m from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcommons-io/commons-io/2.21.0/commons-io-2.21.0.jar90m (0 B at 0 B/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/xmlresolver/xmlresolver/5.3.3/xmlresolver-5.3.3-data.jar
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/xsline/0.23.1/xsline-0.23.1.jar90m (42 kB at 935 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/antlr/antlr4-runtime/4.13.2/antlr4-runtime-4.13.2.jar
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-api/2.0.17/slf4j-api-2.0.17.jar90m (70 kB at 1.5 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-xml/0.35.0/jcabi-xml-0.35.0.jar
Downloaded90m from50mcentral90m:Bhttps://repo.maven.apache.org/maven2/0morg/xmlresolver/xmlresolver/5.3.3/xmlresolver-5.3.3.jar90m (168 kB at 2.0 MB/s)0m
90mDownloading1from.0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-manifests/2.2.0/jcabi-manifests-2.2.0.jar
Downloaded90m from50mcentral90m:7https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-xml/0.35.0/jcabi-xml-0.35.0.jar90m (47 kB at 562 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-log/0.24.3/jcabi-log-0.24.3.jar
Downloaded90m from50mcentral90m:Bhttps://repo.maven.apache.org/maven2/0morg/xmlresolver/xmlresolver/5.3.3/xmlresolver-5.3.3-data.jar90m (1.0 MB at 10 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/incubator/xembly/0.32.2/xembly-0.32.2.jar
Downloaded90m from50mcentral90m:6https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-manifests/2.2.0/jcabi-manifests-2.2.0.jar90m (13 kB at 122 kB/s)0m
90mDownloading2from.0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-matchers/1.8.0/jcabi-matchers-1.8.0.jar
Downloaded90m from50mcentral90m:6https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-log/0.24.3/jcabi-log-0.24.3.jar90m (53 kB at 486 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-aspects/0.26.0/jcabi-aspects-0.26.0.jar
Downloaded90m from50mcentral90m:6https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-matchers/1.8.0/jcabi-matchers-1.8.0.jar90m (23 kB at 179 kB/s)0m
90mDownloading5from.0mcentral90m: https://repo.maven.apache.org/maven2/0morg/aspectj/aspectjrt/1.9.25.1/aspectjrt-1.9.25.1.jar
Downloaded90m fromM0mcentral90m:6https://repo.maven.apache.org/maven2/0mnet/sf/saxon/Saxon-HE/12.9/Saxon-HE-12.9.jar90m (5.8 MB at 43 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mjavax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar
Downloaded90m from20mcentral90m:khttps://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-aspects/0.26.0/jcabi-aspects-0.26.0.jar90m (92 kB at 640 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/code/findbugs/annotations/3.0.1u2/annotations-3.0.1u2.jar
Downloaded90m from20mcentral90m:khttps://repo.maven.apache.org/maven2/0mcom/jcabi/incubator/xembly/0.32.2/xembly-0.32.2.jar90m (58 kB at 392 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mnet/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar
Downloaded90m from20mcentral90m:3https://repo.maven.apache.org/maven2/0morg/aspectj/aspectjrt/1.9.25.1/aspectjrt-1.9.25.1.jar90m (133 kB at 814 kB/s)0m
90mDownloading6from60mcentral90m:Bhttps://repo.maven.apache.org/maven2/0mcom/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
Downloaded90m from20mcentral90m:khttps://repo.maven.apache.org/maven2/0mcom/google/code/findbugs/annotations/3.0.1u2/annotations-3.0.1u2.jar90m (40 kB at 248 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/jupiter/junit-jupiter-api/5.12.0/junit-jupiter-api-5.12.0.jar
Downloaded90m from20mcentral90m:khttps://repo.maven.apache.org/maven2/0mjavax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar90m (93 kB at 564 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar
Downloaded90m from20mcentral90m: https://repo.maven.apache.org/maven2/0mnet/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar90m (2.3 kB at 13 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/platform/junit-platform-commons/1.12.0/junit-platform-commons-1.12.0.jar
Downloaded90m from20mcentral90m: https://repo.maven.apache.org/maven2/0morg/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar90m (14 kB at 79 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar
Downloaded90m from20mcentral90m:khttps://repo.maven.apache.org/maven2/0mcom/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar90m (20 kB at 105 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/jupiter/junit-jupiter-params/5.12.0/junit-jupiter-params-5.12.0.jar
Downloaded90m from20mcentral90m:3https://repo.maven.apache.org/maven2/0morg/junit/jupiter/junit-jupiter-api/5.12.0/junit-jupiter-api-5.12.0.jar90m (233 kB at 1.2 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit-pioneer/junit-pioneer/2.3.0/junit-pioneer-2.3.0.jar
Downloaded90m from20mcentral90m: https://repo.maven.apache.org/maven2/0morg/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar90m (6.8 kB at 33 kB/s)0m
90mDownloading6from60mcentral90m:khttps://repo.maven.apache.org/maven2/0morg/junit/platform/junit-platform-launcher/1.12.0/junit-platform-launcher-1.12.0.jar
Downloaded90m from20mcentral90m:2https://repo.maven.apache.org/maven2/0morg/junit/platform/junit-platform-commons/1.12.0/junit-platform-commons-1.12.0.jar90m (152 kB at 730 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-reload4j/2.0.17/slf4j-reload4j-2.0.17.jar
Downloaded90m from20mcentral90m:8https://repo.maven.apache.org/maven2/0morg/junit-pioneer/junit-pioneer/2.3.0/junit-pioneer-2.3.0.jar90m (198 kB at 906 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mlog4j/log4j/1.2.17/log4j-1.2.17.jar
Downloaded90m from20mcentral90m:2https://repo.maven.apache.org/maven2/0morg/junit/jupiter/junit-jupiter-params/5.12.0/junit-jupiter-params-5.12.0.jar90m (602 kB at 2.7 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mch/qos/reload4j/reload4j/1.2.26/reload4j-1.2.26.jar
Downloaded90m from20mcentral90m:8https://repo.maven.apache.org/maven2/0morg/junit/platform/junit-platform-launcher/1.12.0/junit-platform-launcher-1.12.0.jar90m (208 kB at 919 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-text/1.15.0/commons-text-1.15.0.jar
Downloaded90m from20mcentral90m: https://repo.maven.apache.org/maven2/0morg/slf4j/slf4j-reload4j/2.0.17/slf4j-reload4j-2.0.17.jar90m (11 kB at 46 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-lang3/3.20.0/commons-lang3-3.20.0.jar
Downloaded90m from 0mcentral90m: https://repo.maven.apache.org/maven2/0mlog4j/log4j/1.2.17/log4j-1.2.17.jar90m (0 B at 0 B/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eolang/jucs/0.2.0/jucs-0.2.0.jar
Downloaded90m from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-text/1.15.0/commons-text-1.15.0.jar90m (0 B at 0 B/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/jping/0.0.3/jping-0.0.3.jar
Downloaded90m from20mcentral90m:9https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-lang3/3.20.0/commons-lang3-3.20.0.jar90m (0 B at 0 B/s)0m
90mDownloading6from60mcentral90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/together/0.1.2/together-0.1.2.jar
Downloaded90m from20mcentral90m:9https://repo.maven.apache.org/maven2/0morg/eolang/jucs/0.2.0/jucs-0.2.0.jar90m (6.1 kB at 23 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eolang/xax/0.6.2/xax-0.6.2.jar
Downloaded90m from20mcentral90m:9https://repo.maven.apache.org/maven2/0mch/qos/reload4j/reload4j/1.2.26/reload4j-1.2.26.jar90m (339 kB at 1.3 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/yaml/snakeyaml/2.6/snakeyaml-2.6.jar
Downloaded90m from20mcentral90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/jping/0.0.3/jping-0.0.3.jar90m (7.2 kB at 27 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/mktmp/0.0.5/mktmp-0.0.5.jar
Downloaded90m from20mcentral90m:8https://repo.maven.apache.org/maven2/0mcom/yegor256/together/0.1.2/together-0.1.2.jar90m (7.8 kB at 28 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/farea/0.15.4/farea-0.15.4.jar
Downloaded90m from20mcentral90m:0https://repo.maven.apache.org/maven2/0morg/yaml/snakeyaml/2.6/snakeyaml-2.6.jar90m (340 kB at 1.2 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/jaxec/0.5.1/jaxec-0.5.1.jar
Downloaded90m from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eolang/xax/0.6.2/xax-0.6.2.jar90m (15 kB at 50 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mnet/java/dev/jna/jna/5.18.1/jna-5.18.1.jar
Downloaded90m from20mcentral90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/mktmp/0.0.5/mktmp-0.0.5.jar90m (5.6 kB at 19 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/openjdk/jmh/jmh-core/1.37/jmh-core-1.37.jar
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/antlr/antlr4-runtime/4.13.2/antlr4-runtime-4.13.2.jar90m (326 kB at 1.1 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mnet/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/farea/0.15.4/farea-0.15.4.jar90m (39 kB at 124 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/jaxec/0.5.1/jaxec-0.5.1.jar90m (8.2 kB at 26 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/groovy/groovy/5.0.4/groovy-5.0.4.jar
Downloaded90m from20mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar90m (0 B at 0 B/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/groovy/groovy-xml/5.0.4/groovy-xml-5.0.4.jar
Downloaded90m from20mcentral90m:Bhttps://repo.maven.apache.org/maven2/0morg/openjdk/jmh/jmh-core/1.37/jmh-core-1.37.jar90m (553 kB at 1.6 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/jupiter/junit-jupiter-engine/5.12.0/junit-jupiter-engine-5.12.0.jar
Downloaded90m from20mcentral90m: https://repo.maven.apache.org/maven2/0mnet/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar90m (78 kB at 228 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/junit/platform/junit-platform-engine/1.12.0/junit-platform-engine-1.12.0.jar
Downloaded90m fromM0mcentral90m:Bhttps://repo.maven.apache.org/maven2/0mnet/java/dev/jna/jna/5.18.1/jna-5.18.1.jar90m (2.0 MB at 5.8 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/hamcrest/hamcrest/3.0/hamcrest-3.0.jar
Downloaded90m from80mcentral90m:Bhttps://repo.maven.apache.org/maven2/0morg/apache/groovy/groovy-xml/5.0.4/groovy-xml-5.0.4.jar90m (224 kB at 631 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/mockito/mockito-core/5.23.0/mockito-core-5.23.0.jar
Downloaded90m from80mcentral90m:Bhttps://repo.maven.apache.org/maven2/0morg/junit/jupiter/junit-jupiter-engine/5.12.0/junit-jupiter-engine-5.12.0.jar90m (292 kB at 794 kB/s)0m
90mDownloading1from.0mcentral90m: https://repo.maven.apache.org/maven2/0mnet/bytebuddy/byte-buddy/1.17.7/byte-buddy-1.17.7.jar
Downloaded90m from80mcentral90m:5https://repo.maven.apache.org/maven2/0morg/hamcrest/hamcrest/3.0/hamcrest-3.0.jar90m (126 kB at 328 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mnet/bytebuddy/byte-buddy-agent/1.17.7/byte-buddy-agent-1.17.7.jar
Downloaded90m from80mcentral90m:Bhttps://repo.maven.apache.org/maven2/0morg/junit/platform/junit-platform-engine/1.12.0/junit-platform-engine-1.12.0.jar90m (256 kB at 644 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/objenesis/objenesis/3.3/objenesis-3.3.jar
Downloaded90m from80mcentral90m:Bhttps://repo.maven.apache.org/maven2/0morg/mockito/mockito-core/5.23.0/mockito-core-5.23.0.jar90m (721 kB at 1.8 MB/s)0m
Downloaded90m from80mcentral90m:.https://repo.maven.apache.org/maven2/0mnet/bytebuddy/byte-buddy-agent/1.17.7/byte-buddy-agent-1.17.7.jar90m (366 kB at 858 kB/s)0m
Downloaded90m from80mcentral90m:.https://repo.maven.apache.org/maven2/0morg/objenesis/objenesis/3.3/objenesis-3.3.jar90m (49 kB at 112 kB/s)0m
Downloaded90m fromM0mcentral90m:Bhttps://repo.maven.apache.org/maven2/0morg/apache/groovy/groovy/5.0.4/groovy-5.0.4.jar90m (8.1 MB at 18 MB/s)0m
Downloaded90m fromM0mcentral90m: https://repo.maven.apache.org/maven2/0mnet/bytebuddy/byte-buddy/1.17.7/byte-buddy-1.17.7.jar90m (9.0 MB at 18 MB/s)0m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mclean:3.5.0:cleanm 1m(default-clean)m @ 36meo-parser0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32menforcer:3.6.2:enforcem 1m(enforce-java)m @ 36meo-parser0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32menforcer:3.6.2:enforcem 1m(enforce-maven)m @ 36meo-parser0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32menforcer:3.6.2:enforcem 1m(enforce-deps)m @ 36meo-parser0;1m ---m
[1;34mINFOm] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireUpperBoundDeps passed
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber:3.3.0:createm 1m(jcabi-build-number)m @ 36meo-parser0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber:3.3.0:create-timestampm 1m(jcabi-build-number)m @ 36meo-parser0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mantrun:3.2.0:runm 1m(default)m @ 36meo-parser0;1m ---m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mant-contrib/ant-contrib/20020829/ant-contrib-20020829.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mant-contrib/ant-contrib/20020829/ant-contrib-20020829.pom90m (159 B at 2.9 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/ant/ant/1.10.15/ant-1.10.15.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/ant/ant/1.10.15/ant-1.10.15.pom90m (17 kB at 236 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/ant/ant-parent/1.10.15/ant-parent-1.10.15.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/ant/ant-parent/1.10.15/ant-parent-1.10.15.pom90m (6.6 kB at 137 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/ant/ant-launcher/1.10.15/ant-launcher-1.10.15.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/ant/ant-launcher/1.10.15/ant-launcher-1.10.15.pom90m (3.2 kB at 66 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mant-contrib/ant-contrib/20020829/ant-contrib-20020829.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mant-contrib/ant-contrib/20020829/ant-contrib-20020829.jar90m (9.4 kB at 253 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/ant/ant/1.10.15/ant-1.10.15.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/ant/ant-launcher/1.10.15/ant-launcher-1.10.15.jar
Downloaded90m from20moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/ant/ant-launcher/1.10.15/ant-launcher-1.10.15.jar90m (19 kB at 320 kB/s)0m
Downloaded90m fromM0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/ant/ant/1.10.15/ant-1.10.15.jar90m (2.3 MB at 37 MB/s)0m
[1;34mINFOm] Executing tasks
[1;34mINFOm] [get] Getting: https://raw.githubusercontent.com/minimaxir/big-list-of-naughty-strings/master/blns.txt
[1;34mINFOm] [get] To: /home/r/repo/eo-parser/target/blns.txt
.......................
[1;34mINFOm] [get] last modified = Thu Jan 01 00:00:00 UTC 1970 - using current time instead
[1;34mINFOm] Executed tasks
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mantlr4:4.13.2:antlr4m 1m(jcabi-antlr4)m @ 36meo-parser0;1m ---m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.pom90m (1.1 kB at 23 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-compiler/2.12.1/plexus-compiler-2.12.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-compiler/2.12.1/plexus-compiler-2.12.1.pom90m (8.3 kB at 162 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom90m (2.7 kB at 51 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom90m (5.6 kB at 128 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom90m (8.1 kB at 179 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom90m (12 kB at 237 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/antlr/antlr4/4.13.2/antlr4-4.13.2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/antlr/antlr4/4.13.2/antlr4-4.13.2.pom90m (7.6 kB at 165 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.pom90m (2.9 kB at 57 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/antlr/antlr-master/3.5.3/antlr-master-3.5.3.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/antlr/antlr-master/3.5.3/antlr-master-3.5.3.pom90m (11 kB at 202 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/antlr/ST4/4.3.4/ST4-4.3.4.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/antlr/ST4/4.3.4/ST4-4.3.4.pom90m (4.6 kB at 94 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.pom90m (5.2 kB at 118 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/ibm/icu/icu4j/72.1/icu4j-72.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/ibm/icu/icu4j/72.1/icu4j-72.1.pom90m (4.9 kB at 97 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.pom90m (1.6 kB at 23 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-parent/2.0.0/slf4j-parent-2.0.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-parent/2.0.0/slf4j-parent-2.0.0.pom90m (16 kB at 323 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.pom90m (1.1 kB at 28 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.jar90m (27 kB at 643 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/antlr/antlr4/4.13.2/antlr4-4.13.2.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/antlr/ST4/4.3.4/ST4-4.3.4.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar90m (267 kB at 5.2 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/ibm/icu/icu4j/72.1/icu4j-72.1.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar90m (27 kB at 525 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.jar
Downloaded90m from10moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.jar90m (173 kB at 2.8 MB/s)0m
90mDownloading0from.0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.jar
Downloaded90m from10moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/antlr/ST4/4.3.4/ST4-4.3.4.jar90m (251 kB at 3.8 MB/s)0m
Downloaded90m fromM0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/antlr/antlr4/4.13.2/antlr4-4.13.2.jar90m (1.4 MB at 18 MB/s)0m
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.jar90m (61 kB at 689 kB/s)0m
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.jar90m (15 kB at 148 kB/s)0m
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/ibm/icu/icu4j/72.1/icu4j-72.1.jar90m (14 MB at 58 MB/s)0m
[1;34mINFOm] ANTLR 4: Processing source directory /home/r/repo/eo-parser/src/main/antlr4
[1;34mINFOm] Processing grammar: org/eolang/parser/Eo.g4
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mresources:3.5.0:resourcesm 1m(default-resources)m @ 36meo-parser0;1m ---m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-filtering/3.5.0/maven-filtering-3.5.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-filtering/3.5.0/maven-filtering-3.5.0.pom90m (6.2 kB at 92 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-shared-components/47/maven-shared-components-47.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-shared-components/47/maven-shared-components-47.pom90m (3.8 kB at 64 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-build-api/1.2.0/plexus-build-api-1.2.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-build-api/1.2.0/plexus-build-api-1.2.0.pom90m (4.7 kB at 91 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-filtering/3.5.0/maven-filtering-3.5.0.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-filtering/3.5.0/maven-filtering-3.5.0.jar90m (61 kB at 1.3 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-build-api/1.2.0/plexus-build-api-1.2.0.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M4/org.eclipse.sisu.plexus-0.9.0.M4.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-interpolation/1.29/plexus-interpolation-1.29.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/3.6.0/plexus-utils-3.6.0.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-build-api/1.2.0/plexus-build-api-1.2.0.jar90m (6.6 kB at 165 kB/s)0m
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M4/org.eclipse.sisu.plexus-0.9.0.M4.jar90m (216 kB at 4.7 MB/s)0m
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/3.6.0/plexus-utils-3.6.0.jar90m (272 kB at 5.3 MB/s)0m
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-interpolation/1.29/plexus-interpolation-1.29.jar90m (88 kB at 1.7 MB/s)0m
[1;34mINFOm] Copying 28 resources from src/main/resources to target/classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mcompiler:3.8.1:compilem 1m(default-compile)m @ 36meo-parser0;1m ---m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom90m (3.3 kB at 88 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom90m (1.9 kB at 52 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom90m (770 B at 18 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom90m (5.0 kB at 99 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom90m (3.3 kB at 93 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-core/3.0/maven-core-3.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-core/3.0/maven-core-3.0.pom90m (6.6 kB at 130 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-settings/3.0/maven-settings-3.0.pom90m (1.9 kB at 42 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom90m (2.2 kB at 48 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom90m (910 B at 27 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom90m (5.4 kB at 158 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom90m (3.0 kB at 74 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom90m (1.9 kB at 51 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom90m (2.2 kB at 59 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom90m (2.5 kB at 67 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/aether/aether-api/1.7/aether-api-1.7.pom90m (1.7 kB at 41 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom90m (7.7 kB at 221 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/aether/aether-util/1.7/aether-util-1.7.pom90m (2.1 kB at 47 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom90m (3.7 kB at 90 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom90m (1.7 kB at 48 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom90m (5.6 kB at 148 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom90m (4.7 kB at 125 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom90m (6.4 kB at 125 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-parent/23/maven-parent-23.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-parent/23/maven-parent-23.pom90m (33 kB at 724 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom90m (1.5 kB at 35 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven/2.2.1/maven-2.2.1.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven/2.2.1/maven-2.2.1.pom90m (22 kB at 487 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-parent/11/maven-parent-11.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-parent/11/maven-parent-11.pom90m (32 kB at 589 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/apache/5/apache-5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/apache/5/apache-5.pom90m (4.1 kB at 105 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom90m (12 kB at 306 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom90m (2.2 kB at 62 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom90m (3.2 kB at 75 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom90m (6.8 kB at 163 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom90m (889 B at 22 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom90m (5.8 kB at 158 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom90m (2.0 kB at 42 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom90m (1.9 kB at 50 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom90m (7.9 kB at 198 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom90m (3.0 kB at 71 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom90m (2.2 kB at 36 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom90m (2.2 kB at 54 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom90m (1.6 kB at 42 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom90m (1.9 kB at 44 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom90m (1.7 kB at 37 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom90m (2.8 kB at 55 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom90m (3.1 kB at 62 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mbackport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mbackport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom90m (880 B at 19 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom90m (1.9 kB at 39 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom90m (2.1 kB at 44 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom90m (1.3 kB at 21 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom90m (4.0 kB at 101 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom90m (4.9 kB at 120 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-parent/22/maven-parent-22.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-parent/22/maven-parent-22.pom90m (30 kB at 744 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/apache/11/apache-11.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/apache/11/apache-11.pom90m (15 kB at 322 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom90m (965 B at 24 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom90m (5.1 kB at 106 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom90m (4.1 kB at 92 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/ow2/asm/asm/6.2/asm-6.2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/ow2/asm/asm/6.2/asm-6.2.pom90m (2.9 kB at 65 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/ow2/ow2/1.5/ow2-1.5.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/ow2/ow2/1.5/ow2-1.5.pom90m (11 kB at 288 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom90m (16 kB at 299 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom90m (867 B at 21 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom90m (6.0 kB at 167 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom90m (3.8 kB at 54 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom90m (692 B at 9.5 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom90m (771 B at 18 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom90m (1.3 kB at 31 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar90m (49 kB at 499 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model/3.0/maven-model-3.0.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model/3.0/maven-model-3.0.jar90m (165 kB at 3.5 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar90m (52 kB at 837 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-core/3.0/maven-core-3.0.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar90m (202 kB at 3.2 MB/s)0m
90mDownloading6from30moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar90m (153 kB at 2.4 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar90m (472 kB at 6.7 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar90m (222 kB at 2.4 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-core/3.0/maven-core-3.0.jar90m (527 kB at 4.8 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-settings/3.0/maven-settings-3.0.jar90m (47 kB at 395 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Downloaded90m from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar90m (38 kB at 320 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar90m (30 kB at 237 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar90m (148 kB at 1.1 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar90m (51 kB at 307 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar90m (106 kB at 625 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar90m (14 kB at 78 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/aether/aether-util/1.7/aether-util-1.7.jar90m (108 kB at 596 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/aether/aether-api/1.7/aether-api-1.7.jar90m (74 kB at 378 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar90m (4.3 kB at 21 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-io/commons-io/2.5/commons-io-2.5.jar
Downloaded90m from10moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar90m (29 kB at 127 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar90m (61 kB at 271 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar90m (46 kB at 194 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/ow2/asm/asm/6.2/asm-6.2.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar90m (167 kB at 697 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-io/commons-io/2.5/commons-io-2.5.jar90m (209 kB at 779 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar90m (14 kB at 49 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar
Downloaded90m from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar90m (39 kB at 142 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/ow2/asm/asm/6.2/asm-6.2.jar90m (111 kB at 394 kB/s)0m
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar90m (317 kB at 1.1 MB/s)0m
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar90m (21 kB at 68 kB/s)0m
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar90m (4.7 kB at 15 kB/s)0m
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar90m (27 kB at 82 kB/s)0m
[1;34mINFOm] Changes detected - recompiling the module!
[1;34mINFOm] Compiling 33 source files to /home/r/repo/eo-parser/target/classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mresources:3.5.0:testResourcesm 1m(default-testResources)m @ 36meo-parser0;1m ---m
[1;34mINFOm] Copying 174 resources from src/test/resources to target/test-classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mcompiler:3.8.1:testCompilem 1m(default-testCompile)m @ 36meo-parser0;1m ---m
[1;34mINFOm] Changes detected - recompiling the module!
[1;34mINFOm] Compiling 22 source files to /home/r/repo/eo-parser/target/test-classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32msurefire:3.5.5:testm 1m(default-test)m @ 36meo-parser0;1m ---m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/surefire/surefire-api/3.5.5/surefire-api-3.5.5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/surefire/surefire-api/3.5.5/surefire-api-3.5.5.pom90m (3.7 kB at 54 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/surefire/surefire-logger-api/3.5.5/surefire-logger-api-3.5.5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/surefire/surefire-logger-api/3.5.5/surefire-logger-api-3.5.5.pom90m (3.5 kB at 71 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/surefire/surefire-shared-utils/3.5.5/surefire-shared-utils-3.5.5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/surefire/surefire-shared-utils/3.5.5/surefire-shared-utils-3.5.5.pom90m (4.0 kB at 67 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/surefire/surefire-extensions-api/3.5.5/surefire-extensions-api-3.5.5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/surefire/surefire-extensions-api/3.5.5/surefire-extensions-api-3.5.5.pom90m (3.6 kB at 76 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/surefire/maven-surefire-common/3.5.5/maven-surefire-common-3.5.5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/surefire/maven-surefire-common/3.5.5/maven-surefire-common-3.5.5.pom90m (7.3 kB at 158 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/surefire/surefire-booter/3.5.5/surefire-booter-3.5.5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/surefire/surefire-booter/3.5.5/surefire-booter-3.5.5.pom90m (5.1 kB at 109 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/surefire/surefire-extensions-spi/3.5.5/surefire-extensions-spi-3.5.5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/surefire/surefire-extensions-spi/3.5.5/surefire-extensions-spi-3.5.5.pom90m (1.7 kB at 31 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-java/1.5.2/plexus-java-1.5.2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-java/1.5.2/plexus-java-1.5.2.pom90m (4.1 kB at 67 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-languages/1.5.2/plexus-languages-1.5.2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-languages/1.5.2/plexus-languages-1.5.2.pom90m (3.9 kB at 86 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/thoughtworks/qdox/qdox/2.2.0/qdox-2.2.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/thoughtworks/qdox/qdox/2.2.0/qdox-2.2.0.pom90m (18 kB at 360 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/surefire/surefire-api/3.5.5/surefire-api-3.5.5.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/surefire/surefire-api/3.5.5/surefire-api-3.5.5.jar90m (174 kB at 3.9 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/surefire/surefire-logger-api/3.5.5/surefire-logger-api-3.5.5.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/surefire/surefire-shared-utils/3.5.5/surefire-shared-utils-3.5.5.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/surefire/surefire-extensions-api/3.5.5/surefire-extensions-api-3.5.5.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/surefire/maven-surefire-common/3.5.5/maven-surefire-common-3.5.5.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/surefire/surefire-booter/3.5.5/surefire-booter-3.5.5.jar
Downloaded90m from30moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/surefire/surefire-extensions-api/3.5.5/surefire-extensions-api-3.5.5.jar90m (26 kB at 612 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/surefire/surefire-extensions-spi/3.5.5/surefire-extensions-spi-3.5.5.jar
Downloaded90m from30moss.sonatype.org90m:6https://oss.sonatype.org/content/groups/public/0morg/apache/maven/surefire/surefire-booter/3.5.5/surefire-booter-3.5.5.jar90m (123 kB at 2.1 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-java/1.5.2/plexus-java-1.5.2.jar
Downloaded90m from30moss.sonatype.org90m:4https://oss.sonatype.org/content/groups/public/0morg/apache/maven/surefire/surefire-logger-api/3.5.5/surefire-logger-api-3.5.5.jar90m (14 kB at 215 kB/s)0m
90mDownloading2from.0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/ow2/asm/asm/9.9.1/asm-9.9.1.jar
Downloaded90m fromM0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/surefire/surefire-shared-utils/3.5.5/surefire-shared-utils-3.5.5.jar90m (3.0 MB at 48 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/thoughtworks/qdox/qdox/2.2.0/qdox-2.2.0.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/surefire/maven-surefire-common/3.5.5/maven-surefire-common-3.5.5.jar90m (316 kB at 4.8 MB/s)0m
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-java/1.5.2/plexus-java-1.5.2.jar90m (57 kB at 610 kB/s)0m
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/surefire/surefire-extensions-spi/3.5.5/surefire-extensions-spi-3.5.5.jar90m (8.2 kB at 81 kB/s)0m
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/thoughtworks/qdox/qdox/2.2.0/qdox-2.2.0.jar90m (353 kB at 3.1 MB/s)0m
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/ow2/asm/asm/9.9.1/asm-9.9.1.jar90m (126 kB at 1.0 MB/s)0m
[1;34mINFOm] Tests are skipped.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjcabi:0.17.0:versionalizem 1m(jcabi-versionalize-packages)m @ 36meo-parser0;1m ---m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.pom90m (5.1 kB at 95 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/mockito/mockito-core/4.6.1/mockito-core-4.6.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/mockito/mockito-core/4.6.1/mockito-core-4.6.1.pom90m (2.5 kB at 37 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.pom90m (17 kB at 296 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/bytebuddy/byte-buddy-parent/1.12.10/byte-buddy-parent-1.12.10.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/bytebuddy/byte-buddy-parent/1.12.10/byte-buddy-parent-1.12.10.pom90m (45 kB at 819 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.pom90m (11 kB at 202 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/objenesis/objenesis/3.2/objenesis-3.2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/objenesis/objenesis/3.2/objenesis-3.2.pom90m (3.0 kB at 61 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom90m (18 kB at 344 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.pom90m (5.2 kB at 102 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.pom90m (6.5 kB at 92 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom90m (4.9 kB at 89 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom90m (5.5 kB at 91 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven/3.0.5/maven-3.0.5.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven/3.0.5/maven-3.0.5.pom90m (22 kB at 367 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom90m (3.8 kB at 70 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom90m (2.9 kB at 59 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom90m (1.8 kB at 29 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom90m (2.3 kB at 41 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom90m (1.9 kB at 28 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom90m (1.6 kB at 33 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom90m (2.7 kB at 50 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom90m (6.1 kB at 125 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom90m (3.8 kB at 8.9 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom90m (3.0 kB at 52 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom90m (1.2 kB at 21 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom90m (3.2 kB at 56 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom90m (11 kB at 183 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom90m (3.9 kB at 78 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom90m (4.0 kB at 90 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom90m (7.1 kB at 110 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom90m (10 kB at 188 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom90m (11 kB at 173 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom90m (1.1 kB at 20 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom90m (11 kB at 208 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom90m (2.5 kB at 49 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom90m (2.8 kB at 49 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom90m (1.4 kB at 27 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/aether/aether/1.13.1/aether-1.13.1.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/aether/aether/1.13.1/aether-1.13.1.pom90m (10 kB at 181 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom90m (1.4 kB at 29 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom90m (1.7 kB at 31 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom90m (2.5 kB at 47 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom90m (2.1 kB at 32 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether/1.1.0/aether-1.1.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether/1.1.0/aether-1.1.0.pom90m (26 kB at 430 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom90m (31 kB at 639 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom90m (5.1 kB at 124 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.pom90m (2.3 kB at 37 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mjavax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mjavax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.pom90m (11 kB at 173 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/java/jvnet-parent/3/jvnet-parent-3.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/java/jvnet-parent/3/jvnet-parent-3.pom90m (4.8 kB at 96 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.pom90m (3.0 kB at 66 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven/3.8.6/maven-3.8.6.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven/3.8.6/maven-3.8.6.pom90m (27 kB at 473 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom90m (2.8 kB at 43 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.pom90m (2.4 kB at 48 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom90m (4.3 kB at 75 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom90m (14 kB at 275 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mjavax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mjavax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom90m (13 kB at 244 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom90m (2.6 kB at 44 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom90m (14 kB at 253 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-core/3.8.6/maven-core-3.8.6.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-core/3.8.6/maven-core-3.8.6.pom90m (7.6 kB at 158 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.pom90m (1.9 kB at 39 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.pom90m (2.5 kB at 42 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.pom90m (1.4 kB at 26 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.pom90m (2.1 kB at 41 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.pom90m (3.4 kB at 77 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.pom90m (4.2 kB at 84 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom90m (2.6 kB at 60 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom90m (19 kB at 359 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom90m (2.7 kB at 50 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom90m (2.8 kB at 53 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom90m (4.2 kB at 86 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/inject/guice/4.2.2/guice-4.2.2.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/inject/guice/4.2.2/guice-4.2.2.pom90m (11 kB at 207 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom90m (16 kB at 316 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/guava/guava/31.1-jre/guava-31.1-jre.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/guava/guava/31.1-jre/guava-31.1-jre.pom90m (11 kB at 203 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom90m (15 kB at 295 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom90m (2.4 kB at 54 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom90m (2.1 kB at 42 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom90m (2.2 kB at 52 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom90m (11 kB at 256 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom90m (2.8 kB at 51 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-api/1.8.1/maven-resolver-api-1.8.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-api/1.8.1/maven-resolver-api-1.8.1.pom90m (2.6 kB at 52 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver/1.8.1/maven-resolver-1.8.1.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver/1.8.1/maven-resolver-1.8.1.pom90m (21 kB at 432 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M1/org.eclipse.sisu.plexus-0.9.0.M1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M1/org.eclipse.sisu.plexus-0.9.0.M1.pom90m (4.8 kB at 104 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/sisu-plexus/0.9.0.M1/sisu-plexus-0.9.0.M1.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/sisu-plexus/0.9.0.M1/sisu-plexus-0.9.0.M1.pom90m (15 kB at 317 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mjavax/enterprise/cdi-api/1.2/cdi-api-1.2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mjavax/enterprise/cdi-api/1.2/cdi-api-1.2.pom90m (6.3 kB at 108 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/jboss/weld/weld-parent/26/weld-parent-26.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/jboss/weld/weld-parent/26/weld-parent-26.pom90m (32 kB at 521 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M1/org.eclipse.sisu.inject-0.9.0.M1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M1/org.eclipse.sisu.inject-0.9.0.M1.pom90m (3.3 kB at 70 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/sisu-inject/0.9.0.M1/sisu-inject-0.9.0.M1.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/sisu-inject/0.9.0.M1/sisu-inject-0.9.0.M1.pom90m (14 kB at 300 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom90m (5.2 kB at 108 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.jar90m (51 kB at 1.2 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-api/2.0.0-beta1/slf4j-api-2.0.0-beta1.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/mockito/mockito-core/4.6.1/mockito-core-4.6.1.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/objenesis/objenesis/3.2/objenesis-3.2.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/objenesis/objenesis/3.2/objenesis-3.2.jar90m (49 kB at 1.1 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/mockito/mockito-core/4.6.1/mockito-core-4.6.1.jar90m (663 kB at 13 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.jar
Downloaded90m from30moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.jar90m (257 kB at 3.6 MB/s)0m
90mDownloading1from.0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar
Downloaded90m fromM0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.jar90m (3.8 MB at 40 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-io/commons-io/2.11.0/commons-io-2.11.0.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.jar90m (8.4 kB at 86 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.jar90m (99 kB at 971 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-io/commons-io/2.11.0/commons-io-2.11.0.jar90m (327 kB at 2.4 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mjavax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar90m (150 kB at 1.1 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar90m (587 kB at 3.6 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar
Downloaded90m from10moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.jar90m (47 kB at 246 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model/3.8.6/maven-model-3.8.6.jar
Downloaded90m from10moss.sonatype.org90m:khttps://oss.sonatype.org/content/groups/public/0mjavax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.jar90m (79 kB at 392 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-core/3.8.6/maven-core-3.8.6.jar
Downloaded90m from10moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar90m (262 kB at 1.3 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.jar
Downloaded90m from10moss.sonatype.org90m:/https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.jar90m (44 kB at 175 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.jar
Downloaded90m from10moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-core/3.8.6/maven-core-3.8.6.jar90m (646 kB at 2.5 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar
Downloaded90m from10moss.sonatype.org90m:khttps://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-api/2.0.0-beta1/slf4j-api-2.0.0-beta1.jar90m (61 kB at 232 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar
Downloaded90m from10moss.sonatype.org90m:/https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.jar90m (42 kB at 144 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.jar
Downloaded90m from10moss.sonatype.org90m:/https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar90m (24 kB at 78 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.jar
Downloaded90m from50moss.sonatype.org90m:khttps://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar90m (13 kB at 42 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.jar
Downloaded90m from50moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model/3.8.6/maven-model-3.8.6.jar90m (216 kB at 684 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.jar
Downloaded90m from50moss.sonatype.org90m:Bhttps://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.jar90m (14 kB at 42 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.jar
Downloaded90m from50moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.jar90m (28 kB at 83 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.jar
Downloaded90m from50moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.jar90m (196 kB at 552 kB/s)0m
90mDownloading1from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.jar90m (15 MB at 40 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.jar90m (180 kB at 470 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.jar90m (67 kB at 175 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/inject/guice/4.2.2/guice-4.2.2-no_aop.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.jar90m (38 kB at 99 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0maopalliance/aopalliance/1.0/aopalliance-1.0.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.jar90m (169 kB at 423 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/guava/guava/31.1-jre/guava-31.1-jre.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar90m (153 kB at 372 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar90m (379 kB at 882 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0maopalliance/aopalliance/1.0/aopalliance-1.0.jar90m (4.5 kB at 10 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar
Downloaded90m from30moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar90m (4.6 kB at 10 kB/s)0m
90mDownloading0from.0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar
Downloaded90m from30moss.sonatype.org90m:2https://oss.sonatype.org/content/groups/public/0mcom/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar90m (2.2 kB at 4.6 kB/s)0m
90mDownloading2from.0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
Downloaded90m fromM0moss.sonatype.org90m:0https://oss.sonatype.org/content/groups/public/0mcom/google/guava/guava/31.1-jre/guava-31.1-jre.jar90m (3.0 MB at 6.1 MB/s)0m
90mDownloading4from20moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-api/1.8.1/maven-resolver-api-1.8.1.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/inject/guice/4.2.2/guice-4.2.2-no_aop.jar90m (521 kB at 1.1 MB/s)0m
90mDownloading1from00moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M1/org.eclipse.sisu.plexus-0.9.0.M1.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar90m (209 kB at 428 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mjavax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar90m (16 kB at 31 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mjavax/enterprise/cdi-api/1.2/cdi-api-1.2.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M1/org.eclipse.sisu.plexus-0.9.0.M1.jar90m (208 kB at 388 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-api/1.8.1/maven-resolver-api-1.8.1.jar90m (154 kB at 279 kB/s)0m
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mjavax/enterprise/cdi-api/1.2/cdi-api-1.2.jar90m (71 kB at 126 kB/s)0m
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar90m (58 kB at 100 kB/s)0m
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mjavax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar90m (26 kB at 45 kB/s)0m
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar90m (8.8 kB at 15 kB/s)0m
[1;34mINFOm] Versionalizing /home/r/repo/eo-parser/target/classes directory
[1;34mINFOm] File /home/r/repo/eo-parser/target/classes/org/eolang/parser/org-eolang-eo-parser-jar.txt added
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjar:3.5.0:jarm 1m(default-jar)m @ 36meo-parser0;1m ---m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/file-management/3.2.0/file-management-3.2.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/file-management/3.2.0/file-management-3.2.0.pom90m (4.5 kB at 102 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-shared-components/44/maven-shared-components-44.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-shared-components/44/maven-shared-components-44.pom90m (3.8 kB at 90 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-io/commons-io/2.19.0/commons-io-2.19.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-io/commons-io/2.19.0/commons-io-2.19.0.pom90m (21 kB at 375 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-archiver/3.6.5/maven-archiver-3.6.5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-archiver/3.6.5/maven-archiver-3.6.5.pom90m (4.7 kB at 89 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-archiver/4.10.2/plexus-archiver-4.10.2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-archiver/4.10.2/plexus-archiver-4.10.2.pom90m (7.0 kB at 158 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus/23/plexus-23.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus/23/plexus-23.pom90m (31 kB at 592 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-io/3.5.1/plexus-io-3.5.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-io/3.5.1/plexus-io-3.5.1.pom90m (4.3 kB at 75 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-io/commons-io/2.16.1/commons-io-2.16.1.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-io/commons-io/2.16.1/commons-io-2.16.1.pom90m (20 kB at 467 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/github/luben/zstd-jni/1.5.7-4/zstd-jni-1.5.7-4.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/github/luben/zstd-jni/1.5.7-4/zstd-jni-1.5.7-4.pom90m (2.0 kB at 39 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/file-management/3.2.0/file-management-3.2.0.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/file-management/3.2.0/file-management-3.2.0.jar90m (26 kB at 682 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-archiver/3.6.5/maven-archiver-3.6.5.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-archiver/3.6.5/maven-archiver-3.6.5.jar90m (28 kB at 591 kB/s)0m
[1;34mINFOm] Building jar: /home/r/repo/eo-parser/target/eo-parser-0.60.0.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mlicense:2.7.1:check-file-headerm 1m(check-licenses)m @ 36meo-parser0;1m ---m
[1;34mINFOm] Adding a license repository jar:file:/home/r/.m2/repository/org/codehaus/mojo/license-maven-plugin/2.7.1/license-maven-plugin-2.7.1.jar!/META-INF/licenses/
[1;34mINFOm] Will search files to update from root /home/r/repo/eo-parser/src
[1;34mINFOm] Will search files to update from root /home/r/repo/eo-parser/target/generated-sources
[1;34mINFOm] Scan 85 files header done in 653.402ms.
[1;34mINFOm]
* add header on 85 files.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32minstall:3.1.4:installm 1m(default-install)m @ 36meo-parser0;1m ---m
[1;34mINFOm] Installing /home/r/repo/eo-parser/pom.xml to /home/r/.m2/repository/org/eolang/eo-parser/0.60.0/eo-parser-0.60.0.pom
[1;34mINFOm] Installing /home/r/repo/eo-parser/target/eo-parser-0.60.0.jar to /home/r/.m2/repository/org/eolang/eo-parser/0.60.0/eo-parser-0.60.0.jar
[1;34mINFOm]
[1;34mINFOm] 1m---------------------< 0;36morg.eolang:eo-maven-plugin0;1m >---------------------m
[1;34mINFOm] 1mBuilding eo-maven-plugin 0.60.0 [3/5]m
[1;34mINFOm] from eo-maven-plugin/pom.xml
[1;34mINFOm] 1m----------------------------[ maven-plugin ]----------------------------m
[1;34mINFOm] Artifact com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact com.google.errorprone:error_prone_annotations:jar:2.41.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact org.codehaus.plexus:plexus-cipher:jar:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact org.ow2.asm:asm:jar:9.9.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact aopalliance:aopalliance:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact org.codehaus.plexus:plexus-interpolation:jar:1.29 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact org.apache.maven.wagon:wagon-provider-api:jar:3.5.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact commons-beanutils:commons-beanutils:jar:1.11.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact commons-logging:commons-logging:jar:1.3.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact org.apache.commons:commons-collections4:jar:4.5.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact org.codehaus.plexus:plexus-utils:jar:3.6.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact com.fasterxml.woodstox:woodstox-core:jar:7.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact org.codehaus.woodstox:stax2-api:jar:4.2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact com.google.errorprone:error_prone_annotations:jar:2.41.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact org.codehaus.plexus:plexus-cipher:jar:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact org.ow2.asm:asm:jar:9.9.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact aopalliance:aopalliance:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact org.codehaus.plexus:plexus-interpolation:jar:1.29 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact org.apache.maven.wagon:wagon-provider-api:jar:3.5.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact commons-beanutils:commons-beanutils:jar:1.11.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact commons-logging:commons-logging:jar:1.3.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact org.apache.commons:commons-collections4:jar:4.5.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact org.codehaus.plexus:plexus-utils:jar:3.6.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact com.fasterxml.woodstox:woodstox-core:jar:7.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[1;34mINFOm] Artifact org.codehaus.woodstox:stax2-api:jar:4.2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eolang/lints/0.0.60/lints-0.0.60.jar
Downloaded90m fromM0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eolang/lints/0.0.60/lints-0.0.60.jar90m (4.4 MB at 48 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mio/github/secretx33/path-matching-resource-pattern-resolver/0.1/path-matching-resource-pattern-resolver-0.1.jar
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/opennlp/opennlp-tools/2.1.1/opennlp-tools-2.1.1.jar
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava/33.5.0-jre/guava-33.5.0-jre.jar
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/jspecify/jspecify/1.0.0/jspecify-1.0.0.jar
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/jspecify/jspecify/1.0.0/jspecify-1.0.0.jar90m (3.8 kB at 239 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/errorprone/error_prone_annotations/2.41.0/error_prone_annotations-2.41.0.jar
Downloaded90m from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar90m (0 B at 0 B/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/j2objc/j2objc-annotations/3.1/j2objc-annotations-3.1.jar
Downloaded90m from10mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/errorprone/error_prone_annotations/2.41.0/error_prone_annotations-2.41.0.jar90m (0 B at 0 B/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6.jar
Downloaded90m from10mcentral90m:Bhttps://repo.maven.apache.org/maven2/0mio/github/secretx33/path-matching-resource-pattern-resolver/0.1/path-matching-resource-pattern-resolver-0.1.jar90m (125 kB at 3.6 MB/s)0m
90mDownloading1from.0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-api/3.9.14/maven-plugin-api-3.9.14.jar
Downloaded90m fromM0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/opennlp/opennlp-tools/2.1.1/opennlp-tools-2.1.1.jar90m (1.4 MB at 37 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-artifact/3.9.14/maven-artifact-3.9.14.jar
Downloaded90m fromk0mcentral90m:7https://repo.maven.apache.org/maven2/0mcom/google/j2objc/j2objc-annotations/3.1/j2objc-annotations-3.1.jar90m (17 kB at 342 kB/s)0m
Downloaded90m from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6.jar90m (140 kB at 2.9 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.plexus/1.0.0/org.eclipse.sisu.plexus-1.0.0.jar
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-classworlds/2.9.0/plexus-classworlds-2.9.0.jar
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-plugin-api/3.9.14/maven-plugin-api-3.9.14.jar90m (48 kB at 882 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model/3.9.14/maven-model-3.9.14.jar
Downloaded90m from30mcentral90m:1https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-classworlds/2.9.0/plexus-classworlds-2.9.0.jar90m (54 kB at 721 kB/s)0m
90mDownloading1from.0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-core/3.9.14/maven-core-3.9.14.jar
Downloaded90m from30mcentral90m:Bhttps://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.plexus/1.0.0/org.eclipse.sisu.plexus-1.0.0.jar90m (216 kB at 2.8 MB/s)0m
90mDownloading2from.0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings-builder/3.9.14/maven-settings-builder-3.9.14.jar
Downloaded90m from30mcentral90m:Bhttps://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model/3.9.14/maven-model-3.9.14.jar90m (218 kB at 2.4 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar
Downloaded90m fromM0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/guava/33.5.0-jre/guava-33.5.0-jre.jar90m (3.0 MB at 32 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar
Downloaded90m fromB0mcentral90m:khttps://repo.maven.apache.org/maven2/0morg/apache/maven/maven-artifact/3.9.14/maven-artifact-3.9.14.jar90m (59 kB at 595 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-builder-support/3.9.14/maven-builder-support-3.9.14.jar
Downloaded90m fromk0mcentral90m:2https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-core/3.9.14/maven-core-3.9.14.jar90m (721 kB at 6.7 MB/s)0m
Downloaded90m from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings-builder/3.9.14/maven-settings-builder-3.9.14.jar90m (42 kB at 393 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-repository-metadata/3.9.14/maven-repository-metadata-3.9.14.jar
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model-builder/3.9.14/maven-model-builder-3.9.14.jar
Downloaded90m from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar90m (0 B at 0 B/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-resolver-provider/3.9.14/maven-resolver-provider-3.9.14.jar
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-builder-support/3.9.14/maven-builder-support-3.9.14.jar90m (14 kB at 120 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-impl/1.9.27/maven-resolver-impl-1.9.27.jar
Downloaded90m from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar90m (0 B at 0 B/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-named-locks/1.9.27/maven-resolver-named-locks-1.9.27.jar
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-repository-metadata/3.9.14/maven-repository-metadata-3.9.14.jar90m (29 kB at 221 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-api/1.9.27/maven-resolver-api-1.9.27.jar
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-model-builder/3.9.14/maven-model-builder-3.9.14.jar90m (209 kB at 1.5 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-spi/1.9.27/maven-resolver-spi-1.9.27.jar
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-resolver-provider/3.9.14/maven-resolver-provider-3.9.14.jar90m (79 kB at 545 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-util/1.9.27/maven-resolver-util-1.9.27.jar
Downloaded90m fromk0mcentral90m:Bhttps://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-impl/1.9.27/maven-resolver-impl-1.9.27.jar90m (327 kB at 2.1 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.inject/1.0.0/org.eclipse.sisu.inject-1.0.0.jar
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-api/1.9.27/maven-resolver-api-1.9.27.jar90m (158 kB at 965 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/ow2/asm/asm/9.9.1/asm-9.9.1.jar
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-spi/1.9.27/maven-resolver-spi-1.9.27.jar90m (52 kB at 304 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/inject/guice/5.1.0/guice-5.1.0-classes.jar
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-util/1.9.27/maven-resolver-util-1.9.27.jar90m (197 kB at 1.1 MB/s)0m
90mDownloading7from00mcentral90m: https://repo.maven.apache.org/maven2/0maopalliance/aopalliance/1.0/aopalliance-1.0.jar
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/sisu/org.eclipse.sisu.inject/1.0.0/org.eclipse.sisu.inject-1.0.0.jar90m (304 kB at 1.7 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/failureaccess/1.0.3/failureaccess-1.0.3.jar
Downloaded90m from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/ow2/asm/asm/9.9.1/asm-9.9.1.jar90m (0 B at 0 B/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-interpolation/1.29/plexus-interpolation-1.29.jar
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/resolver/maven-resolver-named-locks/1.9.27/maven-resolver-named-locks-1.9.27.jar90m (38 kB at 196 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.jar
Downloaded90m from50mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/guava/failureaccess/1.0.3/failureaccess-1.0.3.jar90m (11 kB at 55 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-annotations/3.15.2/maven-plugin-annotations-3.15.2.jar
Downloaded90m from60mcentral90m: https://repo.maven.apache.org/maven2/0maopalliance/aopalliance/1.0/aopalliance-1.0.jar90m (0 B at 0 B/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings/3.9.14/maven-settings-3.9.14.jar
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/google/inject/guice/5.1.0/guice-5.1.0-classes.jar90m (657 kB at 3.2 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-testing/maven-plugin-testing-harness/3.5.1/maven-plugin-testing-harness-3.5.1.jar
Downloaded90m from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-interpolation/1.29/plexus-interpolation-1.29.jar90m (0 B at 0 B/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-testing/2.1.0/plexus-testing-2.1.0.jar
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-tools/maven-plugin-annotations/3.15.2/maven-plugin-annotations-3.15.2.jar90m (14 kB at 64 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-compat/3.9.14/maven-compat-3.9.14.jar
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-settings/3.9.14/maven-settings-3.9.14.jar90m (45 kB at 199 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.jar
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/plugin-testing/maven-plugin-testing-harness/3.5.1/maven-plugin-testing-harness-3.5.1.jar90m (71 kB at 301 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/twdata/maven/mojo-executor/2.4.1/mojo-executor-2.4.1.jar
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-testing/2.1.0/plexus-testing-2.1.0.jar90m (9.1 kB at 38 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/tojos/0.18.5/tojos-0.18.5.jar
Downloaded90m from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.jar90m (0 B at 0 B/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mjavax/json/javax.json-api/1.1.4/javax.json-api-1.1.4.jar
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-compat/3.9.14/maven-compat-3.9.14.jar90m (287 kB at 1.2 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/glassfish/javax.json/1.1.4/javax.json-1.1.4.jar
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-component-annotations/2.2.0/plexus-component-annotations-2.2.0.jar90m (4.2 kB at 17 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/opencsv/opencsv/5.12.0/opencsv-5.12.0.jar
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/tojos/0.18.5/tojos-0.18.5.jar90m (31 kB at 116 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcommons-beanutils/commons-beanutils/1.11.0/commons-beanutils-1.11.0.jar
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mjavax/json/javax.json-api/1.1.4/javax.json-api-1.1.4.jar90m (31 kB at 116 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcommons-logging/commons-logging/1.3.5/commons-logging-1.3.5.jar
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/twdata/maven/mojo-executor/2.4.1/mojo-executor-2.4.1.jar90m (13 kB at 48 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-collections4/4.5.0/commons-collections4-4.5.0.jar
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/glassfish/javax.json/1.1.4/javax.json-1.1.4.jar90m (129 kB at 472 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.6.0/plexus-utils-3.6.0.jar
Downloaded90m from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcommons-beanutils/commons-beanutils/1.11.0/commons-beanutils-1.11.0.jar90m (0 B at 0 B/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-xml/4.1.1/plexus-xml-4.1.1.jar
Downloaded90m from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcommons-logging/commons-logging/1.3.5/commons-logging-1.3.5.jar90m (0 B at 0 B/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-xml/4.0.0-rc-5/maven-xml-4.0.0-rc-5.jar
Downloaded90m from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-utils/3.6.0/plexus-utils-3.6.0.jar90m (0 B at 0 B/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-api-xml/4.0.0-rc-5/maven-api-xml-4.0.0-rc-5.jar
Downloaded90m from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/commons/commons-collections4/4.5.0/commons-collections4-4.5.0.jar90m (0 B at 0 B/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-api-annotations/4.0.0-rc-5/maven-api-annotations-4.0.0-rc-5.jar
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/opencsv/opencsv/5.12.0/opencsv-5.12.0.jar90m (242 kB at 787 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/fasterxml/woodstox/woodstox-core/7.1.1/woodstox-core-7.1.1.jar
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/plexus/plexus-xml/4.1.1/plexus-xml-4.1.1.jar90m (91 kB at 290 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.jar
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-xml/4.0.0-rc-5/maven-xml-4.0.0-rc-5.jar90m (52 kB at 161 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-maven-slf4j/0.12.2/jcabi-maven-slf4j-0.12.2.jar
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-api-xml/4.0.0-rc-5/maven-api-xml-4.0.0-rc-5.jar90m (37 kB at 113 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/jhome/0.0.5/jhome-0.0.5.jar
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/apache/maven/maven-api-annotations/4.0.0-rc-5/maven-api-annotations-4.0.0-rc-5.jar90m (13 kB at 40 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/tngtech/archunit/archunit/1.4.1/archunit-1.4.1.jar
Downloaded90m from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.jar90m (0 B at 0 B/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/maybeslow/0.0.4/maybeslow-0.0.4.jar
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/yegor256/jhome/0.0.5/jhome-0.0.5.jar90m (5.4 kB at 15 kB/s)0m
Downloaded90m from 0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/jcabi/jcabi-maven-slf4j/0.12.2/jcabi-maven-slf4j-0.12.2.jar90m (10 kB at 29 kB/s)0m
Downloaded90m from40mcentral90m:Bhttps://repo.maven.apache.org/maven2/0mcom/yegor256/maybeslow/0.0.4/maybeslow-0.0.4.jar90m (6.4 kB at 18 kB/s)0m
Downloaded90m from40mcentral90m: https://repo.maven.apache.org/maven2/0mcom/fasterxml/woodstox/woodstox-core/7.1.1/woodstox-core-7.1.1.jar90m (0 B at 0 B/s)0m
Downloaded90m fromM0mcentral90m: https://repo.maven.apache.org/maven2/0mcom/tngtech/archunit/archunit/1.4.1/archunit-1.4.1.jar90m (4.5 MB at 10 MB/s)0m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mclean:3.5.0:cleanm 1m(default-clean)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32menforcer:3.6.2:enforcem 1m(enforce-java)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32menforcer:3.6.2:enforcem 1m(enforce-maven)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32menforcer:3.6.2:enforcem 1m(enforce-deps)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireUpperBoundDeps passed
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mresources:3.5.0:resourcesm 1m(pre-copy-resources)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Copying 17 resources from src/main/resources to target/classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber:3.3.0:createm 1m(jcabi-build-number)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber:3.3.0:create-timestampm 1m(jcabi-build-number)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mdependency:3.10.0:propertiesm 1m(default)m @ 36meo-maven-plugin0;1m ---m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-dependency-analyzer/1.17.0/maven-dependency-analyzer-1.17.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-dependency-analyzer/1.17.0/maven-dependency-analyzer-1.17.0.pom90m (7.1 kB at 139 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/assertj/assertj-bom/3.27.7/assertj-bom-3.27.7.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/assertj/assertj-bom/3.27.7/assertj-bom-3.27.7.pom90m (3.3 kB at 62 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-util/1.9.25/maven-resolver-util-1.9.25.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-util/1.9.25/maven-resolver-util-1.9.25.pom90m (2.2 kB at 51 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver/1.9.25/maven-resolver-1.9.25.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver/1.9.25/maven-resolver-1.9.25.pom90m (25 kB at 511 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-api/1.9.25/maven-resolver-api-1.9.25.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-api/1.9.25/maven-resolver-api-1.9.25.pom90m (2.2 kB at 46 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/velocity/velocity-engine-core/2.4.1/velocity-engine-core-2.4.1.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/velocity/velocity-engine-core/2.4.1/velocity-engine-core-2.4.1.pom90m (12 kB at 250 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/velocity/velocity-engine-parent/2.4.1/velocity-engine-parent-2.4.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/velocity/velocity-engine-parent/2.4.1/velocity-engine-parent-2.4.1.pom90m (9.5 kB at 211 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M4/org.eclipse.sisu.inject-0.9.0.M4.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M4/org.eclipse.sisu.inject-0.9.0.M4.jar90m (305 kB at 5.4 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-dependency-analyzer/1.17.0/maven-dependency-analyzer-1.17.0.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-util/1.9.25/maven-resolver-util-1.9.25.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/velocity/velocity-engine-core/2.4.1/velocity-engine-core-2.4.1.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-util/1.9.25/maven-resolver-util-1.9.25.jar90m (197 kB at 4.6 MB/s)0m
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-dependency-analyzer/1.17.0/maven-dependency-analyzer-1.17.0.jar90m (54 kB at 1.1 MB/s)0m
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/velocity/velocity-engine-core/2.4.1/velocity-engine-core-2.4.1.jar90m (516 kB at 6.7 MB/s)0m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mplugin:3.15.2:helpmojom 1m(default)m @ 36meo-maven-plugin0;1m ---m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugin-tools/maven-plugin-tools-api/3.15.2/maven-plugin-tools-api-3.15.2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugin-tools/maven-plugin-tools-api/3.15.2/maven-plugin-tools-api-3.15.2.pom90m (6.5 kB at 116 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-java/1.5.0/plexus-java-1.5.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-java/1.5.0/plexus-java-1.5.0.pom90m (4.1 kB at 95 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-languages/1.5.0/plexus-languages-1.5.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-languages/1.5.0/plexus-languages-1.5.0.pom90m (3.9 kB at 94 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/ow2/asm/asm/9.9/asm-9.9.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/ow2/asm/asm/9.9/asm-9.9.pom90m (2.4 kB at 45 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugin-tools/maven-plugin-tools-generators/3.15.2/maven-plugin-tools-generators-3.15.2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugin-tools/maven-plugin-tools-generators/3.15.2/maven-plugin-tools-generators-3.15.2.pom90m (3.8 kB at 38 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-velocity/2.3.0/plexus-velocity-2.3.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-velocity/2.3.0/plexus-velocity-2.3.0.pom90m (4.3 kB at 85 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/jsoup/jsoup/1.19.1/jsoup-1.19.1.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/jsoup/jsoup/1.19.1/jsoup-1.19.1.pom90m (21 kB at 446 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/sf/jtidy/jtidy/r938/jtidy-r938.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/sf/jtidy/jtidy/r938/jtidy-r938.pom90m (9.2 kB at 159 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugin-tools/maven-plugin-tools-java/3.15.2/maven-plugin-tools-java-3.15.2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugin-tools/maven-plugin-tools-java/3.15.2/maven-plugin-tools-java-3.15.2.pom90m (3.3 kB at 60 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.15.2/maven-plugin-tools-annotations-3.15.2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.15.2/maven-plugin-tools-annotations-3.15.2.pom90m (5.4 kB at 99 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-archiver/4.10.3/plexus-archiver-4.10.3.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-archiver/4.10.3/plexus-archiver-4.10.3.pom90m (7.0 kB at 129 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-io/3.5.2/plexus-io-3.5.2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-io/3.5.2/plexus-io-3.5.2.pom90m (4.0 kB at 80 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/github/luben/zstd-jni/1.5.7-5/zstd-jni-1.5.7-5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/github/luben/zstd-jni/1.5.7-5/zstd-jni-1.5.7-5.pom90m (2.0 kB at 31 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/ow2/asm/asm-util/9.9/asm-util-9.9.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/ow2/asm/asm-util/9.9/asm-util-9.9.pom90m (2.9 kB at 51 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/ow2/asm/asm-tree/9.9/asm-tree-9.9.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/ow2/asm/asm-tree/9.9/asm-tree-9.9.pom90m (2.6 kB at 51 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/ow2/asm/asm-analysis/9.9/asm-analysis-9.9.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/ow2/asm/asm-analysis/9.9/asm-analysis-9.9.pom90m (2.6 kB at 40 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugin-tools/maven-plugin-tools-ant/3.15.2/maven-plugin-tools-ant-3.15.2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugin-tools/maven-plugin-tools-ant/3.15.2/maven-plugin-tools-ant-3.15.2.pom90m (2.9 kB at 47 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugin-tools/maven-script/3.15.2/maven-script-3.15.2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugin-tools/maven-script/3.15.2/maven-script-3.15.2.pom90m (1.8 kB at 38 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugin-tools/maven-plugin-tools-model/3.15.2/maven-plugin-tools-model-3.15.2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugin-tools/maven-plugin-tools-model/3.15.2/maven-plugin-tools-model-3.15.2.pom90m (3.3 kB at 61 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.15.2/maven-plugin-tools-beanshell-3.15.2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.15.2/maven-plugin-tools-beanshell-3.15.2.pom90m (2.3 kB at 45 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-util/1.9.24/maven-resolver-util-1.9.24.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-util/1.9.24/maven-resolver-util-1.9.24.pom90m (2.2 kB at 48 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver/1.9.24/maven-resolver-1.9.24.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver/1.9.24/maven-resolver-1.9.24.pom90m (25 kB at 490 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-api/1.9.24/maven-resolver-api-1.9.24.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-api/1.9.24/maven-resolver-api-1.9.24.pom90m (2.2 kB at 52 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugin-tools/maven-plugin-tools-api/3.15.2/maven-plugin-tools-api-3.15.2.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugin-tools/maven-plugin-tools-api/3.15.2/maven-plugin-tools-api-3.15.2.jar90m (54 kB at 1.1 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-xml/3.0.2/plexus-xml-3.0.2.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-java/1.5.0/plexus-java-1.5.0.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/jsoup/jsoup/1.19.1/jsoup-1.19.1.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/sf/jtidy/jtidy/r938/jtidy-r938.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugin-tools/maven-plugin-tools-generators/3.15.2/maven-plugin-tools-generators-3.15.2.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-java/1.5.0/plexus-java-1.5.0.jar90m (57 kB at 1.7 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugin-tools/maven-plugin-tools-java/3.15.2/maven-plugin-tools-java-3.15.2.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-xml/3.0.2/plexus-xml-3.0.2.jar90m (94 kB at 1.8 MB/s)0m
Downloaded90m from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/jsoup/jsoup/1.19.1/jsoup-1.19.1.jar90m (473 kB at 9.7 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.15.2/maven-plugin-tools-annotations-3.15.2.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-archiver/4.10.3/plexus-archiver-4.10.3.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugin-tools/maven-plugin-tools-generators/3.15.2/maven-plugin-tools-generators-3.15.2.jar90m (42 kB at 719 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-io/3.5.2/plexus-io-3.5.2.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mnet/sf/jtidy/jtidy/r938/jtidy-r938.jar90m (250 kB at 3.8 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/github/luben/zstd-jni/1.5.7-5/zstd-jni-1.5.7-5.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugin-tools/maven-plugin-tools-java/3.15.2/maven-plugin-tools-java-3.15.2.jar90m (18 kB at 248 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/ow2/asm/asm/9.9/asm-9.9.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-archiver/4.10.3/plexus-archiver-4.10.3.jar90m (231 kB at 2.0 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/ow2/asm/asm-util/9.9/asm-util-9.9.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-io/3.5.2/plexus-io-3.5.2.jar90m (80 kB at 689 kB/s)0m
90mDownloading0from.0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/ow2/asm/asm-tree/9.9/asm-tree-9.9.jar
Downloaded90m from70moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.15.2/maven-plugin-tools-annotations-3.15.2.jar90m (78 kB at 670 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/ow2/asm/asm-analysis/9.9/asm-analysis-9.9.jar
Downloaded90m from70moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/ow2/asm/asm/9.9/asm-9.9.jar90m (126 kB at 1.1 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugin-tools/maven-plugin-tools-ant/3.15.2/maven-plugin-tools-ant-3.15.2.jar
Downloaded90m from70moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/ow2/asm/asm-tree/9.9/asm-tree-9.9.jar90m (52 kB at 317 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugin-tools/maven-plugin-tools-model/3.15.2/maven-plugin-tools-model-3.15.2.jar
Downloaded90m from70moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/ow2/asm/asm-analysis/9.9/asm-analysis-9.9.jar90m (35 kB at 207 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.15.2/maven-plugin-tools-beanshell-3.15.2.jar
Downloaded90m from70moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/ow2/asm/asm-util/9.9/asm-util-9.9.jar90m (95 kB at 537 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-util/1.9.24/maven-resolver-util-1.9.24.jar
Downloaded90m from70moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugin-tools/maven-plugin-tools-ant/3.15.2/maven-plugin-tools-ant-3.15.2.jar90m (13 kB at 75 kB/s)0m
90mDownloading4from.0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-velocity/2.3.0/plexus-velocity-2.3.0.jar
Downloaded90m fromM0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/github/luben/zstd-jni/1.5.7-5/zstd-jni-1.5.7-5.jar90m (7.4 MB at 36 MB/s)0m
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugin-tools/maven-plugin-tools-model/3.15.2/maven-plugin-tools-model-3.15.2.jar90m (30 kB at 140 kB/s)0m
Downloaded90m from10moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-velocity/2.3.0/plexus-velocity-2.3.0.jar90m (6.2 kB at 28 kB/s)0m
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.15.2/maven-plugin-tools-beanshell-3.15.2.jar90m (14 kB at 60 kB/s)0m
Downloaded90m from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/resolver/maven-resolver-util/1.9.24/maven-resolver-util-1.9.24.jar90m (196 kB at 863 kB/s)0m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mresources:3.5.0:resourcesm 1m(default-resources)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Copying 17 resources from src/main/resources to target/classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mcompiler:3.8.1:compilem 1m(java-compile)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Changes detected - recompiling the module!
[1;34mINFOm] Compiling 81 source files to /home/r/repo/eo-maven-plugin/target/classes
[1;34mINFOm] /home/r/repo/eo-maven-plugin/src/main/java/org/eolang/maven/MjSafe.java: /home/r/repo/eo-maven-plugin/src/main/java/org/eolang/maven/MjSafe.java uses or overrides a deprecated API.
[1;34mINFOm] /home/r/repo/eo-maven-plugin/src/main/java/org/eolang/maven/MjSafe.java: Recompile with -Xlint:deprecation for details.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mcompiler:3.8.1:compilem 1m(compile-helpmojo)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Changes detected - recompiling the module!
[1;34mINFOm] Compiling 1 source file to /home/r/repo/eo-maven-plugin/target/classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mplugin:3.15.2:descriptorm 1m(default-descriptor)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Using 'UTF-8' encoding to read mojo source files.
[1;33mWARNINGm] Unresolvable link in javadoc tag with value MjPlace#targetDir found in eo-maven-plugin/src/main/java/org/eolang/maven/MjPlace.java:36: Could not resolve javadoc reference JavadocReference [moduleName=Optional.empty, packageNameClassName=Optional[MjPlace], member=Optional[targetDir], label=Optional.empty]
[1;34mINFOm] java-annotations mojo extractor found 15 mojo descriptors.
[1;34mINFOm] java-javadoc mojo extractor found 0 mojo descriptor.
[1;34mINFOm] ant mojo extractor found 0 mojo descriptor.
[1;34mINFOm] bsh mojo extractor found 0 mojo descriptor.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjcabi:0.17.0:ajcm 1m(default)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Unwoven classes will be copied to /home/r/repo/eo-maven-plugin/target/unwoven
[1;34mINFOm] Created temp dir /home/r/repo/eo-maven-plugin/target/jcabi-ajc
31 warnings
[1;34mINFOm] ajc result: 119 file(s) processed, 0 pointcut(s) woven, 0 error(s), 0 warning(s)
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mresources:3.5.0:copy-resourcesm 1m(copy-descriptor)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Copying 1 resource from target/classes/META-INF/maven to target
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mplugin:3.15.2:descriptorm 1m(default)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Using 'UTF-8' encoding to read mojo source files.
[1;33mWARNINGm] Unresolvable link in javadoc tag with value MjPlace#targetDir found in eo-maven-plugin/src/main/java/org/eolang/maven/MjPlace.java:36: Could not resolve javadoc reference JavadocReference [moduleName=Optional.empty, packageNameClassName=Optional[MjPlace], member=Optional[targetDir], label=Optional.empty]
[1;34mINFOm] java-annotations mojo extractor found 15 mojo descriptors.
[1;34mINFOm] java-javadoc mojo extractor found 0 mojo descriptor.
[1;34mINFOm] ant mojo extractor found 0 mojo descriptor.
[1;34mINFOm] bsh mojo extractor found 0 mojo descriptor.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mresources:3.5.0:testResourcesm 1m(default-testResources)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Copying 69 resources from src/test/resources to target/test-classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mcompiler:3.8.1:testCompilem 1m(java-test-compile)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Changes detected - recompiling the module!
[1;34mINFOm] Compiling 51 source files to /home/r/repo/eo-maven-plugin/target/test-classes
[1;34mINFOm] /home/r/repo/eo-maven-plugin/src/test/java/org/eolang/maven/ProbesTest.java: /home/r/repo/eo-maven-plugin/src/test/java/org/eolang/maven/ProbesTest.java uses unchecked or unsafe operations.
[1;34mINFOm] /home/r/repo/eo-maven-plugin/src/test/java/org/eolang/maven/ProbesTest.java: Recompile with -Xlint:unchecked for details.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32msurefire:3.5.5:testm 1m(default-test)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Tests are skipped.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjcabi:0.17.0:versionalizem 1m(jcabi-versionalize-packages)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Versionalizing /home/r/repo/eo-maven-plugin/target/classes directory
[1;34mINFOm] File /home/r/repo/eo-maven-plugin/target/classes/org/eolang/maven/org-eolang-eo-maven-plugin-maven-plugin.txt added
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjar:3.5.0:jarm 1m(default-jar)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Building jar: /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.60.0.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mplugin:3.15.2:addPluginArtifactMetadatam 1m(default-addPluginArtifactMetadata)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] This Mojo is not used in Maven version 3.9.0 and above
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mfailsafe:3.5.5:integration-testm 1m(assemble-test)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Tests are skipped.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mfailsafe:3.5.5:verifym 1m(assemble-test)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Tests are skipped.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mlicense:2.7.1:check-file-headerm 1m(check-licenses)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Adding a license repository jar:file:/home/r/.m2/repository/org/codehaus/mojo/license-maven-plugin/2.7.1/license-maven-plugin-2.7.1.jar!/META-INF/licenses/
[1;34mINFOm] Will search files to update from root /home/r/repo/eo-maven-plugin/src
[1;34mINFOm] Will search files to update from root /home/r/repo/eo-maven-plugin/target/generated-sources
[1;34mINFOm] Scan 156 files header done in 38.895ms.
[1;34mINFOm]
* add header on 156 files.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mgroovy:2.1.1:executem 1m(project-validate)m @ 36meo-maven-plugin0;1m ---m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/groovy/groovy-xml/3.0.25/groovy-xml-3.0.25.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/groovy/groovy-xml/3.0.25/groovy-xml-3.0.25.pom90m (22 kB at 359 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/groovy/groovy/3.0.25/groovy-3.0.25.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/groovy/groovy/3.0.25/groovy-3.0.25.pom90m (24 kB at 364 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.pom90m (1.5 kB at 27 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/gossip/gossip/1.8/gossip-1.8.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/gossip/gossip/1.8/gossip-1.8.pom90m (12 kB at 202 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/forge/forge-parent/9/forge-parent-9.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/forge/forge-parent/9/forge-parent-9.pom90m (13 kB at 280 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.pom90m (2.2 kB at 43 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.pom90m (1.6 kB at 33 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/guava/guava/14.0.1/guava-14.0.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/guava/guava/14.0.1/guava-14.0.1.pom90m (5.4 kB at 94 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom90m (2.6 kB at 57 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom90m (3.5 kB at 70 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom90m (19 kB at 433 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom90m (1.0 kB at 22 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom90m (3.1 kB at 59 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus/3.3/plexus-3.3.pom90m (20 kB at 362 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom90m (2.0 kB at 48 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom90m (28 kB at 536 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom90m (1.7 kB at 39 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.pom90m (1.7 kB at 32 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.pom90m (2.6 kB at 51 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.pom90m (21 kB at 383 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/ant/ant/1.9.4/ant-1.9.4.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/ant/ant/1.9.4/ant-1.9.4.pom90m (9.6 kB at 175 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom90m (5.6 kB at 125 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom90m (2.3 kB at 42 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mjline/jline/2.12/jline-2.12.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mjline/jline/2.12/jline-2.12.pom90m (17 kB at 332 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/groovy/groovy-xml/3.0.25/groovy-xml-3.0.25.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/groovy/groovy-xml/3.0.25/groovy-xml-3.0.25.jar90m (292 kB at 5.5 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/groovy/groovy/3.0.25/groovy-3.0.25.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar90m (26 kB at 686 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/guava/guava/14.0.1/guava-14.0.1.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.jar90m (4.2 kB at 94 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar90m (58 kB at 1.1 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
Downloaded90m from80moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar90m (20 kB at 244 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
Downloaded90m from80moss.sonatype.org90m:2https://oss.sonatype.org/content/groups/public/0mcom/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar90m (32 kB at 350 kB/s)0m
90mDownloading2from.0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
Downloaded90m from80moss.sonatype.org90m:1https://oss.sonatype.org/content/groups/public/0mcom/google/guava/guava/14.0.1/guava-14.0.1.jar90m (2.2 MB at 16 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
Downloaded90m from80moss.sonatype.org90m:/https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar90m (134 kB at 941 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.jar
Downloaded90m from80moss.sonatype.org90m:khttps://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar90m (61 kB at 429 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.jar
Downloaded90m from80moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar90m (47 kB at 313 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.jar
Downloaded90m fromM0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/groovy/groovy/3.0.25/groovy-3.0.25.jar90m (8.1 MB at 51 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/ant/ant/1.9.4/ant-1.9.4.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.jar90m (16 kB at 87 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar90m (134 kB at 694 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mjline/jline/2.12/jline-2.12.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.jar90m (7.3 kB at 37 kB/s)0m
Downloaded90m fromM0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/ant/ant/1.9.4/ant-1.9.4.jar90m (2.0 MB at 9.5 MB/s)0m
Downloaded90m from70moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar90m (18 kB at 78 kB/s)0m
Downloaded90m from70moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mjline/jline/2.12/jline-2.12.jar90m (214 kB at 795 kB/s)0m
Downloaded90m fromM0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.jar90m (7.0 MB at 25 MB/s)0m
[1;34mINFOm] Verified with check-parameters-names.groovy - OK. Result: true
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32minstall:3.1.4:installm 1m(default-install)m @ 36meo-maven-plugin0;1m ---m
[1;34mINFOm] Installing /home/r/repo/eo-maven-plugin/pom.xml to /home/r/.m2/repository/org/eolang/eo-maven-plugin/0.60.0/eo-maven-plugin-0.60.0.pom
[1;34mINFOm] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.60.0.jar to /home/r/.m2/repository/org/eolang/eo-maven-plugin/0.60.0/eo-maven-plugin-0.60.0.jar
[1;34mINFOm]
[1;34mINFOm] 1m-----------------------< 0;36morg.eolang:eo-runtime0;1m >------------------------m
[1;34mINFOm] 1mBuilding eo-runtime 0.60.0 [4/5]m
[1;34mINFOm] from eo-runtime/pom.xml
[1;34mINFOm] 1m--------------------------------[ jar ]---------------------------------m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/slf4j/jul-to-slf4j/2.0.17/jul-to-slf4j-2.0.17.jar
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/slf4j/jul-to-slf4j/2.0.17/jul-to-slf4j-2.0.17.jar90m (6.3 kB at 192 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mch/qos/logback/logback-classic/1.5.29/logback-classic-1.5.29.jar
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mch/qos/logback/logback-core/1.5.29/logback-core-1.5.29.jar
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/llorllale/cactoos-matchers/0.25/cactoos-matchers-0.25.jar
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mio/github/artsok/rerunner-jupiter/2.1.6/rerunner-jupiter-2.1.6.jar
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0mio/github/artsok/rerunner-jupiter/2.1.6/rerunner-jupiter-2.1.6.jar90m (38 kB at 1.4 MB/s)0m
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/llorllale/cactoos-matchers/0.25/cactoos-matchers-0.25.jar90m (162 kB at 5.4 MB/s)0m
Downloaded90m fromk0mcentral90m:Bhttps://repo.maven.apache.org/maven2/0mch/qos/logback/logback-core/1.5.29/logback-core-1.5.29.jar90m (661 kB at 15 MB/s)0m
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mch/qos/logback/logback-classic/1.5.29/logback-classic-1.5.29.jar90m (294 kB at 6.4 MB/s)0m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mclean:3.5.0:cleanm 1m(default-clean)m @ 36meo-runtime0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32menforcer:3.6.2:enforcem 1m(enforce-java)m @ 36meo-runtime0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32menforcer:3.6.2:enforcem 1m(enforce-maven)m @ 36meo-runtime0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32menforcer:3.6.2:enforcem 1m(enforce-deps)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireUpperBoundDeps passed
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber:3.3.0:createm 1m(jcabi-build-number)m @ 36meo-runtime0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber:3.3.0:create-timestampm 1m(jcabi-build-number)m @ 36meo-runtime0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo:0.60.0:registerm 1m(compile)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Registered 93 EO sources from eo-runtime/src/main/eo to eo-runtime/target/eo-foreign.csv, included [**.eo], excluded []
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo:0.60.0:compilem 1m(compile)m @ 36meo-runtime0;1m ---m
[1;31mERRORm] Failed to parse 'eo-runtime/src/main/eo/runtime.eo:437': intentional error, ignore it
[1;34mINFOm] Parsed 93 new .eo sources out of 93 to XMIRs in 15s
[1;34mINFOm] No programs were probed because eo.offline flag is TRUE
[1;34mINFOm] No programs were pulled because eo.offline flag is TRUE
[1;34mINFOm] Assemble cycle #1 (EO:93/XMIR:0/PROBED:0 -> EO:93/XMIR:93/PROBED:0), took 15s
[1;34mINFOm] No new .eo sources out of 93 parsed to XMIRs
[1;34mINFOm] No programs were probed because eo.offline flag is TRUE
[1;34mINFOm] No programs were pulled because eo.offline flag is TRUE
[1;34mINFOm] Last assemble cycle #2 (EO:93/XMIR:93/PROBED:0), took 5ms
[1;34mINFOm] 2 assemble cycle(s) produced some new object(s) in 15s: EO:93/XMIR:93/PROBED:0
[1;34mINFOm] Unlinting source lints: ["prohibited-package", "duplicate-names-in-diff-context", "object-has-data", "sparse-decoration", "unused-void-attr", "comment-not-capitalized"]
[1;33mWARNINGm] XSL transformation 'incorrect-architect' took 106ms, whereas threshold is 100ms
[1;33mWARNINGm] XSL transformation 'incorrect-bytes-format' took 109ms, whereas threshold is 100ms
[1;33mWARNINGm] XSL transformation 'named-object-abstract-nested' took 113ms, whereas threshold is 100ms
[1;33mWARNINGm] XSL transformation 'redundant-object' took 274ms, whereas threshold is 100ms
[1;33mWARNINGm] XSL transformation 'redundant-object' took 372ms, whereas threshold is 100ms
[1;33mWARNINGm] XSL transformation 'redundant-object' took 376ms, whereas threshold is 100ms
[1;33mWARNINGm] XSL transformation 'redundant-object' took 200ms, whereas threshold is 100ms
[1;33mWARNINGm] XSL transformation 'redundant-object' took 310ms, whereas threshold is 100ms
[1;33mWARNINGm] XSL transformation 'redundant-object' took 2s, whereas threshold is 100ms
[1;33mWARNINGm] XSL transformation 'redundant-object' took 541ms, whereas threshold is 100ms
[1;33mWARNINGm] XSL transformation 'redundant-object' took 162ms, whereas threshold is 100ms
[1;33mWARNINGm] sm.line-separator:13 Object name "line-separator" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] sm.line-separator:17 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.line-separator:18 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.is-alphanumeric:12 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.is-alphanumeric:18 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.is-alphanumeric:23 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.is-alphanumeric:29 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.index-of:31 The formation "rec-index-of" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] tt.sscanf:25 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] XSL transformation 'empty-object' took 104ms, whereas threshold is 100ms
[1;33mWARNINGm] tt.string-buffer:17 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.string-buffer:17 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.string-buffer:21 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.string-buffer:21 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.string-buffer:21 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:27 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:27 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:32 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:34 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:34 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:39 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:41 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:41 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:45 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:45 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:52 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:53 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:54 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:54 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:54 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:54 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:54 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:54 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:59 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:61 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:61 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:66 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:68 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:68 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:73 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:75 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:75 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:80 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:82 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:82 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:89 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:91 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.index-of:24 Object name "text-bts" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tt.index-of:25 Object name "substring-bts" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tt.index-of:26 Object name "text-size" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tt.index-of:27 Object name "substring-size" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tt.index-of:28 The object "end" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] tt.index-of:19 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.index-of:20 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.index-of:23 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.index-of:29 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.index-of:37 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.index-of:41 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.index-of:49 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.index-of:50 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.index-of:50 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.index-of:55 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.index-of:56 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.index-of:56 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.index-of:61 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.index-of:63 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.index-of:64 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.index-of:69 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.index-of:71 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.index-of:72 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.index-of:77 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.index-of:79 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.index-of:80 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.index-of:85 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.index-of:86 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.index-of:86 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:92 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.string-buffer:22 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.string-buffer:26 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.string-buffer:26 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.string-buffer:27 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.string-buffer:11 The formation "with" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] tt.sscanf:92 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:92 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:92 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:93 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:93 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:93 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:93 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:100 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:101 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:103 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:102 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:102 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:102 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:102 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:102 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:104 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:105 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:106 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:107 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sscanf:23 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] tt.sscanf:30 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] tt.sscanf:37 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] tt.sscanf:44 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] tt.sscanf:48 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] tt.sscanf:57 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] tt.sscanf:64 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] tt.sscanf:71 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] tt.sscanf:78 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] tt.sscanf:85 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] tt.sscanf:96 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] tt.sscanf:21 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] tt.repeated:14 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.repeated:17 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.repeated:18 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.repeated:23 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.repeated:24 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.repeated:25 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.repeated:33 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.repeated:38 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.repeated:39 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.repeated:44 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.repeated:45 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.repeated:45 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.repeated:50 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.repeated:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.repeated:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.repeated:22 Object name "repeated-bytes" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tt.repeated:27 The formation "rec-repeated" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] tt.repeated:22 The object "repeated-bytes" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] ss.bytes-as-array:15 Object name "dataized-bts" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] ss.bytes-as-array:16 Object name "bytes-size" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] XSL transformation 'redundant-object' took 118ms, whereas threshold is 100ms
[1;33mWARNINGm] ss.bytes-as-array:18 The formation "slice-byte" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] ss.bytes-as-array:14 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.bytes-as-array:22 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.bytes-as-array:23 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.bytes-as-array:31 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.bytes-as-array:32 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.bytes-as-array:32 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.bytes-as-array:32 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.bytes-as-array:32 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.bytes-as-array:32 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.bytes-as-array:32 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.bytes-as-array:32 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.bytes-as-array:32 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.bytes-as-array:32 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.bytes-as-array:32 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.bytes-as-array:39 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.bytes-as-array:40 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.bytes-as-array:40 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.bytes-as-array:47 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.bytes-as-array:15 The object "dataized-bts" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] ss.bytes-as-array:16 The object "bytes-size" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] ss.mappedi:28 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.mappedi:28 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.mappedi:28 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.mappedi:28 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.mappedi:28 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.mappedi:28 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.mappedi:28 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.mappedi:28 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.mappedi:30 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.mappedi:30 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.mappedi:30 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.mappedi:30 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.mappedi:30 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.mappedi:30 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.mappedi:30 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.mappedi:30 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:53 The object "compiled" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] tt.regex:61 The object "next" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] tt.regex:92 The object "matched" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] tt.regex:93 The object "groups-count" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] tt.regex:102 The object "text" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] tt.regex:47 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] tt.regex:69 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] tt.regex:93 Object name "groups-count" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tt.regex:61 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:61 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:94 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:99 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:101 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:104 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:105 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:116 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:117 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:118 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:119 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:123 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:123 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:127 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:127 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:132 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:134 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:135 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:136 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:136 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:140 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:140 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:140 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:148 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:149 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:150 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:151 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:15 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:53 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:54 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:60 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:119 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:120 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:127 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:128 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:136 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:137 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:144 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:145 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:152 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:153 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:153 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:157 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:157 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:161 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:161 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:165 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:165 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:169 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:169 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:173 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:173 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:177 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:177 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:177 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:181 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:181 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:186 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:189 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:194 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:197 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:202 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:205 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:210 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:213 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:218 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:221 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:226 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:229 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:234 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:237 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:242 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:245 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:249 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:256 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:257 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:257 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:258 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:258 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:261 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:262 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:262 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:153 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:263 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:263 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:154 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:264 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:162 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:264 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:163 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:9 Unlinting rule 'redundant-object:94' doesn't make sense, since there are no defects with it (unlint-non-existing-defect (Single))
[1;33mWARNINGm] number:170 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:171 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.regex:12 Unlinting rule 'redundant-object:104' doesn't make sense, since there are no defects with it (unlint-non-existing-defect (Single))
[1;33mWARNINGm] tt.regex:11 Unlinting rule 'redundant-object:97' doesn't make sense, since there are no defects with it (unlint-non-existing-defect (Single))
[1;33mWARNINGm] number:178 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:179 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:187 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:188 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:195 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:196 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:203 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:204 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:212 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:213 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:224 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:225 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:226 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:227 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:228 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:229 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:236 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:237 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:244 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:245 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:252 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:253 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:261 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:262 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:268 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:268 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:269 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:274 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:274 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:275 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:280 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:280 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:286 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:287 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:290 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:291 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:293 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:294 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:299 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:300 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:304 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:306 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:306 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:310 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:311 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:316 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:318 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:325 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:325 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:324 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:324 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:333 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:335 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:340 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:340 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:341 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:347 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:347 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:348 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:353 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:353 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:354 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:360 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:361 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:366 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:367 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:372 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:373 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:378 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:378 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:379 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:383 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:386 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:389 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:392 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] number:15 The object "neg" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] number:16 The object "as-i32" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] number:17 The object "as-i16" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] number:19 The object "is-integer" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] number:22 The object "is-finite" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] number:13 Object name "as-bytes" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] number:16 Object name "as-i32" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] number:17 Object name "as-i16" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] number:18 Object name "is-nan" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] number:19 Object name "is-integer" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] number:22 Object name "is-finite" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] number:51 Object name "x-as-bytes" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] number:52 Object name "self-as-bytes" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] number:53 Object name "pos-zero-as-bytes" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] number:54 Object name "neg-zero-as-bytes" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] number:288 The formation "fibo" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] number:302 The formation "fibonacci" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] number:308 The formation "small" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] number:314 The formation "rec" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] number:30 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] number:77 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] number:91 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] number:96 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] number:109 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] number:114 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] number:0 The +package meta is mandatory, but is absent (mandatory-package (Single))
[1;33mWARNINGm] number:9 Unlinting rule 'redundant-object:26' doesn't make sense, since there are no defects with it (unlint-non-existing-defect (Single))
[1;33mWARNINGm] number:8 Unlinting rule 'redundant-object:23' doesn't make sense, since there are no defects with it (unlint-non-existing-defect (Single))
[1;33mWARNINGm] fs.dir:47 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.dir:58 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:33 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:34 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.dir:72 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.dir:73 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.dir:87 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:43 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:46 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:53 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:55 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:58 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:83 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:86 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:87 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:88 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:94 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:94 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:101 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:104 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:106 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:111 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:111 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:111 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:111 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:111 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:111 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:111 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:111 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:114 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:117 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:120 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:123 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:128 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:128 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:133 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:138 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:138 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:138 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:138 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:138 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:138 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:138 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:138 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:139 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:141 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:144 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:150 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:150 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:155 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:160 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.dir:88 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.dir:95 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.dir:104 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.dir:114 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.dir:153 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.dir:152 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.dir:152 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.dir:152 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.dir:152 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.dir:152 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.dir:154 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.dir:155 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.dir:156 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.dir:157 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.dir:157 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.dir:16 The object "is-directory" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] fs.dir:34 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] fs.dir:39 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] fs.dir:80 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] fs.dir:16 Object name "is-directory" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] while:160 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:160 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:160 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:160 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:160 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:163 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:166 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:169 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:169 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:175 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:175 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:175 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:181 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:190 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:190 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:193 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:196 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:199 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:199 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:205 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:205 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:205 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:211 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] while:0 The +package meta is mandatory, but is absent (mandatory-package (Single))
[1;33mWARNINGm] i32:14 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:29 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:30 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:31 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:31 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:34 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:36 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:36 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:59 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:60 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:66 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:66 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:67 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:67 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:74 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:75 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:81 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:81 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:82 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:82 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:96 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:97 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:101 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:108 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:108 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:109 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:109 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:110 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:115 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:116 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:121 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:122 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:127 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:128 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:133 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:134 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:139 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:140 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:146 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:147 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:153 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:154 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:159 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:160 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:166 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:167 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:173 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:174 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:179 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:180 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:185 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:186 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:192 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:193 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:198 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:199 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:204 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:205 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:211 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:212 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:217 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:218 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:223 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:224 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:230 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:231 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:236 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:236 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:237 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:242 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:242 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:243 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:248 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:248 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:249 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:254 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:254 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:255 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:258 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:258 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:261 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:266 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:268 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:273 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:273 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:274 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:279 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:279 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:280 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:285 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:285 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:286 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:291 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:291 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:292 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i32:21 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] i32:12 Object name "as-bytes" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] i32:15 Object name "as-number" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] i32:106 Object name "x-as-i32" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] i32:14 The object "neg" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] i32:15 The object "as-number" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] i32:0 The +package meta is mandatory, but is absent (mandatory-package (Single))
[1;33mWARNINGm] negative-infinity:12 The object "neg" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] negative-infinity:13 The object "is-nan" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] negative-infinity:14 The object "is-finite" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] negative-infinity:15 The object "is-integer" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] negative-infinity:16 The object "as-i64" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] negative-infinity:13 Object name "is-nan" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] negative-infinity:14 Object name "is-finite" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] negative-infinity:15 Object name "is-integer" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] negative-infinity:16 Object name "as-i64" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] negative-infinity:11 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:16 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:49 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:52 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:87 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:88 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:99 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:99 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:126 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:133 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:158 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:164 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:188 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:194 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:220 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:226 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:251 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:257 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:265 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:272 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:279 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:304 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:310 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:316 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:322 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:349 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:355 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:361 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:367 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:401 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:407 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:413 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:419 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:426 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:432 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:438 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:444 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:471 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:477 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:483 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:489 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:497 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:497 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] negative-infinity:0 The +package meta is mandatory, but is absent (mandatory-package (Single))
[1;33mWARNINGm] XSL transformation 'bytes-without-data' took 103ms, whereas threshold is 100ms
[1;33mWARNINGm] dataized:55 The formation "func" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] dataized:71 The formation "func" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] dataized:0 The +package meta is mandatory, but is absent (mandatory-package (Single))
[1;33mWARNINGm] dataized:41 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] dataized:47 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] dataized:50 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] dataized:50 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] dataized:50 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] dataized:50 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] dataized:56 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] dataized:58 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] dataized:63 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] dataized:63 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] dataized:63 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] dataized:63 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] dataized:63 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] dataized:70 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] dataized:73 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] dataized:76 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] dataized:76 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] dataized:78 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] XSL transformation 'redundant-object' took 665ms, whereas threshold is 100ms
[1;33mWARNINGm] XSL transformation 'redundant-object' took 291ms, whereas threshold is 100ms
[1;33mWARNINGm] XSL transformation 'redundant-object' took 420ms, whereas threshold is 100ms
[1;33mWARNINGm] XSL transformation 'named-object-abstract-nested' took 114ms, whereas threshold is 100ms
[1;33mWARNINGm] XSL transformation 'incorrect-test-object-name' took 108ms, whereas threshold is 100ms
[1;33mWARNINGm] nan:11 The object "is-nan" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] nan:12 The object "is-finite" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] nan:13 The object "is-integer" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] nan:14 The object "as-i64" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] nan:10 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nan:14 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nan:48 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nan:60 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nan:72 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nan:84 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nan:96 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nan:108 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nan:120 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nan:132 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nan:150 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nan:163 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nan:163 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nan:11 Object name "is-nan" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] nan:12 Object name "is-finite" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] nan:13 Object name "is-integer" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] nan:14 Object name "as-i64" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] nan:0 The +package meta is mandatory, but is absent (mandatory-package (Single))
[1;33mWARNINGm] XSL transformation 'redundant-object' took 372ms, whereas threshold is 100ms
[1;33mWARNINGm] XSL transformation 'unit-test-without-phi' took 115ms, whereas threshold is 100ms
[1;33mWARNINGm] fs.path:58 The object "as-file" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] fs.path:59 The object "as-dir" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] fs.path:264 The object "as-file" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] fs.path:265 The object "as-dir" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] fs.path:287 The object "replaced-slash" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] fs.path:57 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:62 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:63 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:63 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:72 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:73 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:78 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:81 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:82 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:113 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:122 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:94 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:97 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:98 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:106 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:107 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:144 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:144 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:172 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:173 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:184 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:203 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:204 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:205 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:214 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:236 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:237 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:240 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:255 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:269 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:275 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:276 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:276 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:282 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:289 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:297 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:302 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:314 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:323 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:324 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:327 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:330 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:331 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:363 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:364 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:370 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:370 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:371 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:371 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:372 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:372 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:376 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:381 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:343 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:346 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:347 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:357 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:358 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:416 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:416 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:446 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:447 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:458 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:477 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:478 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:479 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:488 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:506 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:507 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:510 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:527 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:528 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:534 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:535 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:536 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:541 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:542 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:547 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:548 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:553 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:554 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:559 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:560 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:565 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:566 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:571 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:572 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:577 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:578 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:583 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:584 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:589 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:590 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:595 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:596 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:601 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:602 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:607 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:607 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:608 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:613 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:613 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:614 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:619 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:619 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:620 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:625 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:625 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:626 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:631 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:631 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:632 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:637 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:637 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:638 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:643 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:643 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:644 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:649 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:649 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:650 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:655 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:655 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:656 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:661 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:661 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:662 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:667 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:667 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:668 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:673 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:673 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:674 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:679 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:679 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:680 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:687 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:687 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:687 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:687 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:687 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:687 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:687 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:687 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:688 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:695 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:695 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:695 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:695 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:695 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:695 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:695 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:696 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:701 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:702 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:707 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:708 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:715 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:715 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:715 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:715 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:715 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:715 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:716 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:723 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:723 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:723 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:723 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:723 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:723 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:724 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:731 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:731 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:731 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:731 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:731 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.tee-input:54 Object name "read-bytes" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] io.tee-input:55 Object name "written-bytes" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] io.tee-input:30 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:732 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.tee-input:61 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:739 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:739 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:739 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:739 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:739 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:739 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:741 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:741 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.tee-input:65 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:741 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:741 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.tee-input:67 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.tee-input:68 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.tee-input:74 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.tee-input:79 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.tee-input:81 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.tee-input:82 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.tee-input:83 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.tee-input:77 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.tee-input:77 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.tee-input:85 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.tee-input:91 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.tee-input:94 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.tee-input:101 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.tee-input:104 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.tee-input:97 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.tee-input:97 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.tee-input:97 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.tee-input:105 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.tee-input:105 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.tee-input:107 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:748 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:748 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:748 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:748 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:748 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:750 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:750 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:750 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:750 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:757 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:757 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:757 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:757 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:757 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:757 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:759 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:759 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:759 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:759 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.path:47 Object name "joined-path" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] fs.path:58 Object name "as-file" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] fs.path:59 Object name "as-dir" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] fs.path:61 Object name "is-absolute" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] fs.path:75 Object name "uri-as-bytes" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] fs.path:76 Object name "is-absolute" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] fs.path:77 Object name "has-trailing-slash" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] fs.path:151 Object name "other-as-bytes" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] fs.path:182 Object name "slice-start-idx" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] fs.path:214 Object name "slice-start-idx" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] fs.path:264 Object name "as-file" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] fs.path:265 Object name "as-dir" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] fs.path:277 Object name "uri-as-bytes" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] fs.path:285 Object name "uri-as-bytes" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] fs.path:287 Object name "replaced-slash" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] fs.path:304 Object name "uri-as-bytes" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tt.starts-with:14 Object name "text-bts" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tt.starts-with:15 Object name "substring-bts" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tt.starts-with:16 Object name "text-size" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tt.starts-with:17 Object name "substring-size" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tt.starts-with:13 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.starts-with:21 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.starts-with:21 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.starts-with:26 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.starts-with:26 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.starts-with:16 The object "text-size" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] fs.path:317 Object name "uri-as-bytes" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] fs.path:318 Object name "is-drive-relative" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] fs.path:319 Object name "is-root-relative" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] fs.path:326 Object name "has-trailing-slash" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] fs.path:424 Object name "uri-as-bytes" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] fs.path:425 Object name "valid-other" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] fs.path:456 Object name "slice-start-idx" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] fs.path:488 Object name "slice-start-idx" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] fs.path:18 Unlinting rule 'redundant-object:61' doesn't make sense, since there are no defects with it (unlint-non-existing-defect (Single))
[1;33mWARNINGm] fs.path:17 Unlinting rule 'redundant-object:60' doesn't make sense, since there are no defects with it (unlint-non-existing-defect (Single))
[1;33mWARNINGm] fs.path:20 Unlinting rule 'redundant-object:267' doesn't make sense, since there are no defects with it (unlint-non-existing-defect (Single))
[1;33mWARNINGm] fs.path:19 Unlinting rule 'redundant-object:266' doesn't make sense, since there are no defects with it (unlint-non-existing-defect (Single))
[1;33mWARNINGm] tt.trimmed-right:20 The object "space" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] tt.trimmed-right:30 The object "char" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] tt.trimmed-right:22 The formation "first-non-space-index" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] tt.trimmed-right:11 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed-right:15 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed-right:17 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed-right:20 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed-right:24 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed-right:25 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed-right:28 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed-right:29 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed-right:30 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed-right:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed-right:36 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed-right:41 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed-right:42 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed-right:47 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed-right:48 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed-right:53 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed-right:54 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:28 Object name "is-empty" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] ss.list:28 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:93 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:114 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:115 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:117 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:121 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:132 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:133 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] cti:0 The +package meta is mandatory, but is absent (mandatory-package (Single))
[1;33mWARNINGm] ss.list:144 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:159 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:179 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:182 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:200 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:231 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:239 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:241 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:249 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:263 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:263 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:263 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:263 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:271 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:271 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:271 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:279 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:287 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:287 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:287 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:287 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:288 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:289 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:289 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:289 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:289 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:289 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:289 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:296 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:296 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:296 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:296 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:296 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:296 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:296 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:296 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:296 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:296 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:297 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:298 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:299 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:299 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:299 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:299 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:299 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:299 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:299 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:299 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:299 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:299 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:299 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:299 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:306 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:306 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:306 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:306 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:306 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:306 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:306 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:306 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:306 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:306 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:307 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:308 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:309 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:309 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:309 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:309 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:309 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:309 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:309 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:309 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:309 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:309 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:309 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:309 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:315 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:315 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:315 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:315 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:314 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:314 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:314 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:316 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:316 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:316 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:316 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:317 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:317 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:317 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:317 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:320 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:320 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:320 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:320 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:319 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:319 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:319 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:321 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:321 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:321 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:321 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:322 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:322 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:322 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:322 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:328 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:331 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:331 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:331 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:331 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:331 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:331 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:334 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:341 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:341 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:341 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:341 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:341 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:341 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:342 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:343 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:343 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:343 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:343 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:349 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:349 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:349 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:349 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:349 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:349 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:350 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:350 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:350 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:350 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:354 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:361 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:361 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:361 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:361 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:361 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:361 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:361 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:361 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:361 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:361 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:361 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:362 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:363 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:363 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:363 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:363 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:370 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:370 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:370 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:370 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:370 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:370 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:370 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:370 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:370 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:370 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:370 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:370 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:371 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:372 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:372 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:372 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:372 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:372 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:372 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:372 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:372 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:378 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:378 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:378 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:378 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:378 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:378 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:379 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:379 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:379 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:379 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:379 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:379 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:386 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:386 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:386 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:386 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:386 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:386 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:387 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:387 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:387 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:387 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:387 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:387 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:393 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:394 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:397 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:397 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:397 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:397 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:397 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:397 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:400 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:400 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:400 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:400 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:401 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:401 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:401 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:401 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:402 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:409 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:409 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:409 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:409 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:410 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:410 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:410 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:410 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:411 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:411 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:411 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:411 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:411 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:411 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:411 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:411 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:416 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:419 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:419 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:419 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:419 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:419 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:419 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:420 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:425 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:428 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:428 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:428 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:428 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:428 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:428 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:429 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:434 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:437 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:437 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:437 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:437 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:437 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:437 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:438 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:443 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:446 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:446 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:446 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:446 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:446 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:446 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:447 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:452 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:455 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:455 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:455 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:455 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:455 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:455 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:456 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:461 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:464 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:464 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:464 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:464 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:464 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:464 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:465 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:470 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:473 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:473 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:473 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:473 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:473 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:473 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:474 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:479 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:482 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:487 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:490 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:490 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:490 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:490 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:490 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:490 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:490 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:490 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:490 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:490 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:491 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:497 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:497 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:497 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:497 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:497 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:497 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:497 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:497 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:498 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:504 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:504 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:504 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:504 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:504 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:504 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:504 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:504 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:505 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:512 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:512 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:512 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:512 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:512 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:512 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:512 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:512 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:513 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:520 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:520 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:520 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:520 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:520 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:520 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:520 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:520 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:520 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:520 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:521 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:522 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:522 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:522 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:522 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:529 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:529 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:529 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:529 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:529 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:529 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:529 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:529 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:530 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:531 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:531 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:539 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:546 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:546 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:546 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:546 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:546 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:546 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:547 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:548 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:548 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:548 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:548 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:555 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:555 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:555 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:557 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:564 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:564 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:564 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:564 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:564 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:564 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:564 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:564 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:564 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:564 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:565 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:566 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:566 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:566 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:566 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:566 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:566 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:573 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:573 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:573 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:575 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:582 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:582 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:582 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:582 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:582 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:582 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:582 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:582 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:582 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:582 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:583 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:584 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:584 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:591 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:591 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:591 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:591 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:591 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:591 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:592 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:599 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:599 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:599 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:599 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:599 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:599 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:600 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:601 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:601 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:601 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:601 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:601 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:601 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:608 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:608 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:608 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:608 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:608 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:608 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:608 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:608 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:609 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:610 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:610 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:610 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:610 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:617 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:617 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:617 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:617 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:617 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:617 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:618 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:619 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:619 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:626 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:626 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:626 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:626 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:626 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:626 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:626 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:626 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:627 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:628 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:628 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:628 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:628 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:628 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:628 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:635 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:635 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:635 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:635 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:635 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:635 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:635 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:635 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:635 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:635 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:636 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:637 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:637 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:637 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:637 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:644 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:644 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:644 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:644 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:644 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:644 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:644 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:644 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:644 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:644 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:645 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:652 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:652 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:652 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:652 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:652 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:652 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:652 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:652 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:652 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:652 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:653 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:654 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:654 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:654 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:654 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:654 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:654 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:654 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:654 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:654 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:654 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:661 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:661 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:661 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:661 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:661 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:661 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:661 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:661 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:661 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:661 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:662 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:663 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:664 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:664 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:664 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:664 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:664 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:664 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:664 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:664 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:671 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:671 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:671 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:671 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:671 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:671 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:671 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:671 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:671 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:671 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:671 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:671 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:671 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:671 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:672 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:673 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:674 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:674 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:674 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:674 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:674 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:674 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:681 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:681 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:681 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:681 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:681 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:681 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:681 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:681 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:681 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:681 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:681 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:681 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:682 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:683 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:684 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:684 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:684 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:684 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:684 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:684 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:684 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:684 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:684 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:684 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:691 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:691 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:691 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:691 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:691 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:691 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:691 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:691 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:691 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:691 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:692 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:693 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:694 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:694 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:694 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:694 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:694 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:694 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:701 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:701 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:701 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:701 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:701 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:701 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:702 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:703 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:704 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:704 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:704 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:704 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:711 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:711 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:711 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:711 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:711 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:711 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:711 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:711 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:712 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:713 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:714 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:714 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:714 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:714 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:714 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:714 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:721 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:721 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:721 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:721 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:721 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:721 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:721 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:721 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:721 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:721 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:722 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:723 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:731 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:731 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:731 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:731 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:731 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:731 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:731 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:731 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:732 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:733 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:741 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:741 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:741 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:741 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:741 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:741 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:741 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:741 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:741 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:741 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:741 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:741 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:741 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:741 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:742 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:743 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:751 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:751 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:751 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:751 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:751 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:751 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:751 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:751 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:751 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:751 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:751 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:751 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:752 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:753 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:761 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:761 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:761 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:761 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:761 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:761 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:761 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:761 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:761 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:761 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:761 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:761 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:762 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:763 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:771 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:771 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:771 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:771 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:771 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:771 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:771 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:771 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:771 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:771 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:772 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:773 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:773 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:773 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:773 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:773 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:773 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:780 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:780 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:780 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:780 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:780 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:780 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:780 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:780 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:780 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:780 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:781 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.list:91 The formation "rec-eq" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] ss.list:112 The formation "rec-index-of" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] ss.list:130 The formation "rec-last-index-of" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] ss.list:157 The formation "rec-filteredi" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] ss.list:191 The formation "rec-head" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] ss.list:351 The formation "foo" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] io.malloc-as-output:31 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.malloc-as-output:55 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.malloc-as-output:59 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.malloc-as-output:59 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.malloc-as-output:59 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.malloc-as-output:58 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.malloc-as-output:58 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.malloc-as-output:61 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.malloc-as-output:66 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.malloc-as-output:68 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.malloc-as-output:76 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.malloc-as-output:80 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.malloc-as-output:79 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.malloc-as-output:79 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.malloc-as-output:82 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.bytes-as-input:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.bytes-as-input:52 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.bytes-as-input:53 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.bytes-as-input:53 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.bytes-as-input:61 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.bytes-as-input:76 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.bytes-as-input:77 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.bytes-as-input:78 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.bytes-as-input:79 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.bytes-as-input:79 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.bytes-as-input:80 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.bytes-as-input:80 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.bytes-as-input:81 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.bytes-as-input:82 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.bytes-as-input:62 Object name "to-read" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] fs.tmpdir:24 The object "a🌵2411" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] fs.tmpdir:33 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.tmpdir:45 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.tmpdir:50 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.tmpdir:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.tmpdir:52 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.tmpdir:53 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.tmpdir:54 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.tmpdir:55 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:63 The formation "build" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] ss.range:76 The formation "x" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] ss.range:89 The formation "b" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] ss.range:100 The formation "y" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] ss.range:102 The formation "next" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] ss.range:39 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:59 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:59 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:59 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:59 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:59 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:59 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:59 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:59 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:59 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:59 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.dead-output:27 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:59 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:59 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:59 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:59 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:59 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:59 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:59 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:59 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:62 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:65 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:66 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:72 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:72 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:72 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:72 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:72 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:72 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:72 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:72 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:72 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:72 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:72 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:72 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:72 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:72 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:72 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:72 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:75 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:78 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:79 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:85 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:85 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:85 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:85 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:88 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:91 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:92 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:99 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:103 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range:104 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains:18 Object name "text-bts" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tt.contains:19 Object name "substring-bts" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tt.contains:20 Object name "text-size" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tt.contains:21 Object name "substring-size" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tt.contains:24 The formation "rec-contains" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] tt.contains:22 The object "end" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] tt.contains:17 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains:30 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains:37 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains:37 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains:42 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains:42 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] XSL transformation 'redundant-object' took 107ms, whereas threshold is 100ms
[1;33mWARNINGm] runtime:29 The formation "a" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:37 The formation "a" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:39 The formation "take" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:47 The formation "foo" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:55 The formation "φ" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:56 The formation "φ" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:57 The formation "φ" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:66 The formation "a" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:75 The formation "x" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:87 The formation "x" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:92 The formation "a" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:105 The formation "func" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:129 The formation "long-object-name" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:130 The formation "long-object-name" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:131 The formation "long-object-name" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:132 The formation "long-object-name" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:133 The formation "long-object-name" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:140 The formation "b" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:142 The formation "a" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:150 The formation "app" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:153 The formation "f" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:197 The formation "return" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:198 The formation "a" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:215 The formation "inc" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:228 The formation "value" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:229 The formation "φ" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:240 The formation "value" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:241 The formation "φ" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:250 The formation "value" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:251 The formation "φ" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:259 The formation "value" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:260 The formation "φ" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:266 The formation "pybool" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:268 The formation "pyint" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:269 The formation "eq" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:271 The formation "add" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:290 The formation "build" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:294 The formation "build" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:297 The formation "calc" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:308 The formation "build" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:316 The formation "build" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:323 The formation "calc" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:333 The formation "x" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:353 The formation "blah0" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:355 The formation "blah1" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:357 The formation "blah2" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:359 The formation "blah3" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:361 The formation "blah4" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:363 The formation "blah5" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:365 The formation "blah6" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:367 The formation "blah7" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:369 The formation "blah8" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:371 The formation "blah9" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:373 The formation "blah10" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:375 The formation "blah11" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:377 The formation "blah12" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:379 The formation "blah13" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:381 The formation "blah14" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:383 The formation "blah15" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:385 The formation "blah16" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:387 The formation "blah17" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:389 The formation "blah18" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:391 The formation "blah19" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:393 The formation "blah20" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:395 The formation "blah21" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:397 The formation "blah22" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:399 The formation "blah23" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:401 The formation "blah24" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:403 The formation "blah25" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:405 The formation "blah26" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:407 The formation "blah27" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:409 The formation "blah28" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:411 The formation "blah29" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:413 The formation "blah30" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:415 The formation "blah31" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:417 The formation "blah32" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:419 The formation "blah33" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:421 The formation "blah34" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:423 The formation "blah35" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:425 The formation "blah36" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:427 The formation "blah37" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:429 The formation "blah38" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:431 The formation "blah39" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] runtime:0 The +package meta is mandatory, but is absent (mandatory-package (Single))
[1;33mWARNINGm] runtime:22 Object name "+global-test" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] runtime:189 Object name "stand-root" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] runtime:27 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:28 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:36 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:49 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:50 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:60 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:61 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:73 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:74 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:77 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:78 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:80 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:86 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:97 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:90 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:89 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:89 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:95 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:94 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:94 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:96 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:102 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:104 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:107 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:110 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:109 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:109 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:117 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:118 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:123 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:124 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:134 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:139 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:139 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:149 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:152 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:152 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:152 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:152 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:152 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:152 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:154 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:155 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:162 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:166 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:165 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:165 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:168 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:169 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:175 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:179 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:178 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:178 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:181 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:182 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:196 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:201 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:202 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:207 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:214 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:219 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:217 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:217 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:226 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:227 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:238 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:239 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:249 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:252 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:258 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:261 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:265 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:265 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:265 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:277 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:282 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:289 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:293 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:296 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:307 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:309 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:313 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:315 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:317 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:321 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:322 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:331 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:331 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:332 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:334 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:335 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:338 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:338 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:338 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:338 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:345 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:346 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:348 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:438 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:438 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:439 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:440 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] runtime:441 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] XSL transformation 'redundant-object' took 309ms, whereas threshold is 100ms
[1;33mWARNINGm] nk.socket:73 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:73 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:74 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:74 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:87 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:139 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:140 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:140 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:140 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:143 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:144 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:149 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:150 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:150 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:157 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:158 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:158 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:176 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:179 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:180 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:180 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:185 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:186 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:186 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:186 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:186 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:186 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:193 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:196 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:197 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:197 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:201 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:202 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:202 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:202 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:202 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:211 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:214 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:215 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:215 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:219 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:220 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:228 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:231 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:232 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:245 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:248 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:249 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:249 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:249 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:249 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:258 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:259 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:259 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:259 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:269 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:272 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:273 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:273 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:273 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:273 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:275 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:278 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:279 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:279 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:279 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:279 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:312 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:313 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:313 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:313 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:316 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:317 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:317 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:317 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:293 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:296 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:297 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:297 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:307 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:308 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:308 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:308 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:326 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:327 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:327 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:327 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:330 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:331 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:336 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:337 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:337 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:343 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:361 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:364 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:365 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:365 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:370 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:371 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:371 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:371 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:371 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:371 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:378 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:381 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:382 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:382 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] XSL transformation 'comment-is-too-wide' took 126ms, whereas threshold is 100ms
[1;33mWARNINGm] nk.socket:386 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:387 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:387 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:387 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:387 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:399 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:400 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:400 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:404 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:405 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:414 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:417 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:418 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:421 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:424 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:425 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:432 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:433 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:437 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:438 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:447 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:450 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:451 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:451 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:451 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:451 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:460 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:461 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:461 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:461 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:471 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:474 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:475 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:475 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:475 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:475 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:477 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:480 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:481 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:481 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:481 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:481 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:514 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:515 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:515 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:515 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:518 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:519 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:519 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:519 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:495 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:498 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:499 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:499 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:509 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:510 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:510 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:510 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] nk.socket:102 Object name "read-bytes" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] nk.socket:141 Object name "inet-addr" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] nk.socket:145 Object name "inet-addr-as-int" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] nk.socket:166 Object name "as-input" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] nk.socket:169 Object name "as-output" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] nk.socket:305 Object name "client-sockfd" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] nk.socket:328 Object name "inet-addr" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] nk.socket:332 Object name "inet-addr-as-int" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] nk.socket:343 Object name "last-error" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] nk.socket:351 Object name "as-input" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] nk.socket:354 Object name "as-output" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] nk.socket:435 Object name "started-up" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] nk.socket:507 Object name "client-sockfd" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] nk.socket:152 The object "sockaddr" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] nk.socket:339 The object "sockaddr" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] nk.socket:12 Unlinting rule 'redundant-object:154' doesn't make sense, since there are no defects with it (unlint-non-existing-defect (Single))
[1;33mWARNINGm] nk.socket:13 Unlinting rule 'redundant-object:341' doesn't make sense, since there are no defects with it (unlint-non-existing-defect (Single))
[1;33mWARNINGm] tt.trimmed-left:11 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed-left:19 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed-left:20 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed-left:28 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed-left:30 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed-left:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed-left:36 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed-left:41 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed-left:42 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed-left:47 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed-left:48 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed-left:53 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed-left:54 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed-left:22 The formation "first-non-space-index" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] tt.trimmed-left:20 The object "space" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] tt.trimmed-left:30 The object "char" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] XSL transformation 'redundant-object' took 180ms, whereas threshold is 100ms
[1;33mWARNINGm] ms.e:12 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] true:10 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] true:19 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] true:40 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] true:45 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] true:46 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] true:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] true:52 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] true:58 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] true:58 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] true:59 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] true:60 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] true:61 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] true:11 The object "not" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] true:0 The +package meta is mandatory, but is absent (mandatory-package (Single))
[1;33mWARNINGm] true:6 Unlinting rule 'redundant-object:12' doesn't make sense, since there are no defects with it (unlint-non-existing-defect (Single))
[1;33mWARNINGm] XSL transformation 'broken-alias-first' took 112ms, whereas threshold is 100ms
[1;33mWARNINGm] tt.last-index-of:24 Object name "text-bts" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tt.last-index-of:25 Object name "substring-bts" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tt.last-index-of:26 Object name "text-size" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tt.last-index-of:27 Object name "substring-size" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tt.last-index-of:19 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.last-index-of:20 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.last-index-of:23 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.last-index-of:33 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.last-index-of:37 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.last-index-of:41 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.last-index-of:49 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.last-index-of:50 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.last-index-of:50 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.last-index-of:55 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.last-index-of:56 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.last-index-of:56 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.last-index-of:61 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.last-index-of:62 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.last-index-of:62 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.last-index-of:67 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.last-index-of:69 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.last-index-of:70 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.last-index-of:75 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.last-index-of:77 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.last-index-of:78 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.last-index-of:31 The formation "rec-index-of" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] ss.eachi:28 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.eachi:32 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.eachi:32 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.eachi:32 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.eachi:32 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.eachi:32 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.eachi:32 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.eachi:38 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] XSL transformation 'redundant-object' took 138ms, whereas threshold is 100ms
[1;33mWARNINGm] ms.numbers:19 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:34 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:54 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:54 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:55 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:60 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:60 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:61 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:66 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:66 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:66 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:66 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:66 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:66 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:67 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:72 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:72 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:72 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:72 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:72 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:72 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:73 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:78 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:78 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:78 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:78 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:78 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:78 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:79 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:84 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:84 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:84 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:84 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:84 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:84 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:85 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:90 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:90 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:90 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:90 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:90 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:90 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:91 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:96 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:96 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:96 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:96 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:96 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:96 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.numbers:97 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.random:18 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.random:32 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.random:33 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.random:34 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.random:44 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.random:54 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.random:59 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.random:61 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.random:63 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.random:64 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.random:65 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.random:66 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.random:74 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.random:79 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.random:80 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.random:87 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.random:88 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.random:90 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.random:91 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.random:93 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.random:94 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.random:95 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.random:26 The object "next" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] ms.random:55 Object name "time-bytes" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] ms.random:64 Object name "const-1" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] ms.random:65 Object name "const-3" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] ms.random:10 Unlinting rule 'redundant-object:25' doesn't make sense, since there are no defects with it (unlint-non-existing-defect (Single))
[1;33mWARNINGm] tt.nsplit:16 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:19 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:20 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:22 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:25 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:26 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:27 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:27 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:27 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:41 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:43 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:46 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:47 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:48 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:52 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:60 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:61 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:62 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:63 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:63 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:63 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:63 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:70 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:71 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:72 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:73 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:73 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:73 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:73 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:80 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:81 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:82 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:83 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:83 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:90 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:91 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:92 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:93 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:93 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:93 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:93 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:93 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:93 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:98 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:99 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:100 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:105 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:106 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:107 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:114 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:115 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:116 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:117 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:117 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:117 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:117 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:117 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:117 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.nsplit:29 Object name "splits-made" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tt.nsplit:32 Object name "with-substr" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tt.nsplit:29 The formation "rec-nsplit" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] tt.contains-any:20 The object "text-bts" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] tt.contains-any:20 Object name "text-bts" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tt.contains-any:24 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-any:24 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-any:24 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-any:24 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-any:24 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-any:29 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-any:29 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-any:29 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-any:29 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-any:29 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-any:29 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-any:29 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-any:29 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-any:29 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-any:34 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-any:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-any:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-any:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-any:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-any:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-any:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-any:40 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-any:45 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.exp:23 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.exp:24 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.exp:32 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.exp:33 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.exp:34 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.exp:42 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.exp:43 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:25 The formation "build" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] ss.range-of-numbers:17 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:18 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:20 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:21 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:29 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:34 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:34 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:40 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:40 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:45 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:45 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:50 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:50 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:55 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:55 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:59 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:59 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:63 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:63 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.range-of-numbers:27 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.exp:44 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.exp:52 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.exp:53 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.exp:54 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.exp:71 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] try:27 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] try:37 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] try:50 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] try:59 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] try:25 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] try:30 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] try:31 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] try:32 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] try:41 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] try:42 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] try:43 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] try:53 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] try:53 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] try:56 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] try:62 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] try:66 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] try:65 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] try:65 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] try:65 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] try:70 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] try:70 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] try:69 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] try:69 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] try:71 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] try:75 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] try:0 The +package meta is mandatory, but is absent (mandatory-package (Single))
[1;33mWARNINGm] ms.abs:11 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.abs:19 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.abs:20 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.abs:25 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.abs:26 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.abs:31 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.abs:32 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.abs:37 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.abs:38 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.abs:43 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.abs:44 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] XSL transformation 'redundant-object' took 197ms, whereas threshold is 100ms
[1;33mWARNINGm] tt.slice:17 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.slice:17 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.slice:17 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.slice:18 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] XSL transformation 'redundant-object' took 108ms, whereas threshold is 100ms
[1;33mWARNINGm] string:29 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:30 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:31 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:31 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:33 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:34 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:36 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:37 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:38 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:50 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:54 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:64 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:67 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:70 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:73 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:76 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:77 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:78 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:83 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:86 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:87 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:89 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:92 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:93 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:95 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:96 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:105 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:106 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:107 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:108 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:109 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:110 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:114 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:115 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:118 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:119 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:123 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:126 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:127 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:138 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:139 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:139 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:139 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:142 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:161 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:164 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:167 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:170 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:173 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:174 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:175 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:180 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:181 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:186 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:187 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:192 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:193 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:198 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:199 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:204 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:205 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:206 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:211 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:212 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:213 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:218 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:219 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:220 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:226 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:232 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:233 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:240 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:245 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:253 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:258 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:261 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:266 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:271 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:276 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:281 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:287 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:288 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:293 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:294 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:299 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:302 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:307 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:312 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:318 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:319 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:325 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:326 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:331 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:332 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:337 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:338 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:343 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:343 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:343 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:344 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:349 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:349 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:349 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:350 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:355 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:355 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:355 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:356 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:361 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:361 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:361 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:362 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:367 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:367 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:367 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:368 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:373 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:374 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:375 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:376 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:381 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:382 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:383 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:384 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:389 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:389 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:389 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:390 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:395 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:395 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:395 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:396 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:401 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:401 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:401 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:402 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:407 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:408 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:409 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:410 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:415 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:416 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:417 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:422 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:423 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:424 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:429 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:430 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:431 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] string:23 Object name "as-bytes" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] string:33 Object name "pattern-one" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] string:34 Object name "pattern-two" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] string:35 Object name "pattern-three" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] string:36 Object name "pattern-four" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] string:37 Object name "result-one" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] string:38 Object name "result-two" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] string:39 Object name "result-three" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] string:40 Object name "result-four" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] string:45 Object name "char-size" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] string:99 Object name "start-bytes" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] string:100 Object name "len-bytes" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] string:101 Object name "num-start" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] string:102 Object name "num-len" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] string:105 Object name "pattern-one" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] string:106 Object name "pattern-two" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] string:107 Object name "pattern-three" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] string:108 Object name "pattern-four" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] string:109 Object name "result-one" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] string:110 Object name "result-two" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] string:111 Object name "result-three" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] string:112 Object name "result-four" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] string:113 Object name "bts-start" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] string:120 Object name "bts-length" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] string:133 Object name "char-size" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] string:99 The object "start-bytes" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] string:100 The object "len-bytes" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] string:0 The +package meta is mandatory, but is absent (mandatory-package (Single))
[1;33mWARNINGm] XSL transformation 'redundant-object' took 125ms, whereas threshold is 100ms
[1;33mWARNINGm] tt.low-cased:34 The object "ascii-z" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] tt.low-cased:35 The object "ascii-a" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] tt.low-cased:34 Object name "ascii-z" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tt.low-cased:35 Object name "ascii-a" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tt.low-cased:33 Object name "ascii-bte" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tt.low-cased:19 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.low-cased:34 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.low-cased:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.low-cased:40 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.low-cased:41 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.low-cased:46 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.low-cased:47 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.low-cased:30 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.low-cased:31 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:119 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:120 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:136 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:137 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:138 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:139 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:140 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:150 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:177 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:196 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:197 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:235 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:236 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:249 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:253 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:275 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:287 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:295 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:295 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:303 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:303 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:303 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:303 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:304 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:310 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:310 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:319 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:328 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:337 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:346 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:356 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:366 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:376 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:385 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:386 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:388 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:395 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:396 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:398 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:399 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:401 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:408 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:409 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:411 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:414 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:421 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:422 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:424 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:427 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:434 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:435 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:437 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:440 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:447 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:448 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:450 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:453 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:460 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:461 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:463 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:466 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:473 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:474 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:480 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:487 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:488 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:490 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:483 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:483 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:493 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:495 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:502 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:503 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:509 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:510 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:512 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:513 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:518 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:521 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:532 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:533 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:529 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:529 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:536 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:551 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:543 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:539 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:539 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:547 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:546 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:546 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:549 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:559 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:566 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:562 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:562 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:570 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:569 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:569 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:572 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:572 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:574 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:581 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:583 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:583 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:585 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] fs.file:21 The object "as-path" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] fs.file:151 The object "must-exists" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] fs.file:153 The object "truncate" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] fs.file:572 The object "i2" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] fs.file:24 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] fs.file:27 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] fs.file:44 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] fs.file:60 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] fs.file:63 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] fs.file:76 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] fs.file:168 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] fs.file:207 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] fs.file:245 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] fs.file:21 Object name "as-path" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] fs.file:138 Object name "read-write" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] fs.file:139 Object name "write-read" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] fs.file:140 Object name "read-append" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] fs.file:141 Object name "can-read" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] fs.file:145 Object name "can-write" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] fs.file:151 Object name "must-exists" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] fs.file:201 Object name "read-bytes" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] fs.file:14 Unlinting rule 'redundant-object:159' doesn't make sense, since there are no defects with it (unlint-non-existing-defect (Single))
[1;33mWARNINGm] fs.file:15 Unlinting rule 'redundant-object:578' doesn't make sense, since there are no defects with it (unlint-non-existing-defect (Single))
[1;33mWARNINGm] fs.file:13 Unlinting rule 'redundant-object:157' doesn't make sense, since there are no defects with it (unlint-non-existing-defect (Single))
[1;33mWARNINGm] tt.is-ascii:11 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.is-ascii:16 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.is-ascii:22 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.is-ascii:27 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.win32:34 Object name "std-input-handle" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] sm.win32:35 Object name "std-output-handle" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] sm.win32:36 Object name "af-inet" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] sm.win32:37 Object name "sock-stream" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] sm.win32:38 Object name "ipproto-tcp" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] sm.win32:39 Object name "invalid-socket" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] sm.win32:40 Object name "socket-error" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] sm.win32:41 Object name "inaddr-none" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] sm.win32:42 Object name "winsock-version-2-2" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] sm.win32:49 Object name "day-of-week" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] sm.win32:52 Object name "sin-family" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] sm.win32:52 Object name "sin-port" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] sm.win32:52 Object name "sin-addr" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] sm.win32:53 Object name "sin-zero" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] sm.win32:34 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.win32:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.win32:36 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.win32:37 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.win32:38 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.win32:39 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.win32:40 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.win32:41 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.win32:42 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.win32:53 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.win32:66 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.win32:66 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.win32:66 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.win32:66 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.win32:33 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] sm.win32:44 The formation "return" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] tt.split:20 The formation "rec-split" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] tt.split:13 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.split:15 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.split:15 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.split:31 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.split:34 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.split:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.split:39 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.split:45 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.split:45 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.split:46 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.split:46 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.split:46 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.split:46 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.split:46 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.split:46 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.split:52 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.split:52 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.split:53 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.split:53 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.split:53 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.split:53 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.split:53 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.split:53 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.split:53 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.split:53 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.split:61 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.split:62 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.split:63 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.split:64 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.split:17 Object name "self-as-bytes" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tt.split:23 Object name "with-substr" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tt.split:16 The object "delim" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] error:15 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] error:0 The +package meta is mandatory, but is absent (mandatory-package (Single))
[1;33mWARNINGm] switch:42 The object "match" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] switch:43 The object "head" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] tt.replaced:18 The object "self-as-bytes" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] tt.replaced:22 The formation "rec-replaced" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] tt.replaced:18 Object name "self-as-bytes" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tt.replaced:17 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.replaced:44 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.replaced:46 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.replaced:47 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.replaced:49 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.replaced:54 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.replaced:56 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.replaced:57 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.replaced:59 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.replaced:64 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.replaced:66 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.replaced:67 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.replaced:69 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.replaced:74 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.replaced:76 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.replaced:77 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.replaced:79 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.replaced:84 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.replaced:86 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.replaced:87 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.replaced:89 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:35 The formation "rec-case" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] switch:126 The formation "c1" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] switch:128 The formation "c2" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] switch:130 The formation "c3" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] switch:27 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:28 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:38 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:53 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:50 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:50 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:54 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:54 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:56 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:57 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:65 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:64 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:64 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:66 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:63 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:63 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:63 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:68 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:67 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:67 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:69 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:70 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:70 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:72 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:73 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:74 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:81 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:81 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:83 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:80 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:80 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:80 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:84 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:84 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:86 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:87 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:87 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:89 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:90 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:96 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:96 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:98 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:95 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:95 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:99 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:99 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:101 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:115 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:111 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:111 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:111 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:116 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:116 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:119 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:120 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:120 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:124 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:125 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:129 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:129 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] switch:0 The +package meta is mandatory, but is absent (mandatory-package (Single))
[1;33mWARNINGm] switch:6 Unlinting rule 'redundant-object:44' doesn't make sense, since there are no defects with it (unlint-non-existing-defect (Single))
[1;33mWARNINGm] ss.mapped:23 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.mapped:23 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.mapped:23 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.mapped:23 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.mapped:23 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.mapped:23 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.mapped:24 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.mapped:25 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.mapped:25 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.mapped:25 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.mapped:25 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.mapped:25 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.mapped:25 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.integral:14 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.integral:42 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.integral:47 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.integral:50 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.integral:60 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.integral:61 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.integral:62 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.integral:63 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.integral:64 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.integral:73 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.integral:76 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.integral:86 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.integral:87 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.integral:88 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.integral:89 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.integral:90 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.integral:99 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.integral:102 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.integral:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.integral:113 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.integral:114 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.integral:115 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.integral:116 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.integral:125 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.integral:128 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.integral:38 The formation "subsection" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] ms.integral:74 The formation "abs" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] ms.integral:100 The formation "abs" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] ms.integral:126 The formation "abs" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] ms.mod:22 The formation "abs-mod" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] ms.mod:13 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.mod:14 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.mod:16 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.mod:34 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.mod:34 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.mod:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.mod:40 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.mod:40 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.mod:41 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.mod:46 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.mod:46 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.mod:47 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.mod:52 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.mod:52 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.mod:53 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.mod:58 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.mod:58 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.mod:59 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.mod:72 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.mod:73 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.mod:79 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.mod:79 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.mod:80 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.mod:86 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.mod:86 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.mod:87 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.mod:28 Object name "dividend-abs" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] ms.mod:29 Object name "divisor-abs" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] ss.hash-code-of:15 Object name "input-as-bytes" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] ss.hash-code-of:44 Object name "num-code" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] ss.hash-code-of:51 Object name "big-int" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] ss.hash-code-of:80 Object name "str-code" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] ss.hash-code-of:111 Object name "obj-code" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] ss.hash-code-of:120 Object name "forty-two-obj" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] ss.hash-code-of:138 Object name "float-code" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] ss.hash-code-of:152 Object name "big-float" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] ss.hash-code-of:14 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:14 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:24 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:27 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:28 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:29 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:34 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:40 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:44 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:56 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:57 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:63 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:64 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:70 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:71 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:76 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:80 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:85 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:86 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:92 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:93 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:99 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:100 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:105 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:111 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:120 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:126 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:127 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:134 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:138 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:145 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:152 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:158 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:159 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:165 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:166 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.hash-code-of:18 The formation "rec-hash-code" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] ss.hash-code-of:109 The formation "obj" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] ss.hash-code-of:118 The formation "obj" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] ss.hash-code-of:128 The formation "obj" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] ss.hash-code-of:16 The object "size" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] i16:14 The object "neg" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] i16:15 The object "as-i64" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] i16:16 The object "as-number" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] i16:0 The +package meta is mandatory, but is absent (mandatory-package (Single))
[1;33mWARNINGm] i16:22 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] i16:14 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:45 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:46 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:52 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:52 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:53 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:53 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:60 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:61 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:67 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:67 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:68 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:68 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:82 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:83 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:87 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:94 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:94 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:95 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:95 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:96 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:101 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:102 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:107 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:108 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:113 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:114 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:120 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:121 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:127 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:128 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:133 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:134 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:140 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:141 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:147 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:148 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:153 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:154 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:159 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:160 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:166 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:167 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:172 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:173 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:178 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:179 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:185 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:186 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:191 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:192 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:197 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:198 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:204 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:205 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:210 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:210 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:211 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:216 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:216 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:217 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:222 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:222 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:223 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:228 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:228 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:229 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:232 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:232 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:237 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:239 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:244 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:244 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:245 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:250 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:250 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:251 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:256 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:256 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:257 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:262 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:262 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:263 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i16:12 Object name "as-bytes" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] i16:15 Object name "as-i64" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] i16:16 Object name "as-number" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] i16:92 Object name "x-as-i16" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tuple:0 The +package meta is mandatory, but is absent (mandatory-package (Single))
[1;33mWARNINGm] tuple:42 The formation "at-fast" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] tuple:72 The formation "arr" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] tuple:82 The formation "arr" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] tuple:15 The object "tail" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] tuple:16 The object "head" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] tuple:14 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:15 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:16 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:19 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:26 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:32 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:34 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:38 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:44 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:53 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:58 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:58 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:58 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:58 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:59 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:65 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:71 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:78 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:78 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:78 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:78 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:78 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:78 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:78 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:78 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:78 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:78 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:81 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:88 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:94 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:95 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:97 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:96 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:103 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:104 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:106 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:107 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:109 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:108 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:108 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:110 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:118 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:119 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:121 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:122 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:124 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:125 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:127 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:128 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:130 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:130 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:130 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:130 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:130 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:130 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:131 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:136 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:136 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:136 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:136 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:136 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:136 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:136 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:136 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:137 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:144 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:145 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:147 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:148 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:150 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:151 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:152 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:152 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:152 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:159 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:160 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:162 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:163 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:165 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:166 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:168 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:169 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:170 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:176 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:183 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:188 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:189 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:190 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:195 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:196 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:197 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:197 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:197 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:197 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:197 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:197 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:202 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:203 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:204 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:204 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:204 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:204 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:204 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:204 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:211 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:212 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:214 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:215 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:217 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:218 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:221 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:222 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:223 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:228 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:229 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:230 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:230 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:230 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:230 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:230 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:230 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:230 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:230 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:230 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:230 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:235 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:236 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:237 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:237 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:237 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:237 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:237 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:237 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:237 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:237 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:237 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:237 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:241 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:242 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:242 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:242 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:242 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:242 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:242 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:242 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:242 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:242 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:242 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tuple:89 Object name "anArray" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tuple:96 Object name "anArray" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tuple:6 Unlinting rule 'redundant-object:17' doesn't make sense, since there are no defects with it (unlint-non-existing-defect (Single))
[1;33mWARNINGm] io.input-length:15 The formation "rec-read" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] io.input-length:22 Object name "read-bytes" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] io.input-length:13 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.input-length:17 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.input-length:22 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.input-length:29 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.input-length:30 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.input-length:36 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.input-length:42 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.input-length:39 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.input-length:39 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.input-length:45 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:24 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:26 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:27 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:27 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:32 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:34 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:40 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:42 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:43 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:43 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:48 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:50 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:56 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:57 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:57 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:62 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:64 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:65 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:65 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:65 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:65 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:69 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:74 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:76 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:77 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:77 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:84 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:85 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:85 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:86 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:91 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:93 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:94 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:94 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:99 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:101 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:102 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:102 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:107 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:109 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:110 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:110 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:110 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:110 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:110 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:110 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:115 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:117 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:118 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:118 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:118 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:118 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.sprintf:22 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] tt.sprintf:30 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] tt.sprintf:38 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] tt.sprintf:46 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] tt.sprintf:54 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] tt.sprintf:60 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] tt.sprintf:68 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] tt.sprintf:72 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] tt.sprintf:80 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] tt.sprintf:89 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] tt.sprintf:97 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] tt.sprintf:105 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] tt.sprintf:113 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] tt.sprintf:20 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] XSL transformation 'redundant-object' took 143ms, whereas threshold is 100ms
[1;33mWARNINGm] ss.reducedi:22 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:26 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:38 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:38 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:38 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:38 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:39 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:44 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:44 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:44 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:44 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:52 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:54 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:61 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:61 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:61 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:70 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:70 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:70 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:70 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:71 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:76 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:80 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:81 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:81 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reducedi:20 The formation "rec-reducedi" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] ss.reducedi:74 The formation "check" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] io.copied:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.copied:40 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.copied:38 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.copied:38 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.copied:43 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.copied:49 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.copied:52 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.copied:54 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.copied:60 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.copied:65 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.copied:63 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.copied:63 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.copied:68 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.copied:74 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.copied:77 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.copied:79 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.copied:84 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.copied:86 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.copied:89 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.copied:98 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.angle:31 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.angle:35 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.angle:19 Object name "in-degrees" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] ms.angle:24 Object name "in-radians" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] ms.angle:21 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.angle:27 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.angle:41 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.angle:50 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.angle:58 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.angle:59 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.angle:64 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.angle:65 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.angle:71 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.angle:76 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.angle:77 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.angle:82 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.angle:83 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.angle:89 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] go:41 The formation "to" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] go:51 The formation "token" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] go:56 The formation "jump" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] go:59 The formation "forward" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] go:94 The formation "div" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] go:113 The formation "max" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] go:38 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] go:68 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] go:72 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] go:71 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] go:71 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] go:71 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] go:77 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] go:76 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] go:76 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] go:79 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] go:83 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] go:89 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] go:90 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] go:92 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] go:93 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] go:96 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] go:103 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] go:101 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] go:101 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] go:106 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] go:111 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] go:111 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] go:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] go:117 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] go:117 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] go:130 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] go:130 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] go:134 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] go:133 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] go:135 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] go:0 The +package meta is mandatory, but is absent (mandatory-package (Single))
[1;33mWARNINGm] tt.contains-all:24 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-all:24 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-all:24 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-all:24 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-all:24 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-all:29 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-all:29 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-all:29 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-all:29 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-all:29 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-all:29 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-all:29 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-all:34 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-all:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-all:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-all:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-all:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-all:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-all:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-all:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-all:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-all:39 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-all:43 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.contains-all:20 The object "text-bts" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] tt.contains-all:20 Object name "text-bts" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] i64:14 The object "neg" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] seq:21 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:15 The object "as-i16" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] i64:14 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:23 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:24 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:25 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:25 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:28 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:29 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:30 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:30 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:38 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:85 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:86 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:92 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:93 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:98 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:99 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:104 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:105 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:108 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:113 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:114 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:120 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:121 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:127 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:128 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:133 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:134 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:140 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:141 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:147 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:148 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:153 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:154 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:159 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:160 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:66 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:76 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:90 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:120 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:125 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:127 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.is-alpha:12 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:166 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:24 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:167 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:172 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:173 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:178 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:179 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:185 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:186 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:191 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:27 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:36 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:40 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:46 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:49 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:55 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:54 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:54 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:57 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:62 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:65 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:71 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:70 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:70 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:73 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:78 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:81 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:87 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:86 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:86 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:89 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:94 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:97 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:103 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:102 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:102 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:105 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.is-alpha:17 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:192 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:197 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.is-alpha:23 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.is-alpha:29 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:131 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:198 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:204 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:205 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:210 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:210 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:211 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:216 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:216 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:217 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:220 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:220 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:225 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:227 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:232 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:232 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:233 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:160 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:238 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:163 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:238 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:169 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:239 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:168 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:244 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:168 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:244 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:168 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:245 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:170 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:33 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] seq:172 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:53 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] seq:177 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:65 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] seq:180 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:69 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] seq:187 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:80 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] seq:187 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:12 Object name "as-bytes" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] seq:187 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:15 Object name "as-i16" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] seq:187 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] i64:0 The +package meta is mandatory, but is absent (mandatory-package (Single))
[1;33mWARNINGm] seq:185 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:185 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:185 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:189 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:191 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:196 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:199 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:198 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:198 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:200 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:205 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:208 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:207 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:207 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:209 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] seq:27 Object name "last-index" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] seq:27 The object "last-index" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] seq:0 The +package meta is mandatory, but is absent (mandatory-package (Single))
[1;33mWARNINGm] malloc:131 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:130 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:130 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:136 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:138 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:139 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:145 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:147 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:152 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:154 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:157 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:157 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:161 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:162 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:168 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:170 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:175 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:176 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:179 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:183 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:182 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:182 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:184 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:188 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:190 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:194 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:194 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:193 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:193 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:195 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:200 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:200 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:200 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:201 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:201 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:201 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:207 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:212 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:213 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:219 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:220 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:221 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:227 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:228 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:229 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:235 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:236 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:237 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:248 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:249 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:254 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:257 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:258 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:263 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:266 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:270 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:270 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:269 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:269 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:269 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:271 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:271 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:274 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:274 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:275 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:280 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:283 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:287 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:287 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:286 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:286 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:286 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:288 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:288 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:290 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:290 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:290 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:295 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:296 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:301 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:304 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:308 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:308 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:307 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:307 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:310 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:310 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:310 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:315 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:317 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:323 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:326 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:330 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:330 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:331 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:336 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:339 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:343 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:343 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:344 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:349 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:350 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:355 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:360 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:363 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:363 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:363 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:364 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:369 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:372 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:372 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:372 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:373 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:378 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:379 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:379 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:379 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:384 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:385 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:385 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:385 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:390 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:391 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:391 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:391 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] malloc:99 Object name "new-size" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] malloc:0 The +package meta is mandatory, but is absent (mandatory-package (Single))
[1;33mWARNINGm] malloc:84 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] malloc:93 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] malloc:99 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] malloc:111 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] malloc:115 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] sm.posix:34 The formation "return" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] sm.posix:28 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.posix:29 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.posix:30 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.posix:31 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.posix:32 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.posix:33 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.posix:44 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.posix:60 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.posix:62 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.posix:69 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.posix:73 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.posix:74 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.posix:77 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.posix:78 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.posix:78 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.posix:78 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.posix:85 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.posix:85 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.posix:91 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.posix:92 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.posix:93 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.posix:96 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.posix:97 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.posix:97 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.posix:97 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.posix:103 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.posix:103 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.posix:103 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.posix:103 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.posix:27 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] sm.posix:28 Object name "stdin-fileno" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] sm.posix:29 Object name "stdout-fileno" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] sm.posix:30 Object name "af-inet" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] sm.posix:31 Object name "sock-stream" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] sm.posix:32 Object name "ipproto-tcp" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] sm.posix:33 Object name "inaddr-none" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] sm.posix:40 Object name "tv-sec" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] sm.posix:40 Object name "tv-usec" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] sm.posix:43 Object name "sin-family" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] sm.posix:43 Object name "sin-port" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] sm.posix:43 Object name "sin-addr" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] sm.posix:44 Object name "sin-zero" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] ms.real:23 The comment for the object doesn't end with a dot (or '?', '!', ':') (comment-without-dot (Single))
[1;33mWARNINGm] ms.real:30 The comment for the object doesn't end with a dot (or '?', '!', ':') (comment-without-dot (Single))
[1;33mWARNINGm] ms.real:37 The comment for the object doesn't end with a dot (or '?', '!', ':') (comment-without-dot (Single))
[1;33mWARNINGm] ms.real:45 The comment for the object doesn't end with a dot (or '?', '!', ':') (comment-without-dot (Single))
[1;33mWARNINGm] ms.real:50 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:56 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:62 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:74 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:80 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:86 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:92 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:92 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:93 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:98 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:98 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:99 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:104 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:104 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:105 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:113 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:115 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:116 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:122 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:130 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:133 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:134 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:142 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:145 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:146 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:171 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:177 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:184 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:185 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:192 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:198 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:204 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:211 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:212 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:218 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:219 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:225 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:232 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:235 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:241 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:242 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:251 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:252 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:253 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:262 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:263 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:264 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:270 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:275 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.real:23 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.real:30 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.real:37 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.real:45 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] false:10 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] false:23 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] false:34 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] false:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] false:48 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] false:48 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] false:49 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] false:50 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] false:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] false:0 The +package meta is mandatory, but is absent (mandatory-package (Single))
[1;33mWARNINGm] tt.trimmed:13 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed:22 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed:23 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed:28 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed:29 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed:34 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed:40 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed:41 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed:46 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed:47 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed:52 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.trimmed:53 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:12 The object "neg" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] positive-infinity:13 The object "is-nan" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] positive-infinity:14 The object "is-finite" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] positive-infinity:15 The object "is-integer" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] positive-infinity:16 The object "as-i64" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] positive-infinity:13 Object name "is-nan" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] positive-infinity:14 Object name "is-finite" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] positive-infinity:15 Object name "is-integer" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] positive-infinity:16 Object name "as-i64" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] positive-infinity:288 Object name "neg-inf" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] positive-infinity:324 Object name "neg-inf" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] positive-infinity:0 The +package meta is mandatory, but is absent (mandatory-package (Single))
[1;33mWARNINGm] positive-infinity:11 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:16 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:49 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:52 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:87 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:88 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:99 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:99 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:126 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:133 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:157 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:163 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:188 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:194 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:222 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:228 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:252 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:258 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:275 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:276 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:277 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:278 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:279 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:280 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:281 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:282 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:283 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:284 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:285 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:286 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:295 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:302 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:309 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:335 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:341 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:347 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:353 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:380 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:414 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:420 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:426 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:432 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:439 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:445 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:451 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:457 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:484 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:490 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:496 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:502 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:510 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] positive-infinity:510 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.as-number:13 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.as-number:16 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.as-number:17 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.as-number:19 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.as-number:24 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.as-number:25 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.as-number:29 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.as-number:34 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.as-number:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:28 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:38 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:98 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:105 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:122 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:123 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:152 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:155 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:155 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:154 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:154 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:154 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:154 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:156 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:156 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:157 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:157 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:158 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:158 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:163 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:165 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:169 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:168 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:168 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:168 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:170 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:175 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:176 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:173 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:184 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:184 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:183 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:183 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:183 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:185 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:185 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:186 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:186 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:187 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:187 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:187 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:187 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:187 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:187 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:195 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:195 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:194 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:194 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:194 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:196 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:196 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:197 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:197 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:198 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:198 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:198 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:198 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:198 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:198 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:202 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:205 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:205 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:204 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:204 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:204 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:206 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:206 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:207 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:207 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:208 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:214 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:214 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:213 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:213 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:215 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:215 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:216 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:224 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:224 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:223 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:223 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:225 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:225 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:226 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:232 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:232 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:231 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:231 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:233 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:233 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:234 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:241 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:241 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:240 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:242 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:244 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:249 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:250 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:253 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:253 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:252 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:252 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:254 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:254 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:255 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:260 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:261 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:264 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:264 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:263 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:265 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:265 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:270 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:271 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:271 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:274 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:274 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:273 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:273 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:275 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:275 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:276 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:276 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.map:47 The object "value" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] ss.map:62 The object "size" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] ss.map:65 The object "keys" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] ss.map:70 The object "values" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] ss.map:113 The object "exists" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] ss.map:114 The object "get" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] ss.map:119 The object "exists" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] ss.map:120 The object "get" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] ss.map:136 The object "value" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] ss.map:25 The formation "φ" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] ss.map:34 The formation "couple" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] ss.map:36 The formation "rec-rebuild" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] ss.map:103 The formation "rec-key-search" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] ss.map:118 The formation "not-found" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] ss.map:25 A formation shouldn't be used as a decoratee (decorated-formation (Single))
[1;33mWARNINGm] ss.map:11 Unlinting rule 'redundant-object:51' doesn't make sense, since there are no defects with it (unlint-non-existing-defect (Single))
[1;33mWARNINGm] ss.map:15 Unlinting rule 'redundant-object:117' doesn't make sense, since there are no defects with it (unlint-non-existing-defect (Single))
[1;33mWARNINGm] ss.map:16 Unlinting rule 'redundant-object:118' doesn't make sense, since there are no defects with it (unlint-non-existing-defect (Single))
[1;33mWARNINGm] ss.map:18 Unlinting rule 'redundant-object:124' doesn't make sense, since there are no defects with it (unlint-non-existing-defect (Single))
[1;33mWARNINGm] ss.map:13 Unlinting rule 'redundant-object:69' doesn't make sense, since there are no defects with it (unlint-non-existing-defect (Single))
[1;33mWARNINGm] ss.map:17 Unlinting rule 'redundant-object:123' doesn't make sense, since there are no defects with it (unlint-non-existing-defect (Single))
[1;33mWARNINGm] ss.map:12 Unlinting rule 'redundant-object:66' doesn't make sense, since there are no defects with it (unlint-non-existing-defect (Single))
[1;33mWARNINGm] ss.map:19 Unlinting rule 'redundant-object:140' doesn't make sense, since there are no defects with it (unlint-non-existing-defect (Single))
[1;33mWARNINGm] ss.map:14 Unlinting rule 'redundant-object:74' doesn't make sense, since there are no defects with it (unlint-non-existing-defect (Single))
[1;33mWARNINGm] sm.getenv:21 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.getenv:22 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.getenv:22 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.getenv:22 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.getenv:24 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.getenv:25 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.joined:14 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.joined:15 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.joined:20 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.joined:33 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.joined:35 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.joined:41 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.joined:43 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.joined:44 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.joined:44 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.joined:49 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.joined:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.joined:52 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.joined:52 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.joined:52 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.joined:52 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.joined:52 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.joined:52 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.joined:52 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.joined:52 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.joined:18 The formation "with-delimiter" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] tt.joined:13 Object name "joined-bts" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tt.joined:12 The object "delimiter" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] tt.joined:13 The object "joined-bts" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] tt.up-cased:39 The formation "ascii" does not have a comment (formation-without-comment (Single))
[1;33mWARNINGm] tt.up-cased:33 The object "ascii-z" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] tt.up-cased:35 The object "distance" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] tt.up-cased:18 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.up-cased:33 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.up-cased:34 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.up-cased:37 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.up-cased:43 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.up-cased:49 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.up-cased:50 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.up-cased:55 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.up-cased:56 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.up-cased:29 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.up-cased:30 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.up-cased:33 Object name "ascii-z" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tt.up-cased:34 Object name "ascii-a" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tt.up-cased:32 Object name "ascii-bte" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] io.stdout:27 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.stdin:31 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.stdin:40 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.stdin:54 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.stdin:55 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.stdin:56 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.stdin:57 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.stdin:66 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.stdin:69 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.stdin:70 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.stdin:71 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.stdin:77 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.stdin:32 The object "separator" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] tt.at:15 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.at:19 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.at:20 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.at:21 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.at:25 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.at:32 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.at:33 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.at:33 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.at:38 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.at:39 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.at:39 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.at:44 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.at:45 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.at:45 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.at:49 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.at:49 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.chained:14 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.chained:25 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.chained:27 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.chained:29 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.chained:28 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.chained:28 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.chained:28 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.chained:30 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.chained:31 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.chained:36 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.chained:38 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pi:10 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reduced:26 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reduced:26 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reduced:26 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reduced:26 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reduced:26 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reduced:26 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reduced:26 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reduced:26 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reduced:27 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reduced:29 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reduced:36 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reduced:36 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reduced:36 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reduced:36 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reduced:37 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reduced:41 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reduced:42 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.reduced:43 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:29 The object "as-bool" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] bytes:50 The object "as-i64" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] bytes:59 The object "as-i32" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] bytes:68 The object "as-i16" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] bytes:28 Object name "as-bytes" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] bytes:29 Object name "as-bool" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] bytes:32 Object name "as-number" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] bytes:50 Object name "as-i64" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] bytes:59 Object name "as-i32" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] bytes:68 Object name "as-i16" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] bytes:29 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:42 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:46 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:47 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:55 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:56 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:60 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:64 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:65 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:69 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:73 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:74 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:111 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:112 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:113 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:114 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:121 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:122 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:123 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:124 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:130 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:131 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:137 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:138 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:144 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:144 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:145 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:151 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:151 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:152 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:158 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:158 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:159 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:165 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:165 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:166 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:173 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:173 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:174 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:180 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:180 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:181 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:187 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:187 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:188 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:194 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:194 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:195 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:201 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:201 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:202 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:208 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:208 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:209 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:215 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:215 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:216 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:222 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:222 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:223 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:230 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:230 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:231 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:238 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:239 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:240 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:246 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:246 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:247 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:254 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:255 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:256 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:262 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:262 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:263 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:269 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:269 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:270 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:276 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:276 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:277 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:283 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:283 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:284 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:290 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:290 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:291 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:297 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:297 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:298 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:304 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:304 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:305 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:311 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:311 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:312 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:318 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:318 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:319 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:325 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:326 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:332 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:333 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:339 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:340 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:346 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:347 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:348 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:354 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:356 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:363 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:364 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:365 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:371 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:372 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:380 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:381 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:382 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:388 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:389 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:390 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:398 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:404 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:405 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:406 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:412 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:413 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:414 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:420 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:421 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:422 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:429 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:430 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:431 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:437 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:437 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:438 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:443 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:443 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:444 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:450 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:450 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:451 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:457 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:457 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:458 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:464 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:464 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:465 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:471 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:471 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:472 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:478 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:478 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:479 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:485 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:485 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:486 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:491 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:491 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:492 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:498 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:498 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:499 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:503 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:507 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:512 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:513 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:518 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:519 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:525 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:526 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] bytes:0 The +package meta is mandatory, but is absent (mandatory-package (Single))
[1;33mWARNINGm] bytes:78 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] bytes:81 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] bytes:84 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] bytes:87 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] bytes:90 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] bytes:93 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] bytes:96 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] bytes:102 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] bytes:105 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] bytes:12 Unlinting rule 'redundant-object:62' doesn't make sense, since there are no defects with it (unlint-non-existing-defect (Single))
[1;33mWARNINGm] bytes:13 Unlinting rule 'redundant-object:71' doesn't make sense, since there are no defects with it (unlint-non-existing-defect (Single))
[1;33mWARNINGm] bytes:10 Unlinting rule 'redundant-object:35' doesn't make sense, since there are no defects with it (unlint-non-existing-defect (Single))
[1;33mWARNINGm] bytes:11 Unlinting rule 'redundant-object:53' doesn't make sense, since there are no defects with it (unlint-non-existing-defect (Single))
[1;33mWARNINGm] io.dead-input:21 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.dead-input:30 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.dead-input:31 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.dead-input:31 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.dead-input:32 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.console:95 Object name "read-bytes" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] io.console:145 Object name "read-bytes" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] io.console:80 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.console:97 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.console:98 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.console:98 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.console:120 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.console:121 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.console:121 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.console:121 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.console:130 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.console:147 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.console:148 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.console:148 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.console:170 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.console:171 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.console:171 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.console:171 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] io.console:178 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.set:24 The object "size" is redundant and may be inlined (redundant-object (Single))
[1;33mWARNINGm] ss.set:45 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.set:45 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.set:45 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.set:45 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.set:45 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.set:45 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.set:46 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.set:46 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.set:46 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.set:46 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.set:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.set:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.set:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.set:51 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.set:52 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.set:54 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.set:59 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.set:59 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.set:59 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.set:59 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.set:60 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.set:61 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.set:68 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ss.set:10 Unlinting rule 'redundant-object:25' doesn't make sense, since there are no defects with it (unlint-non-existing-defect (Single))
[1;33mWARNINGm] tt.ends-with:19 Object name "text-bts" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tt.ends-with:20 Object name "substring-bts" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tt.ends-with:21 Object name "text-size" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tt.ends-with:22 Object name "substring-size" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] tt.ends-with:26 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.ends-with:26 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.ends-with:31 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] tt.ends-with:31 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.os:22 Object name "os-name" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] sm.os:23 Object name "is-linux" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] sm.os:24 Object name "is-macos" should not be compound unless it's formation (compound-name (Single))
[1;33mWARNINGm] sm.os:27 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] sm.os:20 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.os:21 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.os:21 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.os:21 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.os:23 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] sm.os:24 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:13 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.pow:19 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.pow:25 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.pow:31 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.pow:37 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.pow:43 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.pow:48 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.pow:53 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.pow:58 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.pow:64 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.pow:70 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.pow:77 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.pow:83 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.pow:89 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.pow:95 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.pow:101 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.pow:107 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.pow:113 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.pow:119 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.pow:125 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.pow:131 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.pow:137 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.pow:143 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.pow:149 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.pow:155 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.pow:162 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.pow:168 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.pow:174 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.pow:180 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.pow:186 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.pow:192 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.pow:11 The idempotent object must go first inside formation (idempotent-attribute-is-not-first (Single))
[1;33mWARNINGm] ms.pow:15 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:15 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:16 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:21 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:21 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:22 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:27 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:27 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:28 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:33 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:33 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:34 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:39 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:39 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:40 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:44 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:44 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:55 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:60 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:66 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:66 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:67 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:72 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:72 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:73 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:79 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:79 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:85 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:91 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:92 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:97 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:98 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:103 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:104 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:109 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:110 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:116 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:122 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:127 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:128 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:133 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:134 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:139 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:139 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:140 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:145 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:145 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:146 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:151 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:151 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:152 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:157 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:157 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:158 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:164 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:164 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:165 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:170 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:170 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:171 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:176 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:177 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:182 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:188 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;33mWARNINGm] ms.pow:194 The anonymous object is empty. It doesn't have any attributes, neither void nor attached (empty-object (Single))
[1;34mINFOm] Unliting WPA lints: ["inconsistent-args"]
[1;34mINFOm] XMIR programs linted as a package: 93
[1;34mINFOm] Linted 93 out of 93 XMIR program(s) that needed this (out of 93 total programs) in 1min: 4811 warnings
[1;34mINFOm] Read more about lints: https://www.objectionary.com/lints/0.0.60
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/github/ferstl/depgraph-maven-plugin/4.0.2/depgraph-maven-plugin-4.0.2.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/github/ferstl/depgraph-maven-plugin/4.0.2/depgraph-maven-plugin-4.0.2.pom90m (17 kB at 234 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/junit/junit-bom/5.7.0/junit-bom-5.7.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/junit/junit-bom/5.7.0/junit-bom-5.7.0.pom90m (5.1 kB at 81 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/github/ferstl/depgraph-maven-plugin/4.0.2/depgraph-maven-plugin-4.0.2.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/github/ferstl/depgraph-maven-plugin/4.0.2/depgraph-maven-plugin-4.0.2.jar90m (148 kB at 2.1 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/core/jackson-databind/2.11.0/jackson-databind-2.11.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/core/jackson-databind/2.11.0/jackson-databind-2.11.0.pom90m (7.4 kB at 115 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/jackson-base/2.11.0/jackson-base-2.11.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/jackson-base/2.11.0/jackson-base-2.11.0.pom90m (7.4 kB at 106 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/jackson-bom/2.11.0/jackson-bom-2.11.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/jackson-bom/2.11.0/jackson-bom-2.11.0.pom90m (13 kB at 255 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/jackson-parent/2.11/jackson-parent-2.11.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/jackson-parent/2.11/jackson-parent-2.11.pom90m (7.8 kB at 169 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/oss-parent/38/oss-parent-38.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/oss-parent/38/oss-parent-38.pom90m (23 kB at 591 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/core/jackson-annotations/2.11.0/jackson-annotations-2.11.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/core/jackson-annotations/2.11.0/jackson-annotations-2.11.0.pom90m (3.5 kB at 89 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/core/jackson-core/2.11.0/jackson-core-2.11.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/core/jackson-core/2.11.0/jackson-core-2.11.0.pom90m (4.9 kB at 113 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/guava/guava/29.0-jre/guava-29.0-jre.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/guava/guava/29.0-jre/guava-29.0-jre.pom90m (11 kB at 232 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/guava/guava-parent/29.0-jre/guava-parent-29.0-jre.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/guava/guava-parent/29.0-jre/guava-parent-29.0-jre.pom90m (13 kB at 199 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/checkerframework/checker-qual/2.11.1/checker-qual-2.11.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/checkerframework/checker-qual/2.11.1/checker-qual-2.11.1.pom90m (2.4 kB at 40 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom90m (2.1 kB at 35 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom90m (5.4 kB at 106 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.pom90m (3.0 kB at 66 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven/3.6.3/maven-3.6.3.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven/3.6.3/maven-3.6.3.pom90m (26 kB at 508 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model/3.6.3/maven-model-3.6.3.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model/3.6.3/maven-model-3.6.3.pom90m (4.1 kB at 85 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom90m (5.3 kB at 89 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.pom90m (2.4 kB at 48 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom90m (3.4 kB at 57 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/core/jackson-databind/2.11.0/jackson-databind-2.11.0.jar
Downloaded90m fromM0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/core/jackson-databind/2.11.0/jackson-databind-2.11.0.jar90m (1.4 MB at 24 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/core/jackson-annotations/2.11.0/jackson-annotations-2.11.0.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/core/jackson-core/2.11.0/jackson-core-2.11.0.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/guava/guava/29.0-jre/guava-29.0-jre.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/checkerframework/checker-qual/2.11.1/checker-qual-2.11.1.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar
Downloaded90m from20moss.sonatype.org90m:/https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/core/jackson-annotations/2.11.0/jackson-annotations-2.11.0.jar90m (68 kB at 1.3 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.jar
Downloaded90m from20moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/fasterxml/jackson/core/jackson-core/2.11.0/jackson-core-2.11.0.jar90m (352 kB at 6.2 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model/3.6.3/maven-model-3.6.3.jar
Downloaded90m from20moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar90m (14 kB at 231 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.jar
Downloaded90m from20moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/checkerframework/checker-qual/2.11.1/checker-qual-2.11.1.jar90m (201 kB at 2.7 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar
Downloaded90m from20moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.jar90m (47 kB at 517 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mjavax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
Downloaded90m from20moss.sonatype.org90m:8https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model/3.6.3/maven-model-3.6.3.jar90m (215 kB at 2.0 MB/s)0m
90mDownloading2from.0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mjavax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
Downloaded90m from20moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.jar90m (58 kB at 546 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
Downloaded90m fromM0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/guava/guava/29.0-jre/guava-29.0-jre.jar90m (2.8 MB at 23 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.jar
Downloaded90m from20moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mjavax/enterprise/cdi-api/1.0/cdi-api-1.0.jar90m (45 kB at 335 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar90m (205 kB at 1.5 MB/s)0m
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.jar90m (262 kB at 1.5 MB/s)0m
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mjavax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar90m (5.8 kB at 34 kB/s)0m
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar90m (4.2 kB at 23 kB/s)0m
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar90m (61 kB at 331 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mnet/java/dev/jna/jna/5.14.0/jna-5.14.0.pom
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0mnet/java/dev/jna/jna/5.14.0/jna-5.14.0.pom90m (2.0 kB at 75 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eolang/eo-runtime/0.59.6/eo-runtime-0.59.6.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eolang/eo-runtime/0.59.6/eo-runtime-0.59.6.pom90m (16 kB at 549 kB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eolang/eo-parent/0.59.6/eo-parent-0.59.6.pom
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eolang/eo-parent/0.59.6/eo-parent-0.59.6.pom90m (18 kB at 509 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.pom90m (18 kB at 262 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugins/maven-plugins/40/maven-plugins-40.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugins/maven-plugins/40/maven-plugins-40.pom90m (8.1 kB at 130 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-parent/40/maven-parent-40.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-parent/40/maven-parent-40.pom90m (49 kB at 764 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.jar90m (191 kB at 3.4 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom90m (6.9 kB at 161 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven/3.1.0/maven-3.1.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven/3.1.0/maven-3.1.0.pom90m (22 kB at 436 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom90m (3.8 kB at 59 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom90m (8.7 kB at 173 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom90m (1.8 kB at 29 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom90m (2.3 kB at 30 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom90m (1.9 kB at 37 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom90m (1.6 kB at 28 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom90m (3.0 kB at 44 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom90m (4.7 kB at 64 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom90m (13 kB at 210 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom90m (2.5 kB at 48 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom90m (14 kB at 340 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom90m (5.0 kB at 89 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom90m (2.5 kB at 46 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom90m (3.5 kB at 82 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom90m (1.8 kB at 50 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom90m (3.3 kB at 80 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom90m (21 kB at 484 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-parent/54/commons-parent-54.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-parent/54/commons-parent-54.pom90m (82 kB at 1.7 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.pom90m (6.1 kB at 149 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus/14/plexus-14.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus/14/plexus-14.pom90m (28 kB at 687 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom90m (6.0 kB at 134 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-io/commons-io/2.13.0/commons-io-2.13.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-io/commons-io/2.13.0/commons-io-2.13.0.pom90m (20 kB at 406 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.pom90m (22 kB at 591 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.pom90m (1.9 kB at 42 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.pom90m (6.4 kB at 137 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom90m (8.1 kB at 207 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven/3.2.5/maven-3.2.5.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven/3.2.5/maven-3.2.5.pom90m (22 kB at 486 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-parent/25/maven-parent-25.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-parent/25/maven-parent-25.pom90m (37 kB at 734 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/apache/15/apache-15.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/apache/15/apache-15.pom90m (15 kB at 372 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom90m (4.2 kB at 90 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom90m (2.2 kB at 50 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom90m (2.6 kB at 62 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom90m (1.5 kB at 25 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom90m (3.1 kB at 71 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom90m (2.2 kB at 38 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom90m (2.3 kB at 42 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom90m (3.0 kB at 58 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom90m (3.0 kB at 65 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom90m (4.2 kB at 89 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom90m (1.9 kB at 41 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom90m (30 kB at 569 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom90m (2.1 kB at 48 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom90m (2.2 kB at 61 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom90m (3.5 kB at 94 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom90m (11 kB at 199 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom90m (13 kB at 293 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/forge/forge-parent/38/forge-parent-38.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/sonatype/forge/forge-parent/38/forge-parent-38.pom90m (19 kB at 446 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/guava/guava/16.0.1/guava-16.0.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/guava/guava/16.0.1/guava-16.0.1.pom90m (6.1 kB at 156 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom90m (7.3 kB at 193 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/ow2/asm/asm/9.5/asm-9.5.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/ow2/asm/asm/9.5/asm-9.5.pom90m (2.4 kB at 47 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom90m (6.2 kB at 99 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar90m (12 kB at 232 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar90m (12 kB at 250 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar
Downloaded90m from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar90m (30 kB at 654 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar
Downloaded90m from50moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar90m (41 kB at 797 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
Downloaded90m from50moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar90m (47 kB at 865 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar90m (563 kB at 9.5 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar90m (159 kB at 1.8 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar90m (60 kB at 646 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar90m (201 kB at 2.1 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar90m (18 kB at 159 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar90m (145 kB at 1.2 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar90m (52 kB at 386 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-io/commons-io/2.13.0/commons-io-2.13.0.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar90m (340 kB at 2.4 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar90m (238 kB at 1.7 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar90m (50 kB at 315 kB/s)0m
Downloaded90m from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.jar90m (224 kB at 1.4 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar
Downloaded90m from50moss.sonatype.org90m:.https://oss.sonatype.org/content/groups/public/0mcommons-io/commons-io/2.13.0/commons-io-2.13.0.jar90m (484 kB at 2.4 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.jar
Downloaded90m from50moss.sonatype.org90m:9https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.jar90m (1.1 MB at 5.2 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar
Downloaded90m from50moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar90m (79 kB at 378 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/ow2/asm/asm/9.5/asm-9.5.jar
Downloaded90m from50moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar90m (269 kB at 1.2 MB/s)0m
90mDownloading4from.0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar
Downloaded90m from50moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.jar90m (39 kB at 160 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar
Downloaded90m fromM0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcom/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.jar90m (5.9 MB at 24 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar90m (161 kB at 633 kB/s)0m
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/ow2/asm/asm/9.5/asm-9.5.jar90m (122 kB at 471 kB/s)0m
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar90m (146 kB at 530 kB/s)0m
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar90m (43 kB at 150 kB/s)0m
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar90m (752 kB at 2.5 MB/s)0m
[1;34mINFOm] Configured Artifact: net.java.dev.jna:jna:5.14.0:jar
[1;34mINFOm] Configured Artifact: org.eolang:eo-runtime:0.59.6:jar
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0mnet/java/dev/jna/jna/5.14.0/jna-5.14.0.jar
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eolang/eo-runtime/0.59.6/eo-runtime-0.59.6.jar
Downloaded90m from10mcentral90m:Bhttps://repo.maven.apache.org/maven2/0morg/eolang/eo-runtime/0.59.6/eo-runtime-0.59.6.jar90m (184 kB at 4.5 MB/s)0m
Downloaded90m fromM0mcentral90m: https://repo.maven.apache.org/maven2/0mnet/java/dev/jna/jna/5.14.0/jna-5.14.0.jar90m (1.9 MB at 40 MB/s)0m
[1;34mINFOm] org.eolang:eo-runtime::0.59.6 unpacked to eo-runtime/target/eo/4-resolve/org.eolang/eo-runtime/-/0.59.6
[1;34mINFOm] Found 178 new file(s) (0 MB) after unpacking of org.eolang:eo-runtime:0.59.6
[1;34mINFOm] net.java.dev.jna:jna:5.14.0 unpacked to eo-runtime/target/eo/4-resolve/net.java.dev.jna/jna/-/5.14.0
[1;34mINFOm] Found 155 new file(s) (5 MB) after unpacking of net.java.dev.jna:jna:5.14.0
[1;34mINFOm] New 2 dependenc(ies) unpacked to eo-runtime/target/eo/4-resolve: net.java.dev.jna:jna:5.14.0, org.eolang:eo-runtime:0.59.6
[1;34mINFOm] Placed 332 binary file(s) found in 2 dependencies, into eo-runtime/target/eo/4-resolve
[1;34mINFOm] Compilation process took 1min
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo:0.60.0:transpilem 1m(compile)m @ 36meo-runtime0;1m ---m
[1;33mWARNINGm] XSL 'classes' took 900ms (over 500ms)
[1;33mWARNINGm] XSL 'set-locators' took 1s (over 500ms)
[1;33mWARNINGm] XSL 'set-locators' took 545ms (over 500ms)
[1;33mWARNINGm] XSL 'classes' took 1s (over 500ms)
[1;33mWARNINGm] XSL 'classes' took 2s (over 500ms)
[1;33mWARNINGm] XSL 'classes' took 1s (over 500ms)
[1;33mWARNINGm] XSL 'classes' took 2s (over 500ms)
[1;33mWARNINGm] XSL 'to-java' took 688ms (over 500ms)
[1;33mWARNINGm] XSL 'set-original-names' took 751ms (over 500ms)
[1;33mWARNINGm] XSL 'to-java' took 2s (over 500ms)
[1;33mWARNINGm] XSL 'to-java' took 2s (over 500ms)
[1;33mWARNINGm] XSL 'to-java' took 2s (over 500ms)
[1;33mWARNINGm] XSL 'to-java' took 2s (over 500ms)
[1;33mWARNINGm] XSL 'classes' took 3s (over 500ms)
[1;33mWARNINGm] XSL 'classes' took 574ms (over 500ms)
[1;33mWARNINGm] XSL 'classes' took 1s (over 500ms)
[1;33mWARNINGm] XSL 'classes' took 3s (over 500ms)
[1;33mWARNINGm] XSL 'classes' took 2s (over 500ms)
[1;33mWARNINGm] XSL 'classes' took 536ms (over 500ms)
[1;33mWARNINGm] XSL 'classes' took 682ms (over 500ms)
[1;33mWARNINGm] XSL 'classes' took 3s (over 500ms)
[1;33mWARNINGm] XSL 'to-java' took 1s (over 500ms)
[1;33mWARNINGm] XSL 'classes' took 2s (over 500ms)
[1;33mWARNINGm] XSL 'classes' took 5s (over 500ms)
[1;33mWARNINGm] XSL 'classes' took 2s (over 500ms)
[1;33mWARNINGm] XSL 'to-java' took 577ms (over 500ms)
[1;33mWARNINGm] XSL 'to-java' took 2s (over 500ms)
[1;33mWARNINGm] XSL 'to-java' took 1s (over 500ms)
[1;33mWARNINGm] XSL 'classes' took 2s (over 500ms)
[1;33mWARNINGm] XSL 'classes' took 8s (over 500ms)
[1;33mWARNINGm] XSL 'classes' took 3s (over 500ms)
[1;33mWARNINGm] XSL 'classes' took 2s (over 500ms)
[1;33mWARNINGm] XSL 'to-java' took 1s (over 500ms)
[1;33mWARNINGm] XSL 'to-java' took 2s (over 500ms)
[1;33mWARNINGm] XSL 'to-java' took 3s (over 500ms)
[1;33mWARNINGm] XSL 'to-java' took 2s (over 500ms)
[1;33mWARNINGm] XSL 'classes' took 2s (over 500ms)
[1;33mWARNINGm] XSL 'to-java' took 785ms (over 500ms)
[1;33mWARNINGm] XSL 'to-java' took 3s (over 500ms)
[1;33mWARNINGm] XSL 'to-java' took 731ms (over 500ms)
[1;33mWARNINGm] XSL 'to-java' took 2s (over 500ms)
[1;33mWARNINGm] XSL 'to-java' took 5s (over 500ms)
[1;33mWARNINGm] XSL 'to-java' took 7s (over 500ms)
[1;33mWARNINGm] XSL 'classes' took 20s (over 500ms)
[1;33mWARNINGm] XSL 'to-java' took 10s (over 500ms)
[1;34mINFOm] Transpiled 93 XMIRs, created 96 Java files in eo-runtime/target/generated-sources
[1;34mINFOm] The directory added to Maven 'compile-source-root': eo-runtime/target/generated-sources
[1;34mINFOm] The directory added to Maven 'test-compile-source-root': eo-runtime/target/generated-test-sources
[1;34mINFOm] Transpilation took 34s in total
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mresources:3.5.0:resourcesm 1m(default-resources)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Copying 3 resources from src/main/resources to target/classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mcompiler:3.8.1:compilem 1m(default-compile)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Changes detected - recompiling the module!
[1;34mINFOm] Compiling 239 source files to /home/r/repo/eo-runtime/target/classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mresources:3.5.0:testResourcesm 1m(default-testResources)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Copying 4 resources from src/test/resources to target/test-classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mcompiler:3.8.1:testCompilem 1m(default-testCompile)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Changes detected - recompiling the module!
[1;34mINFOm] Compiling 128 source files to /home/r/repo/eo-runtime/target/test-classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32msurefire:3.5.5:testm 1m(default-test)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Tests are skipped.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjcabi:0.17.0:versionalizem 1m(jcabi-versionalize-packages)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Versionalizing /home/r/repo/eo-runtime/target/classes directory
[1;34mINFOm] File /home/r/repo/eo-runtime/target/classes/org/eolang/EOms/org-eolang-eo-runtime-jar.txt added
[1;34mINFOm] File /home/r/repo/eo-runtime/target/classes/org/eolang/EOfs/org-eolang-eo-runtime-jar.txt added
[1;34mINFOm] File /home/r/repo/eo-runtime/target/classes/org/eolang/EOsm/Posix/org-eolang-eo-runtime-jar.txt added
[1;34mINFOm] File /home/r/repo/eo-runtime/target/classes/org/eolang/EOsm/Win32/org-eolang-eo-runtime-jar.txt added
[1;34mINFOm] File /home/r/repo/eo-runtime/target/classes/org/eolang/EOsm/org-eolang-eo-runtime-jar.txt added
[1;34mINFOm] File /home/r/repo/eo-runtime/target/classes/org/eolang/EOtt/org-eolang-eo-runtime-jar.txt added
[1;34mINFOm] File /home/r/repo/eo-runtime/target/classes/org/eolang/org-eolang-eo-runtime-jar.txt added
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo:0.60.0:unplacem 1m(compile)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Just 326 binari(es) out of 2042 deleted in eo-runtime/target/eo-placed.json
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32meo:0.60.0:unspilem 1m(compile)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Deleted 922 .class files in eo-runtime/target/classes/org/eolang
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjar:3.5.0:jarm 1m(default-jar)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Building jar: /home/r/repo/eo-runtime/target/eo-runtime-0.60.0.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mfailsafe:3.5.5:integration-testm 1m(snippet-test)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Tests are skipped.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mfailsafe:3.5.5:verifym 1m(snippet-test)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Tests are skipped.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mlicense:2.7.1:check-file-headerm 1m(check-licenses)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Adding a license repository jar:file:/home/r/.m2/repository/org/codehaus/mojo/license-maven-plugin/2.7.1/license-maven-plugin-2.7.1.jar!/META-INF/licenses/
[1;34mINFOm] Will search files to update from root /home/r/repo/eo-runtime/src
[1;34mINFOm] Will search files to update from root /home/r/repo/eo-runtime/target/generated-sources
[1;34mINFOm] Scan 290 files header done in 3.371s.
[1;34mINFOm]
* add header on 290 files.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32minstall:3.1.4:installm 1m(default-install)m @ 36meo-runtime0;1m ---m
[1;34mINFOm] Installing /home/r/repo/eo-runtime/pom.xml to /home/r/.m2/repository/org/eolang/eo-runtime/0.60.0/eo-runtime-0.60.0.pom
[1;34mINFOm] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.60.0.jar to /home/r/.m2/repository/org/eolang/eo-runtime/0.60.0/eo-runtime-0.60.0.jar
[1;34mINFOm]
[1;34mINFOm] 1m------------------< 0;36morg.eolang:eo-integration-tests0;1m >-------------------m
[1;34mINFOm] 1mBuilding eo-integration-tests 0.60.0 [5/5]m
[1;34mINFOm] from eo-integration-tests/pom.xml
[1;34mINFOm] 1m--------------------------------[ jar ]---------------------------------m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-server/12.1.7/jetty-server-12.1.7.jar
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-server/12.1.7/jetty-server-12.1.7.jar90m (704 kB at 22 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-http/12.1.7/jetty-http-12.1.7.jar
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-util/12.1.7/jetty-util-12.1.7.jar
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-io/12.1.7/jetty-io-12.1.7.jar
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-proxy/12.1.7/jetty-proxy-12.1.7.jar
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-client/12.1.7/jetty-client-12.1.7.jar
Downloaded90m fromk0mcentral90m:Bhttps://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-http/12.1.7/jetty-http-12.1.7.jar90m (478 kB at 17 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-alpn-client/12.1.7/jetty-alpn-client-12.1.7.jar
Downloaded90m from30mcentral90m:Bhttps://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-client/12.1.7/jetty-client-12.1.7.jar90m (365 kB at 12 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/compression/jetty-compression-gzip/12.1.7/jetty-compression-gzip-12.1.7.jar
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-io/12.1.7/jetty-io-12.1.7.jar90m (383 kB at 12 MB/s)0m
90mDownloading from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/compression/jetty-compression-common/12.1.7/jetty-compression-common-12.1.7.jar
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-proxy/12.1.7/jetty-proxy-12.1.7.jar90m (25 kB at 714 kB/s)0m
Downloaded90m fromk0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-util/12.1.7/jetty-util-12.1.7.jar90m (726 kB at 16 MB/s)0m
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/compression/jetty-compression-gzip/12.1.7/jetty-compression-gzip-12.1.7.jar90m (20 kB at 392 kB/s)0m
Downloaded90m from 0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/jetty-alpn-client/12.1.7/jetty-alpn-client-12.1.7.jar90m (7.7 kB at 148 kB/s)0m
Downloaded90m fromB0mcentral90m: https://repo.maven.apache.org/maven2/0morg/eclipse/jetty/compression/jetty-compression-common/12.1.7/jetty-compression-common-12.1.7.jar90m (13 kB at 233 kB/s)0m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mclean:3.5.0:cleanm 1m(default-clean)m @ 36meo-integration-tests0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32menforcer:3.6.2:enforcem 1m(enforce-java)m @ 36meo-integration-tests0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32menforcer:3.6.2:enforcem 1m(enforce-maven)m @ 36meo-integration-tests0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32menforcer:3.6.2:enforcem 1m(enforce-deps)m @ 36meo-integration-tests0;1m ---m
[1;34mINFOm] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireUpperBoundDeps passed
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber:3.3.0:createm 1m(jcabi-build-number)m @ 36meo-integration-tests0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber:3.3.0:create-timestampm 1m(jcabi-build-number)m @ 36meo-integration-tests0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mresources:3.5.0:resourcesm 1m(default-resources)m @ 36meo-integration-tests0;1m ---m
[1;34mINFOm] skip non existing resourceDirectory /home/r/repo/eo-integration-tests/src/main/resources
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mcompiler:3.8.1:compilem 1m(default-compile)m @ 36meo-integration-tests0;1m ---m
[1;34mINFOm] No sources to compile
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mresources:3.5.0:testResourcesm 1m(default-testResources)m @ 36meo-integration-tests0;1m ---m
[1;34mINFOm] Copying 8 resources from src/test/resources to target/test-classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mcompiler:3.8.1:testCompilem 1m(default-testCompile)m @ 36meo-integration-tests0;1m ---m
[1;34mINFOm] Changes detected - recompiling the module!
[1;34mINFOm] Compiling 17 source files to /home/r/repo/eo-integration-tests/target/test-classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32msurefire:3.5.5:testm 1m(default-test)m @ 36meo-integration-tests0;1m ---m
[1;34mINFOm] Tests are skipped.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjar:3.5.0:jarm 1m(default-jar)m @ 36meo-integration-tests0;1m ---m
[1;33mWARNINGm] JAR will be empty - no content was marked for inclusion!
[1;34mINFOm] Building jar: /home/r/repo/eo-integration-tests/target/eo-integration-tests-0.60.0.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32minvoker:3.9.1:installm 1m(default)m @ 36meo-integration-tests0;1m ---m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-invoker/3.3.0/maven-invoker-3.3.0.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-invoker/3.3.0/maven-invoker-3.3.0.pom90m (4.2 kB at 62 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-codec/commons-codec/1.18.0/commons-codec-1.18.0.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-codec/commons-codec/1.18.0/commons-codec-1.18.0.pom90m (18 kB at 457 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-parent/79/commons-parent-79.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-parent/79/commons-parent-79.pom90m (77 kB at 1.9 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-script-interpreter/1.6/maven-script-interpreter-1.6.pom
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-script-interpreter/1.6/maven-script-interpreter-1.6.pom90m (4.5 kB at 107 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/groovy/groovy/4.0.27/groovy-4.0.27.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/groovy/groovy/4.0.27/groovy-4.0.27.pom90m (24 kB at 588 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/groovy/groovy-json/4.0.27/groovy-json-4.0.27.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/groovy/groovy-json/4.0.27/groovy-json-4.0.27.pom90m (23 kB at 434 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/groovy/groovy-xml/4.0.27/groovy-xml-4.0.27.pom
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/groovy/groovy-xml/4.0.27/groovy-xml-4.0.27.pom90m (23 kB at 564 kB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-invoker/3.3.0/maven-invoker-3.3.0.jar
Downloaded90m fromB0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-invoker/3.3.0/maven-invoker-3.3.0.jar90m (34 kB at 1.0 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.0.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-codec/commons-codec/1.18.0/commons-codec-1.18.0.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/ow2/asm/asm/9.8/asm-9.8.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-script-interpreter/1.6/maven-script-interpreter-1.6.jar
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-io/commons-io/2.19.0/commons-io-2.19.0.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.0.jar90m (674 kB at 16 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/groovy/groovy-json/4.0.27/groovy-json-4.0.27.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-codec/commons-codec/1.18.0/commons-codec-1.18.0.jar90m (373 kB at 7.2 MB/s)0m
90mDownloading from 0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/groovy/groovy-xml/4.0.27/groovy-xml-4.0.27.jar
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/ow2/asm/asm/9.8/asm-9.8.jar90m (126 kB at 2.0 MB/s)0m
Downloaded90m from50moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/groovy/groovy-json/4.0.27/groovy-json-4.0.27.jar90m (132 kB at 1.9 MB/s)0m
Downloaded90m from50moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/maven/shared/maven-script-interpreter/1.6/maven-script-interpreter-1.6.jar90m (26 kB at 345 kB/s)0m
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0mcommons-io/commons-io/2.19.0/commons-io-2.19.0.jar90m (556 kB at 7.4 MB/s)0m
Downloaded90m fromk0moss.sonatype.org90m: https://oss.sonatype.org/content/groups/public/0morg/apache/groovy/groovy-xml/4.0.27/groovy-xml-4.0.27.jar90m (216 kB at 2.0 MB/s)0m
[1;34mINFOm] Skipping artifact installation per configuration.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mfailsafe:3.5.5:integration-testm 1m(snippet-test)m @ 36meo-integration-tests0;1m ---m
[1;34mINFOm] Tests are skipped.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mfailsafe:3.5.5:verifym 1m(snippet-test)m @ 36meo-integration-tests0;1m ---m
[1;34mINFOm] Tests are skipped.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32minvoker:3.9.1:runm 1m(default)m @ 36meo-integration-tests0;1m ---m
[1;34mINFOm] Skipping invocation per configuration. If this is incorrect, ensure the skipInvocation parameter is not set to true.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mlicense:2.7.1:check-file-headerm 1m(check-licenses)m @ 36meo-integration-tests0;1m ---m
[1;34mINFOm] Adding a license repository jar:file:/home/r/.m2/repository/org/codehaus/mojo/license-maven-plugin/2.7.1/license-maven-plugin-2.7.1.jar!/META-INF/licenses/
[1;34mINFOm] Will search files to update from root /home/r/repo/eo-integration-tests/src
[1;34mINFOm] Scan 24 files header done in 2.516ms.
[1;34mINFOm]
* add header on 24 files.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32minstall:3.1.4:installm 1m(default-install)m @ 36meo-integration-tests0;1m ---m
[1;34mINFOm] Installing /home/r/repo/eo-integration-tests/pom.xml to /home/r/.m2/repository/org/eolang/eo-integration-tests/0.60.0/eo-integration-tests-0.60.0.pom
[1;34mINFOm] Installing /home/r/repo/eo-integration-tests/target/eo-integration-tests-0.60.0.jar to /home/r/.m2/repository/org/eolang/eo-integration-tests/0.60.0/eo-integration-tests-0.60.0.jar
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] 1mReactor Summary for eo 0.60.0:m
[1;34mINFOm]
[1;34mINFOm] eo ................................................. 1;32mSUCCESSm [ 15.519 s]
[1;34mINFOm] eo-parser .......................................... 1;32mSUCCESSm [ 18.250 s]
[1;34mINFOm] eo-maven-plugin .................................... 1;32mSUCCESSm [ 14.087 s]
[1;34mINFOm] eo-runtime ......................................... 1;32mSUCCESSm [02:10 min]
[1;34mINFOm] eo-integration-tests ............................... 1;32mSUCCESSm [ 1.034 s]
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] 1;32mBUILD SUCCESSm
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] Total time: 03:00 min
[1;34mINFOm] Finished at: 2026-03-25T16:23:11Z
[1;34mINFOm] 1m------------------------------------------------------------------------m
0m0m0m0m[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/central/central-publishing-maven-plugin/0.10.0/central-publishing-maven-plugin-0.10.0.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/central/central-publishing-maven-plugin/0.10.0/central-publishing-maven-plugin-0.10.0.pom (17 kB at 45 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/32/buildsupport-32.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/32/buildsupport-32.pom (36 kB at 411 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/package-url/packageurl-java/1.4.1/packageurl-java-1.4.1.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/package-url/packageurl-java/1.4.1/packageurl-java-1.4.1.pom (12 kB at 161 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/32.1.0-jre/guava-32.1.0-jre.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/32.1.0-jre/guava-32.1.0-jre.pom (13 kB at 228 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/32.1.0-jre/guava-parent-32.1.0-jre.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/32.1.0-jre/guava-parent-32.1.0-jre.pom (22 kB at 373 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.pom (2.1 kB at 37 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.pom (2.2 kB at 39 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.18.0/error_prone_parent-2.18.0.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.18.0/error_prone_parent-2.18.0.pom (11 kB at 201 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom (2.9 kB at 54 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.pom (21 kB at 345 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-base/2.16.1/jackson-base-2.16.1.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-base/2.16.1/jackson-base-2.16.1.pom (11 kB at 203 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-bom/2.16.1/jackson-bom-2.16.1.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-bom/2.16.1/jackson-bom-2.16.1.pom (18 kB at 268 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom (6.5 kB at 121 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/56/oss-parent-56.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/56/oss-parent-56.pom (24 kB at 337 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom (5.6 kB at 106 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.pom (7.1 kB at 133 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.pom (9.9 kB at 163 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/client5/httpclient5/5.3.1/httpclient5-5.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/client5/httpclient5/5.3.1/httpclient5-5.3.1.pom (6.0 kB at 106 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/client5/httpclient5-parent/5.3.1/httpclient5-parent-5.3.1.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/client5/httpclient5-parent/5.3.1/httpclient5-parent-5.3.1.pom (17 kB at 309 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-parent/13/httpcomponents-parent-13.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-parent/13/httpcomponents-parent-13.pom (30 kB at 604 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/core5/httpcore5/5.2.4/httpcore5-5.2.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/core5/httpcore5/5.2.4/httpcore5-5.2.4.pom (3.9 kB at 72 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/core5/httpcore5-parent/5.2.4/httpcore5-parent-5.2.4.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/core5/httpcore5-parent/5.2.4/httpcore5-parent-5.2.4.pom (14 kB at 245 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/core5/httpcore5-h2/5.2.4/httpcore5-h2-5.2.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/core5/httpcore5-h2/5.2.4/httpcore5-h2-5.2.4.pom (3.6 kB at 56 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/central/central-publishing-maven-plugin/0.10.0/central-publishing-maven-plugin-0.10.0.jar
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/central/central-publishing-maven-plugin/0.10.0/central-publishing-maven-plugin-0.10.0.jar (112 kB at 1.7 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/package-url/packageurl-java/1.4.1/packageurl-java-1.4.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/32.1.0-jre/guava-32.1.0-jre.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/package-url/packageurl-java/1.4.1/packageurl-java-1.4.1.jar (16 kB at 226 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar
Downloaded2from.oss.sonatype.org:4https://oss.sonatype.org/content/groups/public/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar (9.3 kB at 112 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar
Downloaded2from8oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar (16 kB at 167 kB/s)
Downloading)from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar
Downloaded2from2oss.sonatype.org:Mhttps://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar (224 kB at 2.3 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/client5/httpclient5/5.3.1/httpclient5-5.3.1.jar
Downloaded3from.oss.sonatype.org:6https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar (78 kB at 565 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/core5/httpcore5/5.2.4/httpcore5-5.2.4.jar
Downloaded4from.oss.sonatype.org:6https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar (1.6 MB at 9.5 MB/s)
Downloading)from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/core5/httpcore5-h2/5.2.4/httpcore5-h2-5.2.4.jar
Downloaded3from.oss.sonatype.org:8https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar (578 kB at 3.3 MB/s)
Downloaded2from.oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/client5/httpclient5/5.3.1/httpclient5-5.3.1.jar (862 kB at 4.5 MB/s)
Downloaded2from.oss.sonatype.org:5https://oss.sonatype.org/content/groups/public/com/google/guava/guava/32.1.0-jre/guava-32.1.0-jre.jar (3.0 MB at 15 MB/s)
Downloaded2from5oss.sonatype.org:7https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/core5/httpcore5/5.2.4/httpcore5-5.2.4.jar (855 kB at 3.9 MB/s)
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/core5/httpcore5-h2/5.2.4/httpcore5-h2-5.2.4.jar (237 kB at 1.1 MB/s)
[INFO] Inspecting build with total of 5 modules
[INFO] Installing Central Publishing features
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] eo [pom]
[INFO] eo-parser [jar]
[INFO] eo-maven-plugin [maven-plugin]
[INFO] eo-runtime [jar]
[INFO] eo-integration-tests [jar]
[INFO]
[INFO] ------------------------< org.eolang:eo-parent >------------------------
[INFO] Building eo 0.60.0 [1/5]
[INFO] from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/3.2.8/maven-gpg-plugin-3.2.8.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/3.2.8/maven-gpg-plugin-3.2.8.pom (12 kB at 188 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/3.2.8/maven-gpg-plugin-3.2.8.jar
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/3.2.8/maven-gpg-plugin-3.2.8.jar (75 kB at 1.5 MB/s)
[INFO]
[INFO] --- clean:3.5.0:clean (default-clean) @ eo-parent ---
[INFO] Deleting /home/r/repo/target
[INFO]
[INFO] --- enforcer:3.6.2:enforce (enforce-java) @ eo-parent ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO]
[INFO] --- enforcer:3.6.2:enforce (enforce-maven) @ eo-parent ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO]
[INFO] --- enforcer:3.6.2:enforce (enforce-deps) @ eo-parent ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireUpperBoundDeps passed
[INFO]
[INFO] --- buildnumber:3.3.0:create (jcabi-build-number) @ eo-parent ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Storing buildNumber: dadfbbb at timestamp: 2026-03-25T16:23:16
[INFO] Storing scmBranch: __rultor
[INFO]
[INFO] --- buildnumber:3.3.0:create-timestamp (jcabi-build-number) @ eo-parent ---
[INFO] Skipping because we are not in root module.
[INFO]
[INFO] >>> source:3.4.0:jar (jcabi-sources) > generate-sources @ eo-parent >>>
[INFO]
[INFO] --- enforcer:3.6.2:enforce (enforce-java) @ eo-parent ---
[INFO]
[INFO] --- enforcer:3.6.2:enforce (enforce-maven) @ eo-parent ---
[INFO]
[INFO] --- enforcer:3.6.2:enforce (enforce-deps) @ eo-parent ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireUpperBoundDeps passed
[INFO]
[INFO] --- buildnumber:3.3.0:create (jcabi-build-number) @ eo-parent ---
[INFO]
[INFO] --- buildnumber:3.3.0:create-timestamp (jcabi-build-number) @ eo-parent ---
[INFO] Skipping because we are not in root module.
[INFO]
[INFO] <<< source:3.4.0:jar (jcabi-sources) < generate-sources @ eo-parent <<<
[INFO]
[INFO]
[INFO] --- source:3.4.0:jar (jcabi-sources) @ eo-parent ---
[INFO]
[INFO] --- javadoc:3.12.0:jar (jcabi-javadoc) @ eo-parent ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.6.4/maven-archiver-3.6.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.6.4/maven-archiver-3.6.4.pom (4.6 kB at 92 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.10.0/plexus-archiver-4.10.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.10.0/plexus-archiver-4.10.0.pom (5.8 kB at 124 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.5.0/plexus-io-3.5.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.5.0/plexus-io-3.5.0.pom (4.3 kB at 104 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.26.2/commons-compress-1.26.2.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.26.2/commons-compress-1.26.2.pom (23 kB at 499 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.17.0/commons-codec-1.17.0.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.17.0/commons-codec-1.17.0.pom (18 kB at 331 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.pom (2.0 kB at 40 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.4/plexus-interactivity-api-1.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.4/plexus-interactivity-api-1.4.pom (1.7 kB at 39 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity/1.4/plexus-interactivity-1.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity/1.4/plexus-interactivity-1.4.pom (1.7 kB at 38 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.6.4/maven-archiver-3.6.4.jar
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.6.4/maven-archiver-3.6.4.jar (27 kB at 610 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.5.1/plexus-io-3.5.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.10.0/plexus-archiver-4.10.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.26.2/commons-compress-1.26.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.4/plexus-interactivity-api-1.4.jar
Downloaded3from.oss.sonatype.org:5https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.10.0/plexus-archiver-4.10.0.jar (225 kB at 3.6 MB/s)
Downloaded2from.oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.5.1/plexus-io-3.5.1.jar (80 kB at 1.3 MB/s)
Downloaded3from.oss.sonatype.org:1https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.4/plexus-interactivity-api-1.4.jar (10 kB at 114 kB/s)
Downloaded2from.oss.sonatype.org:1https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.26.2/commons-compress-1.26.2.jar (1.1 MB at 12 MB/s)
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/luben/zstd-jni/1.5.6-3/zstd-jni-1.5.6-3.jar (6.7 MB at 46 MB/s)
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO]
[INFO] --- gpg:3.2.8:sign (jcabi-sign-artifacts) @ eo-parent ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcpg-jdk18on/1.81/bcpg-jdk18on-1.81.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcpg-jdk18on/1.81/bcpg-jdk18on-1.81.pom (1.8 kB at 41 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcprov-jdk18on/maven-metadata.xml
Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk18on/maven-metadata.xml
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcprov-jdk18on/maven-metadata.xml (758 B at 18 kB/s)
Downloaded1from5central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk18on/maven-metadata.xml (758 B at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcprov-jdk18on/1.81/bcprov-jdk18on-1.81.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcprov-jdk18on/1.81/bcprov-jdk18on-1.81.pom (1.2 kB at 30 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcutil-jdk18on/maven-metadata.xml
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcutil-jdk18on/maven-metadata.xml
Downloaded1from5central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcutil-jdk18on/maven-metadata.xml (758 B at 45 kB/s)
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcutil-jdk18on/maven-metadata.xml (758 B at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcutil-jdk18on/1.81/bcutil-jdk18on-1.81.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcutil-jdk18on/1.81/bcutil-jdk18on-1.81.pom (1.3 kB at 32 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/kohlschutter/junixsocket/junixsocket-core/2.10.1/junixsocket-core-2.10.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/kohlschutter/junixsocket/junixsocket-core/2.10.1/junixsocket-core-2.10.1.pom (1.5 kB at 31 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/kohlschutter/junixsocket/junixsocket/2.10.1/junixsocket-2.10.1.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/kohlschutter/junixsocket/junixsocket/2.10.1/junixsocket-2.10.1.pom (23 kB at 522 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/kohlschutter/kohlschutter-parent-multirelease/1.7.4/kohlschutter-parent-multirelease-1.7.4.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/kohlschutter/kohlschutter-parent-multirelease/1.7.4/kohlschutter-parent-multirelease-1.7.4.pom (104 kB at 2.2 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/kohlschutter/kohlschutter-parent/1.7.4/kohlschutter-parent-1.7.4.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/kohlschutter/kohlschutter-parent/1.7.4/kohlschutter-parent-1.7.4.pom (93 kB at 1.8 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/kohlschutter/junixsocket/junixsocket-native-common/2.10.1/junixsocket-native-common-2.10.1.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/kohlschutter/junixsocket/junixsocket-native-common/2.10.1/junixsocket-native-common-2.10.1.pom (12 kB at 242 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/kohlschutter/junixsocket/junixsocket-common/2.10.1/junixsocket-common-2.10.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/kohlschutter/junixsocket/junixsocket-common/2.10.1/junixsocket-common-2.10.1.pom (3.7 kB at 81 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcpg-jdk18on/1.81/bcpg-jdk18on-1.81.jar
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcpg-jdk18on/1.81/bcpg-jdk18on-1.81.jar (728 kB at 14 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcprov-jdk18on/1.81/bcprov-jdk18on-1.81.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcutil-jdk18on/1.81/bcutil-jdk18on-1.81.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/kohlschutter/junixsocket/junixsocket-native-common/2.10.1/junixsocket-native-common-2.10.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/kohlschutter/junixsocket/junixsocket-common/2.10.1/junixsocket-common-2.10.1.jar
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/kohlschutter/junixsocket/junixsocket-native-common/2.10.1/junixsocket-native-common-2.10.1.jar (712 kB at 16 MB/s)
Downloaded3from.oss.sonatype.org:6https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcutil-jdk18on/1.81/bcutil-jdk18on-1.81.jar (706 kB at 8.7 MB/s)
Downloaded2from.oss.sonatype.org:4https://oss.sonatype.org/content/groups/public/com/kohlschutter/junixsocket/junixsocket-common/2.10.1/junixsocket-common-2.10.1.jar (2.4 MB at 19 MB/s)
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcprov-jdk18on/1.81/bcprov-jdk18on-1.81.jar (8.9 MB at 49 MB/s)
[WARNING] Parameter 'passphrase' (user property 'gpg.passphrase') is deprecated: Do not use this configuration, it may leak sensitive information. Rely on gpg-agent or env variables instead.
[INFO] Signer 'gpg' is signing 1 file with key 7E29B723C7834679204DD410AA57FF6B7040FA46
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: starting migration from earlier GnuPG versions
gpg: porting secret keys from '/home/r/secring.gpg' to gpg-agent
gpg: key AA57FF6B7040FA46: secret key imported
gpg: migration succeeded
[INFO]
[INFO] --- license:2.7.1:check-file-header (check-licenses) @ eo-parent ---
[INFO] Adding a license repository jar:file:/home/r/.m2/repository/org/codehaus/mojo/license-maven-plugin/2.7.1/license-maven-plugin-2.7.1.jar!/META-INF/licenses/
[INFO] Will search files to update from root /home/r/repo/src
[INFO] Scan 4 files header done in 39.173ms.
[INFO]
* add header on 2 files.
[INFO]
[INFO] --- install:3.1.4:install (default-install) @ eo-parent ---
[INFO] Installing /home/r/repo/pom.xml to /home/r/.m2/repository/org/eolang/eo-parent/0.60.0/eo-parent-0.60.0.pom
[INFO] Installing /home/r/repo/target/eo-parent-0.60.0.pom.asc to /home/r/.m2/repository/org/eolang/eo-parent/0.60.0/eo-parent-0.60.0.pom.asc
[INFO]
[INFO] --- central-publishing:0.10.0:publish (injected-central-publishing) @ eo-parent ---
[INFO] Using Central baseUrl: https://central.sonatype.com
[INFO] Using credentials from server id central in settings.xml
[INFO] Using Usertoken auth, with namecode: GmSdmVBB
[INFO] Staging 2 files
[INFO] Staging /home/r/repo/pom.xml
[INFO] Installing /home/r/repo/pom.xml to /home/r/repo/target/central-staging/org/eolang/eo-parent/0.60.0/eo-parent-0.60.0.pom
[INFO] Staging /home/r/repo/target/eo-parent-0.60.0.pom.asc
[INFO] Installing /home/r/repo/target/eo-parent-0.60.0.pom.asc to /home/r/repo/target/central-staging/org/eolang/eo-parent/0.60.0/eo-parent-0.60.0.pom.asc
[INFO] Pre Bundling - deleted /home/r/repo/target/central-staging/org/eolang/eo-parent/maven-metadata-central-staging.xml
[INFO] Generate checksums for dir: org/eolang/eo-parent/0.60.0
[INFO]
[INFO] ------------------------< org.eolang:eo-parser >------------------------
[INFO] Building eo-parser 0.60.0 [2/5]
[INFO] from eo-parser/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.5.0:clean (default-clean) @ eo-parser ---
[INFO] Deleting /home/r/repo/eo-parser/target
[INFO]
[INFO] --- enforcer:3.6.2:enforce (enforce-java) @ eo-parser ---
[INFO]
[INFO] --- enforcer:3.6.2:enforce (enforce-maven) @ eo-parser ---
[INFO]
[INFO] --- enforcer:3.6.2:enforce (enforce-deps) @ eo-parser ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireUpperBoundDeps passed
[INFO]
[INFO] --- buildnumber:3.3.0:create (jcabi-build-number) @ eo-parser ---
[INFO]
[INFO] --- buildnumber:3.3.0:create-timestamp (jcabi-build-number) @ eo-parser ---
[INFO]
[INFO] --- antrun:3.2.0:run (default) @ eo-parser ---
[INFO] Executing tasks
[INFO] [get] Getting: https://raw.githubusercontent.com/minimaxir/big-list-of-naughty-strings/master/blns.txt
[INFO] [get] To: /home/r/repo/eo-parser/target/blns.txt
......................
[INFO] [get] last modified = Thu Jan 01 00:00:00 UTC 1970 - using current time instead
[INFO] Executed tasks
[INFO]
[INFO] --- antlr4:4.13.2:antlr4 (jcabi-antlr4) @ eo-parser ---
[INFO] ANTLR 4: Processing source directory /home/r/repo/eo-parser/src/main/antlr4
[INFO] Processing grammar: org/eolang/parser/Eo.g4
[INFO]
[INFO] --- resources:3.5.0:resources (default-resources) @ eo-parser ---
[INFO] Copying 28 resources from src/main/resources to target/classes
[INFO]
[INFO] --- compiler:3.8.1:compile (default-compile) @ eo-parser ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 33 source files to /home/r/repo/eo-parser/target/classes
[INFO]
[INFO] --- resources:3.5.0:testResources (default-testResources) @ eo-parser ---
[INFO] Copying 174 resources from src/test/resources to target/test-classes
[INFO]
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ eo-parser ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 22 source files to /home/r/repo/eo-parser/target/test-classes
[INFO]
[INFO] --- surefire:3.5.5:test (default-test) @ eo-parser ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jcabi:0.17.0:versionalize (jcabi-versionalize-packages) @ eo-parser ---
[INFO] Versionalizing /home/r/repo/eo-parser/target/classes directory
[INFO] File /home/r/repo/eo-parser/target/classes/org/eolang/parser/org-eolang-eo-parser-jar.txt added
[INFO]
[INFO] --- jar:3.5.0:jar (default-jar) @ eo-parser ---
[INFO] Building jar: /home/r/repo/eo-parser/target/eo-parser-0.60.0.jar
[INFO]
[INFO] >>> source:3.4.0:jar (jcabi-sources) > generate-sources @ eo-parser >>>
[INFO]
[INFO] --- enforcer:3.6.2:enforce (enforce-java) @ eo-parser ---
[INFO]
[INFO] --- enforcer:3.6.2:enforce (enforce-maven) @ eo-parser ---
[INFO]
[INFO] --- enforcer:3.6.2:enforce (enforce-deps) @ eo-parser ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireUpperBoundDeps passed
[INFO]
[INFO] --- buildnumber:3.3.0:create (jcabi-build-number) @ eo-parser ---
[INFO]
[INFO] --- buildnumber:3.3.0:create-timestamp (jcabi-build-number) @ eo-parser ---
[INFO]
[INFO] --- antrun:3.2.0:run (default) @ eo-parser ---
[INFO] Executing tasks
[INFO] [get] Getting: https://raw.githubusercontent.com/minimaxir/big-list-of-naughty-strings/master/blns.txt
[INFO] [get] To: /home/r/repo/eo-parser/target/blns.txt
[INFO] [get] local file date : Wed Mar 25 16:23:19 UTC 2026
......................
[INFO] [get] last modified = Thu Jan 01 00:00:00 UTC 1970 - using current time instead
[INFO] Executed tasks
[INFO]
[INFO] --- antlr4:4.13.2:antlr4 (jcabi-antlr4) @ eo-parser ---
[INFO] No grammars to process
[INFO] ANTLR 4: Processing source directory /home/r/repo/eo-parser/src/main/antlr4
[INFO]
[INFO] <<< source:3.4.0:jar (jcabi-sources) < generate-sources @ eo-parser <<<
[INFO]
[INFO]
[INFO] --- source:3.4.0:jar (jcabi-sources) @ eo-parser ---
[INFO] Building jar: /home/r/repo/eo-parser/target/eo-parser-0.60.0-sources.jar
[INFO]
[INFO] --- javadoc:3.12.0:jar (jcabi-javadoc) @ eo-parser ---
[WARNING] Javadoc Warnings
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/EoListener.java:221: warning: invalid usage of tag {@link EoParser#void
[WARNING] * Enter a parse tree produced by {@link EoParser#void}.
[WARNING] ^
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/EoListener.java:226: warning: invalid usage of tag {@link EoParser#void
[WARNING] * Exit a parse tree produced by {@link EoParser#void}.
[WARNING] ^
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/EoListener.java:221: warning: invalid usage of tag {@link EoParser#void
[WARNING] * Enter a parse tree produced by {@link EoParser#void}.
[WARNING] ^
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/EoListener.java:226: warning: invalid usage of tag {@link EoParser#void
[WARNING] * Exit a parse tree produced by {@link EoParser#void}.
[WARNING] ^
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/EoListener.java:221: warning: invalid usage of tag {@link EoParser#void
[WARNING] * Enter a parse tree produced by {@link EoParser#void}.
[WARNING] ^
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/EoListener.java:226: warning: invalid usage of tag {@link EoParser#void
[WARNING] * Exit a parse tree produced by {@link EoParser#void}.
[WARNING] ^
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/EoListener.java:221: warning: invalid usage of tag {@link EoParser#void
[WARNING] * Enter a parse tree produced by {@link EoParser#void}.
[WARNING] ^
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/EoListener.java:226: warning: invalid usage of tag {@link EoParser#void
[WARNING] * Exit a parse tree produced by {@link EoParser#void}.
[WARNING] ^
[WARNING] /home/r/repo/eo-parser/src/main/java/org/eolang/parser/EoSyntax.java:62: warning: invalid input: '<'
[WARNING] * new TrClasspath<>(
[WARNING] ^
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/EoListener.java:221: warning: invalid usage of tag {@link EoParser#void
[WARNING] * Enter a parse tree produced by {@link EoParser#void}.
[WARNING] ^
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/EoListener.java:221: warning: invalid usage of tag {@link EoParser#void
[WARNING] * Enter a parse tree produced by {@link EoParser#void}.
[WARNING] ^
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/EoListener.java:226: warning: invalid usage of tag {@link EoParser#void
[WARNING] * Exit a parse tree produced by {@link EoParser#void}.
[WARNING] ^
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/EoListener.java:226: warning: invalid usage of tag {@link EoParser#void
[WARNING] * Exit a parse tree produced by {@link EoParser#void}.
[WARNING] ^
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/EoListener.java:221: warning: invalid usage of tag {@link EoParser#void
[WARNING] * Enter a parse tree produced by {@link EoParser#void}.
[WARNING] ^
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/EoListener.java:221: warning: invalid usage of tag {@link EoParser#void
[WARNING] * Enter a parse tree produced by {@link EoParser#void}.
[WARNING] ^
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/EoListener.java:226: warning: invalid usage of tag {@link EoParser#void
[WARNING] * Exit a parse tree produced by {@link EoParser#void}.
[WARNING] ^
[WARNING] /home/r/repo/eo-parser/target/generated-sources/antlr4/org/eolang/parser/EoListener.java:226: warning: invalid usage of tag {@link EoParser#void
[WARNING] * Exit a parse tree produced by {@link EoParser#void}.
[WARNING] ^
[WARNING] Note: Custom tags that could override future standard tags: @todo, @checkstyle. To avoid potential overrides, use at least one period character (.) in custom tag names.
[WARNING] Note: Custom tags that were not seen: @todo, @checkstyle
[WARNING] 17 warnings
[INFO] Building jar: /home/r/repo/eo-parser/target/eo-parser-0.60.0-javadoc.jar
[INFO]
[INFO] --- gpg:3.2.8:sign (jcabi-sign-artifacts) @ eo-parser ---
[WARNING] Parameter 'passphrase' (user property 'gpg.passphrase') is deprecated: Do not use this configuration, it may leak sensitive information. Rely on gpg-agent or env variables instead.
[INFO] Signer 'gpg' is signing 4 files with key 7E29B723C7834679204DD410AA57FF6B7040FA46
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
[INFO]
[INFO] --- license:2.7.1:check-file-header (check-licenses) @ eo-parser ---
[INFO] Adding a license repository jar:file:/home/r/.m2/repository/org/codehaus/mojo/license-maven-plugin/2.7.1/license-maven-plugin-2.7.1.jar!/META-INF/licenses/
[INFO] Will search files to update from root /home/r/repo/eo-parser/src
[INFO] Will search files to update from root /home/r/repo/eo-parser/target/generated-sources
[INFO] Scan 85 files header done in 1.087s.
[INFO]
* add header on 85 files.
[INFO]
[INFO] --- install:3.1.4:install (default-install) @ eo-parser ---
[INFO] Installing /home/r/repo/eo-parser/pom.xml to /home/r/.m2/repository/org/eolang/eo-parser/0.60.0/eo-parser-0.60.0.pom
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.60.0.jar to /home/r/.m2/repository/org/eolang/eo-parser/0.60.0/eo-parser-0.60.0.jar
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.60.0-sources.jar to /home/r/.m2/repository/org/eolang/eo-parser/0.60.0/eo-parser-0.60.0-sources.jar
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.60.0-javadoc.jar to /home/r/.m2/repository/org/eolang/eo-parser/0.60.0/eo-parser-0.60.0-javadoc.jar
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.60.0.jar.asc to /home/r/.m2/repository/org/eolang/eo-parser/0.60.0/eo-parser-0.60.0.jar.asc
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.60.0.pom.asc to /home/r/.m2/repository/org/eolang/eo-parser/0.60.0/eo-parser-0.60.0.pom.asc
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.60.0-sources.jar.asc to /home/r/.m2/repository/org/eolang/eo-parser/0.60.0/eo-parser-0.60.0-sources.jar.asc
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.60.0-javadoc.jar.asc to /home/r/.m2/repository/org/eolang/eo-parser/0.60.0/eo-parser-0.60.0-javadoc.jar.asc
[INFO]
[INFO] --- central-publishing:0.10.0:publish (injected-central-publishing) @ eo-parser ---
[INFO] Using Central baseUrl: https://central.sonatype.com
[INFO] Using credentials from server id central in settings.xml
[INFO] Using Usertoken auth, with namecode: GmSdmVBB
[INFO] Staging 7 files
[INFO] Staging /home/r/repo/eo-parser/target/eo-parser-0.60.0.jar
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.60.0.jar to /home/r/repo/target/central-staging/org/eolang/eo-parser/0.60.0/eo-parser-0.60.0.jar
[INFO] Installing /home/r/repo/eo-parser/pom.xml to /home/r/repo/target/central-staging/org/eolang/eo-parser/0.60.0/eo-parser-0.60.0.pom
[INFO] Staging /home/r/repo/eo-parser/target/eo-parser-0.60.0-sources.jar
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.60.0-sources.jar to /home/r/repo/target/central-staging/org/eolang/eo-parser/0.60.0/eo-parser-0.60.0-sources.jar
[INFO] Staging /home/r/repo/eo-parser/target/eo-parser-0.60.0-javadoc.jar
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.60.0-javadoc.jar to /home/r/repo/target/central-staging/org/eolang/eo-parser/0.60.0/eo-parser-0.60.0-javadoc.jar
[INFO] Staging /home/r/repo/eo-parser/target/eo-parser-0.60.0.jar.asc
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.60.0.jar.asc to /home/r/repo/target/central-staging/org/eolang/eo-parser/0.60.0/eo-parser-0.60.0.jar.asc
[INFO] Staging /home/r/repo/eo-parser/target/eo-parser-0.60.0.pom.asc
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.60.0.pom.asc to /home/r/repo/target/central-staging/org/eolang/eo-parser/0.60.0/eo-parser-0.60.0.pom.asc
[INFO] Staging /home/r/repo/eo-parser/target/eo-parser-0.60.0-sources.jar.asc
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.60.0-sources.jar.asc to /home/r/repo/target/central-staging/org/eolang/eo-parser/0.60.0/eo-parser-0.60.0-sources.jar.asc
[INFO] Staging /home/r/repo/eo-parser/target/eo-parser-0.60.0-javadoc.jar.asc
[INFO] Installing /home/r/repo/eo-parser/target/eo-parser-0.60.0-javadoc.jar.asc to /home/r/repo/target/central-staging/org/eolang/eo-parser/0.60.0/eo-parser-0.60.0-javadoc.jar.asc
[INFO] Pre Bundling - deleted /home/r/repo/target/central-staging/org/eolang/eo-parser/maven-metadata-central-staging.xml
[INFO] Generate checksums for dir: org/eolang/eo-parser/0.60.0
[INFO]
[INFO] ---------------------< org.eolang:eo-maven-plugin >---------------------
[INFO] Building eo-maven-plugin 0.60.0 [3/5]
[INFO] from eo-maven-plugin/pom.xml
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO]
[INFO] --- clean:3.5.0:clean (default-clean) @ eo-maven-plugin ---
[INFO] Deleting /home/r/repo/eo-maven-plugin/target
[INFO]
[INFO] --- enforcer:3.6.2:enforce (enforce-java) @ eo-maven-plugin ---
[INFO]
[INFO] --- enforcer:3.6.2:enforce (enforce-maven) @ eo-maven-plugin ---
[INFO]
[INFO] --- enforcer:3.6.2:enforce (enforce-deps) @ eo-maven-plugin ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireUpperBoundDeps passed
[INFO]
[INFO] --- resources:3.5.0:resources (pre-copy-resources) @ eo-maven-plugin ---
[INFO] Copying 17 resources from src/main/resources to target/classes
[INFO]
[INFO] --- buildnumber:3.3.0:create (jcabi-build-number) @ eo-maven-plugin ---
[INFO]
[INFO] --- buildnumber:3.3.0:create-timestamp (jcabi-build-number) @ eo-maven-plugin ---
[INFO]
[INFO] --- dependency:3.10.0:properties (default) @ eo-maven-plugin ---
[INFO]
[INFO] --- plugin:3.15.2:helpmojo (default) @ eo-maven-plugin ---
[INFO]
[INFO] --- resources:3.5.0:resources (default-resources) @ eo-maven-plugin ---
[INFO] Copying 17 resources from src/main/resources to target/classes
[INFO]
[INFO] --- compiler:3.8.1:compile (java-compile) @ eo-maven-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 81 source files to /home/r/repo/eo-maven-plugin/target/classes
[INFO] /home/r/repo/eo-maven-plugin/src/main/java/org/eolang/maven/MjSafe.java: /home/r/repo/eo-maven-plugin/src/main/java/org/eolang/maven/MjSafe.java uses or overrides a deprecated API.
[INFO] /home/r/repo/eo-maven-plugin/src/main/java/org/eolang/maven/MjSafe.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- compiler:3.8.1:compile (compile-helpmojo) @ eo-maven-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/r/repo/eo-maven-plugin/target/classes
[INFO]
[INFO] --- plugin:3.15.2:descriptor (default-descriptor) @ eo-maven-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[WARNING] Unresolvable link in javadoc tag with value MjPlace#targetDir found in eo-maven-plugin/src/main/java/org/eolang/maven/MjPlace.java:36: Could not resolve javadoc reference JavadocReference [moduleName=Optional.empty, packageNameClassName=Optional[MjPlace], member=Optional[targetDir], label=Optional.empty]
[INFO] java-annotations mojo extractor found 15 mojo descriptors.
[INFO] java-javadoc mojo extractor found 0 mojo descriptor.
[INFO] ant mojo extractor found 0 mojo descriptor.
[INFO] bsh mojo extractor found 0 mojo descriptor.
[INFO]
[INFO] --- jcabi:0.17.0:ajc (default) @ eo-maven-plugin ---
[INFO] Unwoven classes will be copied to /home/r/repo/eo-maven-plugin/target/unwoven
[INFO] Created temp dir /home/r/repo/eo-maven-plugin/target/jcabi-ajc
31 warnings
[INFO] ajc result: 119 file(s) processed, 0 pointcut(s) woven, 0 error(s), 0 warning(s)
[INFO]
[INFO] --- resources:3.5.0:copy-resources (copy-descriptor) @ eo-maven-plugin ---
[INFO] Copying 1 resource from target/classes/META-INF/maven to target
[INFO]
[INFO] --- plugin:3.15.2:descriptor (default) @ eo-maven-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[WARNING] Unresolvable link in javadoc tag with value MjPlace#targetDir found in eo-maven-plugin/src/main/java/org/eolang/maven/MjPlace.java:36: Could not resolve javadoc reference JavadocReference [moduleName=Optional.empty, packageNameClassName=Optional[MjPlace], member=Optional[targetDir], label=Optional.empty]
[INFO] java-annotations mojo extractor found 15 mojo descriptors.
[INFO] java-javadoc mojo extractor found 0 mojo descriptor.
[INFO] ant mojo extractor found 0 mojo descriptor.
[INFO] bsh mojo extractor found 0 mojo descriptor.
[INFO]
[INFO] --- resources:3.5.0:testResources (default-testResources) @ eo-maven-plugin ---
[INFO] Copying 69 resources from src/test/resources to target/test-classes
[INFO]
[INFO] --- compiler:3.8.1:testCompile (java-test-compile) @ eo-maven-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 51 source files to /home/r/repo/eo-maven-plugin/target/test-classes
[INFO] /home/r/repo/eo-maven-plugin/src/test/java/org/eolang/maven/ProbesTest.java: /home/r/repo/eo-maven-plugin/src/test/java/org/eolang/maven/ProbesTest.java uses unchecked or unsafe operations.
[INFO] /home/r/repo/eo-maven-plugin/src/test/java/org/eolang/maven/ProbesTest.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- surefire:3.5.5:test (default-test) @ eo-maven-plugin ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jcabi:0.17.0:versionalize (jcabi-versionalize-packages) @ eo-maven-plugin ---
[INFO] Versionalizing /home/r/repo/eo-maven-plugin/target/classes directory
[INFO] File /home/r/repo/eo-maven-plugin/target/classes/org/eolang/maven/org-eolang-eo-maven-plugin-maven-plugin.txt added
[INFO]
[INFO] --- jar:3.5.0:jar (default-jar) @ eo-maven-plugin ---
[INFO] Building jar: /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.60.0.jar
[INFO]
[INFO] --- plugin:3.15.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eo-maven-plugin ---
[INFO] This Mojo is not used in Maven version 3.9.0 and above
[INFO]
[INFO] >>> source:3.4.0:jar (jcabi-sources) > generate-sources @ eo-maven-plugin >>>
[INFO]
[INFO] --- enforcer:3.6.2:enforce (enforce-java) @ eo-maven-plugin ---
[INFO]
[INFO] --- enforcer:3.6.2:enforce (enforce-maven) @ eo-maven-plugin ---
[INFO]
[INFO] --- enforcer:3.6.2:enforce (enforce-deps) @ eo-maven-plugin ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireUpperBoundDeps passed
[INFO]
[INFO] --- resources:3.5.0:resources (pre-copy-resources) @ eo-maven-plugin ---
[INFO] Copying 17 resources from src/main/resources to target/classes
[INFO]
[INFO] --- buildnumber:3.3.0:create (jcabi-build-number) @ eo-maven-plugin ---
[INFO]
[INFO] --- buildnumber:3.3.0:create-timestamp (jcabi-build-number) @ eo-maven-plugin ---
[INFO]
[INFO] --- dependency:3.10.0:properties (default) @ eo-maven-plugin ---
[INFO]
[INFO] --- plugin:3.15.2:helpmojo (default) @ eo-maven-plugin ---
[INFO]
[INFO] <<< source:3.4.0:jar (jcabi-sources) < generate-sources @ eo-maven-plugin <<<
[INFO]
[INFO]
[INFO] --- source:3.4.0:jar (jcabi-sources) @ eo-maven-plugin ---
[INFO] Building jar: /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.60.0-sources.jar
[INFO]
[INFO] --- javadoc:3.12.0:jar (jcabi-javadoc) @ eo-maven-plugin ---
[INFO] Building jar: /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.60.0-javadoc.jar
[INFO]
[INFO] --- failsafe:3.5.5:integration-test (assemble-test) @ eo-maven-plugin ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- failsafe:3.5.5:verify (assemble-test) @ eo-maven-plugin ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- gpg:3.2.8:sign (jcabi-sign-artifacts) @ eo-maven-plugin ---
[WARNING] Parameter 'passphrase' (user property 'gpg.passphrase') is deprecated: Do not use this configuration, it may leak sensitive information. Rely on gpg-agent or env variables instead.
[INFO] Signer 'gpg' is signing 4 files with key 7E29B723C7834679204DD410AA57FF6B7040FA46
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
[INFO]
[INFO] --- license:2.7.1:check-file-header (check-licenses) @ eo-maven-plugin ---
[INFO] Adding a license repository jar:file:/home/r/.m2/repository/org/codehaus/mojo/license-maven-plugin/2.7.1/license-maven-plugin-2.7.1.jar!/META-INF/licenses/
[INFO] Will search files to update from root /home/r/repo/eo-maven-plugin/src
[INFO] Will search files to update from root /home/r/repo/eo-maven-plugin/target/generated-sources
[INFO] Scan 156 files header done in 47.147ms.
[INFO]
* add header on 156 files.
[INFO]
[INFO] --- groovy:2.1.1:execute (project-validate) @ eo-maven-plugin ---
[INFO] Verified with check-parameters-names.groovy - OK. Result: true
[INFO]
[INFO] --- install:3.1.4:install (default-install) @ eo-maven-plugin ---
[INFO] Installing /home/r/repo/eo-maven-plugin/pom.xml to /home/r/.m2/repository/org/eolang/eo-maven-plugin/0.60.0/eo-maven-plugin-0.60.0.pom
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.60.0.jar to /home/r/.m2/repository/org/eolang/eo-maven-plugin/0.60.0/eo-maven-plugin-0.60.0.jar
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.60.0-sources.jar to /home/r/.m2/repository/org/eolang/eo-maven-plugin/0.60.0/eo-maven-plugin-0.60.0-sources.jar
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.60.0-javadoc.jar to /home/r/.m2/repository/org/eolang/eo-maven-plugin/0.60.0/eo-maven-plugin-0.60.0-javadoc.jar
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.60.0.jar.asc to /home/r/.m2/repository/org/eolang/eo-maven-plugin/0.60.0/eo-maven-plugin-0.60.0.jar.asc
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.60.0.pom.asc to /home/r/.m2/repository/org/eolang/eo-maven-plugin/0.60.0/eo-maven-plugin-0.60.0.pom.asc
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.60.0-sources.jar.asc to /home/r/.m2/repository/org/eolang/eo-maven-plugin/0.60.0/eo-maven-plugin-0.60.0-sources.jar.asc
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.60.0-javadoc.jar.asc to /home/r/.m2/repository/org/eolang/eo-maven-plugin/0.60.0/eo-maven-plugin-0.60.0-javadoc.jar.asc
[INFO]
[INFO] --- central-publishing:0.10.0:publish (injected-central-publishing) @ eo-maven-plugin ---
[INFO] Using Central baseUrl: https://central.sonatype.com
[INFO] Using credentials from server id central in settings.xml
[INFO] Using Usertoken auth, with namecode: GmSdmVBB
[INFO] Staging 7 files
[INFO] Staging /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.60.0.jar
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.60.0.jar to /home/r/repo/target/central-staging/org/eolang/eo-maven-plugin/0.60.0/eo-maven-plugin-0.60.0.jar
[INFO] Installing /home/r/repo/eo-maven-plugin/pom.xml to /home/r/repo/target/central-staging/org/eolang/eo-maven-plugin/0.60.0/eo-maven-plugin-0.60.0.pom
[INFO] Staging /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.60.0-sources.jar
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.60.0-sources.jar to /home/r/repo/target/central-staging/org/eolang/eo-maven-plugin/0.60.0/eo-maven-plugin-0.60.0-sources.jar
[INFO] Staging /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.60.0-javadoc.jar
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.60.0-javadoc.jar to /home/r/repo/target/central-staging/org/eolang/eo-maven-plugin/0.60.0/eo-maven-plugin-0.60.0-javadoc.jar
[INFO] Staging /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.60.0.jar.asc
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.60.0.jar.asc to /home/r/repo/target/central-staging/org/eolang/eo-maven-plugin/0.60.0/eo-maven-plugin-0.60.0.jar.asc
[INFO] Staging /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.60.0.pom.asc
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.60.0.pom.asc to /home/r/repo/target/central-staging/org/eolang/eo-maven-plugin/0.60.0/eo-maven-plugin-0.60.0.pom.asc
[INFO] Staging /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.60.0-sources.jar.asc
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.60.0-sources.jar.asc to /home/r/repo/target/central-staging/org/eolang/eo-maven-plugin/0.60.0/eo-maven-plugin-0.60.0-sources.jar.asc
[INFO] Staging /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.60.0-javadoc.jar.asc
[INFO] Installing /home/r/repo/eo-maven-plugin/target/eo-maven-plugin-0.60.0-javadoc.jar.asc to /home/r/repo/target/central-staging/org/eolang/eo-maven-plugin/0.60.0/eo-maven-plugin-0.60.0-javadoc.jar.asc
[INFO] Pre Bundling - deleted /home/r/repo/target/central-staging/org/eolang/maven-metadata-central-staging.xml
[INFO] Pre Bundling - deleted /home/r/repo/target/central-staging/org/eolang/eo-maven-plugin/maven-metadata-central-staging.xml
[INFO] Generate checksums for dir: org/eolang/eo-maven-plugin/0.60.0
[INFO]
[INFO] -----------------------< org.eolang:eo-runtime >------------------------
[INFO] Building eo-runtime 0.60.0 [4/5]
[INFO] from eo-runtime/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.5.0:clean (default-clean) @ eo-runtime ---
[INFO] Deleting /home/r/repo/eo-runtime/target
[INFO]
[INFO] --- enforcer:3.6.2:enforce (enforce-java) @ eo-runtime ---
[INFO]
[INFO] --- enforcer:3.6.2:enforce (enforce-maven) @ eo-runtime ---
[INFO]
[INFO] --- enforcer:3.6.2:enforce (enforce-deps) @ eo-runtime ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireUpperBoundDeps passed
[INFO]
[INFO] --- buildnumber:3.3.0:create (jcabi-build-number) @ eo-runtime ---
[INFO]
[INFO] --- buildnumber:3.3.0:create-timestamp (jcabi-build-number) @ eo-runtime ---
[INFO]
[INFO] --- eo:0.60.0:register (compile) @ eo-runtime ---
[INFO] Registered 93 EO sources from eo-runtime/src/main/eo to eo-runtime/target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo:0.60.0:compile (compile) @ eo-runtime ---
[ERROR] Failed to parse 'eo-runtime/src/main/eo/runtime.eo:437': intentional error, ignore it
[INFO] Parsed 93 new .eo sources out of 93 to XMIRs in 536ms
[INFO] No programs were probed because eo.offline flag is TRUE
[INFO] No programs were pulled because eo.offline flag is TRUE
[INFO] Assemble cycle #1 (EO:93/XMIR:0/PROBED:0 -> EO:93/XMIR:93/PROBED:0), took 541ms
[INFO] No new .eo sources out of 93 parsed to XMIRs
[INFO] No programs were probed because eo.offline flag is TRUE
[INFO] No programs were pulled because eo.offline flag is TRUE
[INFO] Last assemble cycle #2 (EO:93/XMIR:93/PROBED:0), took 6ms
[INFO] 2 assemble cycle(s) produced some new object(s) in 548ms: EO:93/XMIR:93/PROBED:0
[INFO] Unlinting source lints: ["prohibited-package", "duplicate-names-in-diff-context", "object-has-data", "sparse-decoration", "unused-void-attr", "comment-not-capitalized"]
[INFO] Unliting WPA lints: ["inconsistent-args"]
[INFO] XMIR programs linted as a package: 93
[INFO] Linted 93 out of 93 XMIR program(s) that needed this (out of 93 total programs) in 48s: no complaints
[INFO] Read more about lints: https://www.objectionary.com/lints/0.0.60
[INFO] Configured Artifact: net.java.dev.jna:jna:5.14.0:jar
[INFO] Configured Artifact: org.eolang:eo-runtime:0.59.6:jar
[INFO] org.eolang:eo-runtime::0.59.6 unpacked to eo-runtime/target/eo/4-resolve/org.eolang/eo-runtime/-/0.59.6
[INFO] Found 178 new file(s) (0 MB) after unpacking of org.eolang:eo-runtime:0.59.6
[INFO] net.java.dev.jna:jna:5.14.0 unpacked to eo-runtime/target/eo/4-resolve/net.java.dev.jna/jna/-/5.14.0
[INFO] Found 155 new file(s) (5 MB) after unpacking of net.java.dev.jna:jna:5.14.0
[INFO] New 2 dependenc(ies) unpacked to eo-runtime/target/eo/4-resolve: net.java.dev.jna:jna:5.14.0, org.eolang:eo-runtime:0.59.6
[INFO] Placed 332 binary file(s) found in 2 dependencies, into eo-runtime/target/eo/4-resolve
[INFO] Compilation process took 49s
[INFO]
[INFO] --- eo:0.60.0:transpile (compile) @ eo-runtime ---
[INFO] Transpiled 93 XMIRs, created 8 Java files in eo-runtime/target/generated-sources
[INFO] The directory added to Maven 'compile-source-root': eo-runtime/target/generated-sources
[INFO] The directory added to Maven 'test-compile-source-root': eo-runtime/target/generated-test-sources
[INFO] Transpilation took 108ms in total
[INFO]
[INFO] --- resources:3.5.0:resources (default-resources) @ eo-runtime ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO]
[INFO] --- compiler:3.8.1:compile (default-compile) @ eo-runtime ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 239 source files to /home/r/repo/eo-runtime/target/classes
[INFO]
[INFO] --- resources:3.5.0:testResources (default-testResources) @ eo-runtime ---
[INFO] Copying 4 resources from src/test/resources to target/test-classes
[INFO]
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ eo-runtime ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 128 source files to /home/r/repo/eo-runtime/target/test-classes
[INFO]
[INFO] --- surefire:3.5.5:test (default-test) @ eo-runtime ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jcabi:0.17.0:versionalize (jcabi-versionalize-packages) @ eo-runtime ---
[INFO] Versionalizing /home/r/repo/eo-runtime/target/classes directory
[INFO] File /home/r/repo/eo-runtime/target/classes/org/eolang/EOms/org-eolang-eo-runtime-jar.txt added
[INFO] File /home/r/repo/eo-runtime/target/classes/org/eolang/EOfs/org-eolang-eo-runtime-jar.txt added
[INFO] File /home/r/repo/eo-runtime/target/classes/org/eolang/EOsm/Posix/org-eolang-eo-runtime-jar.txt added
[INFO] File /home/r/repo/eo-runtime/target/classes/org/eolang/EOsm/Win32/org-eolang-eo-runtime-jar.txt added
[INFO] File /home/r/repo/eo-runtime/target/classes/org/eolang/EOsm/org-eolang-eo-runtime-jar.txt added
[INFO] File /home/r/repo/eo-runtime/target/classes/org/eolang/EOtt/org-eolang-eo-runtime-jar.txt added
[INFO] File /home/r/repo/eo-runtime/target/classes/org/eolang/org-eolang-eo-runtime-jar.txt added
[INFO]
[INFO] --- eo:0.60.0:unplace (compile) @ eo-runtime ---
[INFO] Just 326 binari(es) out of 2042 deleted in eo-runtime/target/eo-placed.json
[INFO]
[INFO] --- eo:0.60.0:unspile (compile) @ eo-runtime ---
[INFO] Deleted 922 .class files in eo-runtime/target/classes/org/eolang
[INFO]
[INFO] --- jar:3.5.0:jar (default-jar) @ eo-runtime ---
[INFO] Building jar: /home/r/repo/eo-runtime/target/eo-runtime-0.60.0.jar
[INFO]
[INFO] >>> source:3.4.0:jar (jcabi-sources) > generate-sources @ eo-runtime >>>
[INFO]
[INFO] --- enforcer:3.6.2:enforce (enforce-java) @ eo-runtime ---
[INFO]
[INFO] --- enforcer:3.6.2:enforce (enforce-maven) @ eo-runtime ---
[INFO]
[INFO] --- enforcer:3.6.2:enforce (enforce-deps) @ eo-runtime ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireUpperBoundDeps passed
[INFO]
[INFO] --- buildnumber:3.3.0:create (jcabi-build-number) @ eo-runtime ---
[INFO]
[INFO] --- buildnumber:3.3.0:create-timestamp (jcabi-build-number) @ eo-runtime ---
[INFO]
[INFO] --- eo:0.60.0:register (compile) @ eo-runtime ---
[INFO] There are 93 EO sources registered already
[INFO] Registered 93 EO sources from eo-runtime/src/main/eo to eo-runtime/target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] <<< source:3.4.0:jar (jcabi-sources) < generate-sources @ eo-runtime <<<
[INFO]
[INFO]
[INFO] --- source:3.4.0:jar (jcabi-sources) @ eo-runtime ---
[INFO] Building jar: /home/r/repo/eo-runtime/target/eo-runtime-0.60.0-sources.jar
[INFO]
[INFO] --- javadoc:3.12.0:jar (jcabi-javadoc) @ eo-runtime ---
[WARNING] Javadoc Warnings
[WARNING] /home/r/repo/eo-runtime/target/generated-sources/org/eolang/package-info.java:6: warning: a package-info.java file has already been seen for package org.eolang
[WARNING] package org.eolang;
[WARNING] ^
[WARNING] /home/r/repo/eo-runtime/target/generated-sources/org/eolang/EOms/package-info.java:6: warning: a package-info.java file has already been seen for package org.eolang.EOms
[WARNING] package org.eolang.EOms;
[WARNING] ^
[WARNING] /home/r/repo/eo-runtime/target/generated-sources/org/eolang/EOfs/package-info.java:6: warning: a package-info.java file has already been seen for package org.eolang.EOfs
[WARNING] package org.eolang.EOfs;
[WARNING] ^
[WARNING] /home/r/repo/eo-runtime/target/generated-sources/org/eolang/EOsm/package-info.java:6: warning: a package-info.java file has already been seen for package org.eolang.EOsm
[WARNING] package org.eolang.EOsm;
[WARNING] ^
[WARNING] /home/r/repo/eo-runtime/target/generated-sources/org/eolang/EOtt/package-info.java:6: warning: a package-info.java file has already been seen for package org.eolang.EOtt
[WARNING] package org.eolang.EOtt;
[WARNING] ^
[WARNING] /home/r/repo/eo-runtime/src/main/java/org/eolang/PhCached.java:13: warning: Tag @link: reference not found: PhComposite
[WARNING] * <p>It's highly recommended to use it with {@link PhComposite}.</p>
[WARNING] ^
[WARNING] Note: Custom tags that could override future standard tags: @todo, @checkstyle. To avoid potential overrides, use at least one period character (.) in custom tag names.
[WARNING] Note: Custom tags that were not seen: @todo, @checkstyle
[WARNING] 6 warnings
[INFO] Building jar: /home/r/repo/eo-runtime/target/eo-runtime-0.60.0-javadoc.jar
[INFO]
[INFO] --- failsafe:3.5.5:integration-test (snippet-test) @ eo-runtime ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- failsafe:3.5.5:verify (snippet-test) @ eo-runtime ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- gpg:3.2.8:sign (jcabi-sign-artifacts) @ eo-runtime ---
[WARNING] Parameter 'passphrase' (user property 'gpg.passphrase') is deprecated: Do not use this configuration, it may leak sensitive information. Rely on gpg-agent or env variables instead.
[INFO] Signer 'gpg' is signing 4 files with key 7E29B723C7834679204DD410AA57FF6B7040FA46
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
[INFO]
[INFO] --- license:2.7.1:check-file-header (check-licenses) @ eo-runtime ---
[INFO] Adding a license repository jar:file:/home/r/.m2/repository/org/codehaus/mojo/license-maven-plugin/2.7.1/license-maven-plugin-2.7.1.jar!/META-INF/licenses/
[INFO] Will search files to update from root /home/r/repo/eo-runtime/src
[INFO] Will search files to update from root /home/r/repo/eo-runtime/target/generated-sources
[INFO] Scan 290 files header done in 3.672s.
[INFO]
* add header on 288 files.
[INFO]
[INFO] --- install:3.1.4:install (default-install) @ eo-runtime ---
[INFO] Installing /home/r/repo/eo-runtime/pom.xml to /home/r/.m2/repository/org/eolang/eo-runtime/0.60.0/eo-runtime-0.60.0.pom
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.60.0.jar to /home/r/.m2/repository/org/eolang/eo-runtime/0.60.0/eo-runtime-0.60.0.jar
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.60.0-sources.jar to /home/r/.m2/repository/org/eolang/eo-runtime/0.60.0/eo-runtime-0.60.0-sources.jar
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.60.0-javadoc.jar to /home/r/.m2/repository/org/eolang/eo-runtime/0.60.0/eo-runtime-0.60.0-javadoc.jar
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.60.0.jar.asc to /home/r/.m2/repository/org/eolang/eo-runtime/0.60.0/eo-runtime-0.60.0.jar.asc
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.60.0.pom.asc to /home/r/.m2/repository/org/eolang/eo-runtime/0.60.0/eo-runtime-0.60.0.pom.asc
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.60.0-sources.jar.asc to /home/r/.m2/repository/org/eolang/eo-runtime/0.60.0/eo-runtime-0.60.0-sources.jar.asc
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.60.0-javadoc.jar.asc to /home/r/.m2/repository/org/eolang/eo-runtime/0.60.0/eo-runtime-0.60.0-javadoc.jar.asc
[INFO]
[INFO] --- central-publishing:0.10.0:publish (injected-central-publishing) @ eo-runtime ---
[INFO] Using Central baseUrl: https://central.sonatype.com
[INFO] Using credentials from server id central in settings.xml
[INFO] Using Usertoken auth, with namecode: GmSdmVBB
[INFO] Staging 7 files
[INFO] Staging /home/r/repo/eo-runtime/target/eo-runtime-0.60.0.jar
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.60.0.jar to /home/r/repo/target/central-staging/org/eolang/eo-runtime/0.60.0/eo-runtime-0.60.0.jar
[INFO] Installing /home/r/repo/eo-runtime/pom.xml to /home/r/repo/target/central-staging/org/eolang/eo-runtime/0.60.0/eo-runtime-0.60.0.pom
[INFO] Staging /home/r/repo/eo-runtime/target/eo-runtime-0.60.0-sources.jar
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.60.0-sources.jar to /home/r/repo/target/central-staging/org/eolang/eo-runtime/0.60.0/eo-runtime-0.60.0-sources.jar
[INFO] Staging /home/r/repo/eo-runtime/target/eo-runtime-0.60.0-javadoc.jar
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.60.0-javadoc.jar to /home/r/repo/target/central-staging/org/eolang/eo-runtime/0.60.0/eo-runtime-0.60.0-javadoc.jar
[INFO] Staging /home/r/repo/eo-runtime/target/eo-runtime-0.60.0.jar.asc
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.60.0.jar.asc to /home/r/repo/target/central-staging/org/eolang/eo-runtime/0.60.0/eo-runtime-0.60.0.jar.asc
[INFO] Staging /home/r/repo/eo-runtime/target/eo-runtime-0.60.0.pom.asc
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.60.0.pom.asc to /home/r/repo/target/central-staging/org/eolang/eo-runtime/0.60.0/eo-runtime-0.60.0.pom.asc
[INFO] Staging /home/r/repo/eo-runtime/target/eo-runtime-0.60.0-sources.jar.asc
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.60.0-sources.jar.asc to /home/r/repo/target/central-staging/org/eolang/eo-runtime/0.60.0/eo-runtime-0.60.0-sources.jar.asc
[INFO] Staging /home/r/repo/eo-runtime/target/eo-runtime-0.60.0-javadoc.jar.asc
[INFO] Installing /home/r/repo/eo-runtime/target/eo-runtime-0.60.0-javadoc.jar.asc to /home/r/repo/target/central-staging/org/eolang/eo-runtime/0.60.0/eo-runtime-0.60.0-javadoc.jar.asc
[INFO] Pre Bundling - deleted /home/r/repo/target/central-staging/org/eolang/eo-runtime/maven-metadata-central-staging.xml
[INFO] Generate checksums for dir: org/eolang/eo-runtime/0.60.0
[INFO]
[INFO] ------------------< org.eolang:eo-integration-tests >-------------------
[INFO] Building eo-integration-tests 0.60.0 [5/5]
[INFO] from eo-integration-tests/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.5.0:clean (default-clean) @ eo-integration-tests ---
[INFO] Deleting /home/r/repo/eo-integration-tests/target
[INFO]
[INFO] --- enforcer:3.6.2:enforce (enforce-java) @ eo-integration-tests ---
[INFO]
[INFO] --- enforcer:3.6.2:enforce (enforce-maven) @ eo-integration-tests ---
[INFO]
[INFO] --- enforcer:3.6.2:enforce (enforce-deps) @ eo-integration-tests ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireUpperBoundDeps passed
[INFO]
[INFO] --- buildnumber:3.3.0:create (jcabi-build-number) @ eo-integration-tests ---
[INFO]
[INFO] --- buildnumber:3.3.0:create-timestamp (jcabi-build-number) @ eo-integration-tests ---
[INFO]
[INFO] --- resources:3.5.0:resources (default-resources) @ eo-integration-tests ---
[INFO] skip non existing resourceDirectory /home/r/repo/eo-integration-tests/src/main/resources
[INFO]
[INFO] --- compiler:3.8.1:compile (default-compile) @ eo-integration-tests ---
[INFO] No sources to compile
[INFO]
[INFO] --- resources:3.5.0:testResources (default-testResources) @ eo-integration-tests ---
[INFO] Copying 8 resources from src/test/resources to target/test-classes
[INFO]
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ eo-integration-tests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 17 source files to /home/r/repo/eo-integration-tests/target/test-classes
[INFO]
[INFO] --- surefire:3.5.5:test (default-test) @ eo-integration-tests ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jar:3.5.0:jar (default-jar) @ eo-integration-tests ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/r/repo/eo-integration-tests/target/eo-integration-tests-0.60.0.jar
[INFO]
[INFO] >>> source:3.4.0:jar (jcabi-sources) > generate-sources @ eo-integration-tests >>>
[INFO]
[INFO] --- enforcer:3.6.2:enforce (enforce-java) @ eo-integration-tests ---
[INFO]
[INFO] --- enforcer:3.6.2:enforce (enforce-maven) @ eo-integration-tests ---
[INFO]
[INFO] --- enforcer:3.6.2:enforce (enforce-deps) @ eo-integration-tests ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireUpperBoundDeps passed
[INFO]
[INFO] --- buildnumber:3.3.0:create (jcabi-build-number) @ eo-integration-tests ---
[INFO]
[INFO] --- buildnumber:3.3.0:create-timestamp (jcabi-build-number) @ eo-integration-tests ---
[INFO]
[INFO] <<< source:3.4.0:jar (jcabi-sources) < generate-sources @ eo-integration-tests <<<
[INFO]
[INFO]
[INFO] --- source:3.4.0:jar (jcabi-sources) @ eo-integration-tests ---
[INFO] Building jar: /home/r/repo/eo-integration-tests/target/eo-integration-tests-0.60.0-sources.jar
[INFO]
[INFO] --- javadoc:3.12.0:jar (jcabi-javadoc) @ eo-integration-tests ---
[INFO] No Javadoc in project. Archive not created.
[INFO]
[INFO] --- invoker:3.9.1:install (default) @ eo-integration-tests ---
[INFO] Skipping artifact installation per configuration.
[INFO]
[INFO] --- failsafe:3.5.5:integration-test (snippet-test) @ eo-integration-tests ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- failsafe:3.5.5:verify (snippet-test) @ eo-integration-tests ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- invoker:3.9.1:run (default) @ eo-integration-tests ---
[INFO] Skipping invocation per configuration. If this is incorrect, ensure the skipInvocation parameter is not set to true.
[INFO]
[INFO] --- gpg:3.2.8:sign (jcabi-sign-artifacts) @ eo-integration-tests ---
[WARNING] Parameter 'passphrase' (user property 'gpg.passphrase') is deprecated: Do not use this configuration, it may leak sensitive information. Rely on gpg-agent or env variables instead.
[INFO] Signer 'gpg' is signing 3 files with key 7E29B723C7834679204DD410AA57FF6B7040FA46
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
[INFO]
[INFO] --- license:2.7.1:check-file-header (check-licenses) @ eo-integration-tests ---
[INFO] Adding a license repository jar:file:/home/r/.m2/repository/org/codehaus/mojo/license-maven-plugin/2.7.1/license-maven-plugin-2.7.1.jar!/META-INF/licenses/
[INFO] Will search files to update from root /home/r/repo/eo-integration-tests/src
[INFO] Scan 24 files header done in 4.948ms.
[INFO]
* add header on 24 files.
[INFO]
[INFO] --- install:3.1.4:install (default-install) @ eo-integration-tests ---
[INFO] Installing /home/r/repo/eo-integration-tests/pom.xml to /home/r/.m2/repository/org/eolang/eo-integration-tests/0.60.0/eo-integration-tests-0.60.0.pom
[INFO] Installing /home/r/repo/eo-integration-tests/target/eo-integration-tests-0.60.0.jar to /home/r/.m2/repository/org/eolang/eo-integration-tests/0.60.0/eo-integration-tests-0.60.0.jar
[INFO] Installing /home/r/repo/eo-integration-tests/target/eo-integration-tests-0.60.0-sources.jar to /home/r/.m2/repository/org/eolang/eo-integration-tests/0.60.0/eo-integration-tests-0.60.0-sources.jar
[INFO] Installing /home/r/repo/eo-integration-tests/target/eo-integration-tests-0.60.0.jar.asc to /home/r/.m2/repository/org/eolang/eo-integration-tests/0.60.0/eo-integration-tests-0.60.0.jar.asc
[INFO] Installing /home/r/repo/eo-integration-tests/target/eo-integration-tests-0.60.0.pom.asc to /home/r/.m2/repository/org/eolang/eo-integration-tests/0.60.0/eo-integration-tests-0.60.0.pom.asc
[INFO] Installing /home/r/repo/eo-integration-tests/target/eo-integration-tests-0.60.0-sources.jar.asc to /home/r/.m2/repository/org/eolang/eo-integration-tests/0.60.0/eo-integration-tests-0.60.0-sources.jar.asc
[INFO]
[INFO] --- central-publishing:0.10.0:publish (injected-central-publishing) @ eo-integration-tests ---
[INFO] Using Central baseUrl: https://central.sonatype.com
[INFO] Using credentials from server id central in settings.xml
[INFO] Using Usertoken auth, with namecode: GmSdmVBB
[INFO] Staging 5 files
[INFO] Staging /home/r/repo/eo-integration-tests/target/eo-integration-tests-0.60.0.jar
[INFO] Installing /home/r/repo/eo-integration-tests/target/eo-integration-tests-0.60.0.jar to /home/r/repo/target/central-staging/org/eolang/eo-integration-tests/0.60.0/eo-integration-tests-0.60.0.jar
[INFO] Installing /home/r/repo/eo-integration-tests/pom.xml to /home/r/repo/target/central-staging/org/eolang/eo-integration-tests/0.60.0/eo-integration-tests-0.60.0.pom
[INFO] Staging /home/r/repo/eo-integration-tests/target/eo-integration-tests-0.60.0-sources.jar
[INFO] Installing /home/r/repo/eo-integration-tests/target/eo-integration-tests-0.60.0-sources.jar to /home/r/repo/target/central-staging/org/eolang/eo-integration-tests/0.60.0/eo-integration-tests-0.60.0-sources.jar
[INFO] Staging /home/r/repo/eo-integration-tests/target/eo-integration-tests-0.60.0.jar.asc
[INFO] Installing /home/r/repo/eo-integration-tests/target/eo-integration-tests-0.60.0.jar.asc to /home/r/repo/target/central-staging/org/eolang/eo-integration-tests/0.60.0/eo-integration-tests-0.60.0.jar.asc
[INFO] Staging /home/r/repo/eo-integration-tests/target/eo-integration-tests-0.60.0.pom.asc
[INFO] Installing /home/r/repo/eo-integration-tests/target/eo-integration-tests-0.60.0.pom.asc to /home/r/repo/target/central-staging/org/eolang/eo-integration-tests/0.60.0/eo-integration-tests-0.60.0.pom.asc
[INFO] Staging /home/r/repo/eo-integration-tests/target/eo-integration-tests-0.60.0-sources.jar.asc
[INFO] Installing /home/r/repo/eo-integration-tests/target/eo-integration-tests-0.60.0-sources.jar.asc to /home/r/repo/target/central-staging/org/eolang/eo-integration-tests/0.60.0/eo-integration-tests-0.60.0-sources.jar.asc
[INFO] Pre Bundling - deleted /home/r/repo/target/central-staging/org/eolang/eo-integration-tests/maven-metadata-central-staging.xml
[INFO] Generate checksums for dir: org/eolang/eo-integration-tests/0.60.0
[INFO] Going to create /home/r/repo/target/central-publishing/central-bundle.zip by bundling content at /home/r/repo/target/central-staging
[INFO] Created bundle successfully /home/r/repo/target/central-staging/central-bundle.zip
[INFO] Going to upload /home/r/repo/target/central-publishing/central-bundle.zip
[INFO] Uploaded bundle successfully, deployment name: 0.60.0, deploymentId: f4c9e70e-2432-4252-97ee-b4f998a9da1b. Deployment will publish automatically
[INFO] Waiting until Deployment f4c9e70e-2432-4252-97ee-b4f998a9da1b is validated
[INFO] Deployment f4c9e70e-2432-4252-97ee-b4f998a9da1b has been validated. To finish publishing visit https://central.sonatype.com/publishing/deployments
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for eo 0.60.0:
[INFO]
[INFO] eo ................................................. SUCCESS [ 3.667 s]
[INFO] eo-parser .......................................... SUCCESS [ 9.794 s]
[INFO] eo-maven-plugin .................................... SUCCESS [ 12.135 s]
[INFO] eo-runtime ......................................... SUCCESS [01:06 min]
[INFO] eo-integration-tests ............................... SUCCESS [ 7.708 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:42 min
[INFO] Finished at: 2026-03-25T16:24:55Z
[INFO] ------------------------------------------------------------------------
0m0mBranch 'gh-pages' set up to track remote branch 'gh-pages' from 'origin'.
Switched to a new branch 'gh-pages'
HEAD is now at f71e8d7903 Deploying to gh-pages from @ objectionary/eo@506197e4c2957f191c7e393ab8eb27510e8b3f5d 🚀
Removing .flattened-pom.xml
Removing eo-maven-plugin/.flattened-pom.xml
[gh-pages e2d3076e5b] XMIR XSD 0.60.0
2 files changed, 419 insertions(+), 1 deletion(-)
create mode 100644 xsd/XMIR-0.60.0.xsd
[gh-pages 18914785b5] objectionary 0.60.0
94 files changed, 487 insertions(+), 571 deletions(-)
rewrite objectionary.lst (100%)
rename objectionary/objects/{org/eolang => }/bytes.eo (98%)
rename objectionary/objects/{org/eolang => }/cti.eo (94%)
rename objectionary/objects/{org/eolang => }/dataized.eo (98%)
rename objectionary/objects/{org/eolang => }/error.eo (88%)
rename objectionary/objects/{org/eolang => }/false.eo (95%)
rename objectionary/objects/{org/eolang => }/fs/dir.eo (95%)
rename objectionary/objects/{org/eolang => }/fs/file.eo (97%)
rename objectionary/objects/{org/eolang => }/fs/path.eo (97%)
rename objectionary/objects/{org/eolang => }/fs/tmpdir.eo (93%)
rename objectionary/objects/{org/eolang => }/go.eo (96%)
rename objectionary/objects/{org/eolang => }/i16.eo (97%)
rename objectionary/objects/{org/eolang => }/i32.eo (97%)
rename objectionary/objects/{org/eolang => }/i64.eo (97%)
rename objectionary/objects/{org/eolang => }/io/bytes-as-input.eo (97%)
rename objectionary/objects/{org/eolang => }/io/console.eo (95%)
rename objectionary/objects/{org/eolang => }/io/copied.eo (89%)
rename objectionary/objects/{org/eolang => }/io/dead-input.eo (96%)
rename objectionary/objects/{org/eolang => }/io/dead-output.eo (95%)
rename objectionary/objects/{org/eolang => }/io/input-length.eo (89%)
rename objectionary/objects/{org/eolang => }/io/malloc-as-output.eo (97%)
rename objectionary/objects/{org/eolang => }/io/stdin.eo (94%)
rename objectionary/objects/{org/eolang => }/io/stdout.eo (89%)
rename objectionary/objects/{org/eolang => }/io/tee-input.eo (95%)
rename objectionary/objects/{org/eolang => }/malloc.eo (99%)
rename objectionary/objects/{org/eolang => }/ms/abs.eo (96%)
rename objectionary/objects/{org/eolang => }/ms/angle.eo (95%)
rename objectionary/objects/{org/eolang => }/ms/e.eo (91%)
rename objectionary/objects/{org/eolang => }/ms/exp.eo (91%)
rename objectionary/objects/{org/eolang => }/ms/integral.eo (98%)
rename objectionary/objects/{org/eolang => }/ms/mod.eo (96%)
rename objectionary/objects/{org/eolang => }/ms/numbers.eo (96%)
rename objectionary/objects/{org/eolang => }/ms/pi.eo (87%)
rename objectionary/objects/{org/eolang => }/ms/pow.eo (98%)
rename objectionary/objects/{org/eolang => }/ms/random.eo (94%)
rename objectionary/objects/{org/eolang => }/ms/real.eo (85%)
rename objectionary/objects/{org/eolang => }/nan.eo (95%)
rename objectionary/objects/{org/eolang => }/negative-infinity.eo (98%)
rename objectionary/objects/{org/eolang => }/nk/socket.eo (98%)
rename objectionary/objects/{org/eolang => }/number.eo (97%)
rename objectionary/objects/{org/eolang => }/positive-infinity.eo (98%)
rename objectionary/objects/{org/eolang => }/runtime.eo (98%)
rename objectionary/objects/{org/eolang => }/seq.eo (97%)
rename objectionary/objects/{org/eolang => }/sm/getenv.eo (82%)
rename objectionary/objects/{org/eolang => }/sm/line-separator.eo (87%)
rename objectionary/objects/{org/eolang => }/sm/os.eo (90%)
rename objectionary/objects/{org/eolang => }/sm/posix.eo (96%)
rename objectionary/objects/{org/eolang => }/sm/win32.eo (95%)
rename objectionary/objects/{org/eolang => }/ss/bytes-as-array.eo (91%)
rename objectionary/objects/{org/eolang => }/ss/eachi.eo (90%)
rename objectionary/objects/{org/eolang => }/ss/hash-code-of.eo (99%)
rename objectionary/objects/{org/eolang => }/ss/list.eo (98%)
rename objectionary/objects/{org/eolang => }/ss/map.eo (93%)
rename objectionary/objects/{org/eolang => }/ss/mapped.eo (85%)
rename objectionary/objects/{org/eolang => }/ss/mappedi.eo (88%)
rename objectionary/objects/{org/eolang => }/ss/range-of-numbers.eo (96%)
rename objectionary/objects/{org/eolang => }/ss/range.eo (97%)
rename objectionary/objects/{org/eolang => }/ss/reduced.eo (88%)
rename objectionary/objects/{org/eolang => }/ss/reducedi.eo (95%)
rename objectionary/objects/{org/eolang => }/ss/set.eo (89%)
rename objectionary/objects/{org/eolang => }/string.eo (99%)
rename objectionary/objects/{org/eolang => }/switch.eo (97%)
rename objectionary/objects/{org/eolang => }/true.eo (97%)
rename objectionary/objects/{org/eolang => }/try.eo (96%)
rename objectionary/objects/{org/eolang => }/tt/as-number.eo (89%)
rename objectionary/objects/{org/eolang => }/tt/at.eo (92%)
rename objectionary/objects/{org/eolang => }/tt/chained.eo (90%)
rename objectionary/objects/{org/eolang => }/tt/contains-all.eo (61%)
rename objectionary/objects/{org/eolang => }/tt/contains-any.eo (61%)
rename objectionary/objects/{org/eolang => }/tt/contains.eo (94%)
rename objectionary/objects/{org/eolang => }/tt/ends-with.eo (93%)
rename objectionary/objects/{org/eolang => }/tt/index-of.eo (97%)
rename objectionary/objects/{org/eolang => }/tt/is-alpha.eo (92%)
rename objectionary/objects/{org/eolang => }/tt/is-alphanumeric.eo (93%)
rename objectionary/objects/{org/eolang => }/tt/is-ascii.eo (92%)
rename objectionary/objects/{org/eolang => }/tt/joined.eo (96%)
rename objectionary/objects/{org/eolang => }/tt/last-index-of.eo (96%)
rename objectionary/objects/{org/eolang => }/tt/low-cased.eo (87%)
rename objectionary/objects/{org/eolang => }/tt/nsplit.eo (95%)
rename objectionary/objects/{org/eolang => }/tt/regex.eo (96%)
rename objectionary/objects/{org/eolang => }/tt/repeated.eo (94%)
rename objectionary/objects/{org/eolang => }/tt/replaced.eo (97%)
rename objectionary/objects/{org/eolang => }/tt/slice.eo (93%)
rename objectionary/objects/{org/eolang => }/tt/split.eo (94%)
rename objectionary/objects/{org/eolang => }/tt/sprintf.eo (95%)
rename objectionary/objects/{org/eolang => }/tt/sscanf.eo (95%)
rename objectionary/objects/{org/eolang => }/tt/starts-with.eo (92%)
rename objectionary/objects/{org/eolang => }/tt/string-buffer.eo (94%)
rename objectionary/objects/{org/eolang => }/tt/trimmed-left.eo (97%)
rename objectionary/objects/{org/eolang => }/tt/trimmed-right.eo (97%)
rename objectionary/objects/{org/eolang => }/tt/trimmed.eo (92%)
rename objectionary/objects/{org/eolang => }/tt/up-cased.eo (90%)
rename objectionary/objects/{org/eolang => }/tuple.eo (98%)
rename objectionary/objects/{org/eolang => }/while.eo (98%)
Switched to branch '__rultor'
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R ubuntu repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag 0.60.0 -m '0.60.0: tagged by rultor.com'
+ git reset --hard
HEAD is now at dadfbbbc49 0.60.0
+ git clean -fd
Removing eo-integration-tests/.flattened-pom.xml
Removing eo-parser/.flattened-pom.xml
Removing eo-runtime/.flattened-pom.xml
+ git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
+ git branch -D __rultor
Deleted branch __rultor (was dadfbbbc49).
+ git push --all origin
To github.com:objectionary/eo.git
! [rejected] gh-pages -> gh-pages (fetch first)
error: failed to push some refs to 'github.com:objectionary/eo.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
container 2e4ba4be0dd652b7208168f74b235e1af53ddfb288b4ceee248813874f9c496f is dead
Wed Mar 25 16:25:10 UTC 2026