rultor.com logo This build log was produced by rultor.com for polystat/py2eo#446
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 2006760
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Wed 09 Nov 2022 09:01:36 AM CET
+ uptime
 09:01:36 up 133 days, 12:02,  0 users,  load average: 0.16, 0.08, 0.07
+ head=git@github.com:polystat/py2eo.git
+ ff=default
+ image=yegor256/rultor-image
+ rebase=false
+ squash=false
+ head_branch=master
+ author=dours
+ tag=0.33.0
+ vars=('--env=head=git@github.com:polystat/py2eo.git' '--env=tag=0.33.0' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:polystat/py2eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.33.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=dours'\''\'\'''\'''\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''echo "Amount of free memory:"'\'' '\'';'\'' '\''free'\'' '\'';'\'' '\''ulimit -a'\'' '\'';'\'' '\''wget https://download.java.net/java/GA/jdk14.0.1/664493ef4a6946b186ff29eb326336a2/7/GPL/openjdk-14.0.1_linux-x64_bin.tar.gz'\'' '\'';'\'' '\''tar x -z < openjdk-14.0.1_linux-x64_bin.tar.gz'\'' '\'';'\'' '\''PATH="$PWD/jdk-14.0.1/bin/:$PATH"'\'' '\'';'\'' '\''export JAVA_HOME="$PWD/jdk-14.0.1/"'\'' '\'';'\'' '\''mvn versions:set "-DnewVersion=${tag}" -Dstyle.color=never'\'' '\'';'\'' '\''git commit -am "${tag}"'\'' '\'';'\'' '\''mvn clean install -Dinvoker.skip -DskipTests=true'\'' '\'';'\'' '\''mvn clean deploy -Ppolystat -Psonatype --errors --settings ../settings.xml -Dstyle.color=never'\'' '\'';'\'' '\''mv "transpiler/target/transpiler-${tag}-jar-with-dependencies.jar" py2eo.jar'\'' '\'';'\'' '\''image=yegor256/py2eo'\'' '\'';'\'' '\''sudo docker build "$(pwd)" --tag "${image}:${tag}"'\'' '\'';'\'' '\''cat ../docker-password | sudo docker login --password-stdin --username yegor256'\'' '\'';'\'' '\''sudo docker push "${image}:${tag}"'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=dours')
+ scripts=('export '\''head=git@github.com:polystat/py2eo.git'\''' ';' 'export '\''tag=0.33.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=dours'\''' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'echo "Amount of free memory:"' ';' 'free' ';' 'ulimit -a' ';' 'wget https://download.java.net/java/GA/jdk14.0.1/664493ef4a6946b186ff29eb326336a2/7/GPL/openjdk-14.0.1_linux-x64_bin.tar.gz' ';' 'tar x -z < openjdk-14.0.1_linux-x64_bin.tar.gz' ';' 'PATH="$PWD/jdk-14.0.1/bin/:$PATH"' ';' 'export JAVA_HOME="$PWD/jdk-14.0.1/"' ';' 'mvn versions:set "-DnewVersion=${tag}" -Dstyle.color=never' ';' 'git commit -am "${tag}"' ';' 'mvn clean install -Dinvoker.skip -DskipTests=true' ';' 'mvn clean deploy -Ppolystat -Psonatype --errors --settings ../settings.xml -Dstyle.color=never' ';' 'mv "transpiler/target/transpiler-${tag}-jar-with-dependencies.jar" py2eo.jar' ';' 'image=yegor256/py2eo' ';' 'sudo docker build "$(pwd)" --tag "${image}:${tag}"' ';' 'cat ../docker-password | sudo docker login --password-stdin --username yegor256' ';' 'sudo docker push "${image}:${tag}"' ';')
+ directory=
+ container=polystat_py2eo_446
+ as_root=false
+ hostname
m1415.contaboserver.net
+ git --version
git version 2.25.1
+ docker --version
Docker version 20.10.17, build 100c701
+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone git@github.com:polystat/py2eo.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''head=git@github.com:polystat/py2eo.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:polystat/py2eo.git'\''' ';' 'export '\''tag=0.33.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=dours'\''' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'echo "Amount of free memory:"' ';' free ';' 'ulimit -a' ';' 'wget https://download.java.net/java/GA/jdk14.0.1/664493ef4a6946b186ff29eb326336a2/7/GPL/openjdk-14.0.1_linux-x64_bin.tar.gz' ';' 'tar x -z < openjdk-14.0.1_linux-x64_bin.tar.gz' ';' 'PATH="$PWD/jdk-14.0.1/bin/:$PATH"' ';' 'export JAVA_HOME="$PWD/jdk-14.0.1/"' ';' 'mvn versions:set "-DnewVersion=${tag}" -Dstyle.color=never' ';' 'git commit -am "${tag}"' ';' 'mvn clean install -Dinvoker.skip -DskipTests=true' ';' 'mvn clean deploy -Ppolystat -Psonatype --errors --settings ../settings.xml -Dstyle.color=never' ';' 'mv "transpiler/target/transpiler-${tag}-jar-with-dependencies.jar" py2eo.jar' ';' image=yegor256/py2eo ';' 'sudo docker build "$(pwd)" --tag "${image}:${tag}"' ';' 'cat ../docker-password | sudo docker login --password-stdin --username yegor256' ';' 'sudo docker push "${image}:${tag}"' ';'
+ sensitive=()
+ rm -rf .gnupg
+ '[' -z 0.33.0 ']'
+ [[ 0.33.0 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.33.0"'
tag name is valid: "0.33.0"
+ cd repo
++ git tag -l 0.33.0
+ '[' ']'
+ export BRANCH_NAME=__rultor
+ BRANCH_NAME=__rultor
++ git show-branch __rultor
++ wc -l
+ '[' 0 -gt 0 ']'
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=0.06
++ echo 0.06 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.06, low enough to run a new Docker container'
load average is 0.06, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image
+ docker pull yegor256/rultor-image
Using default tag: latest
latest: Pulling from yegor256/rultor-image
Digest: sha256:a6e21173bf1d33fa6f5877836e78e2d08d22aebffc6c1e116310f540f753a772
Status: Image is up to date for yegor256/rultor-image:latest
docker.io/yegor256/rultor-image:latest
+ docker ps --filter=status=exited
+ grep --quiet '\spolystat_py2eo_446\s*$'
+ ls -al .
total 60
drwx------  3 rultor rultor 4096 Nov  9 09:01 .
drwxrwxrwt 20 root   root   4096 Nov  9 09:01 ..
-rw-rw-r--  1 rultor rultor    9 Nov  9 09:01 docker-password
-rwxrwxr-x  1 rultor rultor  556 Nov  9 09:01 end.sh
-rwxrwxr-x  1 rultor rultor  363 Nov  9 09:01 entry.sh
-rw-rw-r--  1 rultor rultor    8 Nov  9 09:01 pid
-rw-rw-r--  1 rultor rultor 1228 Nov  9 09:01 pubring.gpg
drwxrwxr-x  6 rultor rultor 4096 Nov  9 09:01 repo
-rwxrwxr-x  1 rultor rultor 7066 Nov  9 09:01 run.sh
-rw-rw-r--  1 rultor rultor 1174 Nov  9 09:01 script.sh
-rw-rw-r--  1 rultor rultor 2530 Nov  9 09:01 secring.gpg
-rw-rw-r--  1 rultor rultor  459 Nov  9 09:01 settings.xml
-rw-rw-r--  1 rultor rultor 5850 Nov  9 09:01 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-RAw1:/main --env=head=git@github.com:polystat/py2eo.git --env=tag=0.33.0 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:polystat/py2eo.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.33.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=dours'\''\'\'''\'''\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''echo "Amount of free memory:"'\'' '\'';'\'' '\''free'\'' '\'';'\'' '\''ulimit -a'\'' '\'';'\'' '\''wget https://download.java.net/java/GA/jdk14.0.1/664493ef4a6946b186ff29eb326336a2/7/GPL/openjdk-14.0.1_linux-x64_bin.tar.gz'\'' '\'';'\'' '\''tar x -z < openjdk-14.0.1_linux-x64_bin.tar.gz'\'' '\'';'\'' '\''PATH="$PWD/jdk-14.0.1/bin/:$PATH"'\'' '\'';'\'' '\''export JAVA_HOME="$PWD/jdk-14.0.1/"'\'' '\'';'\'' '\''mvn versions:set "-DnewVersion=${tag}" -Dstyle.color=never'\'' '\'';'\'' '\''git commit -am "${tag}"'\'' '\'';'\'' '\''mvn clean install -Dinvoker.skip -DskipTests=true'\'' '\'';'\'' '\''mvn clean deploy -Ppolystat -Psonatype --errors --settings ../settings.xml -Dstyle.color=never'\'' '\'';'\'' '\''mv "transpiler/target/transpiler-${tag}-jar-with-dependencies.jar&quot; py2eo.jar'\'' '\'';'\'' '\''image=yegor256/py2eo'\'' '\'';'\'' '\''sudo docker build &quot;$(pwd)&quot; --tag &quot;${image}:${tag}&quot;'\'' '\'';'\'' '\''cat ../docker-password | sudo docker login --password-stdin --username yegor256'\'' '\'';'\'' '\''sudo docker push &quot;${image}:${tag}&quot;'\'' '\'';'\'' )' --env=head_branch=master --env=author=dours --hostname=docker --privileged --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-RAw1/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=polystat_py2eo_446 yegor256/rultor-image /main/entry.sh
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.cache /root/.cargo /root/.config /root/.gem /root/.m2 /root/.npm /root/.profile /root/.rustup /root/texmf /home/r
+ cp -R ./cid ./docker-password ./end.sh ./entry.sh ./pid ./pubring.gpg ./repo ./run.sh ./script.sh ./secring.gpg ./settings.xml ./stdout /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ su --login r --command /home/r/script.sh
+ set -e
+ set -o pipefail
+ '[' -e /home/r/.profile ']'
+ source /home/r/.profile
++ '[' /bin/bash ']'
++ '[' -f /home/r/.bashrc ']'
++ . /home/r/.bashrc
+++ '[' -z '' ']'
+++ return
++ mesg n
++ true
++ export LC_ALL=en_US.UTF-8
++ LC_ALL=en_US.UTF-8
++ export LANG=en_US.UTF-8
++ LANG=en_US.UTF-8
++ export LANGUAGE=en_US.UTF-8
++ LANGUAGE=en_US.UTF-8
++ source /usr/local/rvm/scripts/rvm
+++ builtin test -n '5.0.17(1)-release' -o -n '' -o -n ''
+++ case "`uname`" in
++++ uname
+++ case "$(command uname -o)" in
++++ command uname -o
++++ uname -o
++++ command ps -p 105 -o ucomm=
++++ ps -p 105 -o ucomm=
+++ __shell_name=script.sh
+++ case "$__shell_name" in
+++ unset __shell_name
+++ __rvm_has_opt posix
+++ [[ -n '' ]]
+++ [[ -n '' ]]
+++ [[ -n 5.0.17(1)-release ]]
+++ [[ :braceexpand:errexit:hashall:interactive-comments:pipefail:xtrace: == *\:\p\o\s\i\x\:* ]]
+++ return 1
+++ export HOME rvm_prefix rvm_user_install_flag rvm_path
+++ HOME=/home/r
+++ [[ -n 0002 ]]
+++ ((  0 == 0  ))
+++ rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
+++ [[ -n /usr/local ]]
+++ [[ /home/r/.rvmrc -ef /usr/local/.rvmrc ]]
+++ rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
+++ for rvmrc in "${rvm_rvmrc_files[@]}"
+++ [[ -f /etc/rvmrc ]]
+++ GREP_OPTIONS=
+++ command grep '^\s*rvm .*$' /etc/rvmrc
+++ source /etc/rvmrc
++++ umask u=rwx,g=rwx,o=rx
+++ for rvmrc in "${rvm_rvmrc_files[@]}"
+++ [[ -f /home/r/.rvmrc ]]
+++ for rvmrc in "${rvm_rvmrc_files[@]}"
+++ [[ -f /usr/local/.rvmrc ]]
+++ unset rvm_rvmrc_files
+++ [[ -z /usr/local/rvm ]]
+++ rvm_path=/usr/local/rvm
+++ [[ -z /usr/local ]]
+++ [[ -n 0 ]]
+++ export rvm_loaded_flag
+++ [[ -n 5.0.17(1)-release ]]
+++ typeset -f rvm
+++ rvm_loaded_flag=0
+++ ((  0 == 0  ))
+++ [[ -n /usr/local/rvm ]]
+++ [[ -d /usr/local/rvm ]]
+++ true /usr/local/rvm/scripts
+++ [[ ! -f /usr/local/rvm/scripts/base ]]
+++ source /usr/local/rvm/scripts/base
++++ __rvm_has_opt errexit
++++ [[ -n '' ]]
++++ [[ -n '' ]]
++++ [[ -n 5.0.17(1)-release ]]
++++ [[ :braceexpand:errexit:hashall:interactive-comments:pipefail:xtrace: == *\:\e\r\r\e\x\i\t\:* ]]
++++ rvm_stored_errexit=1
++++ set +e
++++ ((  0 == 1  ))
++++ export __array_start rvm_path
++++ [[ -n '' ]]
++++ __array_start=0
++++ ((  0 == 0  ))
++++ [[ -n 0002 ]]
++++ rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++++ [[ -n /usr/local ]]
++++ [[ /home/r/.rvmrc -ef /usr/local/.rvmrc ]]
++++ rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++++ for rvmrc in "${rvm_rvmrc_files[@]}"
++++ [[ -f /etc/rvmrc ]]
++++ GREP_OPTIONS=
++++ command grep '^\s*rvm .*$' /etc/rvmrc
++++ source /etc/rvmrc
+++++ umask u=rwx,g=rwx,o=rx
++++ for rvmrc in "${rvm_rvmrc_files[@]}"
++++ [[ -f /home/r/.rvmrc ]]
++++ for rvmrc in "${rvm_rvmrc_files[@]}"
++++ [[ -f /usr/local/.rvmrc ]]
++++ unset rvm_rvmrc_files
++++ export rvm_path
++++ [[ -z /usr/local/rvm ]]
++++ true /usr/local/rvm/scripts
++++ load_rvm_scripts
++++ typeset -a scripts
++++ scripts=(selector logging support utility init cleanup env rvmrc install environment gemset checksum list)
++++ source /usr/local/rvm/scripts/initialize
+++++ [[ -n 5.0.17(1)-release ]]
+++++ shopt -s extglob
+++++ ((  0 == 1  ))
+++++ export __rvm_env_loaded
+++++ : __rvm_env_loaded:0:
+++++ : __rvm_env_loaded:1:
+++++ [[ -z '' ]]
+++++ typeset -f __rvm_cleanse_variables
+++++ ((  0 == 0  ))
+++++ [[ -n 0002 ]]
+++++ rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
+++++ [[ -n /usr/local ]]
+++++ [[ /home/r/.rvmrc -ef /usr/local/.rvmrc ]]
+++++ rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
+++++ for rvmrc in "${rvm_rvmrc_files[@]}"
+++++ [[ -f /etc/rvmrc ]]
+++++ GREP_OPTIONS=
+++++ command grep '^\s*rvm .*$' /etc/rvmrc
+++++ source /etc/rvmrc
++++++ umask u=rwx,g=rwx,o=rx
+++++ for rvmrc in "${rvm_rvmrc_files[@]}"
+++++ [[ -f /home/r/.rvmrc ]]
+++++ for rvmrc in "${rvm_rvmrc_files[@]}"
+++++ [[ -f /usr/local/.rvmrc ]]
+++++ unset rvm_rvmrc_files
+++++ export rvm_path
+++++ [[ -z /usr/local/rvm ]]
+++++ true /usr/local/rvm/scripts
+++++ [[ -n 0 ]]
+++++ export rvm_user_install_flag
+++++ : rvm_bin_path:/usr/local/rvm/bin rvm_man_path:/usr/local/rvm/share/man rvm_archives_path:/usr/local/rvm/archives rvm_docs_path:/usr/local/rvm/docs rvm_environments_path:/usr/local/rvm/environments rvm_examples_path:/usr/local/rvm/examples rvm_gems_path:/usr/local/rvm/gems rvm_gemsets_path:/usr/local/rvm/gemsets rvm_help_path:/usr/local/rvm/help rvm_docs_path:/usr/local/rvm/docs rvm_hooks_path:/usr/local/rvm/hooks rvm_lib_path:/usr/local/rvm/lib rvm_log_path:/usr/local/rvm/log rvm_patches_path:/usr/local/rvm/patches rvm_repos_path:/usr/local/rvm/repos rvm_rubies_path:/usr/local/rvm/rubies rvm_rubygems_path:/usr/local/rvm/rubygems rvm_src_path:/usr/local/rvm/src rvm_tmp_path:/usr/local/rvm/tmp rvm_user_path:/usr/local/rvm/user rvm_usr_path:/usr/local/rvm/usr rvm_wrappers_path:/usr/local/rvm/wrappers rvm_verbose_flag:0 rvm_debug_flag:0 rvm_gems_cache_path:/usr/local/rvm/gems/cache
+++++ export rvm_action rvm_alias_expanded rvm_archive_extension rvm_archives_path rvm_bin_flag rvm_bin_path rvm_debug_flag rvm_default_flag rvm_delete_flag rvm_docs_path rvm_docs_type rvm_dump_environment_flag rvm_environments_path rvm_error_message rvm_examples_path rvm_expanding_aliases rvm_file_name rvm_gemdir_flag rvm_gems_cache_path rvm_gems_path rvm_gemset_name rvm_gemset_separator rvm_gemsets_path rvm_gemstone_package_file rvm_gemstone_url rvm_head_flag rvm_help_path rvm_docs_path rvm_hook rvm_hooks_path rvm_install_on_use_flag rvm_lib_path rvm_llvm_flag rvm_loaded_flag rvm_log_path rvm_niceness rvm_nightly_flag rvm_only_path_flag rvm_parse_break rvm_patch_original_pwd rvm_patches_path rvm_path rvm_pretty_print_flag rvm_proxy rvm_quiet_flag rvm_reload_flag rvm_remove_flag rvm_repos_path rvm_rubies_path rvm_ruby_alias rvm_ruby_args rvm_ruby_binary rvm_ruby_bits rvm_ruby_configure rvm_ruby_file rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_global_gems_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_make rvm_ruby_make_install rvm_ruby_minor_version rvm_ruby_mode rvm_ruby_name rvm_ruby_package_file rvm_ruby_package_name rvm_ruby_patch rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_sha rvm_ruby_string rvm_ruby_strings rvm_ruby_tag rvm_ruby_url rvm_ruby_user_tag rvm_ruby_version rvm_script_name rvm_scripts_path rvm_sdk rvm_user_install_flag rvm_silent_flag rvm_src_path rvm_sticky_flag rvm_system_flag rvm_tmp_path rvm_token rvm_trace_flag rvm_use_flag rvm_user_flag rvm_user_path rvm_usr_path rvm_verbose_flag rvm_wrappers_path rvm_ruby_repo_branch rvm_man_path rvm_remote_flag rvm_ruby_repo_tag
++++ for entry in ${scripts[@]}
++++ [[    == *\ \s\e\l\e\c\t\o\r\ * ]]
++++ source /usr/local/rvm/scripts/functions/selector
+++++ source /usr/local/rvm/scripts/functions/selector_gemsets
+++++ source /usr/local/rvm/scripts/functions/selector_late
+++++ source /usr/local/rvm/scripts/functions/selector_parse
+++++ source /usr/local/rvm/scripts/functions/selector_interpreters
++++ for entry in ${scripts[@]}
++++ [[    == *\ \l\o\g\g\i\n\g\ * ]]
++++ source /usr/local/rvm/scripts/functions/logging
+++++ __rvm_set_colors
+++++ case "${TERM:-dumb}" in
+++++ __rvm_set_color rvm_error_clr red
+++++ typeset __buffer __variable
+++++ __buffer=''
+++++ __variable=rvm_error_clr
+++++ shift
+++++ ((  1  ))
+++++ __rvm_set_color_single red
+++++ case "$1" in
+++++ __buffer+=31
+++++ shift
+++++ ((  0  ))
+++++ ((  0  ))
+++++ __buffer+=m
+++++ [[ rvm_error_clr == '' ]]
+++++ [[ rvm_error_clr == \p\r\i\n\t ]]
+++++ eval 'rvm_error_clr='\''31m'\'''
++++++ rvm_error_clr='31m'
+++++ __rvm_set_color rvm_warn_clr yellow
+++++ typeset __buffer __variable
+++++ __buffer=''
+++++ __variable=rvm_warn_clr
+++++ shift
+++++ ((  1  ))
+++++ __rvm_set_color_single yellow
+++++ case "$1" in
+++++ __buffer+=33
+++++ shift
+++++ ((  0  ))
+++++ ((  0  ))
+++++ __buffer+=m
+++++ [[ rvm_warn_clr == '' ]]
+++++ [[ rvm_warn_clr == \p\r\i\n\t ]]
+++++ eval 'rvm_warn_clr='\''33m'\'''
++++++ rvm_warn_clr='33m'
+++++ __rvm_set_color rvm_debug_clr magenta
+++++ typeset __buffer __variable
+++++ __buffer=''
+++++ __variable=rvm_debug_clr
+++++ shift
+++++ ((  1  ))
+++++ __rvm_set_color_single magenta
+++++ case "$1" in
+++++ __buffer+=35
+++++ shift
+++++ ((  0  ))
+++++ ((  0  ))
+++++ __buffer+=m
+++++ [[ rvm_debug_clr == '' ]]
+++++ [[ rvm_debug_clr == \p\r\i\n\t ]]
+++++ eval 'rvm_debug_clr='\''35m'\'''
++++++ rvm_debug_clr='35m'
+++++ __rvm_set_color rvm_notify_clr green
+++++ typeset __buffer __variable
+++++ __buffer=''
+++++ __variable=rvm_notify_clr
+++++ shift
+++++ ((  1  ))
+++++ __rvm_set_color_single green
+++++ case "$1" in
+++++ __buffer+=32
+++++ shift
+++++ ((  0  ))
+++++ ((  0  ))
+++++ __buffer+=m
+++++ [[ rvm_notify_clr == '' ]]
+++++ [[ rvm_notify_clr == \p\r\i\n\t ]]
+++++ eval 'rvm_notify_clr='\''32m'\'''
++++++ rvm_notify_clr='32m'
+++++ __rvm_set_color rvm_code_clr blue
+++++ typeset __buffer __variable
+++++ __buffer=''
+++++ __variable=rvm_code_clr
+++++ shift
+++++ ((  1  ))
+++++ __rvm_set_color_single blue
+++++ case "$1" in
+++++ __buffer+=34
+++++ shift
+++++ ((  0  ))
+++++ ((  0  ))
+++++ __buffer+=m
+++++ [[ rvm_code_clr == '' ]]
+++++ [[ rvm_code_clr == \p\r\i\n\t ]]
+++++ eval 'rvm_code_clr='\''34m'\'''
++++++ rvm_code_clr='34m'
+++++ __rvm_set_color rvm_comment_clr iblack
+++++ typeset __buffer __variable
+++++ __buffer=''
+++++ __variable=rvm_comment_clr
+++++ shift
+++++ ((  1  ))
+++++ __rvm_set_color_single iblack
+++++ case "$1" in
+++++ __buffer+='30;1'
+++++ shift
+++++ ((  0  ))
+++++ ((  0  ))
+++++ __buffer+=m
+++++ [[ rvm_comment_clr == '' ]]
+++++ [[ rvm_comment_clr == \p\r\i\n\t ]]
+++++ eval 'rvm_comment_clr='\''30;1m'\'''
++++++ rvm_comment_clr='30;1m'
+++++ __rvm_set_color rvm_reset_clr reset
+++++ typeset __buffer __variable
+++++ __buffer=''
+++++ __variable=rvm_reset_clr
+++++ shift
+++++ ((  1  ))
+++++ __rvm_set_color_single reset
+++++ case "$1" in
+++++ __buffer+=0
+++++ shift
+++++ ((  0  ))
+++++ ((  0  ))
+++++ __buffer+=m
+++++ [[ rvm_reset_clr == '' ]]
+++++ [[ rvm_reset_clr == \p\r\i\n\t ]]
+++++ eval 'rvm_reset_clr='\''0m'\'''
++++++ rvm_reset_clr='0m'
+++++ exec
++++ for entry in ${scripts[@]}
++++ [[    == *\ \s\u\p\p\o\r\t\ * ]]
++++ source /usr/local/rvm/scripts/functions/support
+++++ [[ -n '' ]]
+++++ __rvm_setup_utils_functions
+++++ typeset gnu_tools_path gnu_prefix gnu_util
+++++ typeset -a gnu_utils gnu_missing
+++++ gnu_utils=(awk cp date find sed tail tar xargs)
+++++ gnu_missing=()
+++++ is_a_function __rvm_setup_utils_functions_
+++++ typeset -f __rvm_setup_utils_functions_
+++++ return 1
+++++ __rvm_setup_utils_functions_Other
+++++ __rvm_setup_utils_functions_common
+++++ command which --skip-alias --skip-functions which
+++++ command which whence
+++++ command which which
+++++ for gnu_util in "${gnu_utils[@]}"
+++++ eval '__rvm_awk() { \awk "$@" || return $?; }'
+++++ for gnu_util in "${gnu_utils[@]}"
+++++ eval '__rvm_cp() { \cp "$@" || return $?; }'
+++++ for gnu_util in "${gnu_utils[@]}"
+++++ eval '__rvm_date() { \date "$@" || return $?; }'
+++++ for gnu_util in "${gnu_utils[@]}"
+++++ eval '__rvm_find() { \find "$@" || return $?; }'
+++++ for gnu_util in "${gnu_utils[@]}"
+++++ eval '__rvm_sed() { \sed "$@" || return $?; }'
+++++ for gnu_util in "${gnu_utils[@]}"
+++++ eval '__rvm_tail() { \tail "$@" || return $?; }'
+++++ for gnu_util in "${gnu_utils[@]}"
+++++ eval '__rvm_tar() { \tar "$@" || return $?; }'
+++++ for gnu_util in "${gnu_utils[@]}"
+++++ eval '__rvm_xargs() { \xargs "$@" || return $?; }'
+++++ source /usr/local/rvm/scripts/functions/db
+++++ source /usr/local/rvm/scripts/functions/detect/system
++++++ source /usr/local/rvm/scripts/functions/detect/system_version/codename
++++++ __rvm_detect_system
++++++ unset _system_type _system_name _system_version _system_arch
++++++ export _system_type _system_name _system_version _system_arch
+++++++ command uname -a
+++++++ uname -a
++++++ _system_info='Linux docker 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux'
++++++ _system_type=unknown
++++++ _system_name=unknown
++++++ _system_name_lowercase=unknown
++++++ _system_version=unknown
+++++++ command uname -m
+++++++ uname -m
++++++ _system_arch=x86_64
++++++ case "$(command uname)" in
+++++++ command uname
+++++++ uname
++++++ source /usr/local/rvm/scripts/functions/detect/system_name/lsb_release
++++++ source /usr/local/rvm/scripts/functions/detect/system_name/os_release
++++++ _system_type=Linux
++++++ [[ -f /etc/lsb-release ]]
++++++ __rvm_detect_system_from_lsb_release
+++++++ awk -F= '$1=="DISTRIB_ID"{print $2}' /etc/lsb-release
+++++++ head -n 1
+++++++ tr '[A-Z]' '[a-z]'
+++++++ tr -d '"'
++++++ local __system_name=ubuntu
++++++ case $__system_name in
++++++ _system_name=Ubuntu
+++++++ awk -F= '$1=="DISTRIB_RELEASE"{print $2}' /etc/lsb-release
+++++++ head -n 1
++++++ _system_version=20.04
+++++++ uname -m
++++++ _system_arch=x86_64
++++++ return 0
++++++ :
++++++ _system_type=Linux
++++++ _system_name=Ubuntu
+++++++ echo Ubuntu
+++++++ command tr '[A-Z]' '[a-z]'
+++++++ tr '[A-Z]' '[a-z]'
++++++ _system_name_lowercase=ubuntu
++++++ _system_version=20.04
++++++ _system_arch=x86_64
++++++ _system_arch=x86_64
++++++ _system_arch=x86_64
++++++ __rvm_detect_system_override
++++++ typeset _var
++++++ for _var in system_type system_name system_name_lowercase system_version system_arch
++++++ __rvm_db system_type _system_type
++++++ typeset value key variable
++++++ key=system_type
++++++ variable=_system_type
++++++ value=
++++++ [[ -f /usr/local/rvm/user/db ]]
+++++++ __rvm_db_ /usr/local/rvm/user/db system_type
+++++++ typeset __db __key __value
+++++++ __db=/usr/local/rvm/user/db
+++++++ __key=system_type
+++++++ shift 2
+++++++ __value=
+++++++ case "${__value}" in
+++++++ __rvm_db_get /usr/local/rvm/user/db system_type
+++++++ [[ -f /usr/local/rvm/user/db ]]
+++++++ __rvm_sed -n -e '\#^system_type=# { s#^system_type=##;; p; }' -e '/^$/d'
+++++++ sed -n -e '\#^system_type=# { s#^system_type=##;; p; }' -e '/^$/d'
++++++ value=
++++++ [[ -z '' ]]
++++++ [[ -f /usr/local/rvm/config/db ]]
+++++++ __rvm_db_ /usr/local/rvm/config/db system_type
+++++++ typeset __db __key __value
+++++++ __db=/usr/local/rvm/config/db
+++++++ __key=system_type
+++++++ shift 2
+++++++ __value=
+++++++ case "${__value}" in
+++++++ __rvm_db_get /usr/local/rvm/config/db system_type
+++++++ [[ -f /usr/local/rvm/config/db ]]
+++++++ __rvm_sed -n -e '\#^system_type=# { s#^system_type=##;; p; }' -e '/^$/d'
+++++++ sed -n -e '\#^system_type=# { s#^system_type=##;; p; }' -e '/^$/d'
++++++ value=
++++++ [[ -n '' ]]
++++++ return 1
++++++ for _var in system_type system_name system_name_lowercase system_version system_arch
++++++ __rvm_db system_name _system_name
++++++ typeset value key variable
++++++ key=system_name
++++++ variable=_system_name
++++++ value=
++++++ [[ -f /usr/local/rvm/user/db ]]
+++++++ __rvm_db_ /usr/local/rvm/user/db system_name
+++++++ typeset __db __key __value
+++++++ __db=/usr/local/rvm/user/db
+++++++ __key=system_name
+++++++ shift 2
+++++++ __value=
+++++++ case "${__value}" in
+++++++ __rvm_db_get /usr/local/rvm/user/db system_name
+++++++ [[ -f /usr/local/rvm/user/db ]]
+++++++ __rvm_sed -n -e '\#^system_name=# { s#^system_name=##;; p; }' -e '/^$/d'
+++++++ sed -n -e '\#^system_name=# { s#^system_name=##;; p; }' -e '/^$/d'
++++++ value=
++++++ [[ -z '' ]]
++++++ [[ -f /usr/local/rvm/config/db ]]
+++++++ __rvm_db_ /usr/local/rvm/config/db system_name
+++++++ typeset __db __key __value
+++++++ __db=/usr/local/rvm/config/db
+++++++ __key=system_name
+++++++ shift 2
+++++++ __value=
+++++++ case "${__value}" in
+++++++ __rvm_db_get /usr/local/rvm/config/db system_name
+++++++ [[ -f /usr/local/rvm/config/db ]]
+++++++ __rvm_sed -n -e '\#^system_name=# { s#^system_name=##;; p; }' -e '/^$/d'
+++++++ sed -n -e '\#^system_name=# { s#^system_name=##;; p; }' -e '/^$/d'
++++++ value=
++++++ [[ -n '' ]]
++++++ return 1
++++++ for _var in system_type system_name system_name_lowercase system_version system_arch
++++++ __rvm_db system_name_lowercase _system_name_lowercase
++++++ typeset value key variable
++++++ key=system_name_lowercase
++++++ variable=_system_name_lowercase
++++++ value=
++++++ [[ -f /usr/local/rvm/user/db ]]
+++++++ __rvm_db_ /usr/local/rvm/user/db system_name_lowercase
+++++++ typeset __db __key __value
+++++++ __db=/usr/local/rvm/user/db
+++++++ __key=system_name_lowercase
+++++++ shift 2
+++++++ __value=
+++++++ case "${__value}" in
+++++++ __rvm_db_get /usr/local/rvm/user/db system_name_lowercase
+++++++ [[ -f /usr/local/rvm/user/db ]]
+++++++ __rvm_sed -n -e '\#^system_name_lowercase=# { s#^system_name_lowercase=##;; p; }' -e '/^$/d'
+++++++ sed -n -e '\#^system_name_lowercase=# { s#^system_name_lowercase=##;; p; }' -e '/^$/d'
++++++ value=
++++++ [[ -z '' ]]
++++++ [[ -f /usr/local/rvm/config/db ]]
+++++++ __rvm_db_ /usr/local/rvm/config/db system_name_lowercase
+++++++ typeset __db __key __value
+++++++ __db=/usr/local/rvm/config/db
+++++++ __key=system_name_lowercase
+++++++ shift 2
+++++++ __value=
+++++++ case "${__value}" in
+++++++ __rvm_db_get /usr/local/rvm/config/db system_name_lowercase
+++++++ [[ -f /usr/local/rvm/config/db ]]
+++++++ __rvm_sed -n -e '\#^system_name_lowercase=# { s#^system_name_lowercase=##;; p; }' -e '/^$/d'
+++++++ sed -n -e '\#^system_name_lowercase=# { s#^system_name_lowercase=##;; p; }' -e '/^$/d'
++++++ value=
++++++ [[ -n '' ]]
++++++ return 1
++++++ for _var in system_type system_name system_name_lowercase system_version system_arch
++++++ __rvm_db system_version _system_version
++++++ typeset value key variable
++++++ key=system_version
++++++ variable=_system_version
++++++ value=
++++++ [[ -f /usr/local/rvm/user/db ]]
+++++++ __rvm_db_ /usr/local/rvm/user/db system_version
+++++++ typeset __db __key __value
+++++++ __db=/usr/local/rvm/user/db
+++++++ __key=system_version
+++++++ shift 2
+++++++ __value=
+++++++ case "${__value}" in
+++++++ __rvm_db_get /usr/local/rvm/user/db system_version
+++++++ [[ -f /usr/local/rvm/user/db ]]
+++++++ __rvm_sed -n -e '\#^system_version=# { s#^system_version=##;; p; }' -e '/^$/d'
+++++++ sed -n -e '\#^system_version=# { s#^system_version=##;; p; }' -e '/^$/d'
++++++ value=
++++++ [[ -z '' ]]
++++++ [[ -f /usr/local/rvm/config/db ]]
+++++++ __rvm_db_ /usr/local/rvm/config/db system_version
+++++++ typeset __db __key __value
+++++++ __db=/usr/local/rvm/config/db
+++++++ __key=system_version
+++++++ shift 2
+++++++ __value=
+++++++ case "${__value}" in
+++++++ __rvm_db_get /usr/local/rvm/config/db system_version
+++++++ [[ -f /usr/local/rvm/config/db ]]
+++++++ __rvm_sed -n -e '\#^system_version=# { s#^system_version=##;; p; }' -e '/^$/d'
+++++++ sed -n -e '\#^system_version=# { s#^system_version=##;; p; }' -e '/^$/d'
++++++ value=
++++++ [[ -n '' ]]
++++++ return 1
++++++ for _var in system_type system_name system_name_lowercase system_version system_arch
++++++ __rvm_db system_arch _system_arch
++++++ typeset value key variable
++++++ key=system_arch
++++++ variable=_system_arch
++++++ value=
++++++ [[ -f /usr/local/rvm/user/db ]]
+++++++ __rvm_db_ /usr/local/rvm/user/db system_arch
+++++++ typeset __db __key __value
+++++++ __db=/usr/local/rvm/user/db
+++++++ __key=system_arch
+++++++ shift 2
+++++++ __value=
+++++++ case "${__value}" in
+++++++ __rvm_db_get /usr/local/rvm/user/db system_arch
+++++++ [[ -f /usr/local/rvm/user/db ]]
+++++++ __rvm_sed -n -e '\#^system_arch=# { s#^system_arch=##;; p; }' -e '/^$/d'
+++++++ sed -n -e '\#^system_arch=# { s#^system_arch=##;; p; }' -e '/^$/d'
++++++ value=
++++++ [[ -z '' ]]
++++++ [[ -f /usr/local/rvm/config/db ]]
+++++++ __rvm_db_ /usr/local/rvm/config/db system_arch
+++++++ typeset __db __key __value
+++++++ __db=/usr/local/rvm/config/db
+++++++ __key=system_arch
+++++++ shift 2
+++++++ __value=
+++++++ case "${__value}" in
+++++++ __rvm_db_get /usr/local/rvm/config/db system_arch
+++++++ [[ -f /usr/local/rvm/config/db ]]
+++++++ __rvm_sed -n -e '\#^system_arch=# { s#^system_arch=##;; p; }' -e '/^$/d'
+++++++ sed -n -e '\#^system_arch=# { s#^system_arch=##;; p; }' -e '/^$/d'
++++++ value=
++++++ [[ -n '' ]]
++++++ return 1
+++++ __rvm_setup_statf_function
+++++ [[ Linux == Darwin ]]
+++++ [[ Linux == BSD ]]
+++++ __rvm_setup_sudo_function
+++++ is_a_function __rvm_setup_sudo_function_Ubuntu
+++++ typeset -f __rvm_setup_sudo_function_Ubuntu
+++++ return 1
+++++ __rvm_setup_sudo_function_Other
+++++ __rvm_which sudo
+++++ other_utils=(ant automake autoreconf libtoolize make mount patch readlink)
+++++ [[ Ubuntu 20.04 == \S\o\l\a\r\i\s\ \1\0 ]]
+++++ for other_util in "${other_utils[@]}"
+++++ eval '__rvm_ant() { \ant "$@" || return $?; }'
+++++ for other_util in "${other_utils[@]}"
+++++ eval '__rvm_automake() { \automake "$@" || return $?; }'
+++++ for other_util in "${other_utils[@]}"
+++++ eval '__rvm_autoreconf() { \autoreconf "$@" || return $?; }'
+++++ for other_util in "${other_utils[@]}"
+++++ eval '__rvm_libtoolize() { \libtoolize "$@" || return $?; }'
+++++ for other_util in "${other_utils[@]}"
+++++ eval '__rvm_make() { \make "$@" || return $?; }'
+++++ for other_util in "${other_utils[@]}"
+++++ eval '__rvm_mount() { \mount "$@" || return $?; }'
+++++ for other_util in "${other_utils[@]}"
+++++ eval '__rvm_patch() { \patch "$@" || return $?; }'
+++++ for other_util in "${other_utils[@]}"
+++++ eval '__rvm_readlink() { \readlink "$@" || return $?; }'
+++++ unset other_util other_utils
++++ for entry in ${scripts[@]}
++++ [[    == *\ \u\t\i\l\i\t\y\ * ]]
++++ source /usr/local/rvm/scripts/functions/utility
+++++ source /usr/local/rvm/scripts/functions/utility_logging
+++++ source /usr/local/rvm/scripts/functions/utility_package
+++++ source /usr/local/rvm/scripts/functions/utility_rubygems
+++++ source /usr/local/rvm/scripts/functions/utility_system
++++ for entry in ${scripts[@]}
++++ [[    == *\ \i\n\i\t\ * ]]
++++ source /usr/local/rvm/scripts/functions/init
++++ for entry in ${scripts[@]}
++++ [[    == *\ \c\l\e\a\n\u\p\ * ]]
++++ source /usr/local/rvm/scripts/functions/cleanup
++++ for entry in ${scripts[@]}
++++ [[    == *\ \e\n\v\ * ]]
++++ source /usr/local/rvm/scripts/functions/env
++++ for entry in ${scripts[@]}
++++ [[    == *\ \r\v\m\r\c\ * ]]
++++ source /usr/local/rvm/scripts/functions/rvmrc
+++++ source /usr/local/rvm/scripts/functions/rvmrc_env
+++++ source /usr/local/rvm/scripts/functions/rvmrc_project
+++++ source /usr/local/rvm/scripts/functions/rvmrc_set
+++++ source /usr/local/rvm/scripts/functions/rvmrc_to
+++++ source /usr/local/rvm/scripts/functions/rvmrc_trust
+++++ source /usr/local/rvm/scripts/functions/rvmrc_warning
++++ for entry in ${scripts[@]}
++++ [[    == *\ \i\n\s\t\a\l\l\ * ]]
++++ source /usr/local/rvm/scripts/functions/install
++++ for entry in ${scripts[@]}
++++ [[    == *\ \e\n\v\i\r\o\n\m\e\n\t\ * ]]
++++ source /usr/local/rvm/scripts/functions/environment
++++ for entry in ${scripts[@]}
++++ [[    == *\ \g\e\m\s\e\t\ * ]]
++++ source /usr/local/rvm/scripts/functions/gemset
++++ for entry in ${scripts[@]}
++++ [[    == *\ \c\h\e\c\k\s\u\m\ * ]]
++++ source /usr/local/rvm/scripts/functions/checksum
++++ for entry in ${scripts[@]}
++++ [[    == *\ \l\i\s\t\ * ]]
++++ source /usr/local/rvm/scripts/functions/list
++++ unset rvm_base_except
+++ __rvm_ensure_is_a_function
+++ [[ 0 == 1 ]]
+++ is_a_function rvm
+++ typeset -f rvm
+++ return 1
+++ for script in functions/version functions/selector cd functions/cli cli override_gem
+++ [[ -f /usr/local/rvm/scripts/functions/version ]]
+++ source /usr/local/rvm/scripts/functions/version
+++ for script in functions/version functions/selector cd functions/cli cli override_gem
+++ [[ -f /usr/local/rvm/scripts/functions/selector ]]
+++ source /usr/local/rvm/scripts/functions/selector
++++ source /usr/local/rvm/scripts/functions/selector_gemsets
++++ source /usr/local/rvm/scripts/functions/selector_late
++++ source /usr/local/rvm/scripts/functions/selector_parse
++++ source /usr/local/rvm/scripts/functions/selector_interpreters
+++ for script in functions/version functions/selector cd functions/cli cli override_gem
+++ [[ -f /usr/local/rvm/scripts/cd ]]
+++ source /usr/local/rvm/scripts/cd
++++ case "${rvm_project_rvmrc:-1}" in
++++ source /usr/local/rvm/scripts/extras/bash_zsh_support/chpwd/function.sh
++++ [[ -n '' ]]
++++ [[    == *\ \_\_\r\v\m\_\c\d\_\f\u\n\c\t\i\o\n\s\_\s\e\t\ * ]]
++++ chpwd_functions=("${chpwd_functions[@]}" __rvm_cd_functions_set)
++++ ((  0 == 1  ))
+++ for script in functions/version functions/selector cd functions/cli cli override_gem
+++ [[ -f /usr/local/rvm/scripts/functions/cli ]]
+++ source /usr/local/rvm/scripts/functions/cli
++++ source /usr/local/rvm/scripts/functions/version
+++ for script in functions/version functions/selector cd functions/cli cli override_gem
+++ [[ -f /usr/local/rvm/scripts/cli ]]
+++ source /usr/local/rvm/scripts/cli
+++ for script in functions/version functions/selector cd functions/cli cli override_gem
+++ [[ -f /usr/local/rvm/scripts/override_gem ]]
+++ source /usr/local/rvm/scripts/override_gem
++++ [[ 0 -eq 0 ]]
+++ __rvm_setup
+++ __variables_definition export
+++ typeset -a __variables_list __array_list
+++ typeset __method
+++ __method=export
+++ __variables_list=(rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_dynamic_extensions_flag rvm_18_flag rvm_19_flag rvm_20_flag rvm_21_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_curl_flags rvm_rubygems_version rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_skip_pristine_flag rvm_create_flag rvm_remove_flag rvm_movable_flag rvm_archive_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag rvm_skip_openssl_flag rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_stored_errexit rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_repo_tag rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems rvm_with_gems rvm_with_default_gems rvm_ignore_dotfiles_flag rvm_fuzzy_flag rvm_autolibs_flag rvm_autolibs_flag_number rvm_autolibs_flag_runner rvm_quiet_curl_flag rvm_max_time_flag rvm_error_clr rvm_warn_clr rvm_debug_clr rvm_notify_clr rvm_code_clr rvm_comment_clr rvm_reset_clr rvm_error_color rvm_warn_color rvm_debug_color rvm_notify_color rvm_code_color rvm_comment_color rvm_reset_color rvm_log_timestamp rvm_log_filesystem rvm_log_namelen rvm_show_log_lines_on_error)
+++ __array_list=(rvm_patch_names rvm_ree_options rvm_autoconf_flags rvm_architectures)
+++ case "${__method}" in
+++ true
+++ export rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_dynamic_extensions_flag rvm_18_flag rvm_19_flag rvm_20_flag rvm_21_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_curl_flags rvm_rubygems_version rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_skip_pristine_flag rvm_create_flag rvm_remove_flag rvm_movable_flag rvm_archive_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag rvm_skip_openssl_flag rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_stored_errexit rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_repo_tag rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems rvm_with_gems rvm_with_default_gems rvm_ignore_dotfiles_flag rvm_fuzzy_flag rvm_autolibs_flag rvm_autolibs_flag_number rvm_autolibs_flag_runner rvm_quiet_curl_flag rvm_max_time_flag rvm_error_clr rvm_warn_clr rvm_debug_clr rvm_notify_clr rvm_code_clr rvm_comment_clr rvm_reset_clr rvm_error_color rvm_warn_color rvm_debug_color rvm_notify_color rvm_code_color rvm_comment_color rvm_reset_color rvm_log_timestamp rvm_log_filesystem rvm_log_namelen rvm_show_log_lines_on_error
+++ [[ -n 5.0.17(1)-release ]]
+++ export -fn __rvm_select_version_variables __rvm_ruby_string_parse_ __rvm_rm_rf_verbose __rvm_parse_args __rvm_ruby_string_find __rvm_file_load_env __rvm_remove_without_gems
+++ ((  __rvm_env_loaded != 1  ))
+++ [[ -n 5.0.17(1)-release ]]
+++ __function_on_stack cd pushd popd
+++ __rvm_string_includes '__function_on_stack __rvm_setup source source main' cd pushd popd
+++ typeset __search '__text=__function_on_stack __rvm_setup source source main'
+++ shift
+++ for __search in "$@"
+++ [[  __function_on_stack __rvm_setup source source main  == *\ \c\d\ * ]]
+++ for __search in "$@"
+++ [[  __function_on_stack __rvm_setup source source main  == *\ \p\u\s\h\d\ * ]]
+++ for __search in "$@"
+++ [[  __function_on_stack __rvm_setup source source main  == *\ \p\o\p\d\ * ]]
+++ return 1
+++ return 1
+++ export rvm_shell_nounset
+++ __rvm_has_opt nounset
+++ [[ -n '' ]]
+++ [[ -n '' ]]
+++ [[ -n 5.0.17(1)-release ]]
+++ [[ :braceexpand:hashall:interactive-comments:pipefail:xtrace: == *\:\n\o\u\n\s\e\t\:* ]]
+++ return 1
+++ rvm_bash_nounset=0
+++ set +o nounset
++++ trap
++++ __rvm_grep -E 'EXIT|HUP|INT|QUIT|TERM'
++++ GREP_OPTIONS=
++++ command grep -E 'EXIT|HUP|INT|QUIT|TERM'
++++ grep -E 'EXIT|HUP|INT|QUIT|TERM'
++++ return 1
++++ true
+++ _rvm_old_traps=
+++ trap '__rvm_teardown_final ; set +x' EXIT HUP INT QUIT TERM
+++ [[ -n '' ]]
+++ export rvm_version
++++ __rvm_version_installed
+++++ command cat /usr/local/rvm/VERSION
+++++ cat /usr/local/rvm/VERSION
+++++ command cat /usr/local/rvm/RELEASE
++++ echo '1.29.12 (latest)'
+++ rvm_version='1.29.12 (latest)'
+++ alias 'rvm-restart=rvm_reload_flag=1 source '\''/usr/local/rvm/scripts/rvm'\'''
++++ builtin command -v ruby
+++ __path_to_ruby=/usr/local/rvm/rubies/ruby-2.7.0/bin/ruby
+++ [[ -z /usr/local/rvm/rubies/ruby-2.7.0/bin/ruby ]]
+++ [[ /usr/local/rvm/rubies/ruby-2.7.0/bin/ruby != \/\u\s\r\/\l\o\c\a\l\/\r\v\m* ]]
+++ [[ /usr/local/rvm/rubies/ruby-2.7.0/bin/ruby == \/\u\s\r\/\l\o\c\a\l\/\r\v\m\/\b\i\n\/\r\u\b\y ]]
+++ [[ /usr/local/rvm/rubies/ruby-2.7.0/bin/ruby == \/\u\s\r\/\l\o\c\a\l\/\r\v\m* ]]
+++ [[ -z /usr/local/rvm/gems/ruby-2.7.0 ]]
+++ [[ -z /usr/local/rvm/gems/ruby-2.7.0:/usr/local/rvm/gems/ruby-2.7.0@global ]]
+++ unset __path_to_ruby
+++ [[ :/home/r/.cargo/bin:/usr/local/rvm/gems/ruby-2.7.0/bin:/usr/local/rvm/gems/ruby-2.7.0@global/bin:/usr/local/rvm/rubies/ruby-2.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/rvm/bin:/usr/local/texlive/2022/bin/x86_64-linux:/usr/lib/postgresql/12/bin:/home/r/.cargo/bin: == *\:\/\u\s\r\/\l\o\c\a\l\/\r\v\m\/\b\i\n\:* ]]
+++ ((  0 == 1  ))
+++ rvm_loaded_flag=1
+++ __rvm_teardown
+++ builtin command -v __rvm_cleanup_tmp
+++ __rvm_cleanup_tmp
+++ [[ -d /usr/local/rvm/tmp/ ]]
+++ case "${rvm_tmp_path%\/}" in
+++ __rvm_rm_rf '/usr/local/rvm/tmp/105*'
+++ __rvm_rm_rf_verbose '/usr/local/rvm/tmp/105*'
+++ typeset target
+++ target='/usr/local/rvm/tmp/105*'
+++ [[ -n '' ]]
+++ [[ -n 5.0.17(1)-release ]]
+++ builtin shopt -s extglob
+++ case "${target}" in
+++ [[ -z /usr/local/rvm/tmp/105* ]]
+++ [[ -d /usr/local/rvm/tmp/105* ]]
+++ [[ -f /usr/local/rvm/tmp/105* ]]
+++ [[ -L /usr/local/rvm/tmp/105* ]]
+++ rvm_debug '__rvm_rm_rf already gone: /usr/local/rvm/tmp/105*'
+++ ((  0  ))
+++ return 0
+++ true
+++ true
+++ export __rvm_env_loaded
+++ : __rvm_env_loaded:1:
+++ : __rvm_env_loaded:1:
+++ : __rvm_env_loaded:0:
+++ [[ -z /usr/local/rvm/tmp ]]
+++ ((  __rvm_env_loaded > 0  ))
+++ [[ -n 5.0.17(1)-release ]]
+++ trap - EXIT HUP INT QUIT TERM
+++ [[ -n '' ]]
+++ ((  rvm_bash_nounset == 1  ))
+++ unset rvm_bash_nounset
+++ [[ -n '' ]]
+++ [[ -n 0002 ]]
+++ umask 0002
+++ unset rvm_stored_umask
+++ builtin command -v __rvm_cleanup_download
+++ [[ 1 == \1 ]]
+++ set -e
+++ __variables_definition unset
+++ typeset -a __variables_list __array_list
+++ typeset __method
+++ __method=unset
+++ __variables_list=(rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_dynamic_extensions_flag rvm_18_flag rvm_19_flag rvm_20_flag rvm_21_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_curl_flags rvm_rubygems_version rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_skip_pristine_flag rvm_create_flag rvm_remove_flag rvm_movable_flag rvm_archive_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag rvm_skip_openssl_flag rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_stored_errexit rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_repo_tag rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems rvm_with_gems rvm_with_default_gems rvm_ignore_dotfiles_flag rvm_fuzzy_flag rvm_autolibs_flag rvm_autolibs_flag_number rvm_autolibs_flag_runner rvm_quiet_curl_flag rvm_max_time_flag rvm_error_clr rvm_warn_clr rvm_debug_clr rvm_notify_clr rvm_code_clr rvm_comment_clr rvm_reset_clr rvm_error_color rvm_warn_color rvm_debug_color rvm_notify_color rvm_code_color rvm_comment_color rvm_reset_color rvm_log_timestamp rvm_log_filesystem rvm_log_namelen rvm_show_log_lines_on_error)
+++ __array_list=(rvm_patch_names rvm_ree_options rvm_autoconf_flags rvm_architectures)
+++ case "${__method}" in
+++ unset rvm_patch_names rvm_ree_options rvm_autoconf_flags rvm_architectures
+++ unset rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_dynamic_extensions_flag rvm_18_flag rvm_19_flag rvm_20_flag rvm_21_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_curl_flags rvm_rubygems_version rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_skip_pristine_flag rvm_create_flag rvm_remove_flag rvm_movable_flag rvm_archive_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag rvm_skip_openssl_flag rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_stored_errexit rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_repo_tag rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems rvm_with_gems rvm_with_default_gems rvm_ignore_dotfiles_flag rvm_fuzzy_flag rvm_autolibs_flag rvm_autolibs_flag_number rvm_autolibs_flag_runner rvm_quiet_curl_flag rvm_max_time_flag rvm_error_clr rvm_warn_clr rvm_debug_clr rvm_notify_clr rvm_code_clr rvm_comment_clr rvm_reset_clr rvm_error_color rvm_warn_color rvm_debug_color rvm_notify_color rvm_code_color rvm_comment_color rvm_reset_color rvm_log_timestamp rvm_log_filesystem rvm_log_namelen rvm_show_log_lines_on_error
+++ [[ -n 5.0.17(1)-release ]]
+++ export -fn __rvm_select_version_variables __rvm_ruby_string_parse_ __rvm_rm_rf_verbose __rvm_parse_args __rvm_ruby_string_find __rvm_file_load_env __rvm_remove_without_gems
+++ unset _system_arch _system_name _system_type _system_version
+++ return 0
+++ [[ 0 -eq 1 ]]
+++ unset rvm_prefix_needs_trailing_slash rvm_gems_cache_path rvm_gems_path rvm_project_rvmrc_default rvm_gemset_separator rvm_reload_flag
++ export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64
++ JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64
++ export PATH=/home/r/.cargo/bin:/usr/local/rvm/gems/ruby-2.7.0/bin:/usr/local/rvm/gems/ruby-2.7.0@global/bin:/usr/local/rvm/rubies/ruby-2.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/rvm/bin:/usr/local/texlive/2022/bin/x86_64-linux:/usr/lib/postgresql/12/bin:/home/r/.cargo/bin:/usr/local/texlive/2022/bin/x86_64-linux
++ PATH=/home/r/.cargo/bin:/usr/local/rvm/gems/ruby-2.7.0/bin:/usr/local/rvm/gems/ruby-2.7.0@global/bin:/usr/local/rvm/rubies/ruby-2.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/rvm/bin:/usr/local/texlive/2022/bin/x86_64-linux:/usr/lib/postgresql/12/bin:/home/r/.cargo/bin:/usr/local/texlive/2022/bin/x86_64-linux
++ export PATH=/home/r/.cargo/bin:/usr/local/rvm/gems/ruby-2.7.0/bin:/usr/local/rvm/gems/ruby-2.7.0@global/bin:/usr/local/rvm/rubies/ruby-2.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/rvm/bin:/usr/local/texlive/2022/bin/x86_64-linux:/usr/lib/postgresql/12/bin:/home/r/.cargo/bin:/usr/local/texlive/2022/bin/x86_64-linux:/usr/lib/postgresql/12/bin
++ PATH=/home/r/.cargo/bin:/usr/local/rvm/gems/ruby-2.7.0/bin:/usr/local/rvm/gems/ruby-2.7.0@global/bin:/usr/local/rvm/rubies/ruby-2.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/rvm/bin:/usr/local/texlive/2022/bin/x86_64-linux:/usr/lib/postgresql/12/bin:/home/r/.cargo/bin:/usr/local/texlive/2022/bin/x86_64-linux:/usr/lib/postgresql/12/bin
++ export M2_HOME=/usr/local/apache-maven/apache-maven-
++ M2_HOME=/usr/local/apache-maven/apache-maven-
++ . /home/r/.cargo/env
+++ case ":${PATH}:" in
++ export PATH=/home/r/.cargo/bin:/usr/local/rvm/gems/ruby-2.7.0/bin:/usr/local/rvm/gems/ruby-2.7.0@global/bin:/usr/local/rvm/rubies/ruby-2.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/rvm/bin:/usr/local/texlive/2022/bin/x86_64-linux:/usr/lib/postgresql/12/bin:/home/r/.cargo/bin:/usr/local/texlive/2022/bin/x86_64-linux:/usr/lib/postgresql/12/bin:/home/r/.cargo/bin
++ PATH=/home/r/.cargo/bin:/usr/local/rvm/gems/ruby-2.7.0/bin:/usr/local/rvm/gems/ruby-2.7.0@global/bin:/usr/local/rvm/rubies/ruby-2.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/rvm/bin:/usr/local/texlive/2022/bin/x86_64-linux:/usr/lib/postgresql/12/bin:/home/r/.cargo/bin:/usr/local/texlive/2022/bin/x86_64-linux:/usr/lib/postgresql/12/bin:/home/r/.cargo/bin
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ __zsh_like_cd cd /home/r/repo
+ typeset __zsh_like_cd_hook
+ builtin cd /home/r/repo
+ for __zsh_like_cd_hook in chpwd "${chpwd_functions[@]}"
+ typeset -f chpwd
+ for __zsh_like_cd_hook in chpwd "${chpwd_functions[@]}"
+ typeset -f __rvm_cd_functions_set
+ __rvm_cd_functions_set
+ __rvm_do_with_env_before
+ [[ -n '' ]]
+ [[ -n /usr/local/rvm ]]
+ source /usr/local/rvm/scripts/initialize
++ [[ -n 5.0.17(1)-release ]]
++ shopt -s extglob
++ ((  0 == 1  ))
++ export __rvm_env_loaded
++ : __rvm_env_loaded:0:
++ : __rvm_env_loaded:1:
++ [[ -z '' ]]
++ typeset -f __rvm_cleanse_variables
++ __rvm_cleanse_variables
++ __rvm_unset_ruby_variables
++ unset rvm_env_string rvm_ruby_string rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_log_path rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_tag rvm_ruby_version rvm_head_flag rvm_ruby_package_file rvm_ruby_configure rvm_ruby_name rvm_ruby_url rvm_ruby_global_gems_path rvm_ruby_args rvm_ruby_name rvm_llvm_flag rvm_ruby_repo_tag
++ __rvm_load_rvmrc
++ typeset _file
++ typeset -a rvm_rvmrc_files
++ ((  0 == 1  ))
++ [[ -n '' ]]
+++ umask
++ export rvm_stored_umask=0002
++ rvm_stored_umask=0002
++ rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ [[ -n /usr/local ]]
++ [[ /home/r/.rvmrc -ef /usr/local/.rvmrc ]]
++ rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ for _file in "${rvm_rvmrc_files[@]}"
++ [[ -s /etc/rvmrc ]]
++ __rvm_grep '^\s*rvm .*$' /etc/rvmrc
++ source /etc/rvmrc
+++ umask u=rwx,g=rwx,o=rx
++ for _file in "${rvm_rvmrc_files[@]}"
++ [[ -s /home/r/.rvmrc ]]
++ for _file in "${rvm_rvmrc_files[@]}"
++ [[ -s /usr/local/.rvmrc ]]
++ return 0
++ [[ 0 -eq 1 ]]
++ unset rvm_gemset_name
++ unset rvm_configure_flags rvm_patch_names rvm_make_flags
++ unset rvm_env_string rvm_ruby_string rvm_action rvm_error_message rvm_force_flag rvm_debug_flag rvm_delete_flag rvm_summary_flag rvm_json_flag rvm_yaml_flag rvm_file_name rvm_user_flag rvm_system_flag rvm_install_flag rvm_llvm_flag rvm_sticky_flag rvm_rvmrc_flag rvm_gems_flag rvm_docs_flag rvm_ruby_alias rvm_static_flag rvm_archive_extension rvm_hook rvm_ruby_name rvm_remote_flag
++ __rvm_load_rvmrc
++ typeset _file
++ typeset -a rvm_rvmrc_files
++ ((  0 == 1  ))
++ [[ -n 0002 ]]
++ rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ [[ -n /usr/local ]]
++ [[ /home/r/.rvmrc -ef /usr/local/.rvmrc ]]
++ rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ for _file in "${rvm_rvmrc_files[@]}"
++ [[ -s /etc/rvmrc ]]
++ __rvm_grep '^\s*rvm .*$' /etc/rvmrc
++ source /etc/rvmrc
+++ umask u=rwx,g=rwx,o=rx
++ for _file in "${rvm_rvmrc_files[@]}"
++ [[ -s /home/r/.rvmrc ]]
++ for _file in "${rvm_rvmrc_files[@]}"
++ [[ -s /usr/local/.rvmrc ]]
++ return 0
++ ((  0 == 0  ))
++ [[ -n 0002 ]]
++ rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ [[ -n /usr/local ]]
++ [[ /home/r/.rvmrc -ef /usr/local/.rvmrc ]]
++ rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ for rvmrc in "${rvm_rvmrc_files[@]}"
++ [[ -f /etc/rvmrc ]]
++ GREP_OPTIONS=
++ command grep '^\s*rvm .*$' /etc/rvmrc
++ source /etc/rvmrc
+++ umask u=rwx,g=rwx,o=rx
++ for rvmrc in "${rvm_rvmrc_files[@]}"
++ [[ -f /home/r/.rvmrc ]]
++ for rvmrc in "${rvm_rvmrc_files[@]}"
++ [[ -f /usr/local/.rvmrc ]]
++ unset rvm_rvmrc_files
++ export rvm_path
++ [[ -z /usr/local/rvm ]]
++ true /usr/local/rvm/scripts
++ [[ -n '' ]]
++ case "$rvm_path" in
++ rvm_user_install_flag=0
++ export rvm_user_install_flag
++ : rvm_bin_path:/usr/local/rvm/bin rvm_man_path:/usr/local/rvm/share/man rvm_archives_path:/usr/local/rvm/archives rvm_docs_path:/usr/local/rvm/docs rvm_environments_path:/usr/local/rvm/environments rvm_examples_path:/usr/local/rvm/examples rvm_gems_path:/usr/local/rvm/gems rvm_gemsets_path:/usr/local/rvm/gemsets rvm_help_path:/usr/local/rvm/help rvm_docs_path:/usr/local/rvm/docs rvm_hooks_path:/usr/local/rvm/hooks rvm_lib_path:/usr/local/rvm/lib rvm_log_path:/usr/local/rvm/log rvm_patches_path:/usr/local/rvm/patches rvm_repos_path:/usr/local/rvm/repos rvm_rubies_path:/usr/local/rvm/rubies rvm_rubygems_path:/usr/local/rvm/rubygems rvm_src_path:/usr/local/rvm/src rvm_tmp_path:/usr/local/rvm/tmp rvm_user_path:/usr/local/rvm/user rvm_usr_path:/usr/local/rvm/usr rvm_wrappers_path:/usr/local/rvm/wrappers rvm_verbose_flag:0 rvm_debug_flag:0 rvm_gems_cache_path:/usr/local/rvm/gems/cache
++ export rvm_action rvm_alias_expanded rvm_archive_extension rvm_archives_path rvm_bin_flag rvm_bin_path rvm_debug_flag rvm_default_flag rvm_delete_flag rvm_docs_path rvm_docs_type rvm_dump_environment_flag rvm_environments_path rvm_error_message rvm_examples_path rvm_expanding_aliases rvm_file_name rvm_gemdir_flag rvm_gems_cache_path rvm_gems_path rvm_gemset_name rvm_gemset_separator rvm_gemsets_path rvm_gemstone_package_file rvm_gemstone_url rvm_head_flag rvm_help_path rvm_docs_path rvm_hook rvm_hooks_path rvm_install_on_use_flag rvm_lib_path rvm_llvm_flag rvm_loaded_flag rvm_log_path rvm_niceness rvm_nightly_flag rvm_only_path_flag rvm_parse_break rvm_patch_original_pwd rvm_patches_path rvm_path rvm_pretty_print_flag rvm_proxy rvm_quiet_flag rvm_reload_flag rvm_remove_flag rvm_repos_path rvm_rubies_path rvm_ruby_alias rvm_ruby_args rvm_ruby_binary rvm_ruby_bits rvm_ruby_configure rvm_ruby_file rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_global_gems_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_make rvm_ruby_make_install rvm_ruby_minor_version rvm_ruby_mode rvm_ruby_name rvm_ruby_package_file rvm_ruby_package_name rvm_ruby_patch rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_sha rvm_ruby_string rvm_ruby_strings rvm_ruby_tag rvm_ruby_url rvm_ruby_user_tag rvm_ruby_version rvm_script_name rvm_scripts_path rvm_sdk rvm_user_install_flag rvm_silent_flag rvm_src_path rvm_sticky_flag rvm_system_flag rvm_tmp_path rvm_token rvm_trace_flag rvm_use_flag rvm_user_flag rvm_user_path rvm_usr_path rvm_verbose_flag rvm_wrappers_path rvm_ruby_repo_branch rvm_man_path rvm_remote_flag rvm_ruby_repo_tag
+ __rvm_setup
+ __variables_definition export
+ typeset -a __variables_list __array_list
+ typeset __method
+ __method=export
+ __variables_list=(rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_dynamic_extensions_flag rvm_18_flag rvm_19_flag rvm_20_flag rvm_21_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_curl_flags rvm_rubygems_version rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_skip_pristine_flag rvm_create_flag rvm_remove_flag rvm_movable_flag rvm_archive_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag rvm_skip_openssl_flag rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_stored_errexit rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_repo_tag rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems rvm_with_gems rvm_with_default_gems rvm_ignore_dotfiles_flag rvm_fuzzy_flag rvm_autolibs_flag rvm_autolibs_flag_number rvm_autolibs_flag_runner rvm_quiet_curl_flag rvm_max_time_flag rvm_error_clr rvm_warn_clr rvm_debug_clr rvm_notify_clr rvm_code_clr rvm_comment_clr rvm_reset_clr rvm_error_color rvm_warn_color rvm_debug_color rvm_notify_color rvm_code_color rvm_comment_color rvm_reset_color rvm_log_timestamp rvm_log_filesystem rvm_log_namelen rvm_show_log_lines_on_error)
+ __array_list=(rvm_patch_names rvm_ree_options rvm_autoconf_flags rvm_architectures)
+ case "${__method}" in
+ true
+ export rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_dynamic_extensions_flag rvm_18_flag rvm_19_flag rvm_20_flag rvm_21_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_curl_flags rvm_rubygems_version rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_skip_pristine_flag rvm_create_flag rvm_remove_flag rvm_movable_flag rvm_archive_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag rvm_skip_openssl_flag rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_stored_errexit rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_repo_tag rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems rvm_with_gems rvm_with_default_gems rvm_ignore_dotfiles_flag rvm_fuzzy_flag rvm_autolibs_flag rvm_autolibs_flag_number rvm_autolibs_flag_runner rvm_quiet_curl_flag rvm_max_time_flag rvm_error_clr rvm_warn_clr rvm_debug_clr rvm_notify_clr rvm_code_clr rvm_comment_clr rvm_reset_clr rvm_error_color rvm_warn_color rvm_debug_color rvm_notify_color rvm_code_color rvm_comment_color rvm_reset_color rvm_log_timestamp rvm_log_filesystem rvm_log_namelen rvm_show_log_lines_on_error
+ [[ -n 5.0.17(1)-release ]]
+ export -fn __rvm_select_version_variables __rvm_ruby_string_parse_ __rvm_rm_rf_verbose __rvm_parse_args __rvm_ruby_string_find __rvm_file_load_env __rvm_remove_without_gems
+ ((  __rvm_env_loaded != 1  ))
+ [[ -n 5.0.17(1)-release ]]
+ __function_on_stack cd pushd popd
+ __rvm_string_includes '__function_on_stack __rvm_setup __rvm_do_with_env_before __rvm_cd_functions_set __zsh_like_cd cd main' cd pushd popd
+ typeset __search '__text=__function_on_stack __rvm_setup __rvm_do_with_env_before __rvm_cd_functions_set __zsh_like_cd cd main'
+ shift
+ for __search in "$@"
+ [[  __function_on_stack __rvm_setup __rvm_do_with_env_before __rvm_cd_functions_set __zsh_like_cd cd main  == *\ \c\d\ * ]]
+ return 0
+ [[ -n '' ]]
+ [[ -n '' ]]
+ __rvm_project_rvmrc
+ export __rvm_project_rvmrc_lock
+ : __rvm_project_rvmrc_lock:0
+ : __rvm_project_rvmrc_lock:1
+ ((  __rvm_project_rvmrc_lock > 1  ))
+ typeset working_dir found_file rvm_trustworthiness_result save_PATH
+ working_dir=/home/r/repo
+ save_PATH=/home/r/.cargo/bin:/usr/local/rvm/gems/ruby-2.7.0/bin:/usr/local/rvm/gems/ruby-2.7.0@global/bin:/usr/local/rvm/rubies/ruby-2.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/rvm/bin:/usr/local/texlive/2022/bin/x86_64-linux:/usr/lib/postgresql/12/bin:/home/r/.cargo/bin:/usr/local/texlive/2022/bin/x86_64-linux:/usr/lib/postgresql/12/bin:/home/r/.cargo/bin
+ :
+ [[ -z /home/r/repo ]]
+ [[ /home/r == \/\h\o\m\e\/\r\/\r\e\p\o ]]
+ [[ /usr/local == \/\h\o\m\e\/\r\/\r\e\p\o ]]
+ [[ /home/r/repo == \. ]]
+ __rvm_project_dir_check /home/r/repo found_file
+ typeset _found_file path_to_check variable variable_default
+ typeset -a _valid_files
+ path_to_check=/home/r/repo
+ variable=found_file
+ variable_default=
+ _valid_files=("$path_to_check" "$path_to_check/.rvmrc" "$path_to_check/.versions.conf" "$path_to_check/.ruby-version" "$path_to_check/.rbfu-version" "$path_to_check/.rbenv-version" "$path_to_check/Gemfile")
+ __rvm_find_first_file _found_file /home/r/repo /home/r/repo/.rvmrc /home/r/repo/.versions.conf /home/r/repo/.ruby-version /home/r/repo/.rbfu-version /home/r/repo/.rbenv-version /home/r/repo/Gemfile
+ typeset _first_file _variable_first_file __file_enum
+ _first_file=
+ _variable_first_file=_found_file
+ shift
+ for __file_enum in "$@"
+ [[ -f /home/r/repo ]]
+ for __file_enum in "$@"
+ [[ -f /home/r/repo/.rvmrc ]]
+ for __file_enum in "$@"
+ [[ -f /home/r/repo/.versions.conf ]]
+ for __file_enum in "$@"
+ [[ -f /home/r/repo/.ruby-version ]]
+ for __file_enum in "$@"
+ [[ -f /home/r/repo/.rbfu-version ]]
+ for __file_enum in "$@"
+ [[ -f /home/r/repo/.rbenv-version ]]
+ for __file_enum in "$@"
+ [[ -f /home/r/repo/Gemfile ]]
+ eval '_found_file=""'
++ _found_file=
+ return 1
+ true
+ [[ ! -s '' ]]
+ _found_file=
+ [[ -n found_file ]]
+ eval 'found_file="${_found_file:-}"'
++ found_file=
+ [[ -n '' ]]
+ typeset __result=1
+ unset RVM_PROJECT_PATH
+ return 1
+ working_dir=/home/r
+ :
+ [[ -z /home/r ]]
+ [[ /home/r == \/\h\o\m\e\/\r ]]
+ ((  0 >= 1  ))
+ [[ -n '' ]]
+ __rvm_file_env_check_unload
+ ((  0 > 0  ))
+ rvm_saved_env=()
+ unset rvm_current_rvmrc rvm_previous_environment
+ break
+ unset __rvm_project_rvmrc_lock
+ return 1
+ true
+ __rvm_after_cd
+ typeset rvm_hook
+ rvm_hook=after_cd
+ [[ -n /usr/local/rvm/scripts ]]
+ source /usr/local/rvm/scripts/hook
++ typeset old_rvm_verbose_flag old_rvm_debug_flag
++ old_rvm_verbose_flag=0
++ old_rvm_debug_flag=0
++ typeset rvm_verbose_flag rvm_debug_flag hooks
++ true rvm_verbose_flag:0 rvm_hooks_path:/usr/local/rvm/hooks rvm_debug_flag:0 rvm_hook:after_cd
++ [[ -n after_cd ]]
++ hooks=()
++ [[ -d /usr/local/rvm/hooks ]]
++ hooks+=("$rvm_hooks_path")
++ [[ /home/r/repo/.rvm/hooks != \/\u\s\r\/\l\o\c\a\l\/\r\v\m\/\h\o\o\k\s ]]
++ [[ -d /home/r/repo/.rvm/hooks ]]
++ [[ -n /usr/local/rvm/hooks ]]
++ __rvm_read_lines _hooks_list /dev/fd/63
++ typeset IFS
++ IFS='
'
+++ __rvm_find -L /usr/local/rvm/hooks -iname 'after_cd*' -type f
++ [[ /dev/fd/63 == \- ]]
++ eval '_hooks_list=( $( \command \cat "${2:--}" ) )'
+++ _hooks_list=($( \command \cat "${2:--}" ))
++++ command cat /dev/fd/63
++++ cat /dev/fd/63
++ for hook in "${_hooks_list[@]}"
++ [[ -x /usr/local/rvm/hooks/after_cd_install_vendored_gems ]]
++ [[ after_cd_install_vendored_gems == \a\f\t\e\r\_\c\d ]]
++ for hook in "${_hooks_list[@]}"
++ [[ -x /usr/local/rvm/hooks/after_cd_bundler ]]
++ [[ after_cd_bundler == \a\f\t\e\r\_\c\d ]]
++ unset rvm_hook hooks _hooks_list hook
+ __rvm_do_with_env_after
+ __rvm_teardown
+ builtin command -v __rvm_cleanup_tmp
+ __rvm_cleanup_tmp
+ [[ -d /usr/local/rvm/tmp/ ]]
+ case "${rvm_tmp_path%\/}" in
+ __rvm_rm_rf '/usr/local/rvm/tmp/105*'
+ __rvm_rm_rf_verbose '/usr/local/rvm/tmp/105*'
+ typeset target
+ target='/usr/local/rvm/tmp/105*'
+ [[ -n '' ]]
+ [[ -n 5.0.17(1)-release ]]
+ builtin shopt -s extglob
+ case "${target}" in
+ [[ -z /usr/local/rvm/tmp/105* ]]
+ [[ -d /usr/local/rvm/tmp/105* ]]
+ [[ -f /usr/local/rvm/tmp/105* ]]
+ [[ -L /usr/local/rvm/tmp/105* ]]
+ rvm_debug '__rvm_rm_rf already gone: /usr/local/rvm/tmp/105*'
+ ((  0  ))
+ return 0
+ true
+ true
+ export __rvm_env_loaded
+ : __rvm_env_loaded:1:
+ : __rvm_env_loaded:1:
+ : __rvm_env_loaded:0:
+ [[ -z /usr/local/rvm/tmp ]]
+ ((  __rvm_env_loaded > 0  ))
+ [[ -n 5.0.17(1)-release ]]
+ trap - EXIT HUP INT QUIT TERM
+ [[ -n '' ]]
+ ((  rvm_bash_nounset == 1  ))
+ unset rvm_bash_nounset
+ [[ -n '' ]]
+ [[ -n 0002 ]]
+ umask 0002
+ unset rvm_stored_umask
+ builtin command -v __rvm_cleanup_download
+ [[ '' == \1 ]]
+ __variables_definition unset
+ typeset -a __variables_list __array_list
+ typeset __method
+ __method=unset
+ __variables_list=(rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_dynamic_extensions_flag rvm_18_flag rvm_19_flag rvm_20_flag rvm_21_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_curl_flags rvm_rubygems_version rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_skip_pristine_flag rvm_create_flag rvm_remove_flag rvm_movable_flag rvm_archive_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag rvm_skip_openssl_flag rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_stored_errexit rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_repo_tag rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems rvm_with_gems rvm_with_default_gems rvm_ignore_dotfiles_flag rvm_fuzzy_flag rvm_autolibs_flag rvm_autolibs_flag_number rvm_autolibs_flag_runner rvm_quiet_curl_flag rvm_max_time_flag rvm_error_clr rvm_warn_clr rvm_debug_clr rvm_notify_clr rvm_code_clr rvm_comment_clr rvm_reset_clr rvm_error_color rvm_warn_color rvm_debug_color rvm_notify_color rvm_code_color rvm_comment_color rvm_reset_color rvm_log_timestamp rvm_log_filesystem rvm_log_namelen rvm_show_log_lines_on_error)
+ __array_list=(rvm_patch_names rvm_ree_options rvm_autoconf_flags rvm_architectures)
+ case "${__method}" in
+ unset rvm_patch_names rvm_ree_options rvm_autoconf_flags rvm_architectures
+ unset rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_dynamic_extensions_flag rvm_18_flag rvm_19_flag rvm_20_flag rvm_21_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_curl_flags rvm_rubygems_version rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_skip_pristine_flag rvm_create_flag rvm_remove_flag rvm_movable_flag rvm_archive_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag rvm_skip_openssl_flag rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_stored_errexit rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_repo_tag rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems rvm_with_gems rvm_with_default_gems rvm_ignore_dotfiles_flag rvm_fuzzy_flag rvm_autolibs_flag rvm_autolibs_flag_number rvm_autolibs_flag_runner rvm_quiet_curl_flag rvm_max_time_flag rvm_error_clr rvm_warn_clr rvm_debug_clr rvm_notify_clr rvm_code_clr rvm_comment_clr rvm_reset_clr rvm_error_color rvm_warn_color rvm_debug_color rvm_notify_color rvm_code_color rvm_comment_color rvm_reset_color rvm_log_timestamp rvm_log_filesystem rvm_log_namelen rvm_show_log_lines_on_error
+ [[ -n 5.0.17(1)-release ]]
+ export -fn __rvm_select_version_variables __rvm_ruby_string_parse_ __rvm_rm_rf_verbose __rvm_parse_args __rvm_ruby_string_find __rvm_file_load_env __rvm_remove_without_gems
+ unset _system_arch _system_name _system_type _system_version
+ return 0
+ return 0
+ true
+ export head=git@github.com:polystat/py2eo.git
+ head=git@github.com:polystat/py2eo.git
+ export tag=0.33.0
+ tag=0.33.0
+ export head_branch=master
+ head_branch=master
+ export author=dours
+ author=dours
+ [[ 0.33.0 =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]
+ echo 'Amount of free memory:'
Amount of free memory:
+ free
              total        used        free      shared  buff/cache   available
Mem:       24622424      596616     5712044      271516    18313764    23354384
Swap:       8388604        5376     8383228
+ ulimit -a
core file size          (blocks, -c) unlimited
data seg size           (kbytes, -d) unlimited
scheduling priority             (-e) 0
file size               (blocks, -f) unlimited
pending signals                 (-i) 95949
max locked memory       (kbytes, -l) 64
max memory size         (kbytes, -m) unlimited
open files                      (-n) 1024
pipe size            (512 bytes, -p) 8
POSIX message queues     (bytes, -q) 819200
real-time priority              (-r) 0
stack size              (kbytes, -s) 8192
cpu time               (seconds, -t) unlimited
max user processes              (-u) unlimited
virtual memory          (kbytes, -v) unlimited
file locks                      (-x) unlimited
+ wget https://download.java.net/java/GA/jdk14.0.1/664493ef4a6946b186ff29eb326336a2/7/GPL/openjdk-14.0.1_linux-x64_bin.tar.gz
--2022-11-09 08:02:01--  https://download.java.net/java/GA/jdk14.0.1/664493ef4a6946b186ff29eb326336a2/7/GPL/openjdk-14.0.1_linux-x64_bin.tar.gz
Resolving download.java.net (download.java.net)... 2.18.160.86
Connecting to download.java.net (download.java.net)|2.18.160.86|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 198665889 (189M) [application/x-gzip]
Saving to: ‘openjdk-14.0.1_linux-x64_bin.tar.gz’

openjdk-14.0.1_linu 100%[===================>] 189.46M  11.0MB/s    ina17ss

2022-11-09 08:02:19 (11.0 MB/s) - ‘openjdk-14.0.1_linux-x64_bin.tar.gz’ saved [198665889/198665889]

+ tar x -z
+ PATH=/home/r/repo/jdk-14.0.1/bin/:/home/r/.cargo/bin:/usr/local/rvm/gems/ruby-2.7.0/bin:/usr/local/rvm/gems/ruby-2.7.0@global/bin:/usr/local/rvm/rubies/ruby-2.7.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/rvm/bin:/usr/local/texlive/2022/bin/x86_64-linux:/usr/lib/postgresql/12/bin:/home/r/.cargo/bin:/usr/local/texlive/2022/bin/x86_64-linux:/usr/lib/postgresql/12/bin:/home/r/.cargo/bin
+ export JAVA_HOME=/home/r/repo/jdk-14.0.1/
+ JAVA_HOME=/home/r/repo/jdk-14.0.1/
+ mvn versions:set -DnewVersion=0.33.0 -Dstyle.color=never
0m0m[INFO] Scanning for projects...
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.64.1/parent-0.64.1.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/parent/0.64.1/parent-0.64.1.pom (63 kB at 171 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.pom (5.7 kB at 47 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/3.3.35/kuali-common-3.3.35.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/3.3.35/kuali-common-3.3.35.pom (42 kB at 341 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/3.3.35/kuali-pom-3.3.35.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/3.3.35/kuali-pom-3.3.35.pom (64 kB at 510 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/15.0/guava-15.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/google/guava/guava/15.0/guava-15.0.pom (6.3 kB at 55 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom (7.3 kB at 59 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 37 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.pom (2.6 kB at 21 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/2.0.0/kuali-common-2.0.0.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/2.0.0/kuali-common-2.0.0.pom (35 kB at 270 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/2.0.0/kuali-pom-2.0.0.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/2.0.0/kuali-pom-2.0.0.pom (56 kB at 515 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom (5.6 kB at 46 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom (6.0 kB at 48 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom (11 kB at 96 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom (17 kB at 131 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom (8.4 kB at 61 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom (9.0 kB at 75 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom (10 kB at 81 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 196 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (4.5 kB at 36 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 51 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom (1.0 kB at 8.1 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom (1.2 kB at 9.8 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.pom (2.6 kB at 21 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom (31 kB at 241 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom (43 kB at 364 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom (2.7 kB at 27 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (12 kB at 103 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom (1.7 kB at 13 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.16/log4j-1.2.16.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/log4j/log4j/1.2.16/log4j-1.2.16.pom (20 kB at 158 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 141 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 260 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom (14 kB at 115 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 88 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 383 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (15 kB at 117 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom (2.5 kB at 20 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.pom (6.5 kB at 43 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom (5.9 kB at 60 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom (14 kB at 186 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/5/project-5.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/5/project-5.pom (23 kB at 305 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom (5.7 kB at 93 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom (11 kB at 244 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/6/project-6.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/6/project-6.pom (24 kB at 436 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 211 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 544 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.pom (5.6 kB at 47 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/4/oss-parent-4.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/4/oss-parent-4.pom (18 kB at 361 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.pom (5.6 kB at 67 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.pom (1.9 kB at 32 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.pom (2.1 kB at 32 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom (1.7 kB at 17 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom (16 kB at 96 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 258 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom (15 kB at 548 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 194 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 279 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 190 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.pom (2.6 kB at 81 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/2.3.9/kuali-common-2.3.9.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/kuali/pom/kuali-common/2.3.9/kuali-common-2.3.9.pom (41 kB at 764 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom
Downloaded1from9Maven:Bhttps://repo.maven.apache.org/maven2/org/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom (59 kB at 479 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.pom (1.6 kB at 11 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 98 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 23 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 kB at 659 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom (1.9 kB at 84 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/15.0/guava-15.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar
Downloaded5from7Maven:2https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (26 kB at 305 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.jar (27 kB at 311 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.jar (42 kB at 378 kB/s)
Downloading)from3Maven:Bhttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar (223 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 209 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar (425 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar (206 kB at 686 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar (34 kB at 102 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar (53 kB at 109 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar (923 kB at 1.5 MB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar (871 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 340 kB/s)
Downloading)from8Maven:Bhttps://repo.maven.apache.org/maven2/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 252 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 387 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar (22 kB at 30 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar (8.9 kB at 11 kB/s)
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar (17 kB at 21 kB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/guava/guava/15.0/guava-15.0.jar (2.2 MB at 2.6 MB/s)
Downloaded2from.Maven:Bhttps://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 575 kB/s)
Downloaded1from1Maven:Mhttps://repo.maven.apache.org/maven2/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar (11 MB at 5.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom (5.6 kB at 83 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] py2eo                                                              [pom]
[INFO] parser                                                             [jar]
[INFO] transpiler                                                         [jar]
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.1.0/maven-enforcer-plugin-3.1.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.1.0/maven-enforcer-plugin-3.1.0.pom (7.2 kB at 58 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/3.1.0/enforcer-3.1.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/3.1.0/enforcer-3.1.0.pom (8.3 kB at 104 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 402 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom (21 kB at 260 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.1.0/maven-enforcer-plugin-3.1.0.jar
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.1.0/maven-enforcer-plugin-3.1.0.jar (26 kB at 244 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/3.0.0/buildnumber-maven-plugin-3.0.0.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/3.0.0/buildnumber-maven-plugin-3.0.0.pom (13 kB at 66 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/65/mojo-parent-65.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/65/mojo-parent-65.pom (35 kB at 964 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.8.1/junit-bom-5.8.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/junit/junit-bom/5.8.1/junit-bom-5.8.1.pom (5.6 kB at 92 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/3.0.0/buildnumber-maven-plugin-3.0.0.jar
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/3.0.0/buildnumber-maven-plugin-3.0.0.jar (46 kB at 680 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom (9.1 kB at 126 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 223 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 549 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom (18 kB at 86 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar (41 kB at 195 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom (7.2 kB at 63 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 193 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/31/maven-parent-31.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 735 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom (15 kB at 344 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar (32 kB at 902 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.4.2/maven-assembly-plugin-3.4.2.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.4.2/maven-assembly-plugin-3.4.2.pom (15 kB at 404 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom (9.9 kB at 125 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.4.2/maven-assembly-plugin-3.4.2.jar
Downloaded1from5Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.4.2/maven-assembly-plugin-3.4.2.jar (255 kB at 3.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom (12 kB at 459 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom (2.8 kB at 145 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom (18 kB at 627 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom (760 B at 24 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom (23 kB at 270 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar
Downloaded1from5Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar (251 kB at 2.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/3.1.0/exec-maven-plugin-3.1.0.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/3.1.0/exec-maven-plugin-3.1.0.pom (14 kB at 158 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/69/mojo-parent-69.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/69/mojo-parent-69.pom (35 kB at 569 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom (5.6 kB at 156 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/3.1.0/exec-maven-plugin-3.1.0.jar
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/3.1.0/exec-maven-plugin-3.1.0.jar (73 kB at 491 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/wagon-maven-plugin/1.0/wagon-maven-plugin-1.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/mojo/wagon-maven-plugin/1.0/wagon-maven-plugin-1.0.pom (5.4 kB at 49 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/33/mojo-parent-33.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/33/mojo-parent-33.pom (26 kB at 709 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 66 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/wagon-maven-plugin/1.0/wagon-maven-plugin-1.0.jar
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/mojo/wagon-maven-plugin/1.0/wagon-maven-plugin-1.0.jar (51 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom (5.3 kB at 161 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom (9.9 kB at 180 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/35/maven-parent-35.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/35/maven-parent-35.pom (45 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/25/apache-25.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/25/apache-25.pom (21 kB at 147 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar (36 kB at 179 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.0.1/maven-install-plugin-3.0.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.0.1/maven-install-plugin-3.0.1.pom (7.5 kB at 32 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.0.1/maven-install-plugin-3.0.1.jar
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.0.1/maven-install-plugin-3.0.1.jar (30 kB at 151 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.pom (8.5 kB at 34 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.jar
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.jar (37 kB at 228 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom (20 kB at 171 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar
Downloaded1from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar (119 kB at 867 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-plugin/0.17.0/jcabi-maven-plugin-0.17.0.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-plugin/0.17.0/jcabi-maven-plugin-0.17.0.pom (11 kB at 80 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.34.1/jcabi-1.34.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.34.1/jcabi-1.34.1.pom (5.8 kB at 50 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.60.5/parent-0.60.5.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/parent/0.60.5/parent-0.60.5.pom (63 kB at 960 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom (5.6 kB at 83 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-plugin/0.17.0/jcabi-maven-plugin-0.17.0.jar
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-plugin/0.17.0/jcabi-maven-plugin-0.17.0.jar (23 kB at 165 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-mysql-maven-plugin/0.9/jcabi-mysql-maven-plugin-0.9.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-mysql-maven-plugin/0.9/jcabi-mysql-maven-plugin-0.9.pom (13 kB at 104 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.15/jcabi-1.15.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.15/jcabi-1.15.pom (6.2 kB at 49 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.29/parent-0.29.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/parent/0.29/parent-0.29.pom (74 kB at 354 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-mysql-maven-plugin/0.9/jcabi-mysql-maven-plugin-0.9.jar
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-mysql-maven-plugin/0.9/jcabi-mysql-maven-plugin-0.9.jar (33 kB at 255 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-dynamodb-maven-plugin/0.10.1/jcabi-dynamodb-maven-plugin-0.10.1.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-dynamodb-maven-plugin/0.10.1/jcabi-dynamodb-maven-plugin-0.10.1.pom (10 kB at 68 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-dynamodb-maven-plugin/0.10.1/jcabi-dynamodb-maven-plugin-0.10.1.jar
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-dynamodb-maven-plugin/0.10.1/jcabi-dynamodb-maven-plugin-0.10.1.jar (28 kB at 224 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-ssl-maven-plugin/0.14.0/jcabi-ssl-maven-plugin-0.14.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-ssl-maven-plugin/0.14.0/jcabi-ssl-maven-plugin-0.14.0.pom (9.0 kB at 69 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-ssl-maven-plugin/0.14.0/jcabi-ssl-maven-plugin-0.14.0.jar
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-ssl-maven-plugin/0.14.0/jcabi-ssl-maven-plugin-0.14.0.jar (31 kB at 271 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.pom (11 kB at 48 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.14/jcabi-1.14.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.14/jcabi-1.14.pom (6.2 kB at 29 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.27.1/parent-0.27.1.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/parent/0.27.1/parent-0.27.1.pom (74 kB at 516 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.jar
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-heroku-maven-plugin/0.9/jcabi-heroku-maven-plugin-0.9.jar (28 kB at 223 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-beanstalk-maven-plugin/0.11/jcabi-beanstalk-maven-plugin-0.11.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-beanstalk-maven-plugin/0.11/jcabi-beanstalk-maven-plugin-0.11.pom (9.8 kB at 69 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.16/jcabi-1.16.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.16/jcabi-1.16.pom (6.2 kB at 43 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.31/parent-0.31.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/parent/0.31/parent-0.31.pom (74 kB at 626 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-beanstalk-maven-plugin/0.11/jcabi-beanstalk-maven-plugin-0.11.jar
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-beanstalk-maven-plugin/0.11/jcabi-beanstalk-maven-plugin-0.11.jar (72 kB at 570 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom (13 kB at 56 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.jar
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.jar (62 kB at 262 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.pom (16 kB at 87 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.jar
Downloaded1from8Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.jar (187 kB at 659 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M7/maven-failsafe-plugin-3.0.0-M7.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M7/maven-failsafe-plugin-3.0.0-M7.pom (13 kB at 60 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.0.0-M7/surefire-3.0.0-M7.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.0.0-M7/surefire-3.0.0-M7.pom (22 kB at 215 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M7/maven-failsafe-plugin-3.0.0-M7.jar
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M7/maven-failsafe-plugin-3.0.0-M7.jar (54 kB at 2.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/3.3.0/maven-help-plugin-3.3.0.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/3.3.0/maven-help-plugin-3.3.0.pom (11 kB at 590 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom (9.9 kB at 521 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/37/maven-parent-37.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/37/maven-parent-37.pom (46 kB at 2.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom (20 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/3.3.0/maven-help-plugin-3.3.0.jar
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/3.3.0/maven-help-plugin-3.3.0.jar (84 kB at 3.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.3.0/maven-invoker-plugin-3.3.0.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.3.0/maven-invoker-plugin-3.3.0.pom (14 kB at 686 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.3.0/maven-invoker-plugin-3.3.0.jar
Downloaded1from3Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.3.0/maven-invoker-plugin-3.3.0.jar (135 kB at 4.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom (6.8 kB at 356 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar (27 kB at 943 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.4.1/maven-javadoc-plugin-3.4.1.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.4.1/maven-javadoc-plugin-3.4.1.pom (21 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.4.1/maven-javadoc-plugin-3.4.1.jar
Downloaded1from2Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.4.1/maven-javadoc-plugin-3.4.1.jar (523 kB at 8.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.6.4/maven-plugin-plugin-3.6.4.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.6.4/maven-plugin-plugin-3.6.4.pom (13 kB at 639 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.pom (15 kB at 773 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.6.4/maven-plugin-plugin-3.6.4.jar
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.6.4/maven-plugin-plugin-3.6.4.jar (55 kB at 2.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/3.0.0-M7/maven-release-plugin-3.0.0-M7.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/3.0.0-M7/maven-release-plugin-3.0.0-M7.pom (9.4 kB at 471 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/release/maven-release/3.0.0-M7/maven-release-3.0.0-M7.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/release/maven-release/3.0.0-M7/maven-release-3.0.0-M7.pom (11 kB at 598 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/3.0.0-M7/maven-release-plugin-3.0.0-M7.jar
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/3.0.0-M7/maven-release-plugin-3.0.0-M7.jar (61 kB at 2.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.pom (8.5 kB at 472 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.jar
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.jar (32 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom (6.9 kB at 256 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 562 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom (17 kB at 900 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar (32 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.pom (7.2 kB at 401 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.jar
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.jar (44 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/3.3.2/maven-war-plugin-3.3.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/3.3.2/maven-war-plugin-3.3.2.pom (9.7 kB at 510 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/3.3.2/maven-war-plugin-3.3.2.jar
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/3.3.2/maven-war-plugin-3.3.2.jar (83 kB at 3.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.13.0/versions-maven-plugin-2.13.0.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.13.0/versions-maven-plugin-2.13.0.pom (16 kB at 795 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/71/mojo-parent-71.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/71/mojo-parent-71.pom (34 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.13.0/versions-maven-plugin-2.13.0.jar
Downloaded1from1Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.13.0/versions-maven-plugin-2.13.0.jar (416 kB at 7.6 MB/s)
[INFO]
[INFO] -------------------------< org.polystat:py2eo >-------------------------
[INFO] Building py2eo 1.0-SNAPSHOT                                        [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.13.0:set (default-cli) @ py2eo ---
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom (3.8 kB at 198 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 283 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom (1.6 kB at 83 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom (18 kB at 902 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom (1.6 kB at 93 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom (7.6 kB at 400 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 346 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 kB at 735 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 200 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 165 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 995 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 398 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 678 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom (1.8 kB at 102 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom (2.3 kB at 133 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (1.0 kB at 57 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 180 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 48 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 236 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 910 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 164 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 378 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 442 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 286 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 472 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 121 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom (1.9 kB at 105 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (1.6 kB at 96 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom (3.0 kB at 178 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.2.5/maven-3.2.5.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven/3.2.5/maven-3.2.5.pom (22 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom (15 kB at 564 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom (4.2 kB at 236 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 212 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom (2.3 kB at 130 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom (4.7 kB at 196 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom (13 kB at 662 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 80 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 131 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 416 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 57 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 36 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom (2.5 kB at 142 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom (14 kB at 752 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 264 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 224 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom (2.5 kB at 137 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom (3.5 kB at 118 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 69 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 98 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 113 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 186 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom (5.9 kB at 347 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom (7.9 kB at 417 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/10.0.1/guava-10.0.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 299 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2.0 kB at 109 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 54 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 534 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 575 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 20 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom (5.0 kB at 262 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom (7.8 kB at 411 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 15 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 255 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 216 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (3.5 kB at 206 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
Downloaded1from9Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 931 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 324 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 750 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 2.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom (16 kB at 746 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom (3.0 kB at 165 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom (4.8 kB at 283 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom (5.1 kB at 298 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 440 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 300 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.7/xbean-3.7.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 813 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 323 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 890 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 921 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom (13 kB at 673 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 138 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom (1.6 kB at 86 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom (3.4 kB at 189 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom (14 kB at 755 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 42 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 267 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 288 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom (4.5 kB at 251 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom (750 B at 42 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 3.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.3/commons-text-1.3.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.3/commons-text-1.3.pom (14 kB at 751 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/45/commons-parent-45.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/45/commons-parent-45.pom (73 kB at 3.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom (28 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom (6.6 kB at 330 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom (16 kB at 819 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom (5.0 kB at 292 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (13 kB at 658 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
Downloaded1from9Maven:Bhttps://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 915 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 2.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 735 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom (5.0 kB at 276 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom (13 kB at 658 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom (6.0 kB at 336 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 140 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 491 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 82 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 567 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 88 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom (4.1 kB at 228 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 380 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 611 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 171 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 77 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 26 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 319 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/junit/junit/4.13.2/junit-4.13.2.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/junit/junit/4.13.2/junit-4.13.2.pom (27 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 40 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 123 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 381 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 174 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (2.1 kB at 122 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 167 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 458 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 126 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 148 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom (7.7 kB at 428 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 113 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 196 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 882 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom (3.0 kB at 179 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom (2.0 kB at 110 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom (2.7 kB at 161 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom (2.0 kB at 117 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 193 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 105 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 179 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 166 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 156 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 232 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 320 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 603 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 695 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 776 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 910 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
Downloaded1from5Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 20 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 51 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 389 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 325 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 8.5 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/logkit/logkit/1.0.1/logkit-1.0.1.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 7.3 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 7.6 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 334 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 57 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 128 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 9.6 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 10 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 185 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 141 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 613 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 5.9 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 7.4 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 559 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 689 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 2.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (15 kB at 810 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom (5.3 kB at 314 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom (5.3 kB at 310 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom (4.9 kB at 272 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 144 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 705 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/3.5.2/wagon-file-3.5.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/3.5.2/wagon-file-3.5.2.pom (1.8 kB at 104 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/3.5.2/wagon-providers-3.5.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/3.5.2/wagon-providers-3.5.2.pom (3.0 kB at 190 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/3.5.2/wagon-3.5.2.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/3.5.2/wagon-3.5.2.pom (21 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.2/wagon-provider-api-3.5.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.2/wagon-provider-api-3.5.2.pom (1.9 kB at 106 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom (8.2 kB at 432 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/8/plexus-8.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom
Downloaded1from2Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom (823 B at 46 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom (1.7 kB at 102 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom (2.7 kB at 150 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (26 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/6.3.1/woodstox-core-6.3.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/6.3.1/woodstox-core-6.3.1.pom (9.0 kB at 502 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/45/oss-parent-45.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/45/oss-parent-45.pom (24 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom (6.3 kB at 370 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/38/oss-parent-38.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/38/oss-parent-38.pom (23 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom
Downloaded1from9Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 3.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 283 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar
Downloaded5from1Maven:2https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar (11 kB at 459 kB/s)
Downloading)from/Maven:|https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar
Downloaded4from7Maven:2https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar (20 kB at 751 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar
Downloaded4from7Maven:6https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 901 kB/s)
Downloading)from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar
Downloaded4from4Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 547 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (164 kB at 2.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
Downloaded4from9Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 790 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
Downloaded3from1Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 219 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
Downloaded2from2Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar
Downloaded5from2Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 954 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 953 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
Downloaded4from0Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar (202 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 269 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/10.0.1/guava-10.0.1.jar
Downloaded4from3Maven:khttps://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 34 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
Downloaded4from6Maven:khttps://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 14 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
Downloaded5from3Maven:khttps://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 163 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 20 kB/s)
Downloaded4from6Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 2.5 MB/s)
Downloading)from4Maven:Bhttps://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.jar
Downloaded5from3Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 519 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 163 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 207 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 1.2 MB/s)
Downloading)from5Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 150 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 89 kB/s)
Downloading)from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 42 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar (202 kB at 626 kB/s)
Downloading)from7Maven:Bhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 147 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.jar (46 kB at 125 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 409 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar (60 kB at 151 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar (58 kB at 141 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/3.5.2/wagon-file-3.5.2.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar (47 kB at 112 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.2/wagon-provider-api-3.5.2.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 508 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 97 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-file/3.5.2/wagon-file-3.5.2.jar (11 kB at 26 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar (12 kB at 26 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.2/wagon-provider-api-3.5.2.jar (55 kB at 116 kB/s)
Downloading)from4Maven:Bhttps://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar (218 kB at 446 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/guava/guava/10.0.1/guava-10.0.1.jar (1.5 MB at 3.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.3/commons-text-1.3.jar
Downloaded4from9Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar (4.2 kB at 8.3 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar
Downloaded4from3Maven:khttps://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (148 kB at 285 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
Downloaded4from3Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar (230 kB at 431 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
Downloaded5from2Maven:khttps://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 106 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar
Downloaded4from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.3/commons-text-1.3.jar (183 kB at 310 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar
Downloaded5from2Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar (12 kB at 19 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar (65 kB at 96 kB/s)
Downloading)from0Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar
Downloaded5from5Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar
Downloaded4from7Maven:khttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 479 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar
Downloaded3from7Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar (16 kB at 23 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar
Downloaded5from2Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar (17 kB at 24 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar
Downloaded4from4Maven:khttps://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 kB at 456 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar (18 kB at 25 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
Downloaded2from5Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 17 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
Downloaded4from0Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 11 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
Downloaded5from4Maven:khttps://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 831 kB/s)
Downloading)from3Maven:Bhttps://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 226 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 314 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 414 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar
Downloaded5from7Maven:khttps://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 168 kB/s)
Downloading)from4Maven:Bhttps://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 75 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar
Downloaded4from4Maven:khttps://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 102 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar (9.4 kB at 10 kB/s)
Downloading)from7Maven:Bhttps://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/6.3.1/woodstox-core-6.3.1.jar
Downloaded5from5Maven:khttps://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 478 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar (267 kB at 278 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
Downloaded5from5Maven:khttps://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 438 kB/s)
Downloaded4from6Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar (196 kB at 186 kB/s)
Downloaded3from8Maven:khttps://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 551 kB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 526 kB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/6.3.1/woodstox-core-6.3.1.jar (1.6 MB at 1.2 MB/s)
[INFO] Searching for local aggregator root...
[INFO] Local aggregation root: /home/r/repo
[INFO] Processing change of org.polystat:py2eo:1.0-SNAPSHOT -> 0.33.0
[INFO] Processing org.polystat:py2eo
[INFO]     Updating project org.polystat:py2eo
[INFO]         from version 1.0-SNAPSHOT to 0.33.0
[INFO]
[INFO] Processing org.polystat.py2eo:parser
[INFO]     Updating parent org.polystat:py2eo
[INFO]         from version 1.0-SNAPSHOT to 0.33.0
[INFO]
[INFO] Processing org.polystat.py2eo:transpiler
[INFO]     Updating parent org.polystat:py2eo
[INFO]         from version 1.0-SNAPSHOT to 0.33.0
[INFO]     Updating dependency org.polystat.py2eo:parser
[INFO]         from version 1.0-SNAPSHOT to 0.33.0
[INFO]     Updating project org.polystat.py2eo:transpiler
[INFO]         from version 1.0-SNAPSHOT to 0.33.0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for py2eo 1.0-SNAPSHOT:
[INFO]
[INFO] py2eo .............................................. SUCCESS [  6.146 s]
[INFO] parser ............................................. SKIPPED
[INFO] transpiler ......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  25.471 s
[INFO] Finished at: 2022-11-09T08:02:49Z
[INFO] ------------------------------------------------------------------------
0m0m+ git commit -am 0.33.0
[__rultor 0576f743] 0.33.0
 3 files changed, 5 insertions(+), 5 deletions(-)
+ mvn clean install -Dinvoker.skip -DskipTests=true
[1;34mINFOm] Scanning for projects...
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] 1mReactor Build Order:m
[1;34mINFOm]
[1;34mINFOm] py2eo                                                              [pom]
[1;34mINFOm] parser                                                             [jar]
[1;34mINFOm] transpiler                                                         [jar]
[1;34mINFOm]
[1;34mINFOm] 1m-------------------------< 0;36morg.polystat:py2eo0;1m >-------------------------m
[1;34mINFOm] 1mBuilding py2eo 0.33.0                                              [1/3]m
[1;34mINFOm] 1m--------------------------------[ pom ]---------------------------------m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.54.0/cactoos-0.54.0.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.54.0/cactoos-0.54.0.pom (11 kB at 35 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.54.0/cactoos-0.54.0.jar
Downloaded1from4Maven:khttps://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.54.0/cactoos-0.54.0.jar (346 kB at 3.9 MB/s)
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-clean-plugin:3.2.0:cleanm 1m(default-clean)m @ 36mpy2eo0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
Downloaded1from6Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar (169 kB at 4.6 MB/s)
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:3.1.0:enforcem 1m(enforce-maven)m @ 36mpy2eo0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.1.0/enforcer-api-3.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.1.0/enforcer-api-3.1.0.pom (2.9 kB at 134 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom (4.3 kB at 214 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom (14 kB at 654 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 313 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 584 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 218 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom (6.3 kB at 285 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/26/weld-parent-26.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/26/weld-parent-26.pom (32 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom (2.6 kB at 131 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom (14 kB at 686 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom (770 B at 37 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom (6.0 kB at 287 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 332 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.pom (4.9 kB at 223 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom (8.1 kB at 403 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom (2.2 kB at 109 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom (2.6 kB at 137 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 81 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 153 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom (2.2 kB at 124 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom (3.0 kB at 150 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom (4.2 kB at 202 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (1.9 kB at 95 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom (30 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom (2.1 kB at 103 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom (2.2 kB at 110 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom (3.5 kB at 158 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom (11 kB at 547 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom (13 kB at 642 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
Downloaded1from9Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/38/forge-parent-38.pom (19 kB at 815 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 321 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 367 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom (2.1 kB at 106 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom (26 kB at 244 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (20 kB at 96 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (5.1 kB at 30 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.pom (15 kB at 105 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom (5.0 kB at 25 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.pom (6.5 kB at 65 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom (4.9 kB at 56 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.2.5/maven-compat-3.2.5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.2.5/maven-compat-3.2.5.pom (4.2 kB at 25 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.pom (1.7 kB at 5.3 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom
Downloaded1from9Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom (19 kB at 114 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 148 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom (15 kB at 57 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.1.0/enforcer-api-3.1.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar
Downloaded5from0Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar (161 kB at 855 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar (205 kB at 1.1 MB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.1.0/enforcer-api-3.1.0.jar (11 kB at 61 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar (26 kB at 141 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar (71 kB at 380 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar
Downloaded5from3Maven:3https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar (379 kB at 993 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.jar (55 kB at 144 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar (43 kB at 113 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.jar (118 kB at 308 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.jar
Downloaded5from0Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar (608 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.jar
Downloaded5from4Maven:6https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.jar (44 kB at 73 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.jar (26 kB at 44 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.jar (66 kB at 111 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.jar (170 kB at 286 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.jar
Downloaded5from1Maven:3https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.jar (31 kB at 44 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
Downloaded5from9Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar (172 kB at 217 kB/s)
Downloaded4from9Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (136 kB at 172 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar (398 kB at 502 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 74 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 61 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar (150 kB at 173 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar (4.1 kB at 4.7 kB/s)
Downloading)from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 297 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.jar (99 kB at 90 kB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.jar (354 kB at 289 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 317 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.jar (2.2 MB at 1.7 MB/s)
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:3.0.0:createm 1m(jcabi-build-number)m @ 36mpy2eo0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 44 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 265 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 162 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 85 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 48 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 282 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 102 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom (3.0 kB at 169 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.8.4/maven-3.8.4.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven/3.8.4/maven-3.8.4.pom (27 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom (2.8 kB at 148 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom (2.4 kB at 133 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 138 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 125 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 130 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 88 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 407 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 538 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 121 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 194 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 102 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 268 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 165 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 137 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 69 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 409 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
Downloaded1from1Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 45 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 223 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 826 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 138 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 115 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 210 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 527 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 127 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.12.0/maven-scm-api-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.12.0/maven-scm-api-1.12.0.pom (1.6 kB at 62 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.12.0/maven-scm-1.12.0.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.12.0/maven-scm-1.12.0.pom (26 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.12.0/maven-scm-manager-plexus-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.12.0/maven-scm-manager-plexus-1.12.0.pom (2.2 kB at 112 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-managers/1.12.0/maven-scm-managers-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-managers/1.12.0/maven-scm-managers-1.12.0.pom (1.5 kB at 81 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-bazaar/1.12.0/maven-scm-provider-bazaar-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-bazaar/1.12.0/maven-scm-provider-bazaar-1.12.0.pom (2.0 kB at 99 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/1.12.0/maven-scm-providers-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/1.12.0/maven-scm-providers-1.12.0.pom (3.6 kB at 190 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.12.0/maven-scm-provider-svnexe-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.12.0/maven-scm-provider-svnexe-1.12.0.pom (2.7 kB at 136 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.12.0/maven-scm-providers-svn-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.12.0/maven-scm-providers-svn-1.12.0.pom (2.2 kB at 115 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.12.0/maven-scm-provider-svn-commons-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.12.0/maven-scm-provider-svn-commons-1.12.0.pom (2.7 kB at 89 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.12.0/maven-scm-provider-gitexe-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.12.0/maven-scm-provider-gitexe-1.12.0.pom (2.6 kB at 124 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-git/1.12.0/maven-scm-providers-git-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-git/1.12.0/maven-scm-providers-git-1.12.0.pom (2.2 kB at 111 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.12.0/maven-scm-provider-git-commons-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.12.0/maven-scm-provider-git-commons-1.12.0.pom (2.7 kB at 141 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.12.0/maven-scm-provider-cvsexe-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.12.0/maven-scm-provider-cvsexe-1.12.0.pom (2.8 kB at 146 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-cvs/1.12.0/maven-scm-providers-cvs-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-cvs/1.12.0/maven-scm-providers-cvs-1.12.0.pom (1.8 kB at 80 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.12.0/maven-scm-provider-cvs-commons-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.12.0/maven-scm-provider-cvs-commons-1.12.0.pom (2.4 kB at 124 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.12.0/maven-scm-provider-starteam-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.12.0/maven-scm-provider-starteam-1.12.0.pom (2.6 kB at 138 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.12.0/maven-scm-provider-clearcase-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.12.0/maven-scm-provider-clearcase-1.12.0.pom (2.6 kB at 138 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.12.0/maven-scm-provider-perforce-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.12.0/maven-scm-provider-perforce-1.12.0.pom (2.6 kB at 135 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.12.0/maven-scm-provider-hg-1.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.12.0/maven-scm-provider-hg-1.12.0.pom (2.4 kB at 126 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.2/maven-scm-provider-svnjava-2.1.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.2/maven-scm-provider-svnjava-2.1.2.pom (9.2 kB at 462 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom (2.7 kB at 150 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom (2.1 kB at 112 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom (3.7 kB at 197 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom (21 kB at 973 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom (15 kB at 673 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom (1.6 kB at 88 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom (2.5 kB at 132 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
Downloaded1from9Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 886 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom (1.2 kB at 64 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.14/plexus-utils-3.0.14.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.14/plexus-utils-3.0.14.pom (3.1 kB at 166 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.1/commons-io-2.1.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.1/commons-io-2.1.pom (11 kB at 425 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/svnkit/1.10.3/svnkit-1.10.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/svnkit/1.10.3/svnkit-1.10.3.pom (3.1 kB at 164 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.pom (1.7 kB at 20 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/tmatesoft/sqljet/sqljet/1.1.14/sqljet-1.1.14.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/tmatesoft/sqljet/sqljet/1.1.14/sqljet-1.1.14.pom (2.5 kB at 140 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom (3.1 kB at 164 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.4/antlr-master-3.4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.4/antlr-master-3.4.pom (9.4 kB at 470 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.6.0/jna-5.6.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.6.0/jna-5.6.0.pom (1.6 kB at 93 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.pom (1.8 kB at 100 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.pom (1.2 kB at 65 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom (1.7 kB at 92 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom (4.3 kB at 161 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 284 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom
Downloaded1from0Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom (804 B at 42 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom (1.3 kB at 69 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom (2.2 kB at 114 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom (2.4 kB at 128 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom (996 B at 50 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom (971 B at 57 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom (1.3 kB at 68 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom (1.1 kB at 63 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom (1.1 kB at 63 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.pom (2.0 kB at 113 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom (8.0 kB at 442 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 164 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.9/gson-2.8.9.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.9/gson-2.8.9.pom (6.3 kB at 351 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.8.9/gson-parent-2.8.9.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.8.9/gson-parent-2.8.9.pom (4.7 kB at 234 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
Downloaded5from7Maven:3https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
Downloaded4from7Maven:3https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 970 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 851 kB/s)
Downloading)from5Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Downloaded5from4Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 648 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Downloaded4from8Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 132 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Downloaded3from0Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
Downloaded5from2Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 522 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 3.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Downloaded3from2Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 734 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Downloaded5from2Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 334 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
Downloaded5from2Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 21 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
Downloaded4from8Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 736 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.12.0/maven-scm-api-1.12.0.jar
Downloaded3from8Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 216 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.12.0/maven-scm-manager-plexus-1.12.0.jar
Downloaded5from0Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 209 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar
Downloaded4from0Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 448 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.12.0/maven-scm-manager-plexus-1.12.0.jar (11 kB at 45 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-bazaar/1.12.0/maven-scm-provider-bazaar-1.12.0.jar
Downloaded5from7Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.12.0/maven-scm-api-1.12.0.jar (112 kB at 431 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.12.0/maven-scm-provider-svnexe-1.12.0.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.12.0/maven-scm-provider-gitexe-1.12.0.jar
Downloaded3from8Maven:Bhttps://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 142 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.12.0/maven-scm-provider-git-commons-1.12.0.jar
Downloaded2from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-bazaar/1.12.0/maven-scm-provider-bazaar-1.12.0.jar (57 kB at 211 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.12.0/maven-scm-provider-svn-commons-1.12.0.jar
Downloaded5from9Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svn-commons/1.12.0/maven-scm-provider-svn-commons-1.12.0.jar (39 kB at 132 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.12.0/maven-scm-provider-cvsexe-1.12.0.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-git-commons/1.12.0/maven-scm-provider-git-commons-1.12.0.jar (36 kB at 120 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 649 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.12.0/maven-scm-provider-starteam-1.12.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.12.0/maven-scm-provider-cvs-commons-1.12.0.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-svnexe/1.12.0/maven-scm-provider-svnexe-1.12.0.jar (84 kB at 277 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.12.0/maven-scm-provider-clearcase-1.12.0.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-gitexe/1.12.0/maven-scm-provider-gitexe-1.12.0.jar (72 kB at 235 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.12.0/maven-scm-provider-perforce-1.12.0.jar
Downloaded5from1Maven:5https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvsexe/1.12.0/maven-scm-provider-cvsexe-1.12.0.jar (31 kB at 93 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.12.0/maven-scm-provider-hg-1.12.0.jar
Downloaded5from0Maven:7https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-starteam/1.12.0/maven-scm-provider-starteam-1.12.0.jar (74 kB at 213 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.2/maven-scm-provider-svnjava-2.1.2.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-perforce/1.12.0/maven-scm-provider-perforce-1.12.0.jar (86 kB at 246 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-clearcase/1.12.0/maven-scm-provider-clearcase-1.12.0.jar (70 kB at 201 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/svnkit/1.10.3/svnkit-1.10.3.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.12.0/maven-scm-provider-cvs-commons-1.12.0.jar (80 kB at 228 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-provider-hg/1.12.0/maven-scm-provider-hg-1.12.0.jar (68 kB at 191 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/tmatesoft/sqljet/sqljet/1.1.14/sqljet-1.1.14.jar
Downloaded5from4Maven:1https://repo.maven.apache.org/maven2/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.2/maven-scm-provider-svnjava-2.1.2.jar (64 kB at 161 kB/s)
Downloading)from1Maven:Bhttps://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar
Downloaded5from4Maven:khttps://repo.maven.apache.org/maven2/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.jar (72 kB at 168 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar (164 kB at 324 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.jar
Downloaded5from9Maven:khttps://repo.maven.apache.org/maven2/org/tmatesoft/sqljet/sqljet/1.1.14/sqljet-1.1.14.jar (761 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar
Downloaded4from9Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar (692 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar (12 kB at 19 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar (9.6 kB at 15 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.jar (248 kB at 391 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar (6.6 kB at 10 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar (5.3 kB at 8.1 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar (4.2 kB at 6.3 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar (7.8 kB at 11 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar (3.8 kB at 5.5 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar (264 kB at 316 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 32 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar (370 kB at 398 kB/s)
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar (913 kB at 928 kB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar (258 kB at 259 kB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar (2.7 MB at 2.3 MB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/org/tmatesoft/svnkit/svnkit/1.10.3/svnkit-1.10.3.jar (4.3 MB at 3.2 MB/s)
[1;34mINFOm] ShortRevision tag detected. The value is '7'.
[1;34mINFOm] Executing: /bin/sh -c cd '/home/r/repo' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[1;34mINFOm] Working directory: /home/r/repo
[1;34mINFOm] Storing buildNumber: 0576f74 at timestamp: 2022-11-09T08:02:59
[1;34mINFOm] Storing buildScmBranch: __rultor
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:3.0.0:create-timestampm 1m(jcabi-build-number)m @ 36mpy2eo0;1m ---m
[1;34mINFOm] Skipping because we are not in root module.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-assembly-plugin:3.4.2:singlem 1m(default)m @ 36mpy2eo0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.3.1/maven-common-artifact-filters-3.3.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.3.1/maven-common-artifact-filters-3.3.1.pom (5.5 kB at 274 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom (11 kB at 562 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (5.3 kB at 294 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 268 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 262 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 241 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 664 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom (6.9 kB at 347 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 178 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 440 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom (6.0 kB at 317 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/10/plexus-10.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/10/plexus-10.pom (25 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom (6.3 kB at 298 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom (20 kB at 984 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 632 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 108 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom (3.9 kB at 206 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.3.1/maven-common-artifact-filters-3.3.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
Downloaded5from3Maven:1https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 236 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar
Downloaded4from3Maven:1https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.3.1/maven-common-artifact-filters-3.3.1.jar (63 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar
Downloaded3from5Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar (55 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar
Downloaded4from5Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar (159 kB at 3.0 MB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar
Downloaded5from9Maven:1https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar (79 kB at 901 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar (211 kB at 2.0 MB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 557 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 1.1 MB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar (26 kB at 234 kB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 3.1 MB/s)
[1;33mWARNINGm] Cannot include project artifact: org.polystat:py2eo:pom:0.33.0; it doesn't have an associated file or directory.
[1;34mINFOm] Building jar: /home/r/repo/target/py2eo-0.33.0-jar-with-dependencies.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mwagon-maven-plugin:1.0:download-singlem 1m(default)m @ 36mpy2eo0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 81 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 154 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 121 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 52 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 325 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom (2.3 kB at 130 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 121 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 172 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 98 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 49 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 113 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/2.2.1/maven-compat-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/2.2.1/maven-compat-2.2.1.pom (3.7 kB at 194 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 646 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 115 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 105 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 417 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 176 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 128 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 103 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 85 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 113 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 759 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 83 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 95 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 399 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom
Downloaded1from4Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom (643 B at 38 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.1/maven-2.0.1.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.1/maven-2.0.1.pom (11 kB at 575 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 115 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 394 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 79 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 185 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.pom (1.8 kB at 97 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0/wagon-1.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0/wagon-1.0.pom (9.8 kB at 518 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/20/maven-parent-20.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/20/maven-parent-20.pom (25 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 109 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom (3.8 kB at 201 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.pom (4.4 kB at 243 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.pom (3.7 kB at 107 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (3.1 kB at 180 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
Downloaded1from9Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 893 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 552 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom (11 kB at 602 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom (3.9 kB at 134 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (8.4 kB at 422 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/9/maven-parent-9.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4.1 kB at 226 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (2.7 kB at 141 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/7/maven-parent-7.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 42 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.2/maven-2.0.2.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (13 kB at 659 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 45 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom (1.4 kB at 82 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (1.3 kB at 77 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom
Downloaded1from8Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom (588 B at 33 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (6.4 kB at 356 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 133 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 295 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 516 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
Downloaded5from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 900 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 344 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 956 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
Downloaded2from5Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 2.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
Downloaded4from5Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 2.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
Downloaded5from1Maven:8https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 772 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
Downloaded4from0Maven:9https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 691 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/2.2.1/maven-compat-2.2.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
Downloaded3from3Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 834 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar
Downloaded5from9Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 202 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/2.2.1/maven-compat-2.2.1.jar (10 kB at 93 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
Downloaded3from9Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
Downloaded5from4Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
Downloaded4from7Maven:khttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 68 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
Downloaded3from9Maven:khttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 168 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
Downloaded2from1Maven:khttps://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 123 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar
Downloaded4from3Maven:khttps://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 2.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
Downloaded4from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 67 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 87 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 74 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
Downloaded2from3Maven:1https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 83 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar
Downloaded4from9Maven:1https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 81 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
Downloaded4from9Maven:1https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 235 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.jar
Downloaded4from0Maven:4https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 234 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar
Downloaded4from0Maven:3https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 58 kB/s)
Downloading)from Maven:6https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 211 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.jar
Downloaded2from6Maven:5https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 139 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.jar
Downloaded4from3Maven:4https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.jar (53 kB at 273 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar
Downloaded5from3Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.jar (81 kB at 353 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar
Downloaded5from2Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.jar (145 kB at 559 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar
Downloaded4from4Maven:khttps://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.jar (174 kB at 665 kB/s)
Downloaded3from4Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 143 kB/s)
Downloaded2from4Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar (245 kB at 907 kB/s)
Downloaded2from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 138 kB/s)
Downloaded1from7Maven:khttps://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar (378 kB at 1.3 MB/s)
[1;34mINFOm] Downloading: https://repo1.maven.org/maven2/com/beautiful-scala/scalastyle_2.13/1.5.1//scalastyle_2.13-1.5.1-assembly.jar to /home/r/repo/target/scalastyle_2.13-1.5.1-assembly.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-antrun-plugin:3.1.0:runm 1m(jcabi-xcop)m @ 36mpy2eo0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom (761 B at 40 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.10.12/ant-1.10.12.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/ant/ant/1.10.12/ant-1.10.12.pom (17 kB at 826 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom (6.5 kB at 362 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom (3.2 kB at 113 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.10.12/ant-1.10.12.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar (19 kB at 748 kB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar (224 kB at 3.3 MB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/ant/ant/1.10.12/ant-1.10.12.jar (2.3 MB at 7.5 MB/s)
[1;34mINFOm] Executing tasks
[1;34mINFOm]      [exec] /home/r/repo/parser/pom.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/pom.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/scalastyle_config.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/transpiler/pom.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/transpiler/src/test/resources/org/polystat/py2eo/transpiler/django-pom.xml looks good
[1;34mINFOm]      [exec] /home/r/repo/transpiler/src/test/resources/org/polystat/py2eo/transpiler/runEO/pom.xml looks good
[1;34mINFOm] Executed tasks
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mexec-maven-plugin:3.1.0:execm 1m(default)m @ 36mpy2eo0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom (11 kB at 579 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/35/commons-parent-35.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 2.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 2.4 MB/s)
Processed 35 file(s)
Found 0 errors
Found 0 warnings
Finished in 2272 ms
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-install-plugin:3.0.1:installm 1m(default-install)m @ 36mpy2eo0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar
Downloaded2from4Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 3.5 MB/s)
Downloaded1from6Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 4.2 MB/s)
[1;34mINFOm] Installing /home/r/repo/pom.xml to /home/r/.m2/repository/org/polystat/py2eo/0.33.0/py2eo-0.33.0.pom
[1;34mINFOm] Installing /home/r/repo/target/py2eo-0.33.0-jar-with-dependencies.jar to /home/r/.m2/repository/org/polystat/py2eo/0.33.0/py2eo-0.33.0-jar-with-dependencies.jar
[1;34mINFOm]
[1;34mINFOm] 1m---------------------< 0;36morg.polystat.py2eo:parser0;1m >----------------------m
[1;34mINFOm] 1mBuilding parser 0.33.0                                             [2/3]m
[1;34mINFOm] 1m--------------------------------[ jar ]---------------------------------m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4-maven-plugin/4.11.1/antlr4-maven-plugin-4.11.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/antlr/antlr4-maven-plugin/4.11.1/antlr4-maven-plugin-4.11.1.pom (5.9 kB at 293 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.11.1/antlr4-master-4.11.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.11.1/antlr4-master-4.11.1.pom (4.4 kB at 233 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4-maven-plugin/4.11.1/antlr4-maven-plugin-4.11.1.jar
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/antlr/antlr4-maven-plugin/4.11.1/antlr4-maven-plugin-4.11.1.jar (31 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/scala-tools/maven-scala-plugin/2.15.0/maven-scala-plugin-2.15.0.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/scala-tools/maven-scala-plugin/2.15.0/maven-scala-plugin-2.15.0.pom (16 kB at 556 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/scala-tools/maven-scala-plugin/2.15.0/maven-scala-plugin-2.15.0.jar
Downloaded1from1Maven:khttps://repo.maven.apache.org/maven2/org/scala-tools/maven-scala-plugin/2.15.0/maven-scala-plugin-2.15.0.jar (114 kB at 3.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.10.0/maven-compiler-plugin-3.10.0.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.10.0/maven-compiler-plugin-3.10.0.pom (13 kB at 664 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.10.0/maven-compiler-plugin-3.10.0.jar
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.10.0/maven-compiler-plugin-3.10.0.jar (62 kB at 2.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1.pom (3.6 kB at 187 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.13.10/scala-library-2.13.10.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.13.10/scala-library-2.13.10.pom (1.6 kB at 84 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.13.10/scala-reflect-2.13.10.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.13.10/scala-reflect-2.13.10.pom (1.8 kB at 96 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.9.1/junit-jupiter-5.9.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.9.1/junit-jupiter-5.9.1.pom (3.2 kB at 168 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1.pom (3.2 kB at 177 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom (1.7 kB at 84 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1.pom (2.8 kB at 149 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom (1.5 kB at 85 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1.pom (3.0 kB at 116 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.9.1/junit-jupiter-engine-5.9.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.9.1/junit-jupiter-engine-5.9.1.pom (3.2 kB at 168 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.1/junit-platform-engine-1.9.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.1/junit-platform-engine-1.9.1.pom (3.2 kB at 160 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.13.10/scala-library-2.13.10.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.13.10/scala-reflect-2.13.10.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.9.1/junit-jupiter-5.9.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1.jar
Downloaded5from9Maven:khttps://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.9.1/junit-jupiter-5.9.1.jar (6.4 kB at 62 kB/s)
Downloading)from5Maven:Bhttps://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar
Downloaded5from2Maven:khttps://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1.jar (324 kB at 2.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (7.7 kB at 58 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1.jar (208 kB at 1.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar (6.8 kB at 42 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.9.1/junit-jupiter-engine-5.9.1.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1.jar (103 kB at 539 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.1/junit-platform-engine-1.9.1.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.9.1/junit-jupiter-engine-5.9.1.jar (247 kB at 862 kB/s)
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.1/junit-platform-engine-1.9.1.jar (188 kB at 629 kB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1.jar (579 kB at 1.4 MB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.13.10/scala-reflect-2.13.10.jar (3.7 MB at 4.5 MB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.13.10/scala-library-2.13.10.jar (5.9 MB at 5.9 MB/s)
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-clean-plugin:3.2.0:cleanm 1m(default-clean)m @ 36mparser0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:3.1.0:enforcem 1m(enforce-maven)m @ 36mparser0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:3.0.0:createm 1m(jcabi-build-number)m @ 36mparser0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:3.0.0:create-timestampm 1m(jcabi-build-number)m @ 36mparser0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mantlr4-maven-plugin:4.11.1:antlr4m 1m(jcabi-antlr4)m @ 36mparser0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.pom (1.1 kB at 59 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.12.1/plexus-compiler-2.12.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.12.1/plexus-compiler-2.12.1.pom (8.3 kB at 318 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom (2.7 kB at 149 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 424 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4/4.11.1/antlr4-4.11.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/antlr/antlr4/4.11.1/antlr4-4.11.1.pom (6.3 kB at 348 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.pom (2.9 kB at 159 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.5.3/antlr-master-3.5.3.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.5.3/antlr-master-3.5.3.pom (11 kB at 597 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/ST4/4.3.4/ST4-4.3.4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/antlr/ST4/4.3.4/ST4-4.3.4.pom (4.6 kB at 243 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.pom (5.2 kB at 199 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.pom (12 kB at 626 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/glassfish/json/1.1.4/json-1.1.4.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/glassfish/json/1.1.4/json-1.1.4.pom (18 kB at 922 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 492 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/71.1/icu4j-71.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/71.1/icu4j-71.1.pom (4.9 kB at 259 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.pom (1.6 kB at 90 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.0/slf4j-parent-2.0.0.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.0/slf4j-parent-2.0.0.pom (16 kB at 850 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.pom (1.1 kB at 59 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4/4.11.1/antlr4-4.11.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/ST4/4.3.4/ST4-4.3.4.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar
Downloaded3from7Maven:2https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.jar (27 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.jar
Downloaded4from7Maven:4https://repo.maven.apache.org/maven2/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar (27 kB at 923 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/71.1/icu4j-71.1.jar
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.jar (129 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.jar
Downloaded5from4Maven:khttps://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.jar (173 kB at 1.4 MB/s)
Downloading)from0Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.jar
Downloaded4from5Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.jar (61 kB at 461 kB/s)
Downloaded4from5Maven: https://repo.maven.apache.org/maven2/org/antlr/ST4/4.3.4/ST4-4.3.4.jar (251 kB at 1.8 MB/s)
Downloaded3from.Maven:Mhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.jar (15 kB at 99 kB/s)
Downloaded2from.Maven:Mhttps://repo.maven.apache.org/maven2/org/antlr/antlr4/4.11.1/antlr4-4.11.1.jar (2.6 MB at 6.0 MB/s)
Downloaded1from4Maven:Mhttps://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/71.1/icu4j-71.1.jar (14 MB at 8.2 MB/s)
[1;34mINFOm] ANTLR 4: Processing source directory /home/r/repo/parser/src/main/antlr4
[1;34mINFOm] Processing grammar: org/polystat/py2eo/parser/PythonLexer.g4
[1;34mINFOm] Processing grammar: org/polystat/py2eo/parser/PythonParser.g4
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mantlr4-maven-plugin:4.11.1:antlr4m 1m(antlr)m @ 36mparser0;1m ---m
[1;34mINFOm] No grammars to process
[1;34mINFOm] ANTLR 4: Processing source directory /home/r/repo/parser/src/main/antlr4
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-resources-plugin:3.1.0:resourcesm 1m(default-resources)m @ 36mparser0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
Downloaded1from7Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 41 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 296 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 259 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom (5.7 kB at 299 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 310 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 300 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
Downloaded1from6Maven: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 54 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 91 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom (2.6 kB at 146 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
Downloaded5from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 172 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar
Downloaded4from3Maven:khttps://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (51 kB at 612 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 3.0 MB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar (79 kB at 917 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 2.4 MB/s)
Downloaded1from5Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 1.4 MB/s)
[1;34mINFOm] Skipping the execution.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-compiler-plugin:3.10.0:compilem 1m(default-compile)m @ 36mparser0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 237 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 353 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom (5.0 kB at 249 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom (4.6 kB at 185 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.2/asm-9.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.2/asm-9.2.pom (2.4 kB at 148 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 374 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom (16 kB at 500 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.10.0/plexus-compiler-api-2.10.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.10.0/plexus-compiler-api-2.10.0.pom (1.1 kB at 36 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.10.0/plexus-compiler-2.10.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.10.0/plexus-compiler-2.10.0.pom (8.1 kB at 225 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom (2.7 kB at 149 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.10.0/plexus-compiler-manager-2.10.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.10.0/plexus-compiler-manager-2.10.0.pom (1.1 kB at 60 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.10.0/plexus-compiler-javac-2.10.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.10.0/plexus-compiler-javac-2.10.0.pom (1.2 kB at 45 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.10.0/plexus-compilers-2.10.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.10.0/plexus-compilers-2.10.0.pom (1.3 kB at 51 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.2/asm-9.2.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar
Downloaded5from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 201 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.10.0/plexus-compiler-api-2.10.0.jar
Downloaded4from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 542 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.10.0/plexus-compiler-manager-2.10.0.jar
Downloaded4from2Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar (54 kB at 1.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.10.0/plexus-compiler-javac-2.10.0.jar
Downloaded4from2Maven: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.2/asm-9.2.jar (122 kB at 3.1 MB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.10.0/plexus-compiler-api-2.10.0.jar (27 kB at 673 kB/s)
Downloaded3from5Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.10.0/plexus-compiler-manager-2.10.0.jar (4.7 kB at 111 kB/s)
Downloaded2from8Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.10.0/plexus-compiler-javac-2.10.0.jar (22 kB at 440 kB/s)
Downloaded1from3Maven:khttps://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar (334 kB at 2.4 MB/s)
[1;34mINFOm] Changes detected - recompiling the module!
[1;34mINFOm] Compiling 10 source files to /home/r/repo/parser/target/classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-scala-plugin:2.15.0:compilem 1m(default)m @ 36mparser0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom
Downloaded1from9Maven: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 45 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.pom (3.6 kB at 190 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom (3.5 kB at 175 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (2.7 kB at 151 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 576 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/6/maven-parent-6.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 557 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (2.1 kB at 121 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (3.1 kB at 165 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (2.0 kB at 120 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (2.7 kB at 90 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (1.9 kB at 66 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (1.6 kB at 90 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2.0 kB at 111 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.0.1/commons-exec-1.0.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.0.1/commons-exec-1.0.1.pom (7.2 kB at 343 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.4/snakeyaml-1.4.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.4/snakeyaml-1.4.pom (7.3 kB at 366 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.1/plexus-utils-2.0.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.1/plexus-utils-2.0.1.pom (3.3 kB at 167 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 736 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom (1.6 kB at 93 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom (18 kB at 825 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom (1.6 kB at 88 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.6.1/jackson-core-asl-1.6.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.6.1/jackson-core-asl-1.6.1.pom (1.0 kB at 33 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.6.1/jackson-mapper-asl-1.6.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.6.1/jackson-mapper-asl-1.6.1.pom (1.2 kB at 11 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom (5.1 kB at 282 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 491 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/13/maven-parent-13.pom
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 984 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.0.1/commons-exec-1.0.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.4/snakeyaml-1.4.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.1/plexus-utils-2.0.1.jar
Downloaded4from5Maven:3https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.jar (35 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.jar
Downloaded5from8Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.jar (13 kB at 223 kB/s)
Downloading)from2Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.6.1/jackson-core-asl-1.6.1.jar
Downloaded4from2Maven:khttps://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.6.1/jackson-mapper-asl-1.6.1.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.1/plexus-utils-2.0.1.jar (222 kB at 3.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar
Downloaded2from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.0.1/commons-exec-1.0.1.jar (49 kB at 675 kB/s)
Downloaded3from1Maven:khttps://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.4/snakeyaml-1.4.jar (217 kB at 2.6 MB/s)
Downloaded3from9Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar (29 kB at 270 kB/s)
Downloaded2from0Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.6.1/jackson-core-asl-1.6.1.jar (201 kB at 1.7 MB/s)
Downloaded1from4Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.6.1/jackson-mapper-asl-1.6.1.jar (542 kB at 2.4 MB/s)
[1;34mINFOm] Checking for multiple versions of scala
[1;34mINFOm] includes = [**/*.java,**/*.scala,]
[1;34mINFOm] excludes = []
[1;34mINFOm] /home/r/repo/parser/src/main/java:-1: info: compiling
[1;34mINFOm] /home/r/repo/parser/target/generated-sources/antlr4:-1: info: compiling
[1;34mINFOm] /home/r/repo/parser/target/generated-sources/annotations:-1: info: compiling
[1;34mINFOm] /home/r/repo/parser/src/main/scala:-1: info: compiling
[1;34mINFOm] Compiling 15 source files to /home/r/repo/parser/target/classes at 1667980997046
Downloading from Maven: https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.13.10/scala-compiler-2.13.10.jar
Downloaded1from2Maven:Mhttps://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.13.10/scala-compiler-2.13.10.jar (12 MB at 8.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.13.10/scala-compiler-2.13.10.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.13.10/scala-compiler-2.13.10.pom (2.5 kB at 23 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.jar
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.jar (72 kB at 2.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jline/jline/3.21.0/jline-3.21.0.jar
Downloaded1from9Maven:khttps://repo.maven.apache.org/maven2/org/jline/jline/3.21.0/jline-3.21.0.jar (995 kB at 9.6 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.9.0/jna-5.9.0.jar
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.9.0/jna-5.9.0.jar (1.7 MB at 10 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.pom (2.7 kB at 107 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/io/github/java-diff-utils/java-diff-utils-parent/4.12/java-diff-utils-parent-4.12.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/io/github/java-diff-utils/java-diff-utils-parent/4.12/java-diff-utils-parent-4.12.pom (10 kB at 531 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jline/jline/3.21.0/jline-3.21.0.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/jline/jline/3.21.0/jline-3.21.0.pom (18 kB at 884 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/jline/jline-parent/3.21.0/jline-parent-3.21.0.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/jline/jline-parent/3.21.0/jline-parent-3.21.0.pom (24 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.9.0/jna-5.9.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.9.0/jna-5.9.0.pom (2.0 kB at 107 kB/s)
[1;33mWARNINGm] /home/r/repo/parser/src/main/scala/org/polystat/py2eo/parser/AST.scala:180: warning: Exhaustivity analysis reached max recursion depth, not all missing cases are reported.
[1;34mINFOm] (Please try with scalac -Ypatmat-exhaust-depth 40 or -Ypatmat-exhaust-depth off.)
[1;34mINFOm]     x match {
[1;34mINFOm]     ^
[1;33mWARNINGm] /home/r/repo/parser/src/main/scala/org/polystat/py2eo/parser/AST.scala:180: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following inputs: AnonFun(_, _, _, _, _), Assignment(_, _, _), Await(_, _), BoolLiteral(_, _), CollectionComprehension(_, _, _, _), DictComprehension(_, _, _), DictCons(_, _), DoubleStar(_, _), EllipsisLiteral(_), FloatLiteral(_, _), GeneratorComprehension(_, _, _), IntLiteral(_, _), LazyLAnd(_, _, _), LazyLOr(_, _, _), NoneLiteral(_), SimpleComparison(_, _, _, _), StringLiteral(_, _), UnsupportedExpr(_, _, _), Yield(_, _), YieldFrom(_, _)
[1;34mINFOm]     x match {
[1;34mINFOm]     ^
[1;33mWARNINGm] /home/r/repo/parser/src/main/scala/org/polystat/py2eo/parser/MapStatements.scala:294: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following input: List(_)
[1;34mINFOm]     l match {
[1;34mINFOm]     ^
[1;33mWARNINGm] /home/r/repo/parser/src/main/scala/org/polystat/py2eo/parser/PrintPython.scala:49: warning: Exhaustivity analysis reached max recursion depth, not all missing cases are reported.
[1;34mINFOm] (Please try with scalac -Ypatmat-exhaust-depth 40 or -Ypatmat-exhaust-depth off.)
[1;34mINFOm]     e match {
[1;34mINFOm]     ^
[1;33mWARNINGm] /home/r/repo/parser/src/main/scala/org/polystat/py2eo/parser/PrintPython.scala:49: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following input: UnsupportedExpr(_, _, _)
[1;34mINFOm]     e match {
[1;34mINFOm]     ^
[1;33mWARNINGm] /home/r/repo/parser/src/main/scala/org/polystat/py2eo/parser/PrintPython.scala:119: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following input: Raise(None, Some(_), _)
[1;34mINFOm]     s match {
[1;34mINFOm]     ^
[1;33mWARNINGm] warning: 1 deprecation
[1;33mWARNINGm] warning: 5 deprecations (since 2.13.0)
[1;33mWARNINGm] warning: 1 deprecation (since 2.13.3)
[1;33mWARNINGm] warning: 7 deprecations in total; re-run with -deprecation for details
[1;33mWARNINGm] 10 warnings
[1;34mINFOm] prepare-compile in 0 s
[1;34mINFOm] compile in 14 s
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-resources-plugin:3.1.0:testResourcesm 1m(default-testResources)m @ 36mparser0;1m ---m
[1;34mINFOm] Not copying test resources
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-compiler-plugin:3.10.0:testCompilem 1m(default-testCompile)m @ 36mparser0;1m ---m
[1;34mINFOm] No sources to compile
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-scala-plugin:2.15.0:testCompilem 1m(default)m @ 36mparser0;1m ---m
[1;34mINFOm] Checking for multiple versions of scala
[1;34mINFOm] includes = [**/*.java,**/*.scala,]
[1;34mINFOm] excludes = []
[1;34mINFOm] /home/r/repo/parser/src/test/scala:-1: info: compiling
[1;34mINFOm] Compiling 2 source files to /home/r/repo/parser/target/test-classes at 1667981011091
[1;34mINFOm] prepare-compile in 0 s
[1;34mINFOm] compile in 4 s
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-surefire-plugin:3.0.0-M7:testm 1m(default-test)m @ 36mparser0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.pom (6.5 kB at 324 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.0.0-M7/surefire-api-3.0.0-M7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.0.0-M7/surefire-api-3.0.0-M7.pom (3.4 kB at 117 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.0.0-M7/surefire-logger-api-3.0.0-M7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.0.0-M7/surefire-logger-api-3.0.0-M7.pom (3.6 kB at 140 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M7/surefire-shared-utils-3.0.0-M7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M7/surefire-shared-utils-3.0.0-M7.pom (3.9 kB at 216 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.pom (3.6 kB at 182 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.pom (4.4 kB at 242 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M7/surefire-extensions-spi-3.0.0-M7.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M7/surefire-extensions-spi-3.0.0-M7.pom (1.8 kB at 67 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom (5.8 kB at 305 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.0.0-M7/surefire-api-3.0.0-M7.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.0.0-M7/surefire-logger-api-3.0.0-M7.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.jar
Downloaded4from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.0.0-M7/surefire-logger-api-3.0.0-M7.jar (14 kB at 377 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M7/surefire-extensions-spi-3.0.0-M7.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.jar (25 kB at 669 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar
Downloaded5from0Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.jar (305 kB at 4.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M7/surefire-shared-utils-3.0.0-M7.jar
Downloaded4from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar (61 kB at 845 kB/s)
Downloaded4from6Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M7/surefire-extensions-spi-3.0.0-M7.jar (8.1 kB at 106 kB/s)
Downloaded3from6Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.0.0-M7/surefire-api-3.0.0-M7.jar (169 kB at 2.2 MB/s)
Downloaded2from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.jar (117 kB at 934 kB/s)
Downloaded1from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M7/surefire-shared-utils-3.0.0-M7.jar (2.1 MB at 8.0 MB/s)
[1;34mINFOm] Tests are skipped.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjcabi-maven-plugin:0.17.0:versionalizem 1m(jcabi-versionalize-packages)m @ 36mparser0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.pom (5.1 kB at 286 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0-beta1/slf4j-api-2.0.0-beta1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0-beta1/slf4j-api-2.0.0-beta1.pom (1.6 kB at 95 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.0-beta1/slf4j-parent-2.0.0-beta1.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.0-beta1/slf4j-parent-2.0.0-beta1.pom (16 kB at 808 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/4.6.1/mockito-core-4.6.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/4.6.1/mockito-core-4.6.1.pom (2.5 kB at 125 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.pom (17 kB at 830 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.12.10/byte-buddy-parent-1.12.10.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.12.10/byte-buddy-parent-1.12.10.pom (45 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.pom (11 kB at 575 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.pom (3.0 kB at 167 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom
Downloaded1from8Maven:Bhttps://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom (18 kB at 959 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.pom (5.2 kB at 275 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom (5.5 kB at 321 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.5/maven-3.0.5.pom
Downloaded1from2Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.5/maven-3.0.5.pom (22 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom (3.8 kB at 211 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 138 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom (1.8 kB at 102 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom (2.3 kB at 133 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom (1.9 kB at 111 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom (1.6 kB at 91 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom (2.7 kB at 133 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom (6.1 kB at 361 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom (3.8 kB at 211 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom (3.0 kB at 152 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom (1.2 kB at 67 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom (3.2 kB at 170 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom (11 kB at 530 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom (7.1 kB at 375 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom (1.1 kB at 67 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom (11 kB at 579 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom (2.5 kB at 130 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom (2.8 kB at 156 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom (1.4 kB at 84 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom (10 kB at 441 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom (1.4 kB at 76 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom (1.7 kB at 96 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom (2.5 kB at 146 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.pom (2.3 kB at 135 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/javax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.pom (11 kB at 591 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.pom (3.0 kB at 169 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.8.6/maven-3.8.6.pom
Downloaded1from7Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven/3.8.6/maven-3.8.6.pom (27 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom (2.8 kB at 165 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.pom (2.4 kB at 22 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.pom (7.6 kB at 421 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.pom (1.9 kB at 95 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.pom (2.5 kB at 149 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.pom (1.4 kB at 88 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom (3.2 kB at 180 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom (4.4 kB at 245 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.pom (2.1 kB at 118 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.pom (3.4 kB at 199 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.pom (4.2 kB at 222 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom (2.6 kB at 146 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom
Downloaded1from9Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom (19 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom (2.7 kB at 126 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom (2.8 kB at 165 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom (4.2 kB at 211 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom (3.8 kB at 202 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom (14 kB at 767 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.2/guice-4.2.2.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.2/guice-4.2.2.pom (11 kB at 548 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom (16 kB at 806 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom (2.5 kB at 137 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom (11 kB at 610 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom (15 kB at 776 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 142 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
Downloaded1from0Maven:Bhttps://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 566 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 108 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 252 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom (2.1 kB at 87 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom (2.2 kB at 120 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom (11 kB at 596 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 162 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.8.1/maven-resolver-api-1.8.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.8.1/maven-resolver-api-1.8.1.pom (2.6 kB at 146 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.8.1/maven-resolver-1.8.1.pom
Downloaded1from1Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.8.1/maven-resolver-1.8.1.pom (21 kB at 1.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M1/org.eclipse.sisu.plexus-0.9.0.M1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M1/org.eclipse.sisu.plexus-0.9.0.M1.pom (4.8 kB at 281 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.9.0.M1/sisu-plexus-0.9.0.M1.pom
Downloaded1from5Maven:Bhttps://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.9.0.M1/sisu-plexus-0.9.0.M1.pom (15 kB at 785 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M1/org.eclipse.sisu.inject-0.9.0.M1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M1/org.eclipse.sisu.inject-0.9.0.M1.pom (3.3 kB at 192 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.9.0.M1/sisu-inject-0.9.0.M1.pom
Downloaded1from4Maven:Bhttps://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.9.0.M1/sisu-inject-0.9.0.M1.pom (14 kB at 706 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0-beta1/slf4j-api-2.0.0-beta1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/4.6.1/mockito-core-4.6.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.jar
Downloaded5from1Maven:6https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.jar (51 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.jar
Downloaded4from1Maven:8https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0-beta1/slf4j-api-2.0.0-beta1.jar (61 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.jar
Downloaded5from4Maven:khttps://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.jar (49 kB at 696 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.jar
Downloaded4from8Maven:khttps://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.jar (8.4 kB at 101 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.jar
Downloaded5from5Maven:khttps://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.jar (257 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.jar
Downloaded4from3Maven:khttps://repo.maven.apache.org/maven2/javax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.jar (79 kB at 518 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar
Downloaded5from6Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.jar (47 kB at 230 kB/s)
Downloading)from3Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (53 kB at 206 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.jar
Downloaded5from2Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar (262 kB at 755 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.jar
Downloaded5from7Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.jar (216 kB at 560 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.jar
Downloaded5from3Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.jar (44 kB at 101 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.jar
Downloaded5from1Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.jar (42 kB at 85 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar
Downloaded5from8Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar (24 kB at 44 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar
Downloaded5from4Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar (13 kB at 22 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.jar
Downloaded4from6Maven:khttps://repo.maven.apache.org/maven2/org/mockito/mockito-core/4.6.1/mockito-core-4.6.1.jar (663 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.jar (14 kB at 23 kB/s)
Downloading)from5Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.jar (28 kB at 44 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.jar (646 kB at 896 kB/s)
Downloading)from9Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.jar
Downloaded4from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.jar (67 kB at 92 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.jar (196 kB at 258 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.jar (38 kB at 49 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.2/guice-4.2.2-no_aop.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.jar (180 kB at 215 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.jar (169 kB at 193 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 5.1 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 2.3 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
Downloaded5from.Maven:Mhttps://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.jar (3.8 MB at 3.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 20 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar
Downloaded5from.Maven:Bhttps://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar (16 kB at 16 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
Downloaded5from.Maven:Bhttps://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 8.3 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.8.1/maven-resolver-api-1.8.1.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar (209 kB at 197 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M1/org.eclipse.sisu.plexus-0.9.0.M1.jar
Downloaded5from.Maven:Bhttps://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.2/guice-4.2.2-no_aop.jar (521 kB at 471 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar
Downloaded5from.Maven:Bhttps://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M1/org.eclipse.sisu.plexus-0.9.0.M1.jar (208 kB at 180 kB/s)
Downloaded4from.Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar (58 kB at 50 kB/s)
Downloaded3from.Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.8.1/maven-resolver-api-1.8.1.jar (154 kB at 133 kB/s)
Downloaded2from.Maven:Bhttps://repo.maven.apache.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar (3.0 MB at 1.8 MB/s)
Downloaded1from5Maven:Mhttps://repo.maven.apache.org/maven2/org/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.jar (15 MB at 6.2 MB/s)
[1;34mINFOm] Versionalizing /home/r/repo/parser/target/classes directory
[1;34mINFOm] File /home/r/repo/parser/target/classes/org/polystat/py2eo/parser/org-polystat-py2eo-parser-jar.txt added
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-jar-plugin:3.3.0:jarm 1m(default-jar)m @ 36mparser0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom (4.5 kB at 236 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar
Downloaded1from6Maven:Bhttps://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar (36 kB at 1.7 MB/s)
[1;34mINFOm] Building jar: /home/r/repo/parser/target/parser-0.33.0.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-assembly-plugin:3.4.2:singlem 1m(default)m @ 36mparser0;1m ---m
[1;34mINFOm] Building jar: /home/r/repo/parser/target/parser-0.33.0-jar-with-dependencies.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-failsafe-plugin:3.0.0-M7:integration-testm 1m(default)m @ 36mparser0;1m ---m
[1;34mINFOm] Tests are skipped.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mwagon-maven-plugin:1.0:download-singlem 1m(default)m @ 36mparser0;1m ---m
[1;34mINFOm] Skip execution.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-failsafe-plugin:3.0.0-M7:verifym 1m(default)m @ 36mparser0;1m ---m
[1;34mINFOm] Tests are skipped.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mexec-maven-plugin:3.1.0:execm 1m(default)m @ 36mparser0;1m ---m
[1;34mINFOm] skipping execute as per configuration
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-install-plugin:3.0.1:installm 1m(default-install)m @ 36mparser0;1m ---m
[1;34mINFOm] Installing /home/r/repo/parser/pom.xml to /home/r/.m2/repository/org/polystat/py2eo/parser/0.33.0/parser-0.33.0.pom
[1;34mINFOm] Installing /home/r/repo/parser/target/parser-0.33.0.jar to /home/r/.m2/repository/org/polystat/py2eo/parser/0.33.0/parser-0.33.0.jar
[1;34mINFOm] Installing /home/r/repo/parser/target/parser-0.33.0-jar-with-dependencies.jar to /home/r/.m2/repository/org/polystat/py2eo/parser/0.33.0/parser-0.33.0-jar-with-dependencies.jar
[1;34mINFOm]
[1;34mINFOm] 1m-------------------< 0;36morg.polystat.py2eo:transpiler0;1m >--------------------m
[1;34mINFOm] 1mBuilding transpiler 0.33.0                                         [3/3]m
[1;34mINFOm] 1m--------------------------------[ jar ]---------------------------------m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.33/snakeyaml-1.33.pom
Downloaded1from9Maven:Bhttps://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.33/snakeyaml-1.33.pom (39 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.33/snakeyaml-1.33.jar
Downloaded1from3Maven:khttps://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.33/snakeyaml-1.33.jar (332 kB at 6.8 MB/s)
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-clean-plugin:3.2.0:cleanm 1m(default-clean)m @ 36mtranspiler0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-enforcer-plugin:3.1.0:enforcem 1m(enforce-maven)m @ 36mtranspiler0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:3.0.0:createm 1m(jcabi-build-number)m @ 36mtranspiler0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mbuildnumber-maven-plugin:3.0.0:create-timestampm 1m(jcabi-build-number)m @ 36mtranspiler0;1m ---m
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-resources-plugin:3.1.0:resourcesm 1m(default-resources)m @ 36mtranspiler0;1m ---m
[1;34mINFOm] Skipping the execution.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-compiler-plugin:3.10.1:compilem 1m(default-compile)m @ 36mtranspiler0;1m ---m
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom (1.1 kB at 62 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom
Downloaded1from.Maven:khttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom (8.1 kB at 451 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom (1.1 kB at 63 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.pom (1.2 kB at 71 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.11.1/plexus-compilers-2.11.1.pom
Downloaded1from.Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.11.1/plexus-compilers-2.11.1.pom (1.3 kB at 63 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.jar
Downloaded2from7Maven:4https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar (27 kB at 1.3 MB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar (4.7 kB at 202 kB/s)
Downloaded1from3Maven:Bhttps://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.jar (23 kB at 653 kB/s)
[1;34mINFOm] Changes detected - recompiling the module!
[1;34mINFOm] Compiling 1 source file to /home/r/repo/transpiler/target/classes
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-scala-plugin:2.15.0:compilem 1m(default)m @ 36mtranspiler0;1m ---m
[1;34mINFOm] Checking for multiple versions of scala
[1;34mINFOm] includes = [**/*.java,**/*.scala,]
[1;34mINFOm] excludes = []
[1;34mINFOm] /home/r/repo/transpiler/src/main/java:-1: info: compiling
[1;34mINFOm] /home/r/repo/transpiler/target/generated-sources/annotations:-1: info: compiling
[1;34mINFOm] /home/r/repo/transpiler/src/main/scala:-1: info: compiling
[1;34mINFOm] Compiling 29 source files to /home/r/repo/transpiler/target/classes at 1667981022499
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:41: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following inputs: List(_), Nil
[1;34mINFOm]         reconstruct(false, { case List(l, r) => Binop(op, l, r, ann.pos) }, List(l, r), ns)
[1;34mINFOm]                            ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:43: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following inputs: List(_), Nil
[1;34mINFOm]       case Yield(Some(e), ann) => reconstruct(false, { case List(x) => Yield(Some(x), ann.pos) }, List(e), ns)
[1;34mINFOm]                                                      ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:44: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following inputs: List(_), Nil
[1;34mINFOm]       case YieldFrom(e, ann) => reconstruct(false, { case List(x) => YieldFrom(x, ann.pos) }, List(e), ns)
[1;34mINFOm]                                                    ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:46: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following inputs: List(_), Nil
[1;34mINFOm]         reconstruct(false, { case List(l, r) => SimpleComparison(op, l, r, ann.pos) }, List(l, r), ns)
[1;34mINFOm]                            ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:48: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following inputs: List(_), Nil
[1;34mINFOm]         reconstruct(false, { case List(l, r) => SimpleComparison(ops.head, l, r, ann.pos) }, List(l.head, l.last), ns)
[1;34mINFOm]                            ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:50: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following inputs: List(_), Nil
[1;34mINFOm]         reconstruct(lhs, { case List(x) => Assignment(ident, x, ann) }, List(rhs), ns)
[1;34mINFOm]                          ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:52: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following inputs: List(_), Nil
[1;34mINFOm]         reconstruct(false, { case List(x) => Unop(op, x, ann.pos) }, List(x), ns)
[1;34mINFOm]                            ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:54: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following inputs: List(_), Nil
[1;34mINFOm]         reconstruct(false, { case List(x) => Star(x, ann.pos) }, List(e), ns)
[1;34mINFOm]                            ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:56: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following inputs: List(_), Nil
[1;34mINFOm]         reconstruct(false, { case List(x) => DoubleStar(x, ann.pos) }, List(e), ns)
[1;34mINFOm]                            ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:74: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following input: (Some(_), _)
[1;34mINFOm]         val argsNoKw = args.map { case (None, x) => x }
[1;34mINFOm]                                 ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:107: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following inputs: Left((List(_), _)), Left((Nil, _)), Right((List(_), _)), Right((Nil, _))
[1;34mINFOm]       case Cond(cond, yes, no, ann) => forceAllIfNecessary(f)(List(cond, yes, no).map(x => (false, x)), ns) match {
[1;34mINFOm]                                                              ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:121: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following inputs: (List(Left(_)), List(_)), (List(Left(_)), Nil), (List(Right(_)), Nil), (Nil, List(_)), (Nil, List(_, _))
[1;34mINFOm]         def cons(original: List[DictEltDoubleStar], simple: List[T]): List[DictEltDoubleStar] = (original, simple) match {
[1;34mINFOm]                                                                                                 ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:130: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following inputs: List(_), Nil
[1;34mINFOm]         reconstruct(lhs, { case List(x) => Field(x, name, ann.pos) }, List(whose), ns)
[1;34mINFOm]                          ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:133: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following input: Nil
[1;34mINFOm]         reconstruct(lhs, { case base :: l2 =>
[1;34mINFOm]                          ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:139: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following inputs: List(_), Nil
[1;34mINFOm]         reconstruct(lhs, { case k :: v :: l2 =>
[1;34mINFOm]                          ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:145: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following input: Nil
[1;34mINFOm]         reconstruct(lhs, { case base :: l2 =>
[1;34mINFOm]                          ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:39: warning: Exhaustivity analysis reached max recursion depth, not all missing cases are reported.
[1;34mINFOm] (Please try with scalac -Ypatmat-exhaust-depth 40 or -Ypatmat-exhaust-depth off.)
[1;34mINFOm]     e match {
[1;34mINFOm]     ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:39: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following inputs: Await(_, _), CallIndex(_, _, _, _), DictComprehension(Right(_), _, _)
[1;34mINFOm]     e match {
[1;34mINFOm]     ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:153: warning: Exhaustivity analysis reached max recursion depth, not all missing cases are reported.
[1;34mINFOm] (Please try with scalac -Ypatmat-exhaust-depth 40 or -Ypatmat-exhaust-depth off.)
[1;34mINFOm]   private def call2comprehensions(l : List[(Comprehension, T)]): List[Comprehension] = l.map {
[1;34mINFOm]                                                                                              ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:153: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following inputs: (ForComprehension(_, _, _), Assignment(_, _, _)), (ForComprehension(_, _, _), Await(_, _)), (ForComprehension(_, _, _), Binop(_, _, _, _)), (ForComprehension(_, _, _), CallIndex(_, _, List(_), _)), (ForComprehension(_, _, _), CallIndex(_, _, Nil, _)), (ForComprehension(_, _, _), CollectionComprehension(_, _, _, _)), (ForComprehension(_, _, _), CollectionCons(_, _, _)), (ForComprehension(_, _, _), Cond(_, _, _, _)), (ForComprehension(_, _, _), DictComprehension(_, _, _)), (ForComprehension(_, _, _), DictCons(_, _)), (ForComprehension(_, _, _), FloatLiteral(_, _))
[1;34mINFOm]   private def call2comprehensions(l : List[(Comprehension, T)]): List[Comprehension] = l.map {
[1;34mINFOm]                                                                                              ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericStatementPasses.scala:133: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following input: Right(_)
[1;34mINFOm]     if (!hasStatement) Left(l1.map { case Left(value) => value }, ns1) else {
[1;34mINFOm]                                    ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericStatementPasses.scala:245: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following inputs: Right((List(_), _)), Right((Nil, _))
[1;34mINFOm]       case Assign(List(e), ann) => forceAllIfNecessary(f)(List((false, e)), ns) match {
[1;34mINFOm]                                                          ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericStatementPasses.scala:289: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following inputs: (List(_), _), (Nil, _)
[1;34mINFOm]         val args1 = packed2.tail.grouped(2).zip(args).map{ case (List(default, annot), p) => Parameter(p.name, p.kind, annot, default, p.ann) }
[1;34mINFOm]                                                          ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericStatementPasses.scala:159: warning: Exhaustivity analysis reached max recursion depth, not all missing cases are reported.
[1;34mINFOm] (Please try with scalac -Ypatmat-exhaust-depth 40 or -Ypatmat-exhaust-depth off.)
[1;34mINFOm]     s match {
[1;34mINFOm]     ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericStatementPasses.scala:159: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following input: For(_, _, _, _, _, _)
[1;34mINFOm]     s match {
[1;34mINFOm]     ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericStatementPasses.scala:295: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following input: List(_)
[1;34mINFOm]   private def list2option[T](l : List[T]) : Option[T] = l match {
[1;34mINFOm]                                                         ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericStatementPasses.scala:427: warning: unreachable code
[1;34mINFOm]       case NonLocal(l, ann) => (acc, s)
[1;34mINFOm]                                ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintEO.scala:35: warning: unreachable code
[1;34mINFOm]     case Binops.And => "and"
[1;34mINFOm]                        ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintEO.scala:80: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following input: Right(_)
[1;34mINFOm]         val elts = l.map{
[1;34mINFOm]                         ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintEO.scala:136: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following input: (Some(_), _)
[1;34mINFOm]           ((args.map{case (None, ee) => " (" + e(ee) + crb}).mkString("")) +
[1;34mINFOm]                     ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintEO.scala:72: warning: Exhaustivity analysis reached max recursion depth, not all missing cases are reported.
[1;34mINFOm] (Please try with scalac -Ypatmat-exhaust-depth 40 or -Ypatmat-exhaust-depth off.)
[1;34mINFOm]     value match {
[1;34mINFOm]     ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintEO.scala:72: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following input: DictComprehension(_, _, _)
[1;34mINFOm]     value match {
[1;34mINFOm]     ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintEO.scala:181: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following inputs: Parameter(_, _, None, Some(_), _), Parameter(_, _, Some(_), None, _), Parameter(_, _, Some(_), Some(_), _)
[1;34mINFOm]         val args1 = args.map{ case Parameter(argname, _, None, None, _) => argname }.mkString(space)
[1;34mINFOm]                             ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintEO.scala:186: warning: unreachable code
[1;34mINFOm]       case u : Unsupported =>
[1;34mINFOm]                            ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintEO.scala:146: warning: Exhaustivity analysis reached max recursion depth, not all missing cases are reported.
[1;34mINFOm] (Please try with scalac -Ypatmat-exhaust-depth 40 or -Ypatmat-exhaust-depth off.)
[1;34mINFOm]     st match {
[1;34mINFOm]     ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintEO.scala:146: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following input: Break(_)
[1;34mINFOm]     st match {
[1;34mINFOm]     ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintLinearizedMutableEOWithCage.scala:86: warning: Exhaustivity analysis reached max recursion depth, not all missing cases are reported.
[1;34mINFOm] (Please try with scalac -Ypatmat-exhaust-depth 40 or -Ypatmat-exhaust-depth off.)
[1;34mINFOm]           .map{ case f : FuncDef => f }
[1;34mINFOm]               ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintLinearizedMutableEOWithCage.scala:86: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following inputs: AnnAssign(_, _, _, _), Assert(_, _, _), Assign(_, _), AugAssign(_, _, _, _), Break(_), ClassDef(_, _, _, _, _), Continue(_), CreateConst(_, _, _), Del(_, _), For(_, _, _, _, _, _), Global(_, _), If(_, _, _), IfSimple(_, _, _, _), ImportAllSymbols(_, _), ImportModule(_, _, _), ImportSymbol(_, _, _, _), NonLocal(_, _), Pass(_), Raise(_, _, _), Return(_, _)
[1;34mINFOm]           .map{ case f : FuncDef => f }
[1;34mINFOm]               ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintLinearizedMutableEOWithCage.scala:117: warning: Exhaustivity analysis reached max recursion depth, not all missing cases are reported.
[1;34mINFOm] (Please try with scalac -Ypatmat-exhaust-depth 40 or -Ypatmat-exhaust-depth off.)
[1;34mINFOm]                       l.map{
[1;34mINFOm]                            ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintLinearizedMutableEOWithCage.scala:117: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following input: Break(_)
[1;34mINFOm]                       l.map{
[1;34mINFOm]                            ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintLinearizedMutableEOWithCage.scala:126: warning: Exhaustivity analysis reached max recursion depth, not all missing cases are reported.
[1;34mINFOm] (Please try with scalac -Ypatmat-exhaust-depth 40 or -Ypatmat-exhaust-depth off.)
[1;34mINFOm]                           l.flatMap{
[1;34mINFOm]                                    ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintLinearizedMutableEOWithCage.scala:126: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following input: Break(_)
[1;34mINFOm]                           l.flatMap{
[1;34mINFOm]                                    ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintLinearizedMutableEOWithCage.scala:77: warning: Exhaustivity analysis reached max recursion depth, not all missing cases are reported.
[1;34mINFOm] (Please try with scalac -Ypatmat-exhaust-depth 40 or -Ypatmat-exhaust-depth off.)
[1;34mINFOm]     st match {
[1;34mINFOm]     ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintLinearizedMutableEOWithCage.scala:77: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following input: For(_, _, _, _, _, _)
[1;34mINFOm]     st match {
[1;34mINFOm]     ^
[1;33mWARNINGm] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintLinearizedMutableEOWithCage.scala:309: warning: match may not be exhaustive.
[1;34mINFOm] It would fail on the following inputs: Parameter(_, _, None, None, _), Parameter(_, _, None, Some(_), _), Parameter(_, _, Some(_), None, _), Parameter(_, _, Some(_), Some(_), _)
[1;34mINFOm]     val args2 = (f.args.map{ case Parameter(argname, kind, None, None, _) if kind != ArgKind.Keyword =>
[1;34mINFOm]                            ^
[1;33mWARNINGm] warning: 3 deprecations (since 2.11.0); re-run with -deprecation for details
[1;33mWARNINGm] 46 warnings
[1;34mINFOm] prepare-compile in 0 s
[1;34mINFOm] compile in 13 s
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-resources-plugin:3.1.0:testResourcesm 1m(default-testResources)m @ 36mtranspiler0;1m ---m
[1;34mINFOm] Not copying test resources
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-compiler-plugin:3.10.1:testCompilem 1m(default-testCompile)m @ 36mtranspiler0;1m ---m
[1;34mINFOm] No sources to compile
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-scala-plugin:2.15.0:testCompilem 1m(default)m @ 36mtranspiler0;1m ---m
[1;34mINFOm] Checking for multiple versions of scala
[1;34mINFOm] includes = [**/*.java,**/*.scala,]
[1;34mINFOm] excludes = []
[1;34mINFOm] /home/r/repo/transpiler/src/test/scala:-1: info: compiling
[1;34mINFOm] Compiling 8 source files to /home/r/repo/transpiler/target/test-classes at 1667981035561
[1;33mWARNINGm] warning: 3 deprecations (since 2.13.0)
[1;33mWARNINGm] warning: 1 deprecation (since 2.13.3)
[1;33mWARNINGm] warning: 4 deprecations in total; re-run with -deprecation for details
[1;33mWARNINGm] 3 warnings
[1;34mINFOm] prepare-compile in 0 s
[1;34mINFOm] compile in 4 s
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-surefire-plugin:3.0.0-M7:testm 1m(default-test)m @ 36mtranspiler0;1m ---m
[1;34mINFOm] Tests are skipped.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mjcabi-maven-plugin:0.17.0:versionalizem 1m(jcabi-versionalize-packages)m @ 36mtranspiler0;1m ---m
[1;34mINFOm] Versionalizing /home/r/repo/transpiler/target/classes directory
[1;34mINFOm] File /home/r/repo/transpiler/target/classes/org/polystat/py2eo/transpiler/org-polystat-py2eo-transpiler-jar.txt added
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-jar-plugin:3.3.0:jarm 1m(default-jar)m @ 36mtranspiler0;1m ---m
[1;34mINFOm] Building jar: /home/r/repo/transpiler/target/transpiler-0.33.0.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-assembly-plugin:3.4.2:singlem 1m(default)m @ 36mtranspiler0;1m ---m
[1;34mINFOm] Building jar: /home/r/repo/transpiler/target/transpiler-0.33.0-jar-with-dependencies.jar
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-failsafe-plugin:3.0.0-M7:integration-testm 1m(default)m @ 36mtranspiler0;1m ---m
[1;34mINFOm] Tests are skipped.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mwagon-maven-plugin:1.0:download-singlem 1m(default)m @ 36mtranspiler0;1m ---m
[1;34mINFOm] Skip execution.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-failsafe-plugin:3.0.0-M7:verifym 1m(default)m @ 36mtranspiler0;1m ---m
[1;34mINFOm] Tests are skipped.
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mexec-maven-plugin:3.1.0:execm 1m(default)m @ 36mtranspiler0;1m ---m
[1;34mINFOm] skipping execute as per configuration
[1;34mINFOm]
[1;34mINFOm] 1m--- 0;32mmaven-install-plugin:3.0.1:installm 1m(default-install)m @ 36mtranspiler0;1m ---m
[1;34mINFOm] Installing /home/r/repo/transpiler/pom.xml to /home/r/.m2/repository/org/polystat/py2eo/transpiler/0.33.0/transpiler-0.33.0.pom
[1;34mINFOm] Installing /home/r/repo/transpiler/target/transpiler-0.33.0.jar to /home/r/.m2/repository/org/polystat/py2eo/transpiler/0.33.0/transpiler-0.33.0.jar
[1;34mINFOm] Installing /home/r/repo/transpiler/target/transpiler-0.33.0-jar-with-dependencies.jar to /home/r/.m2/repository/org/polystat/py2eo/transpiler/0.33.0/transpiler-0.33.0-jar-with-dependencies.jar
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] 1mReactor Summary for py2eo 0.33.0:m
[1;34mINFOm]
[1;34mINFOm] py2eo .............................................. 1;32mSUCCESSm [ 16.725 s]
[1;34mINFOm] parser ............................................. 1;32mSUCCESSm [ 34.838 s]
[1;34mINFOm] transpiler ......................................... 1;32mSUCCESSm [ 19.742 s]
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] 1;32mBUILD SUCCESSm
[1;34mINFOm] 1m------------------------------------------------------------------------m
[1;34mINFOm] Total time:  01:11 min
[1;34mINFOm] Finished at: 2022-11-09T08:04:01Z
[1;34mINFOm] 1m------------------------------------------------------------------------m
0m0m+ mvn clean deploy -Ppolystat -Psonatype --errors --settings ../settings.xml -Dstyle.color=never
0m0m[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.64.1/parent-0.64.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.64.1/parent-0.64.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/3.3.35/kuali-common-3.3.35.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/3.3.35/kuali-common-3.3.35.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/3.3.35/kuali-pom-3.3.35.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/3.3.35/kuali-pom-3.3.35.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/2.0.0/kuali-common-2.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/2.0.0/kuali-common-2.0.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/2.0.0/kuali-pom-2.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/2.0.0/kuali-pom-2.0.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.3.22/aws-java-sdk-1.3.22.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.1/httpclient-4.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.4/commons-codec-1.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/11/commons-parent-11.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/11/commons-parent-11.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/4/apache-4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/4/apache-4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-core-asl/1.8.9/jackson-core-asl-1.8.9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-mapper-asl/1.8.9/jackson-mapper-asl-1.8.9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.9/kuali-threads-1.0.9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/1.2.2/kuali-common-1.2.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/1.2.2/kuali-pom-1.2.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.16/log4j-1.2.16.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.16/log4j-1.2.16.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/17/commons-parent-17.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/17/commons-parent-17.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/7/apache-7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/7/apache-7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.4/commons-io-2.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.4/commons-io-2.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/25/commons-parent-25.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/25/commons-parent-25.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/9/apache-9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/9/apache-9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.2/httpcomponents-client-4.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/5/project-5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/5/project-5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.2/httpcomponents-core-4.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/6/project-6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/6/project-6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/22/commons-parent-22.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/22/commons-parent-22.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/4/oss-parent-4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/4/oss-parent-4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/21/maven-parent-21.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/21/maven-parent-21.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/10/apache-10.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/10/apache-10.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/2.3.9/kuali-common-2.3.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-common/2.3.9/kuali-common-2.3.9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/pom/kuali-pom/2.3.9/kuali-pom-2.3.9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.2/httpclient-4.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.2/httpcore-4.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-s3/1.0.1/kuali-s3-1.0.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/amazonaws/aws-java-sdk/1.6.4/aws-java-sdk-1.6.4.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.1.1/jackson-core-2.1.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.1.1/jackson-databind-2.1.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.4/commons-io-2.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.1.1/jackson-annotations-2.1.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/springframework/spring-core/3.2.5.RELEASE/spring-core-3.2.5.RELEASE.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/kuali/common/kuali-threads/1.0.10/kuali-threads-1.0.10.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.4/commons-io-2.4.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom (2.2 kB at 9.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/14.0.1/guava-14.0.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/14.0.1/guava-14.0.1.pom (5.4 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom (2.6 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom (4.9 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom (2.6 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom (38 kB at 158 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom (760 B at 3.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom (24 kB at 71 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom (6.5 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom (2.2 kB at 6.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom (3.1 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom (3.2 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom (2.2 kB at 6.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom (2.1 kB at 9.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom (4.4 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom (7.1 kB at 31 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom (5.0 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom (3.4 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom (2.1 kB at 8.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom (4.5 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom (3.6 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom (3.1 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom (3.7 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom (3.3 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom (2.0 kB at 8.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom (7.0 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom (4.5 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom (5.1 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom (5.0 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom (3.0 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom (3.5 kB at 8.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom (6.0 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom (32 kB at 137 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom (3.8 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0.4/maven-3.0.4.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0.4/maven-3.0.4.pom (22 kB at 94 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom (2.7 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom (12 kB at 51 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/intellij/annotations/9.0.4/annotations-9.0.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/intellij/annotations/9.0.4/annotations-9.0.4.pom (1.2 kB at 5.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom (11 kB at 49 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom (26 kB at 114 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (4.1 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (386 B at 1.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom (1.6 kB at 5.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/2.2/joda-time-2.2.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/2.2/joda-time-2.2.pom (16 kB at 71 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom (1.6 kB at 7.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom (1.8 kB at 8.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom (12 kB at 53 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom (760 B at 3.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom (22 kB at 92 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom (2.1 kB at 9.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom (5.5 kB at 24 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom (10 kB at 41 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom (21 kB at 92 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/1/jvnet-parent-1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom (7.9 kB at 34 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom (6.7 kB at 29 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom (6.2 kB at 26 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom (3.6 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom (5.2 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom (15 kB at 67 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/7/project-7.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 118 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/13/apache-13.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/13/apache-13.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom (4.6 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (12 kB at 50 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom (1.9 kB at 8.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom (2.6 kB at 7.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom (1.7 kB at 7.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/11/oss-parent-11.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/11/oss-parent-11.pom (23 kB at 70 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom (6.0 kB at 26 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/12/oss-parent-12.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/12/oss-parent-12.pom (23 kB at 102 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom (5.9 kB at 26 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom (1.3 kB at 4.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom (3.2 kB at 8.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom (3.8 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom (1.9 kB at 5.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom (4.5 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom (4.6 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom (4.5 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom (11 kB at 33 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom (15 kB at 46 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom (2.6 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 4.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom (5.0 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom (15 kB at 66 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom (12 kB at 52 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/14.0.1/guava-14.0.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar
Downloaded4from.oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar (16 kB at 51 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar
Downloaded4from.oss.sonatype.org:3https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 39 kB/s)
Downloading)from2oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar
Downloaded3from.oss.sonatype.org:1https://oss.sonatype.org/content/groups/public/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2.2 MB at 4.9 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar (163 kB at 367 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/intellij/annotations/9.0.4/annotations-9.0.4.jar
Downloaded3from1oss.sonatype.org:4https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar
Downloaded4from1oss.sonatype.org:4https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar (216 kB at 377 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar (164 kB at 254 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar
Downloaded3from9oss.sonatype.org:7https://oss.sonatype.org/content/groups/public/com/intellij/annotations/9.0.4/annotations-9.0.4.jar (10.0 kB at 15 kB/s)
Downloading)from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/joda-time/joda-time/2.2/joda-time-2.2.jar
Downloaded3from9oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar (29 kB at 40 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar
Downloaded4from3oss.sonatype.org:5https://oss.sonatype.org/content/groups/public/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (7.2 kB at 8.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar
Downloaded3from3oss.sonatype.org:4https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar (532 kB at 631 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar
Downloaded3from5oss.sonatype.org:7https://oss.sonatype.org/content/groups/public/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (25 kB at 28 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar
Downloaded3from7oss.sonatype.org:0https://oss.sonatype.org/content/groups/public/joda-time/joda-time/2.2/joda-time-2.2.jar (574 kB at 602 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar (207 kB at 207 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar
Downloaded2from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar (20 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar
Downloaded3from1oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar (11 kB at 9.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar
Downloaded4from6oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 kB at 38 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar
Downloaded3from4oss.sonatype.org:1https://oss.sonatype.org/content/groups/public/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (64 kB at 52 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar
Downloaded3from6oss.sonatype.org:6https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar (467 kB at 356 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar
Downloaded3from3oss.sonatype.org:3https://oss.sonatype.org/content/groups/public/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar (131 kB at 98 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar (16 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar
Downloaded5from.oss.sonatype.org:7https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar (6.3 kB at 4.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar (37 kB at 24 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar (16 kB at 10.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar (198 kB at 120 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
Downloaded2from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar (914 kB at 525 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
Downloaded4from2oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar (32 kB at 18 kB/s)
Downloading)from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar
Downloaded5from8oss.sonatype.org:3https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 121 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (591 kB at 304 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar (28 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar (17 kB at 8.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar
Downloaded2from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (282 kB at 136 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar
Downloaded4from7oss.sonatype.org:3https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar (27 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar
Downloaded4from2oss.sonatype.org:0https://oss.sonatype.org/content/groups/public/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar (121 kB at 53 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar
Downloaded4from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 100 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar
Downloaded3from0oss.sonatype.org:khttps://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 26 kB/s)
Downloaded3from0oss.sonatype.org:4https://oss.sonatype.org/content/groups/public/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar (50 kB at 21 kB/s)
Downloaded3from0oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (90 kB at 37 kB/s)
Downloaded2from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar (271 kB at 105 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar (428 kB at 162 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.13/nexus-staging-maven-plugin-1.6.13.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.13/nexus-staging-maven-plugin-1.6.13.pom (9.1 kB at 29 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-staging/1.6.13/nexus-staging-1.6.13.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-staging/1.6.13/nexus-staging-1.6.13.pom (2.8 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.13/nexus-maven-plugins-1.6.13.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.13/nexus-maven-plugins-1.6.13.pom (19 kB at 59 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/32/public-parent-32.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/public-parent/32/public-parent-32.pom (1.5 kB at 6.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/32/buildsupport-32.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/buildsupport/buildsupport/32/buildsupport-32.pom (36 kB at 157 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6.13/nexus-common-1.6.13.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6.13/nexus-common-1.6.13.pom (2.2 kB at 6.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0.4/maven-plugin-api-3.0.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0.4/maven-plugin-api-3.0.4.pom (2.7 kB at 8.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.pom (1.6 kB at 5.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/3.0.4/maven-compat-3.0.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/3.0.4/maven-compat-3.0.4.pom (3.7 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0.4/maven-model-builder-3.0.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0.4/maven-model-builder-3.0.4.pom (2.5 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.pom (1.8 kB at 8.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0.4/maven-core-3.0.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0.4/maven-core-3.0.4.pom (6.4 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.pom (2.3 kB at 5.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0.4/maven-repository-metadata-3.0.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0.4/maven-repository-metadata-3.0.4.pom (1.9 kB at 5.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0.4/maven-aether-provider-3.0.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0.4/maven-aether-provider-3.0.4.pom (2.8 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.pom (1.6 kB at 7.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.2/maven-plugin-tools-3.2.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.2/maven-plugin-tools-3.2.pom (17 kB at 69 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/22/maven-parent-22.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/22/maven-parent-22.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/11/apache-11.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/11/apache-11.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0/maven-3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0/maven-3.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/15/maven-parent-15.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/15/maven-parent-15.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/6/apache-6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/6/apache-6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-client-core/2.15.1-02/nexus-client-core-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-client-core/2.15.1-02/nexus-client-core-2.15.1-02.pom (4.9 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-components/2.15.1-02/nexus-components-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-components/2.15.1-02/nexus-components-2.15.1-02.pom (2.6 kB at 8.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-parent/2.15.1-02/nexus-parent-2.15.1-02.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-parent/2.15.1-02/nexus-parent-2.15.1-02.pom (42 kB at 129 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.15.1-02/nexus-buildsupport-all-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.15.1-02/nexus-buildsupport-all-2.15.1-02.pom (6.5 kB at 28 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.15.1-02/nexus-buildsupport-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.15.1-02/nexus-buildsupport-2.15.1-02.pom (2.2 kB at 6.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.15.1-02/nexus-buildsupport-commons-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.15.1-02/nexus-buildsupport-commons-2.15.1-02.pom (3.1 kB at 9.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.15.1-02/nexus-buildsupport-db-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.15.1-02/nexus-buildsupport-db-2.15.1-02.pom (3.2 kB at 9.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.15.1-02/nexus-buildsupport-gwt-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.15.1-02/nexus-buildsupport-gwt-2.15.1-02.pom (2.2 kB at 9.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.15.1-02/nexus-buildsupport-httpclient-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.15.1-02/nexus-buildsupport-httpclient-2.15.1-02.pom (2.1 kB at 6.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.15.1-02/nexus-buildsupport-insight-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.15.1-02/nexus-buildsupport-insight-2.15.1-02.pom (2.9 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.15.1-02/nexus-buildsupport-maven-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.15.1-02/nexus-buildsupport-maven-2.15.1-02.pom (7.1 kB at 31 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.15.1-02/nexus-buildsupport-messaging-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.15.1-02/nexus-buildsupport-messaging-2.15.1-02.pom (6.1 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.15.1-02/nexus-buildsupport-shiro-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.15.1-02/nexus-buildsupport-shiro-2.15.1-02.pom (3.4 kB at 7.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.15.1-02/nexus-buildsupport-bouncycastle-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.15.1-02/nexus-buildsupport-bouncycastle-2.15.1-02.pom (2.3 kB at 9.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.15.1-02/nexus-buildsupport-jetty-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.15.1-02/nexus-buildsupport-jetty-2.15.1-02.pom (4.6 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.15.1-02/nexus-buildsupport-goodies-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.15.1-02/nexus-buildsupport-goodies-2.15.1-02.pom (4.2 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.15.1-02/nexus-buildsupport-groovy-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.15.1-02/nexus-buildsupport-groovy-2.15.1-02.pom (3.1 kB at 9.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.15.1-02/nexus-buildsupport-guice-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.15.1-02/nexus-buildsupport-guice-2.15.1-02.pom (3.7 kB at 16 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.15.1-02/nexus-buildsupport-logging-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.15.1-02/nexus-buildsupport-logging-2.15.1-02.pom (3.3 kB at 10 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.15.1-02/nexus-buildsupport-osgi-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.15.1-02/nexus-buildsupport-osgi-2.15.1-02.pom (2.0 kB at 9.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.15.1-02/nexus-buildsupport-other-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.15.1-02/nexus-buildsupport-other-2.15.1-02.pom (7.3 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.15.1-02/nexus-buildsupport-plexus-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.15.1-02/nexus-buildsupport-plexus-2.15.1-02.pom (4.5 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.15.1-02/nexus-buildsupport-rest-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.15.1-02/nexus-buildsupport-rest-2.15.1-02.pom (5.1 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.15.1-02/nexus-buildsupport-testing-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.15.1-02/nexus-buildsupport-testing-2.15.1-02.pom (5.5 kB at 24 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.15.1-02/nexus-buildsupport-metrics-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.15.1-02/nexus-buildsupport-metrics-2.15.1-02.pom (3.0 kB at 7.3 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.15.1-02/nexus-restlet1x-model-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.15.1-02/nexus-restlet1x-model-2.15.1-02.pom (3.5 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.15.1-02/nexus-plugins-restlet1x-2.15.1-02.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.15.1-02/nexus-plugins-restlet1x-2.15.1-02.pom (6.2 kB at 26 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-plugins/2.15.1-02/nexus-plugins-2.15.1-02.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-plugins/2.15.1-02/nexus-plugins-2.15.1-02.pom (32 kB at 100 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom (16 kB at 70 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/52/commons-parent-52.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/52/commons-parent-52.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/23/apache-23.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/23/apache-23.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.19/xstream-1.4.19.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.19/xstream-1.4.19.pom (24 kB at 103 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream-parent/1.4.19/xstream-parent-1.4.19.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream-parent/1.4.19/xstream-parent-1.4.19.pom (43 kB at 187 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.pom (24 kB at 104 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom (18 kB at 78 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/47/commons-parent-47.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/47/commons-parent-47.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/19/apache-19.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/19/apache-19.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/39/commons-parent-39.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/39/commons-parent-39.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/16/apache-16.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/16/apache-16.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-client/1.8/siesta-client-1.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-client/1.8/siesta-client-1.8.pom (1.8 kB at 8.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta/1.8/siesta-1.8.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta/1.8/siesta-1.8.pom (12 kB at 52 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.8/siesta-common-1.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.8/siesta-common-1.8.pom (2.1 kB at 6.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/21/apache-21.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/21/apache-21.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.pom (5.0 kB at 22 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.4.15/httpcomponents-core-4.4.15.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.4.15/httpcomponents-core-4.4.15.pom (13 kB at 32 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.15/commons-codec-1.15.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.pom (1.2 kB at 5.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-jackson/1.8/siesta-jackson-1.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-jackson/1.8/siesta-jackson-1.8.pom (2.6 kB at 8.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.pom (6.1 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom (7.4 kB at 32 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/43/oss-parent-43.pom
Downloaded1from4oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/43/oss-parent-43.pom (24 kB at 102 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.pom (5.5 kB at 24 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-base/2.13.2/jackson-base-2.13.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-base/2.13.2/jackson-base-2.13.2.pom (9.9 kB at 42 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-bom/2.13.2/jackson-bom-2.13.2.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-bom/2.13.2/jackson-bom-2.13.2.pom (17 kB at 54 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.13.2.2/jackson-databind-2.13.2.2.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.13.2.2/jackson-databind-2.13.2.2.pom (17 kB at 71 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.13.2/jackson-jaxrs-json-provider-2.13.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.13.2/jackson-jaxrs-json-provider-2.13.2.pom (4.4 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.13.2/jackson-jaxrs-providers-2.13.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.13.2/jackson-jaxrs-providers-2.13.2.pom (5.6 kB at 24 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.13.2/jackson-jaxrs-base-2.13.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.13.2/jackson-jaxrs-base-2.13.2.pom (2.1 kB at 8.9 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.13.2/jackson-module-jaxb-annotations-2.13.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.13.2/jackson-module-jaxb-annotations-2.13.2.pom (3.7 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-modules-base/2.13.2/jackson-modules-base-2.13.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-modules-base/2.13.2/jackson-modules-base-2.13.2.pom (3.4 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom (13 kB at 53 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom (9.0 kB at 27 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom (13 kB at 57 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom (5.3 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/activation/all/1.2.2/all-1.2.2.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/activation/all/1.2.2/all-1.2.2.pom (15 kB at 65 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.pom (4.6 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/activation/all/1.2.1/all-1.2.1.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/sun/activation/all/1.2.1/all-1.2.1.pom (18 kB at 78 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom (12 kB at 51 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.2.11/logback-core-1.2.11.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.2.11/logback-core-1.2.11.pom (4.2 kB at 18 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-parent/1.2.11/logback-parent-1.2.11.pom
Downloaded1from9oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-parent/1.2.11/logback-parent-1.2.11.pom (19 kB at 83 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11.pom (9.7 kB at 41 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.13/nexus-staging-maven-plugin-1.6.13.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6.13/nexus-common-1.6.13.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0.4/maven-plugin-api-3.0.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar
Downloaded5from5oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar (204 kB at 733 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/maven/nexus-common/1.6.13/nexus-common-1.6.13.jar (16 kB at 49 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.jar (52 kB at 160 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0.4/maven-plugin-api-3.0.4.jar (49 kB at 145 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/3.0.4/maven-compat-3.0.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.13/nexus-staging-maven-plugin-1.6.13.jar (251 kB at 672 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0.4/maven-model-builder-3.0.4.jar
Downloaded2from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.jar
Downloaded3from7oss.sonatype.org:1https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (47 kB at 91 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0.4/maven-core-3.0.4.jar
Downloaded3from8oss.sonatype.org:7https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/3.0.4/maven-compat-3.0.4.jar (281 kB at 467 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar (289 kB at 473 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0.4/maven-repository-metadata-3.0.4.jar
Downloaded2from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.jar (47 kB at 69 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0.4/maven-aether-provider-3.0.4.jar
Downloaded5from5oss.sonatype.org:3https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0.4/maven-model-builder-3.0.4.jar (151 kB at 188 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar
Downloaded4from1oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.jar (41 kB at 50 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0.4/maven-repository-metadata-3.0.4.jar (30 kB at 36 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0.4/maven-aether-provider-3.0.4.jar (56 kB at 62 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
Downloaded2from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0.4/maven-core-3.0.4.jar (559 kB at 600 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar
Downloaded2from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar (15 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-client-core/2.15.1-02/nexus-client-core-2.15.1-02.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.15.1-02/nexus-restlet1x-model-2.15.1-02.jar
Downloaded3from3oss.sonatype.org:5https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar (130 kB at 120 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
Downloaded4from3oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar (130 kB at 110 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.19/xstream-1.4.19.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar (15 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.15.1-02/nexus-restlet1x-model-2.15.1-02.jar (162 kB at 127 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/nexus/nexus-client-core/2.15.1-02/nexus-client-core-2.15.1-02.jar (216 kB at 167 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
Downloaded4from8oss.sonatype.org:0https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-client/1.8/siesta-client-1.8.jar
Downloaded4from8oss.sonatype.org:0https://oss.sonatype.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.19/xstream-1.4.19.jar (633 kB at 426 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.8/siesta-common-1.8.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.jar (30 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-jackson/1.8/siesta-jackson-1.8.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar (285 kB at 187 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (247 kB at 160 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.jar
Downloaded4from1oss.sonatype.org:6https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-common/1.8/siesta-common-1.8.jar (11 kB at 6.2 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.13.2.2/jackson-databind-2.13.2.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-client/1.8/siesta-client-1.8.jar (20 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.13.2/jackson-jaxrs-json-provider-2.13.2.jar
Downloaded3from.oss.sonatype.org:5https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/siesta/siesta-jackson/1.8/siesta-jackson-1.8.jar (6.3 kB at 3.5 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.13.2/jackson-jaxrs-base-2.13.2.jar
Downloaded3from6oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.jar (76 kB at 41 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.13.2/jackson-module-jaxb-annotations-2.13.2.jar
Downloaded3from7oss.sonatype.org:5https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.13.2/jackson-jaxrs-json-provider-2.13.2.jar (16 kB at 8.1 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar
Downloaded3from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.jar (375 kB at 186 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar
Downloaded5from.oss.sonatype.org:|https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.13.2/jackson-module-jaxb-annotations-2.13.2.jar (36 kB at 17 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar
Downloaded4from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.13.2/jackson-jaxrs-base-2.13.2.jar (31 kB at 14 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.15/commons-codec-1.15.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar (44 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.13.2.2/jackson-databind-2.13.2.2.jar (1.5 MB at 669 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar (116 kB at 50 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.2.11/logback-core-1.2.11.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.15/commons-codec-1.15.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11.jar
Downloaded5from4oss.sonatype.org:2https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 96 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.jar (17 kB at 6.3 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11.jar (232 kB at 88 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.jar (328 kB at 123 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ch/qos/logback/logback-core/1.2.11/logback-core-1.2.11.jar (449 kB at 165 kB/s)
[INFO] Inspecting build with total of 3 modules...
[INFO] Not installing Nexus Staging features:
[INFO]  * Preexisting staging related goal bindings found in 3 modules.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] py2eo                                                              [pom]
[INFO] parser                                                             [jar]
[INFO] transpiler                                                         [jar]
[INFO]
[INFO] -------------------------< org.polystat:py2eo >-------------------------
[INFO] Building py2eo 0.33.0                                              [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/3.1.0/maven-enforcer-plugin-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/3.1.0/maven-enforcer-plugin-3.1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer/3.1.0/enforcer-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer/3.1.0/enforcer-3.1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/36/maven-parent-36.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/36/maven-parent-36.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/26/apache-26.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/26/apache-26.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/3.1.0/maven-enforcer-plugin-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/3.1.0/maven-enforcer-plugin-3.1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/33/maven-parent-33.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/33/maven-parent-33.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/35/maven-parent-35.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/35/maven-parent-35.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/25/apache-25.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/25/apache-25.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/3.0.0/buildnumber-maven-plugin-3.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/3.0.0/buildnumber-maven-plugin-3.0.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/65/mojo-parent-65.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/65/mojo-parent-65.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.8.1/junit-bom-5.8.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.8.1/junit-bom-5.8.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/3.0.0/buildnumber-maven-plugin-3.0.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/buildnumber-maven-plugin/3.0.0/buildnumber-maven-plugin-3.0.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/3.4.1/maven-javadoc-plugin-3.4.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/3.4.1/maven-javadoc-plugin-3.4.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/34/maven-parent-34.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/34/maven-parent-34.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/3.4.1/maven-javadoc-plugin-3.4.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/3.4.1/maven-javadoc-plugin-3.4.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-assembly-plugin/3.4.2/maven-assembly-plugin-3.4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-assembly-plugin/3.4.2/maven-assembly-plugin-3.4.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-assembly-plugin/3.4.2/maven-assembly-plugin-3.4.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-assembly-plugin/3.4.2/maven-assembly-plugin-3.4.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/wagon-maven-plugin/1.0/wagon-maven-plugin-1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/wagon-maven-plugin/1.0/wagon-maven-plugin-1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/33/mojo-parent-33.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/33/mojo-parent-33.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/wagon-maven-plugin/1.0/wagon-maven-plugin-1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/wagon-maven-plugin/1.0/wagon-maven-plugin-1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/3.0.1/maven-gpg-plugin-3.0.1.pom
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/3.0.1/maven-gpg-plugin-3.0.1.pom (13 kB at 41 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/3.0.1/maven-gpg-plugin-3.0.1.jar
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-gpg-plugin/3.0.1/maven-gpg-plugin-3.0.1.jar (60 kB at 247 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/exec-maven-plugin/3.1.0/exec-maven-plugin-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/exec-maven-plugin/3.1.0/exec-maven-plugin-3.1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/69/mojo-parent-69.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/69/mojo-parent-69.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/exec-maven-plugin/3.1.0/exec-maven-plugin-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/exec-maven-plugin/3.1.0/exec-maven-plugin-3.1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/3.0.1/maven-install-plugin-3.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/3.0.1/maven-install-plugin-3.0.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/3.0.1/maven-install-plugin-3.0.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/3.0.1/maven-install-plugin-3.0.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/3.0.0/maven-deploy-plugin-3.0.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.54.0/cactoos-0.54.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.54.0/cactoos-0.54.0.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.60.5/parent-0.60.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.60.5/parent-0.60.5.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.54.0/cactoos-0.54.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.54.0/cactoos-0.54.0.jar (0 B at 0 B/s)
[INFO]
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ py2eo ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.6/commons-io-2.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.6/commons-io-2.6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/42/commons-parent-42.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/42/commons-parent-42.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/18/apache-18.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/18/apache-18.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.6/commons-io-2.6.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.6/commons-io-2.6.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar (0 B at 0 B/s)
[INFO] Deleting /home/r/repo/target
[INFO]
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ py2eo ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/3.1.0/enforcer-api-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/3.1.0/enforcer-api-3.1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.2.5/maven-3.2.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.2.5/maven-3.2.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/25/maven-parent-25.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/25/maven-parent-25.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/15/apache-15.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/15/apache-15.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/8/plexus-8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/8/plexus-8.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/3/jvnet-parent-3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/3/jvnet-parent-3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-parent/26/weld-parent-26.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-parent/26/weld-parent-26.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/38/forge-parent-38.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/16.0.1/guava-16.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/16.0.1/guava-16.0.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/3.2.5/maven-compat-3.2.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/3.2.5/maven-compat-3.2.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/24/maven-parent-24.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/24/maven-parent-24.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/14/apache-14.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/14/apache-14.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/3.1.0/enforcer-api-3.1.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-api/3.1.0/enforcer-api-3.1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/16.0.1/guava-16.0.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/16.0.1/guava-16.0.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.jar (0 B at 0 B/s)
[INFO]
[INFO] --- buildnumber-maven-plugin:3.0.0:create (jcabi-build-number) @ py2eo ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.8.4/maven-3.8.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.8.4/maven-3.8.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.12.0/maven-scm-api-1.12.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.12.0/maven-scm-api-1.12.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm/1.12.0/maven-scm-1.12.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm/1.12.0/maven-scm-1.12.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-manager-plexus/1.12.0/maven-scm-manager-plexus-1.12.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-manager-plexus/1.12.0/maven-scm-manager-plexus-1.12.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-managers/1.12.0/maven-scm-managers-1.12.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-managers/1.12.0/maven-scm-managers-1.12.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/4.13.2/junit-4.13.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/4.13.2/junit-4.13.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-bazaar/1.12.0/maven-scm-provider-bazaar-1.12.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-bazaar/1.12.0/maven-scm-provider-bazaar-1.12.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers/1.12.0/maven-scm-providers-1.12.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers/1.12.0/maven-scm-providers-1.12.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svnexe/1.12.0/maven-scm-provider-svnexe-1.12.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svnexe/1.12.0/maven-scm-provider-svnexe-1.12.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-svn/1.12.0/maven-scm-providers-svn-1.12.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-svn/1.12.0/maven-scm-providers-svn-1.12.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.12.0/maven-scm-provider-svn-commons-1.12.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.12.0/maven-scm-provider-svn-commons-1.12.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-gitexe/1.12.0/maven-scm-provider-gitexe-1.12.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-gitexe/1.12.0/maven-scm-provider-gitexe-1.12.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-git/1.12.0/maven-scm-providers-git-1.12.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-git/1.12.0/maven-scm-providers-git-1.12.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-git-commons/1.12.0/maven-scm-provider-git-commons-1.12.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-git-commons/1.12.0/maven-scm-provider-git-commons-1.12.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsexe/1.12.0/maven-scm-provider-cvsexe-1.12.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsexe/1.12.0/maven-scm-provider-cvsexe-1.12.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-cvs/1.12.0/maven-scm-providers-cvs-1.12.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-cvs/1.12.0/maven-scm-providers-cvs-1.12.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.12.0/maven-scm-provider-cvs-commons-1.12.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.12.0/maven-scm-provider-cvs-commons-1.12.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-starteam/1.12.0/maven-scm-provider-starteam-1.12.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-starteam/1.12.0/maven-scm-provider-starteam-1.12.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-clearcase/1.12.0/maven-scm-provider-clearcase-1.12.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-clearcase/1.12.0/maven-scm-provider-clearcase-1.12.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-perforce/1.12.0/maven-scm-provider-perforce-1.12.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-perforce/1.12.0/maven-scm-provider-perforce-1.12.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-hg/1.12.0/maven-scm-provider-hg-1.12.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-hg/1.12.0/maven-scm-provider-hg-1.12.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.2/maven-scm-provider-svnjava-2.1.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.2/maven-scm-provider-svnjava-2.1.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.14/plexus-utils-3.0.14.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.14/plexus-utils-3.0.14.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.1/commons-io-2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.1/commons-io-2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/svnkit/svnkit/1.10.3/svnkit-1.10.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/svnkit/svnkit/1.10.3/svnkit-1.10.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/sqljet/sqljet/1.1.14/sqljet-1.1.14.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/sqljet/sqljet/1.1.14/sqljet-1.1.14.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-master/3.4/antlr-master-3.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-master/3.4/antlr-master-3.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/5.6.0/jna-5.6.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/5.6.0/jna-5.6.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.8.9/gson-2.8.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.8.9/gson-2.8.9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson-parent/2.8.9/gson-parent-2.8.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson-parent/2.8.9/gson-parent-2.8.9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.12.0/maven-scm-api-1.12.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-manager-plexus/1.12.0/maven-scm-manager-plexus-1.12.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-bazaar/1.12.0/maven-scm-provider-bazaar-1.12.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.12.0/maven-scm-api-1.12.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svnexe/1.12.0/maven-scm-provider-svnexe-1.12.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-manager-plexus/1.12.0/maven-scm-manager-plexus-1.12.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-gitexe/1.12.0/maven-scm-provider-gitexe-1.12.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-git-commons/1.12.0/maven-scm-provider-git-commons-1.12.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.12.0/maven-scm-provider-svn-commons-1.12.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svnexe/1.12.0/maven-scm-provider-svnexe-1.12.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsexe/1.12.0/maven-scm-provider-cvsexe-1.12.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-bazaar/1.12.0/maven-scm-provider-bazaar-1.12.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.12.0/maven-scm-provider-cvs-commons-1.12.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-gitexe/1.12.0/maven-scm-provider-gitexe-1.12.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-starteam/1.12.0/maven-scm-provider-starteam-1.12.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-git-commons/1.12.0/maven-scm-provider-git-commons-1.12.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-clearcase/1.12.0/maven-scm-provider-clearcase-1.12.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-svn-commons/1.12.0/maven-scm-provider-svn-commons-1.12.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-perforce/1.12.0/maven-scm-provider-perforce-1.12.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.12.0/maven-scm-provider-cvs-commons-1.12.0.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-cvsexe/1.12.0/maven-scm-provider-cvsexe-1.12.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-hg/1.12.0/maven-scm-provider-hg-1.12.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.2/maven-scm-provider-svnjava-2.1.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-starteam/1.12.0/maven-scm-provider-starteam-1.12.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-perforce/1.12.0/maven-scm-provider-perforce-1.12.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/svnkit/svnkit/1.10.3/svnkit-1.10.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-hg/1.12.0/maven-scm-provider-hg-1.12.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.2/maven-scm-provider-svnjava-2.1.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/sqljet/sqljet/1.1.14/sqljet-1.1.14.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/scm/maven-scm-provider-clearcase/1.12.0/maven-scm-provider-clearcase-1.12.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/sqljet/sqljet/1.1.14/sqljet-1.1.14.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tmatesoft/svnkit/svnkit/1.10.3/svnkit-1.10.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar (0 B at 0 B/s)
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '/home/r/repo' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: /home/r/repo
[INFO] Storing buildNumber: 0576f74 at timestamp: 2022-11-09T08:05:38
[INFO] Storing buildScmBranch: __rultor
[INFO]
[INFO] --- buildnumber-maven-plugin:3.0.0:create-timestamp (jcabi-build-number) @ py2eo ---
[INFO] Skipping because we are not in root module.
[INFO]
[INFO] >>> maven-source-plugin:3.2.1:jar (jcabi-sources) > generate-sources @ py2eo >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ py2eo ---
[INFO]
[INFO] --- buildnumber-maven-plugin:3.0.0:create (jcabi-build-number) @ py2eo ---
[INFO]
[INFO] --- buildnumber-maven-plugin:3.0.0:create-timestamp (jcabi-build-number) @ py2eo ---
[INFO] Skipping because we are not in root module.
[INFO]
[INFO] <<< maven-source-plugin:3.2.1:jar (jcabi-sources) < generate-sources @ py2eo <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar (jcabi-sources) @ py2eo ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom (4.5 kB at 19 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 25 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/30/maven-parent-30.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/30/maven-parent-30.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.5/commons-io-2.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.5/commons-io-2.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom (4.8 kB at 21 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 20 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom (18 kB at 80 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/48/commons-parent-48.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 304 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.8/xz-1.8.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 8.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom (4.8 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.5/commons-io-2.5.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.5/commons-io-2.5.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar
Downloaded5from6oss.sonatype.org:7https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 76 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar (196 kB at 579 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.8/xz-1.8.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 211 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 453 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar (615 kB at 1.5 MB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (0 B at 0 B/s)
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 181 kB/s)
[INFO]
[INFO] --- maven-javadoc-plugin:3.4.1:jar (jcabi-javadoc) @ py2eo ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-parent/6/weld-parent-6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-parent/6/weld-parent-6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/10/plexus-10.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/10/plexus-10.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.9/xz-1.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.9/xz-1.9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/3.1.0/maven-invoker-3.1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/3.1.0/maven-invoker-3.1.0.pom (6.9 kB at 30 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom (5.8 kB at 26 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/23/maven-parent-23.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/23/maven-parent-23.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (3.0 kB at 13 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/10.0.1/guava-10.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/10.0.1/guava-10.0.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/asm/asm/3.3.1/asm-3.3.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/asm/asm/3.3.1/asm-3.3.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean/3.7/xbean-3.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean/3.7/xbean-3.7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/collections/google-collections/1.0/google-collections-1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/collections/google-collections/1.0/google-collections-1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/google/1/google-1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/google/1/google-1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-text/1.3/commons-text-1.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-text/1.3/commons-text-1.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/45/commons-parent-45.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/45/commons-parent-45.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/34/commons-parent-34.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/34/commons-parent-34.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.7/velocity-1.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.7/velocity-1.7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/9/commons-parent-9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/9/commons-parent-9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.12/log4j-1.2.12.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.12/log4j-1.2.12.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/logkit/logkit/1.0.1/logkit-1.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/logkit/logkit/1.0.1/logkit-1.0.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom (1.7 kB at 7.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom (20 kB at 83 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-text/1.9/commons-text-1.9.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-text/1.9/commons-text-1.9.pom (17 kB at 73 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/51/commons-parent-51.pom
Downloaded1from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/51/commons-parent-51.pom (78 kB at 245 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom (30 kB at 129 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.1.0/plexus-java-1.1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.1.0/plexus-java-1.1.0.pom (5.1 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-languages/1.1.0/plexus-languages-1.1.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-languages/1.1.0/plexus-languages-1.1.0.pom (4.8 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.2/asm-9.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.2/asm-9.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/ow2/1.5/ow2-1.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/ow2/1.5/ow2-1.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0.0/qdox-2.0.0.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0.0/qdox-2.0.0.pom (16 kB at 70 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar
Downloaded2from0oss.sonatype.org:0https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar (201 kB at 732 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.9/xz-1.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar (340 kB at 1.2 MB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/3.1.0/maven-invoker-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.9/xz-1.9.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar
Downloaded3from3oss.sonatype.org:/https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/3.1.0/maven-invoker-3.1.0.jar (33 kB at 64 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 42 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar (154 kB at 226 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.7/velocity-1.7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.7/velocity-1.7.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 237 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-text/1.9/commons-text-1.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar
Downloaded2from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.1.0/plexus-java-1.1.0.jar
Downloaded2from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.2/asm-9.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-text/1.9/commons-text-1.9.jar (216 kB at 168 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.2/asm-9.2.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar (52 kB at 39 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar (0 B at 0 B/s)
Downloaded1from3oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.1.0/plexus-java-1.1.0.jar (53 kB at 35 kB/s)
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO]
[INFO] --- maven-assembly-plugin:3.4.2:single (default) @ py2eo ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.3.1/maven-common-artifact-filters-3.3.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.3.1/maven-common-artifact-filters-3.3.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.3.1/maven-common-artifact-filters-3.3.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.3.1/maven-common-artifact-filters-3.3.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar (0 B at 0 B/s)
[WARNING] Cannot include project artifact: org.polystat:py2eo:pom:0.33.0; it doesn't have an associated file or directory.
[INFO] Building jar: /home/r/repo/target/py2eo-0.33.0-jar-with-dependencies.jar
[INFO]
[INFO] --- wagon-maven-plugin:1.0:download-single (default) @ py2eo ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/11/maven-parent-11.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/11/maven-parent-11.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/5/apache-5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/5/apache-5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/4.11/junit-4.11.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/junit/junit/4.11/junit-4.11.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/2.2.1/maven-compat-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/2.2.1/maven-compat-2.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.1/maven-2.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.1/maven-2.0.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/1.0/wagon-1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/1.0/wagon-1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/20/maven-parent-20.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/20/maven-parent-20.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.2/commons-io-2.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.2/commons-io-2.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/24/commons-parent-24.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/24/commons-parent-24.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/9/maven-parent-9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/9/maven-parent-9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/7/maven-parent-7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/7/maven-parent-7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.2/maven-2.0.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/2.2.1/maven-compat-2.2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-compat/2.2.1/maven-compat-2.2.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.2/commons-io-2.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.2/commons-io-2.2.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (0 B at 0 B/s)
[INFO] Downloading: https://repo1.maven.org/maven2/com/beautiful-scala/scalastyle_2.13/1.5.1//scalastyle_2.13-1.5.1-assembly.jar to /home/r/repo/target/scalastyle_2.13-1.5.1-assembly.jar
[INFO]
[INFO] --- maven-antrun-plugin:3.1.0:run (jcabi-xcop) @ py2eo ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.10.12/ant-1.10.12.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.10.12/ant-1.10.12.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.10.12/ant-1.10.12.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant/1.10.12/ant-1.10.12.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar (0 B at 0 B/s)
[INFO] Executing tasks
[INFO]      [exec] /home/r/repo/parser/pom.xml looks good
[INFO]      [exec] /home/r/repo/pom.xml looks good
[INFO]      [exec] /home/r/repo/scalastyle_config.xml looks good
[INFO]      [exec] /home/r/repo/transpiler/pom.xml looks good
[INFO]      [exec] /home/r/repo/transpiler/src/test/resources/org/polystat/py2eo/transpiler/django-pom.xml looks good
[INFO]      [exec] /home/r/repo/transpiler/src/test/resources/org/polystat/py2eo/transpiler/runEO/pom.xml looks good
[INFO] Executed tasks
[INFO]
[INFO] --- maven-gpg-plugin:3.0.1:sign (jcabi-sign-artifacts) @ py2eo ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.12.0/maven-artifact-transfer-0.12.0.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.12.0/maven-artifact-transfer-0.12.0.pom (11 kB at 50 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom (4.8 kB at 15 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.12.0/maven-artifact-transfer-0.12.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar
Downloaded3from1oss.sonatype.org:4https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar (61 kB at 263 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 634 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.12.0/maven-artifact-transfer-0.12.0.jar (120 kB at 353 kB/s)
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 FFFE88A06D809B10: secret key imported
gpg: migration succeeded
gpg: WARNING: unsafe permissions on homedir '/home/r'
[INFO]
[INFO] --- exec-maven-plugin:3.1.0:exec (default) @ py2eo ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/35/commons-parent-35.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/35/commons-parent-35.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (0 B at 0 B/s)
Processed 35 file(s)
Found 0 errors
Found 0 warnings
Finished in 2370 ms
[INFO]
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ py2eo ---
[INFO] Installing /home/r/repo/pom.xml to /home/r/.m2/repository/org/polystat/py2eo/0.33.0/py2eo-0.33.0.pom
[INFO] Installing /home/r/repo/target/py2eo-0.33.0-jar-with-dependencies.jar to /home/r/.m2/repository/org/polystat/py2eo/0.33.0/py2eo-0.33.0-jar-with-dependencies.jar
[INFO] Installing /home/r/repo/target/py2eo-0.33.0.pom.asc to /home/r/.m2/repository/org/polystat/py2eo/0.33.0/py2eo-0.33.0.pom.asc
[INFO] Installing /home/r/repo/target/py2eo-0.33.0-jar-with-dependencies.jar.asc to /home/r/.m2/repository/org/polystat/py2eo/0.33.0/py2eo-0.33.0-jar-with-dependencies.jar.asc
[INFO]
[INFO] --- maven-deploy-plugin:3.0.0:deploy (default-deploy) @ py2eo ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar (0 B at 0 B/s)
[INFO] Skipping artifact deployment
[INFO]
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (jcabi-deploy-to-sonatype) @ py2eo ---
[INFO] Performing local staging (local stagingDirectory="/home/r/repo/target/nexus-staging/staging")...
[INFO]  + Using server credentials "oss.sonatype.org" from Maven settings.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/home/r/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar) to field java.util.TreeMap.comparator
WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.core.util.Fields
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO]  * Connected to Nexus at https://s01.oss.sonatype.org:443/, is version 2.14.21-02 and edition "Professional"
[INFO]  * Using staging profile ID "26996af5c39f4b" (matched by Nexus).
[INFO] Installing /home/r/repo/pom.xml to /home/r/repo/target/nexus-staging/staging/26996af5c39f4b/org/polystat/py2eo/0.33.0/py2eo-0.33.0.pom
[INFO] Installing /home/r/repo/target/py2eo-0.33.0-jar-with-dependencies.jar to /home/r/repo/target/nexus-staging/staging/26996af5c39f4b/org/polystat/py2eo/0.33.0/py2eo-0.33.0-jar-with-dependencies.jar
[INFO] Installing /home/r/repo/target/py2eo-0.33.0.pom.asc to /home/r/repo/target/nexus-staging/staging/26996af5c39f4b/org/polystat/py2eo/0.33.0/py2eo-0.33.0.pom.asc
[INFO] Installing /home/r/repo/target/py2eo-0.33.0-jar-with-dependencies.jar.asc to /home/r/repo/target/nexus-staging/staging/26996af5c39f4b/org/polystat/py2eo/0.33.0/py2eo-0.33.0-jar-with-dependencies.jar.asc
[INFO] Execution skipped to the last project...
[INFO]
[INFO] --- nexus-staging-maven-plugin:1.6.8:release (jcabi-deploy-to-sonatype) @ py2eo ---
[INFO] Execution skipped to the last project...
[INFO]
[INFO] ---------------------< org.polystat.py2eo:parser >----------------------
[INFO] Building parser 0.33.0                                             [2/3]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M7/maven-failsafe-plugin-3.0.0-M7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M7/maven-failsafe-plugin-3.0.0-M7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/3.0.0-M7/surefire-3.0.0-M7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/3.0.0-M7/surefire-3.0.0-M7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M7/maven-failsafe-plugin-3.0.0-M7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M7/maven-failsafe-plugin-3.0.0-M7.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-maven-plugin/4.11.1/antlr4-maven-plugin-4.11.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-maven-plugin/4.11.1/antlr4-maven-plugin-4.11.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-master/4.11.1/antlr4-master-4.11.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-master/4.11.1/antlr4-master-4.11.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-maven-plugin/4.11.1/antlr4-maven-plugin-4.11.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-maven-plugin/4.11.1/antlr4-maven-plugin-4.11.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.17.0/jcabi-maven-plugin-0.17.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.17.0/jcabi-maven-plugin-0.17.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.34.1/jcabi-1.34.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi/1.34.1/jcabi-1.34.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.17.0/jcabi-maven-plugin-0.17.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.17.0/jcabi-maven-plugin-0.17.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/scala-tools/maven-scala-plugin/2.15.0/maven-scala-plugin-2.15.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/scala-tools/maven-scala-plugin/2.15.0/maven-scala-plugin-2.15.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/scala-tools/maven-scala-plugin/2.15.0/maven-scala-plugin-2.15.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/scala-tools/maven-scala-plugin/2.15.0/maven-scala-plugin-2.15.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/31/maven-parent-31.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/31/maven-parent-31.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.10.0/maven-compiler-plugin-3.10.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.10.0/maven-compiler-plugin-3.10.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.10.0/maven-compiler-plugin-3.10.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.10.0/maven-compiler-plugin-3.10.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/37/maven-parent-37.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/37/maven-parent-37.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/27/apache-27.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/apache/27/apache-27.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.13.10/scala-library-2.13.10.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.13.10/scala-library-2.13.10.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.13.10/scala-reflect-2.13.10.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.13.10/scala-reflect-2.13.10.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.9.1/junit-jupiter-5.9.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.9.1/junit-jupiter-5.9.1.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.9.1/junit-jupiter-engine-5.9.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.9.1/junit-jupiter-engine-5.9.1.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.1/junit-platform-engine-1.9.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.1/junit-platform-engine-1.9.1.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.13.10/scala-library-2.13.10.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.13.10/scala-reflect-2.13.10.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.9.1/junit-jupiter-5.9.1.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.9.1/junit-jupiter-engine-5.9.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.13.10/scala-library-2.13.10.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.1/junit-platform-engine-1.9.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.9.1/junit-jupiter-5.9.1.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.13.10/scala-reflect-2.13.10.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.9.1/junit-jupiter-engine-5.9.1.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.1/junit-platform-engine-1.9.1.jar (0 B at 0 B/s)
[INFO]
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ parser ---
[INFO] Deleting /home/r/repo/parser/target
[INFO]
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ parser ---
[INFO]
[INFO] --- buildnumber-maven-plugin:3.0.0:create (jcabi-build-number) @ parser ---
[INFO]
[INFO] --- buildnumber-maven-plugin:3.0.0:create-timestamp (jcabi-build-number) @ parser ---
[INFO]
[INFO] --- antlr4-maven-plugin:4.11.1:antlr4 (jcabi-antlr4) @ parser ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler/2.12.1/plexus-compiler-2.12.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler/2.12.1/plexus-compiler-2.12.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4/4.11.1/antlr4-4.11.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4/4.11.1/antlr4-4.11.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-master/3.5.3/antlr-master-3.5.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-master/3.5.3/antlr-master-3.5.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/ST4/4.3.4/ST4-4.3.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/ST4/4.3.4/ST4-4.3.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/glassfish/json/1.1.4/json-1.1.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/glassfish/json/1.1.4/json-1.1.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/5/jvnet-parent-5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/5/jvnet-parent-5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/ibm/icu/icu4j/71.1/icu4j-71.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/ibm/icu/icu4j/71.1/icu4j-71.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/2.0.0/slf4j-parent-2.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/2.0.0/slf4j-parent-2.0.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4/4.11.1/antlr4-4.11.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/ST4/4.3.4/ST4-4.3.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/ST4/4.3.4/ST4-4.3.4.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/ibm/icu/icu4j/71.1/icu4j-71.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.5.3/antlr-runtime-3.5.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4/4.11.1/antlr4-4.11.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.12.1/plexus-compiler-api-2.12.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-simple/2.0.0/slf4j-simple-2.0.0.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/ibm/icu/icu4j/71.1/icu4j-71.1.jar (0 B at 0 B/s)
[INFO] ANTLR 4: Processing source directory /home/r/repo/parser/src/main/antlr4
[INFO] Processing grammar: org/polystat/py2eo/parser/PythonLexer.g4
[INFO] Processing grammar: org/polystat/py2eo/parser/PythonParser.g4
[INFO]
[INFO] --- antlr4-maven-plugin:4.11.1:antlr4 (antlr) @ parser ---
[INFO] No grammars to process
[INFO] ANTLR 4: Processing source directory /home/r/repo/parser/src/main/antlr4
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ parser ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (0 B at 0 B/s)
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/r/repo/parser/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.10.0:compile (default-compile) @ parser ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.10.0/plexus-compiler-api-2.10.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.10.0/plexus-compiler-api-2.10.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler/2.10.0/plexus-compiler-2.10.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler/2.10.0/plexus-compiler-2.10.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.10.0/plexus-compiler-manager-2.10.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.10.0/plexus-compiler-manager-2.10.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.10.0/plexus-compiler-javac-2.10.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.10.0/plexus-compiler-javac-2.10.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compilers/2.10.0/plexus-compilers-2.10.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compilers/2.10.0/plexus-compilers-2.10.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.10.0/plexus-compiler-api-2.10.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.10.0/plexus-compiler-manager-2.10.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.10.0/plexus-compiler-javac-2.10.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.10.0/plexus-compiler-manager-2.10.0.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.10.0/plexus-compiler-api-2.10.0.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.10.0/plexus-compiler-javac-2.10.0.jar (0 B at 0 B/s)
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/r/repo/parser/target/classes
[INFO]
[INFO] --- maven-scala-plugin:2.15.0:compile (default) @ parser ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/8/maven-parent-8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/8/maven-parent-8.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/6/maven-parent-6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/6/maven-parent-6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-exec/1.0.1/commons-exec-1.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-exec/1.0.1/commons-exec-1.0.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/yaml/snakeyaml/1.4/snakeyaml-1.4.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/yaml/snakeyaml/1.4/snakeyaml-1.4.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.1/plexus-utils-2.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.1/plexus-utils-2.0.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-core-asl/1.6.1/jackson-core-asl-1.6.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-core-asl/1.6.1/jackson-core-asl-1.6.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-mapper-asl/1.6.1/jackson-mapper-asl-1.6.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-mapper-asl/1.6.1/jackson-mapper-asl-1.6.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/13/maven-parent-13.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/13/maven-parent-13.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-exec/1.0.1/commons-exec-1.0.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/yaml/snakeyaml/1.4/snakeyaml-1.4.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.1/plexus-utils-2.0.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-core-asl/1.6.1/jackson-core-asl-1.6.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/yaml/snakeyaml/1.4/snakeyaml-1.4.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-mapper-asl/1.6.1/jackson-mapper-asl-1.6.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.1/plexus-utils-2.0.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-exec/1.0.1/commons-exec-1.0.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-core-asl/1.6.1/jackson-core-asl-1.6.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/jackson/jackson-mapper-asl/1.6.1/jackson-mapper-asl-1.6.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar (0 B at 0 B/s)
[INFO] Checking for multiple versions of scala
Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.11.1/antlr4-master-4.11.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.11.1/antlr4-master-4.11.1.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (0 B at 0 B/s)
[INFO] includes = [**/*.java,**/*.scala,]
[INFO] excludes = []
[INFO] /home/r/repo/parser/src/main/java:-1: info: compiling
[INFO] /home/r/repo/parser/target/generated-sources/antlr4:-1: info: compiling
[INFO] /home/r/repo/parser/target/generated-sources/annotations:-1: info: compiling
[INFO] /home/r/repo/parser/src/main/scala:-1: info: compiling
[INFO] Compiling 15 source files to /home/r/repo/parser/target/classes at 1667981197644
Downloading from central: https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.13.10/scala-compiler-2.13.10.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.13.10/scala-compiler-2.13.10.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.13.10/scala-compiler-2.13.10.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.13.10/scala-compiler-2.13.10.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.jar
Downloaded from central: https://repo.maven.apache.org/maven2/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jline/jline/3.21.0/jline-3.21.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/jline/jline/3.21.0/jline-3.21.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.9.0/jna-5.9.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.9.0/jna-5.9.0.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.pom
Downloaded from central: https://repo.maven.apache.org/maven2/io/github/java-diff-utils/java-diff-utils/4.12/java-diff-utils-4.12.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/github/java-diff-utils/java-diff-utils-parent/4.12/java-diff-utils-parent-4.12.pom
Downloaded from central: https://repo.maven.apache.org/maven2/io/github/java-diff-utils/java-diff-utils-parent/4.12/java-diff-utils-parent-4.12.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jline/jline/3.21.0/jline-3.21.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/jline/jline/3.21.0/jline-3.21.0.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jline/jline-parent/3.21.0/jline-parent-3.21.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/jline/jline-parent/3.21.0/jline-parent-3.21.0.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.9.0/jna-5.9.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.9.0/jna-5.9.0.pom (0 B at 0 B/s)
[WARNING] /home/r/repo/parser/src/main/scala/org/polystat/py2eo/parser/AST.scala:180: warning: Exhaustivity analysis reached max recursion depth, not all missing cases are reported.
[INFO] (Please try with scalac -Ypatmat-exhaust-depth 40 or -Ypatmat-exhaust-depth off.)
[INFO]     x match {
[INFO]     ^
[WARNING] /home/r/repo/parser/src/main/scala/org/polystat/py2eo/parser/AST.scala:180: warning: match may not be exhaustive.
[INFO] It would fail on the following inputs: AnonFun(_, _, _, _, _), Assignment(_, _, _), Await(_, _), BoolLiteral(_, _), CollectionComprehension(_, _, _, _), DictComprehension(_, _, _), DictCons(_, _), DoubleStar(_, _), EllipsisLiteral(_), FloatLiteral(_, _), GeneratorComprehension(_, _, _), IntLiteral(_, _), LazyLAnd(_, _, _), LazyLOr(_, _, _), NoneLiteral(_), SimpleComparison(_, _, _, _), StringLiteral(_, _), UnsupportedExpr(_, _, _), Yield(_, _), YieldFrom(_, _)
[INFO]     x match {
[INFO]     ^
[WARNING] /home/r/repo/parser/src/main/scala/org/polystat/py2eo/parser/MapStatements.scala:294: warning: match may not be exhaustive.
[INFO] It would fail on the following input: List(_)
[INFO]     l match {
[INFO]     ^
[WARNING] /home/r/repo/parser/src/main/scala/org/polystat/py2eo/parser/PrintPython.scala:49: warning: Exhaustivity analysis reached max recursion depth, not all missing cases are reported.
[INFO] (Please try with scalac -Ypatmat-exhaust-depth 40 or -Ypatmat-exhaust-depth off.)
[INFO]     e match {
[INFO]     ^
[WARNING] /home/r/repo/parser/src/main/scala/org/polystat/py2eo/parser/PrintPython.scala:49: warning: match may not be exhaustive.
[INFO] It would fail on the following input: UnsupportedExpr(_, _, _)
[INFO]     e match {
[INFO]     ^
[WARNING] /home/r/repo/parser/src/main/scala/org/polystat/py2eo/parser/PrintPython.scala:119: warning: match may not be exhaustive.
[INFO] It would fail on the following input: Raise(None, Some(_), _)
[INFO]     s match {
[INFO]     ^
[WARNING] warning: 1 deprecation
[WARNING] warning: 5 deprecations (since 2.13.0)
[WARNING] warning: 1 deprecation (since 2.13.3)
[WARNING] warning: 7 deprecations in total; re-run with -deprecation for details
[WARNING] 10 warnings
[INFO] prepare-compile in 0 s
[INFO] compile in 12 s
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ parser ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/r/repo/parser/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.10.0:testCompile (default-testCompile) @ parser ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-scala-plugin:2.15.0:testCompile (default) @ parser ---
[INFO] Checking for multiple versions of scala
[INFO] includes = [**/*.java,**/*.scala,]
[INFO] excludes = []
[INFO] /home/r/repo/parser/src/test/scala:-1: info: compiling
[INFO] Compiling 2 source files to /home/r/repo/parser/target/test-classes at 1667981209936
[INFO] prepare-compile in 0 s
[INFO] compile in 4 s
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ parser ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/3.0.0-M7/surefire-api-3.0.0-M7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/3.0.0-M7/surefire-api-3.0.0-M7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/3.0.0-M7/surefire-logger-api-3.0.0-M7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/3.0.0-M7/surefire-logger-api-3.0.0-M7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M7/surefire-shared-utils-3.0.0-M7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M7/surefire-shared-utils-3.0.0-M7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M7/surefire-extensions-spi-3.0.0-M7.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M7/surefire-extensions-spi-3.0.0-M7.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/3.0.0-M7/surefire-api-3.0.0-M7.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/3.0.0-M7/surefire-logger-api-3.0.0-M7.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M7/surefire-extensions-spi-3.0.0-M7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M7/surefire-shared-utils-3.0.0-M7.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/3.0.0-M7/surefire-api-3.0.0-M7.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/3.0.0-M7/surefire-logger-api-3.0.0-M7.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M7/surefire-shared-utils-3.0.0-M7.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M7/surefire-extensions-spi-3.0.0-M7.jar (0 B at 0 B/s)
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=11534881073985003
[INFO] Surefire report directory: /home/r/repo/parser/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-junit-platform/3.0.0-M7/surefire-junit-platform-3.0.0-M7.jar
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-junit-platform/3.0.0-M7/surefire-junit-platform-3.0.0-M7.jar (26 kB at 112 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-junit-platform/3.0.0-M7/surefire-junit-platform-3.0.0-M7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-junit-platform/3.0.0-M7/surefire-junit-platform-3.0.0-M7.pom (5.3 kB at 23 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-providers/3.0.0-M7/surefire-providers-3.0.0-M7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-providers/3.0.0-M7/surefire-providers-3.0.0-M7.pom (2.5 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-java5/3.0.0-M7/common-java5-3.0.0-M7.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-java5/3.0.0-M7/common-java5-3.0.0-M7.pom (2.7 kB at 12 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.pom (2.2 kB at 6.8 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom (1.2 kB at 3.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.pom (2.4 kB at 10 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.pom (2.0 kB at 8.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom (1.7 kB at 7.0 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.pom (2.4 kB at 10 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.pom (2.4 kB at 10 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.pom (2.2 kB at 9.7 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/2.28.2/mockito-core-2.28.2.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/2.28.2/mockito-core-2.28.2.pom (20 kB at 88 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy/1.9.10/byte-buddy-1.9.10.pom
Downloaded1from0oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy/1.9.10/byte-buddy-1.9.10.pom (10 kB at 44 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy-parent/1.9.10/byte-buddy-parent-1.9.10.pom
Downloaded1from6oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy-parent/1.9.10/byte-buddy-parent-1.9.10.pom (36 kB at 153 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy-agent/1.9.10/byte-buddy-agent-1.9.10.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy-agent/1.9.10/byte-buddy-agent-1.9.10.pom (6.0 kB at 26 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/2.6/objenesis-2.6.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 11 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom
Downloaded1from7oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 49 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/powermock/powermock-reflect/2.0.9/powermock-reflect-2.0.9.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/powermock/powermock-reflect/2.0.9/powermock-reflect-2.0.9.pom (7.9 kB at 34 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy/1.10.14/byte-buddy-1.10.14.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy/1.10.14/byte-buddy-1.10.14.pom (11 kB at 48 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy-parent/1.10.14/byte-buddy-parent-1.10.14.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy-parent/1.10.14/byte-buddy-parent-1.10.14.pom (41 kB at 171 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy-agent/1.10.14/byte-buddy-agent-1.10.14.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy-agent/1.10.14/byte-buddy-agent-1.10.14.pom (9.6 kB at 42 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom
Downloaded1from2oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom (820 B at 3.6 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/assertj/assertj-core/3.22.0/assertj-core-3.22.0.pom
Downloaded1from1oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/assertj/assertj-core/3.22.0/assertj-core-3.22.0.pom (31 kB at 129 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/assertj/assertj-parent-pom/2.2.14/assertj-parent-pom-2.2.14.pom
Downloaded1from5oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/assertj/assertj-parent-pom/2.2.14/assertj-parent-pom-2.2.14.pom (25 kB at 95 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.8.0/junit-bom-5.8.0.pom
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.8.0/junit-bom-5.8.0.pom (5.6 kB at 24 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-java5/3.0.0-M7/common-java5-3.0.0-M7.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar
Downloaded5from8oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar (2.2 kB at 9.4 kB/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/common-java5/3.0.0-M7/common-java5-3.0.0-M7.jar (17 kB at 73 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar (138 kB at 524 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.jar (95 kB at 323 kB/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar (78 kB at 250 kB/s)
Downloaded1from.oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar (7.1 kB at 31 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.1/junit-platform-launcher-1.9.1.jar
Downloaded1from6central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.1/junit-platform-launcher-1.9.1.jar (169 kB at 3.9 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.1/junit-platform-launcher-1.9.1.pom
Downloaded1from.central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.1/junit-platform-launcher-1.9.1.pom (3.0 kB at 159 kB/s)
[INFO]
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.polystat.py2eo.parser.MapStatementsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.397 s - in org.polystat.py2eo.parser.MapStatementsTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- jcabi-maven-plugin:0.17.0:versionalize (jcabi-versionalize-packages) @ parser ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/2.0.0-beta1/slf4j-api-2.0.0-beta1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/2.0.0-beta1/slf4j-api-2.0.0-beta1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/2.0.0-beta1/slf4j-parent-2.0.0-beta1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/2.0.0-beta1/slf4j-parent-2.0.0-beta1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/4.6.1/mockito-core-4.6.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/4.6.1/mockito-core-4.6.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy-parent/1.12.10/byte-buddy-parent-1.12.10.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy-parent/1.12.10/byte-buddy-parent-1.12.10.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/3.2/objenesis-3.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/3.2/objenesis-3.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0.5/maven-3.0.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0.5/maven-3.0.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.8.6/maven-3.8.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.8.6/maven-3.8.6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/4.2.2/guice-4.2.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/4.2.2/guice-4.2.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/google/5/google-5.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/google/5/google-5.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.8.1/maven-resolver-api-1.8.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.8.1/maven-resolver-api-1.8.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver/1.8.1/maven-resolver-1.8.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver/1.8.1/maven-resolver-1.8.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M1/org.eclipse.sisu.plexus-0.9.0.M1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M1/org.eclipse.sisu.plexus-0.9.0.M1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.9.0.M1/sisu-plexus-0.9.0.M1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.9.0.M1/sisu-plexus-0.9.0.M1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M1/org.eclipse.sisu.inject-0.9.0.M1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M1/org.eclipse.sisu.inject-0.9.0.M1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.9.0.M1/sisu-inject-0.9.0.M1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.9.0.M1/sisu-inject-0.9.0.M1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/2.0.0-beta1/slf4j-api-2.0.0-beta1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/4.6.1/mockito-core-4.6.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy-agent/1.12.10/byte-buddy-agent-1.12.10.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/3.2/objenesis-3.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/2.0.0-beta1/slf4j-api-2.0.0-beta1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-log/0.22.0/jcabi-log-0.22.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/4.6.1/mockito-core-4.6.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/net/bytebuddy/byte-buddy/1.12.10/byte-buddy-1.12.10.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.9.8.M1/aspectjtools-1.9.8.M1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/javax/el/javax.el-api/3.0.1-b06/javax.el-api-3.0.1-b06.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/objenesis/objenesis/3.2/objenesis-3.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-slf4j/0.11/jcabi-maven-slf4j-0.11.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.8.6/maven-settings-3.8.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.8.6/maven-core-3.8.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-builder-support/3.8.6/maven-builder-support-3.8.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.8.6/maven-repository-metadata-3.8.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.8.6/maven-settings-builder-3.8.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.8.6/maven-model-builder-3.8.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/4.2.2/guice-4.2.2-no_aop.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-resolver-provider/3.8.6/maven-resolver-provider-3.8.6.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/4.2.2/guice-4.2.2-no_aop.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.8.1/maven-resolver-api-1.8.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M1/org.eclipse.sisu.plexus-0.9.0.M1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.8.1/maven-resolver-api-1.8.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M1/org.eclipse.sisu.plexus-0.9.0.M1.jar (0 B at 0 B/s)
[INFO] Versionalizing /home/r/repo/parser/target/classes directory
[INFO] File /home/r/repo/parser/target/classes/org/polystat/py2eo/parser/org-polystat-py2eo-parser-jar.txt added
[INFO]
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ parser ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar (0 B at 0 B/s)
[INFO] Building jar: /home/r/repo/parser/target/parser-0.33.0.jar
[INFO]
[INFO] >>> maven-source-plugin:3.2.1:jar (jcabi-sources) > generate-sources @ parser >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ parser ---
[INFO]
[INFO] --- buildnumber-maven-plugin:3.0.0:create (jcabi-build-number) @ parser ---
[INFO]
[INFO] --- buildnumber-maven-plugin:3.0.0:create-timestamp (jcabi-build-number) @ parser ---
[INFO]
[INFO] --- antlr4-maven-plugin:4.11.1:antlr4 (jcabi-antlr4) @ parser ---
[INFO] No grammars to process
[INFO] ANTLR 4: Processing source directory /home/r/repo/parser/src/main/antlr4
[INFO]
[INFO] --- antlr4-maven-plugin:4.11.1:antlr4 (antlr) @ parser ---
[INFO] No grammars to process
[INFO] ANTLR 4: Processing source directory /home/r/repo/parser/src/main/antlr4
[INFO]
[INFO] <<< maven-source-plugin:3.2.1:jar (jcabi-sources) < generate-sources @ parser <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar (jcabi-sources) @ parser ---
[INFO] Building jar: /home/r/repo/parser/target/parser-0.33.0-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.4.1:jar (jcabi-javadoc) @ parser ---
[INFO] No previous run data found, generating javadoc.
[INFO]
Loading source files for package org.polystat.py2eo.parser...
Constructing Javadoc information...
Standard Doclet version 14.0.1
Building tree for all the packages and classes...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/IndentationErrorListener.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonLexer.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonLexerBase.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Annotated_rhsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.AnnotationContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.ArgContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.ArgsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.ArgumentsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.As_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Assert_stmtContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Assignment_expressionContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.AssignmentContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.AtomContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.AttrContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.AugassignContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Await_primaryContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Bitwise_andContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Bitwise_orContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Bitwise_xorContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.BlockContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Capture_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Case_blockContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Case_skwContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Class_def_rawContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Class_defContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Class_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Closed_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Comp_opContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.ComparisonContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Complex_numberContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Compound_stmtContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.ConjunctionContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.DecoratorsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Default_assignmentContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Del_stmtContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Del_t_atomContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Del_targetContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Del_targetsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.DictcompContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.DictContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.DisjunctionContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Dotted_as_nameContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Dotted_as_namesContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Dotted_nameContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Double_star_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Double_starred_kvpairContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Double_starred_kvpairsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Elif_stmtContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Else_blockContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.EvalContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Except_blockContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.ExpressionContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.ExpressionsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.FactorContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.FileContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Finally_blockContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.For_if_clauseContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.For_if_clausesContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.For_stmtContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.FstringContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Func_type_commentContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Func_typeContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Function_def_rawContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Function_defContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.GenexpContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Global_stmtContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Group_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.GroupContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.GuardContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.If_stmtContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Imaginary_numberContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Import_from_as_nameContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Import_from_as_namesContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Import_from_targetsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Import_fromContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Import_nameContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Import_stmtContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.InteractiveContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.InversionContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Items_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Key_value_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Keyword_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Keyword_patternsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.KvpairContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Kwarg_or_double_starredContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Kwarg_or_starredContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.KwargsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.KwdsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Lambda_kwdsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Lambda_param_maybe_defaultContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Lambda_param_no_defaultContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Lambda_param_with_defaultContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Lambda_paramContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Lambda_parametersContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Lambda_paramsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Lambda_slash_no_defaultContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Lambda_slash_with_defaultContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Lambda_star_etcContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.LambdefContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.ListcompContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.ListContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Literal_exprContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Literal_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Mapping_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Match_skwContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Match_stmtContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Maybe_sequence_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Maybe_star_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Name_except_underscoreContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Name_or_attrContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Named_expressionContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.NamelistContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Nonlocal_stmtContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Open_sequence_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Or_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Param_maybe_defaultContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Param_no_defaultContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Param_with_defaultContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.ParamContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.ParametersContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.ParamsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Pattern_capture_targetContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.PatternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.PatternsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Positional_patternsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.PowerContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.PrimaryContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Raise_stmtContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Real_numberContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Return_stmtContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Sequence_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.SetcompContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.SetContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Shift_exprContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Signed_numberContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Signed_real_numberContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Simple_stmtContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Simple_stmtsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Single_subscript_attribute_targetContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Single_targetContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Slash_no_defaultContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Slash_with_defaultContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.SliceContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.SlicesContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Star_atomContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Star_etcContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Star_expressionContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Star_expressionsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Star_named_expressionContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Star_named_expressionsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Star_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Star_targetContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Star_targets_list_seqContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Star_targets_tuple_seqContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Star_targetsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Starred_expressionContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Statement_newlineContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.StatementContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.StatementsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.StringsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Subject_exprContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.SumContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.T_primaryContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Target_with_star_atomContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.TermContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Try_stmtContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.TupleContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Type_expressionsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Underscore_skwContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Value_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.While_stmtContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Wildcard_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.With_itemContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.With_stmtContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Yield_exprContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParser.Yield_stmtContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParserBase.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParserBaseListener.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParserBaseVisitor.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParserListener.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/PythonParserVisitor.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/ThrowingErrorListener.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/package-summary.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/package-tree.html...
Generating /home/r/repo/parser/target/apidocs/constant-values.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonLexerBase.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/ThrowingErrorListener.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/IndentationErrorListener.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParserBase.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParserBaseVisitor.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParserListener.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Name_except_underscoreContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Underscore_skwContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Case_skwContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Match_skwContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.T_primaryContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Del_t_atomContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Del_targetContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Del_targetsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Single_subscript_attribute_targetContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Single_targetContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Star_atomContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Target_with_star_atomContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Star_targetContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Star_targets_tuple_seqContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Star_targets_list_seqContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Star_targetsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Kwarg_or_double_starredContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Kwarg_or_starredContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Starred_expressionContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.KwargsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.ArgContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.ArgsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.ArgumentsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Yield_exprContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.For_if_clauseContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.For_if_clausesContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.KvpairContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Double_starred_kvpairContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Double_starred_kvpairsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.DictcompContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.DictContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.SetcompContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.SetContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.GenexpContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.GroupContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.TupleContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.ListcompContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.ListContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.StringsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.AtomContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.SliceContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.SlicesContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.PrimaryContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Await_primaryContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.PowerContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.FactorContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.TermContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.SumContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Shift_exprContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Bitwise_andContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Bitwise_xorContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Bitwise_orContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Comp_opContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.ComparisonContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.InversionContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.ConjunctionContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.DisjunctionContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Lambda_paramContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Lambda_param_maybe_defaultContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Lambda_param_with_defaultContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Lambda_param_no_defaultContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Lambda_kwdsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Lambda_star_etcContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Lambda_slash_with_defaultContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Lambda_slash_no_defaultContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Lambda_parametersContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Lambda_paramsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.LambdefContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.ExpressionContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.ExpressionsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Annotated_rhsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Named_expressionContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Assignment_expressionContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Star_named_expressionContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Star_named_expressionsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Star_expressionContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Star_expressionsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.BlockContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Class_def_rawContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Class_defContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.DecoratorsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Default_assignmentContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.AnnotationContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.ParamContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Param_maybe_defaultContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Param_with_defaultContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Param_no_defaultContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.KwdsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Star_etcContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Slash_with_defaultContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Slash_no_defaultContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.ParametersContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.ParamsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Func_type_commentContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Function_def_rawContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Function_defContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Raise_stmtContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Return_stmtContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Keyword_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Keyword_patternsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Positional_patternsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Class_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Double_star_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Key_value_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Items_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Mapping_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Star_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Maybe_star_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Maybe_sequence_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Open_sequence_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Sequence_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Group_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Name_or_attrContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.AttrContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Value_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Wildcard_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Pattern_capture_targetContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Capture_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Imaginary_numberContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Real_numberContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Signed_real_numberContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Signed_numberContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Complex_numberContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Literal_exprContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Literal_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Closed_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Or_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.As_patternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.PatternContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.PatternsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.GuardContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Case_blockContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Subject_exprContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Match_stmtContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Finally_blockContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Except_blockContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Try_stmtContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.With_itemContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.With_stmtContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.For_stmtContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.While_stmtContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Else_blockContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Elif_stmtContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.If_stmtContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Dotted_nameContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Dotted_as_nameContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Dotted_as_namesContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Import_from_as_nameContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Import_from_as_namesContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Import_from_targetsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Import_fromContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Import_nameContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Import_stmtContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Del_stmtContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Assert_stmtContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Yield_stmtContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Nonlocal_stmtContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Global_stmtContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.NamelistContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.AugassignContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.AssignmentContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Compound_stmtContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Simple_stmtContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Simple_stmtsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Statement_newlineContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.StatementContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.StatementsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Type_expressionsContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.FstringContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.Func_typeContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.EvalContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.InteractiveContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParser.FileContext.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonLexer.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParserBaseListener.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/class-use/PythonParserVisitor.html...
Generating /home/r/repo/parser/target/apidocs/org/polystat/py2eo/parser/package-use.html...
Building index for all the packages and classes...
Generating /home/r/repo/parser/target/apidocs/overview-tree.html...
Generating /home/r/repo/parser/target/apidocs/deprecated-list.html...
Generating /home/r/repo/parser/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/r/repo/parser/target/apidocs/allclasses-index.html...
Generating /home/r/repo/parser/target/apidocs/allpackages-index.html...
Generating /home/r/repo/parser/target/apidocs/system-properties.html...
Generating /home/r/repo/parser/target/apidocs/index.html...
Generating /home/r/repo/parser/target/apidocs/help-doc.html...
Note: Custom tags that could override future standard tags:  @todo, @checkstyle. To avoid potential overrides, use at least one period character (.) in custom tag names.
Note: Custom tags that were not seen:  @todo, @checkstyle
[INFO] Building jar: /home/r/repo/parser/target/parser-0.33.0-javadoc.jar
[INFO]
[INFO] --- maven-assembly-plugin:3.4.2:single (default) @ parser ---
[INFO] Building jar: /home/r/repo/parser/target/parser-0.33.0-jar-with-dependencies.jar
[INFO]
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ parser ---
[WARNING] useSystemClassLoader setting has no effect when not forking
[WARNING] The parameter forkCount should likely not be 0. Forking a JVM for tests improves test accuracy. Ensure to have a <forkCount> >= 1.
[INFO] Tests will run in random order. To reproduce ordering use flag -Dfailsafe.runOrder.random.seed=11534906065139633
[INFO] Failsafe report directory: /home/r/repo/parser/target/failsafe-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] Running org.polystat.py2eo.parser.ParserPrinterIT
Cloning into 'cpython'...
Note: switching to 'v3.8.10'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 3d8993a744 Python 3.8.10
parsed test_site.py
parsed test_binhex.py
parsed test_doctest2.py
parsed test_distutils.py
parsed test_codeccallbacks.py
parsed test_rlcompleter.py
parsed test_locale.py
parsed test_threading_local.py
parsed test_codecmaps_jp.py
parsed test_longexp.py
parsed test_copyreg.py
parsed test_gdb.py
parsed test_unicode_file_functions.py
parsed test_asdl_parser.py
parsed test_textwrap.py
parsed test_support.py
parsed test_itertools.py
parsed test_decorators.py
parsed test_funcattrs.py
parsed test_set.py
parsed test_sunau.py
parsed test_subprocess.py
parsed test_call.py
parsed test_urllib_response.py
parsed test_cmd.py
parsed test_int.py
parsed test_imp.py
parsed test_unicode_file.py
parsed test_xmlrpc_net.py
parsed test_collections.py
parsed test_userdict.py
parsed test_genexps.py
parsed test_zipapp.py
parsed test_modulefinder.py
parsed test_wave.py
parsed test_poll.py
parsed test_symbol.py
parsed test_file_eintr.py
parsed test_ordered_dict.py
parsed test_ftplib.py
parsed test_platform.py
parsed test_super.py
parsed test_io.py
parsed test_dummy_thread.py
parsed test_smtpnet.py
parsed test_dbm_gnu.py
parsed test_math.py
parsed test_contextlib_async.py
parsed test_httpservers.py
parsed test_threaded_import.py
parsed test_typechecks.py
parsed test_memoryio.py
parsed test_grp.py
parsed test_strptime.py
parsed test_frozen.py
parsed test_codecmaps_hk.py
parsed test_builtin.py
parsed test_fcntl.py
parsed test_weakset.py
parsed test_future5.py
parsed test_sysconfig.py
parsed test_aifc.py
parsed test_multibytecodec.py
parsed test_pickle.py
parsed test_time.py
parsed test_generators.py
parsed test_syntax.py
parsed test_dtrace.py
parsed test_future3.py
parsed test_smtplib.py
parsed test_largefile.py
parsed test_format.py
parsed test_unpack_ex.py
parsed test_augassign.py
parsed test_thread.py
parsed test_symtable.py
parsed test_sundry.py
parsed test_uuid.py
parsed test_peepholer.py
parsed test_pstats.py
parsed test_type_comments.py
parsed test_descr.py
parsed test_bz2.py
parsed test_bisect.py
parsed test_uu.py
parsed test_poplib.py
parsed test_crashers.py
parsed test_exceptions.py
parsed test__opcode.py
parsed test_imghdr.py
parsed test_optparse.py
parsed test_mailcap.py
parsed test_codecmaps_cn.py
parsed test_string_literals.py
parsed test_bool.py
parsed test_httplib.py
parsed test_types.py
parsed test_utf8source.py
parsed test_codecmaps_tw.py
parsed test_abc.py
parsed test_profile.py
parsed test_enumerate.py
parsed test_memoryview.py
parsed test_bytes.py
parsed test_long.py
parsed test_robotparser.py
parsed test_ssl.py
parsed test_decimal.py
parsed test_multiprocessing_main_handling.py
parsed test_subclassinit.py
parsed test__osx_support.py
parsed test_ossaudiodev.py
parsed test_heapq.py
parsed test_quopri.py
parsed test_structmembers.py
parsed test_pydoc.py
parsed test_xdrlib.py
parsed test_selectors.py
parsed test_zipfile64.py
parsed test_with.py
parsed test_minidom.py
parsed test_sched.py
parsed test_repl.py
parsed test_pulldom.py
parsed test_re.py
parsed test_structseq.py
parsed test_unary.py
parsed test_syslog.py
parsed test_py_compile.py
parsed test_difflib.py
parsed test_datetime.py
parsed test_stringprep.py
parsed test_deque.py
parsed test_tokenize.py
parsed test_eintr.py
parsed test_shelve.py
parsed test_turtle.py
parsed test_normalization.py
parsed test_marshal.py
parsed test_contains.py
parsed test_functools.py
parsed test_socketserver.py
parsed test_tempfile.py
parsed test_string.py
parsed test_posixpath.py
parsed test_frame.py
parsed test_pkg.py
parsed test_typing.py
parsed test_array.py
parsed test_copy.py
parsed test_dbm_ndbm.py
parsed test_codecencodings_hk.py
parsed test_docxmlrpc.py
parsed test_binascii.py
parsed test_stat.py
parsed test_errno.py
parsed test_nntplib.py
parsed test_ast.py
parsed test_defaultdict.py
parsed test_enum.py
parsed test_print.py
parsed test_clinic.py
parsed test_keywordonlyarg.py
parsed test_zipimport.py
parsed test_exception_variations.py
parsed test_calendar.py
parsed test_pickletools.py
parsed test_ensurepip.py
parsed test_slice.py
parsed test_property.py
parsed test_cmath.py
parsed test_zlib.py
parsed test_queue.py
parsed test_bufio.py
parsed test_sort.py
parsed test_cmd_line_script.py
parsed test_codecencodings_cn.py
parsed test_msilib.py
parsed test_runpy.py
parsed test_raise.py
parsed test_pyclbr.py
parsed test_opcodes.py
parsed test_pow.py
parsed test_csv.py
parsed test__locale.py
parsed test_venv.py
parsed test_tuple.py
parsed test_numeric_tower.py
parsed test_curses.py
parsed test_script_helper.py
parsed test_operator.py
parsed test_getopt.py
parsed test_audit.py
parsed test_codecencodings_iso2022.py
parsed test_module.py
parsed test_devpoll.py
parsed test_getargs2.py
parsed test_codecencodings_tw.py
parsed test_urllib.py
parsed test_file.py
parsed test_asyncore.py
parsed test_ctypes.py
parsed test_richcmp.py
parsed test_mailbox.py
parsed test_int_literal.py
parsed test_hmac.py
parsed test_urllib2_localnet.py
parsed test_hashlib.py
parsed test_fileio.py
parsed test_linecache.py
parsed test_nis.py
parsed test_ttk_guionly.py
parsed test_metaclass.py
parsed test_xml_etree_c.py
parsed test_named_expressions.py
parsed test_tk.py
parsed test_extcall.py
parsed test_setcomps.py
parsed test_cprofile.py
parsed test_cgitb.py
parsed test_audioop.py
parsed test_univnewlines.py
parsed test_regrtest.py
parsed test_pkgutil.py
parsed test_unicode.py
parsed test_glob.py
parsed test_binop.py
parsed test_yield_from.py
parsed test_getpass.py
parsed test_fnmatch.py
parsed test_base64.py
parsed test_complex.py
parsed test_pathlib.py
parsed test_secrets.py
parsed testcodec.py
parsed test_xml_dom_minicompat.py
parsed test_exception_hierarchy.py
parsed test_tarfile.py
parsed test_tix.py
parsed test_spwd.py
parsed test_strftime.py
parsed test_genericpath.py
parsed test_isinstance.py
parsed test_pipes.py
parsed test_htmlparser.py
parsed test_dynamic.py
parsed test_keyword.py
parsed test_code_module.py
parsed test_cgi.py
parsed test_future.py
parsed test_osx_env.py
parsed test_shlex.py
parsed test_lltrace.py
parsed test_struct.py
parsed test_configparser.py
parsed test_codecencodings_jp.py
parsed test_fileinput.py
parsed test_unpack.py
parsed test_colorsys.py
parsed test_utf8_mode.py
parsed test_fork1.py
parsed test_random.py
parsed test_hash.py
parsed test_startfile.py
parsed test_threading.py
parsed test___all__.py
parsed test_picklebuffer.py
parsed test_lzma.py
parsed test_ioctl.py
parsed test_finalization.py
parsed test_plistlib.py
parsed test_timeit.py
parsed test_fstring.py
parsed test_popen.py
parsed test_smtpd.py
parsed test_webbrowser.py
parsed test___future__.py
parsed test_iterlen.py
parsed test_faulthandler.py
parsed test_bigaddrspace.py
parsed test_pprint.py
parsed test_cmd_line.py
parsed test_tcl.py
parsed test_telnetlib.py
parsed test_eof.py
parsed test_pyexpat.py
parsed test_charmapcodec.py
parsed test_urllib2net.py
parsed test_ipaddress.py
parsed test_gettext.py
parsed test_dict.py
parsed test_statistics.py
parsed test_sys_setprofile.py
parsed test_index.py
parsed test_embed.py
parsed test_compare.py
parsed test_xmlrpc.py
parsed test_ttk_textonly.py
parsed test_context.py
parsed test_flufl.py
parsed test_signal.py
parsed test_genericclass.py
parsed test_resource.py
parsed test_baseexception.py
parsed test_codecencodings_kr.py
parsed test_threadsignals.py
parsed test_dict_version.py
parsed test_wait3.py
parsed test_urlparse.py
parsed test_positional_only_arg.py
parsed test_dictviews.py
parsed test_urllib2.py
parsed test_pty.py
parsed test_codecs.py
parsed test_contextlib.py
parsed test_buffer.py
parsed test_asyncgen.py
parsed test_iter.py
parsed test_fractions.py
parsed test_xxtestfuzz.py
parsed test_xml_etree.py
parsed test_class.py
parsed test_listcomps.py
parsed test_mmap.py
parsed test_reprlib.py
parsed test__xxsubinterpreters.py
parsed test_ntpath.py
parsed test_zipimport_support.py
parsed test_capi.py
parsed test_descrtut.py
parsed test_bdb.py
parsed test_socket.py
parsed test_epoll.py
parsed test_code.py
parsed test_timeout.py
parsed test_asynchat.py
parsed test_codecmaps_kr.py
parsed test_generator_stop.py
parsed test_shutil.py
parsed test_global.py
parsed test_mimetypes.py
parsed test_threadedtempfile.py
parsed test_posix.py
parsed test_pwd.py
parsed test_userlist.py
parsed test_dynamicclassattribute.py
parsed test_pkgimport.py
parsed test_html.py
parsed test_list.py
parsed test_select.py
parsed test_unicodedata.py
parsed test_c_locale_coercion.py
parsed test_dataclasses.py
parsed test_readline.py
parsed test_wsgiref.py
parsed test_abstract_numbers.py
parsed test_bigmem.py
parsed test_kqueue.py
parsed test_scope.py
parsed test_imaplib.py
parsed test_os.py
parsed test_ucn.py
parsed test_filecmp.py
parsed test_codeop.py
parsed test_dictcomps.py
parsed test_range.py
parsed test_tabnanny.py
parsed test_compile.py
parsed test_http_cookiejar.py
parsed test_crypt.py
parsed test_future4.py
parsed test_dbm_dumb.py
parsed test_float.py
parsed test_lib2to3.py
parsed test_parser.py
parsed test_wait4.py
parsed test_weakref.py
parsed test_userstring.py
parsed test_winsound.py
parsed test_gzip.py
parsed test_urllibnet.py
parsed test_sqlite.py
parsed test_argparse.py
parsed test_idle.py
parsed test_openpty.py
parsed test_sndhdr.py
parsed test_gc.py
parsed test_sax.py
parsed test_dummy_threading.py
parsed test_http_cookies.py
parsed test_winreg.py
parsed test_netrc.py
parsed test_dbm.py
parsed test_winconsoleio.py
parsed test_unparse.py
parsed test_lll.py
parsed test_pdeps.py
parsed test_fixcid.py
parsed test_sundry.py
parsed test_pathfix.py
parsed test_gprof2html.py
parsed test_md5sum.py
parsed test_reindent.py
parsed test_i18n.py
parsed test_pindent.py
parsed test_ctypes.py
parsed test_selftype.py
parsed testmod.py
parsed test_policy.py
parsed test_inversion.py
parsed test_asian_codecs.py
parsed test_generator.py
parsed test_message.py
parsed test__header_value_parser.py
parsed test__encoded_words.py
parsed test_contentmanager.py
parsed test_defect_handling.py
parsed test_pickleable.py
parsed test_utils.py
parsed test_parser.py
parsed test_pass1.py
parsed test_decode.py
parsed test_pass3.py
parsed test_separators.py
parsed test_dump.py
parsed test_tool.py
parsed test_recursion.py
parsed test_pass2.py
parsed test_indent.py
parsed test_enum.py
parsed test_unicode.py
parsed test_fail.py
parsed test_speedups.py
parsed test_scanstring.py
parsed test_default.py
parsed test_encode_basestring_ascii.py
parsed test_float.py
parsed testresult.py
parsed testdata_module_inside_zip.py
parsed test_selector_events.py
parsed test_buffered_proto.py
parsed test_subprocess.py
parsed test_windows_events.py
parsed test_streams.py
parsed test_sendfile.py
parsed test_runners.py
parsed test_asyncio_waitfor.py
parsed test_futures2.py
parsed test_sock_lowlevel.py
parsed test_sslproto.py
parsed test_windows_utils.py
parsed test_locks.py
parsed test_server.py
parsed test_events.py
parsed test_protocols.py
parsed test_base_events.py
parsed test_proactor_events.py
parsed test_context.py
parsed test_unix_events.py
parsed test_futures.py
parsed test_transports.py
parsed test_queues.py
parsed test_pep492.py
parsed test_spec.py
parsed test_zip.py
parsed test_abc.py
parsed test_api.py
parsed test_util.py
line 1:0 token recognition error at: ''
parsed test_read.py
parsed test_open.py
parsed test_lazy.py
parsed test_locks.py
parsed test_main.py
parsed test_path.py
parsed test_resource.py
parsed test_namespace_pkgs.py
parsed test_windows.py
parsed test_metadata_api.py
parsed test_finder.py
parsed test_loader.py
parsed test_finder.py
parsed test_loader.py
parsed test_fromlist.py
parsed test_api.py
parsed test_caching.py
parsed test_path.py
parsed test_relative_imports.py
parsed test_packages.py
parsed test_meta_path.py
parsed test___package__.py
parsed test___loader__.py
parsed test_case_sensitivity.py
parsed test_finder.py
parsed test_path_hook.py
parsed test_file_loader.py
parsed test_case_sensitivity.py
parsed test_finder.py
parsed test_path_hook.py
parsed test_loader.py
Total of 0 files transpiled
/tmp/org.polystat.py2eo.12233202570184504743.tmp/cpython/Modules/_testcapimodule.c: In function ‘PyInit__testcapi’:
/tmp/org.polystat.py2eo.12233202570184504743.tmp/cpython/Modules/_testcapimodule.c:6328:5: warning: ‘tp_print’ is deprecated [-Wdeprecated-declarations]
 6328 |     MyList_Type.tp_print = 0;
      |     ^~~~~~~~~~~
In file included from ./Include/object.h:746,
                 from ./Include/pytime.h:6,
                 from ./Include/Python.h:85,
                 from /tmp/org.polystat.py2eo.12233202570184504743.tmp/cpython/Modules/_testcapimodule.c:15:
./Include/cpython/object.h:260:30: note: declared here
  260 |     Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
      |                              ^~~~~~~~
/tmp/org.polystat.py2eo.12233202570184504743.tmp/cpython/Modules/_testcapimodule.c: In function ‘test_buildvalue_issue38913’:
/tmp/org.polystat.py2eo.12233202570184504743.tmp/cpython/Modules/_testcapimodule.c:6463:15: warning: variable ‘res’ set but not used [-Wunused-but-set-variable]
 6463 |     PyObject *res;
      |               ^~~
In file included from /usr/include/string.h:495,
                 from ./Include/Python.h:30,
                 from /tmp/org.polystat.py2eo.12233202570184504743.tmp/cpython/Modules/socketmodule.c:103:
In function ‘memset’,
    inlined from ‘getsockaddrarg’ at /tmp/org.polystat.py2eo.12233202570184504743.tmp/cpython/Modules/socketmodule.c:2288:9,
    inlined from ‘sock_bind’ at /tmp/org.polystat.py2eo.12233202570184504743.tmp/cpython/Modules/socketmodule.c:3066:10:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:71:10: warning: ‘__builtin_memset’ offset [17, 88] from the object at ‘addrbuf’ is out of the bounds of referenced subobject ‘sa’ with type ‘struct sockaddr’ at offset 0 [-Warray-bounds]
   71 |   return __builtin___memset_chk (__dest, __ch, __len, __bos0 (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/org.polystat.py2eo.12233202570184504743.tmp/cpython/Modules/_ctypes/callbacks.c: In function ‘_ctypes_alloc_callback’:
/tmp/org.polystat.py2eo.12233202570184504743.tmp/cpython/Modules/_ctypes/callbacks.c:433:9: warning: ‘ffi_prep_closure’ is deprecated: use ffi_prep_closure_loc instead [-Wdeprecated-declarations]
  433 |         result = ffi_prep_closure(p->pcl_write, &p->cif, closure_fcn, p);
      |         ^~~~~~
In file included from /tmp/org.polystat.py2eo.12233202570184504743.tmp/cpython/Modules/_ctypes/callbacks.c:6:
/usr/include/x86_64-linux-gnu/ffi.h:334:1: note: declared here
  334 | ffi_prep_closure (ffi_closure*,
      | ^~~~~~~~~~~~~~~~
/tmp/org.polystat.py2eo.12233202570184504743.tmp/cpython/Lib/test/test_collections.py:1210: DeprecationWarning: Please use assertEqual instead.
  self.assertEquals(len(s), (len(items) - 1 )) # 1429:8-1429:48
/tmp/org.polystat.py2eo.12233202570184504743.tmp/cpython/Lib/test/support/__init__.py:3370: ResourceWarning: unclosed <ssl.SSLSocket fd=5, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 57347), raddr=('127.0.0.1', 39940)>
  del self.thread
ResourceWarning: Enable tracemalloc to get the object allocation traceback
Task was destroyed but it is pending!
task: &lt;Task pending name='Task-9' coro=&lt;&lt;async_generator_athrow without __name__&gt;()&gt;&gt;
Task was destroyed but it is pending!
task: <Task pending name='Task-11' coro=<<async_generator_athrow without __name__>()>>
Task was destroyed but it is pending!
task: <Task pending name='Task-16' coro=<<async_generator_athrow without __name__>()>>
stty: 'standard input': Inappropriate ioctl for device
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 922.515 s - in org.polystat.py2eo.parser.ParserPrinterIT
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- wagon-maven-plugin:1.0:download-single (default) @ parser ---
[INFO] Skip execution.
[INFO]
[INFO] --- maven-gpg-plugin:3.0.1:sign (jcabi-sign-artifacts) @ parser ---
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'
gpg: WARNING: unsafe permissions on homedir '/home/r'
[INFO]
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default) @ parser ---
[INFO] Failsafe report directory: /home/r/repo/parser/target/failsafe-reports
[INFO]
[INFO] --- exec-maven-plugin:3.1.0:exec (default) @ parser ---
[INFO] skipping execute as per configuration
[INFO]
[INFO] --- maven-install-plugin:3.0.1:install (default-install) @ parser ---
[INFO] Installing /home/r/repo/parser/pom.xml to /home/r/.m2/repository/org/polystat/py2eo/parser/0.33.0/parser-0.33.0.pom
[INFO] Installing /home/r/repo/parser/target/parser-0.33.0.jar to /home/r/.m2/repository/org/polystat/py2eo/parser/0.33.0/parser-0.33.0.jar
[INFO] Installing /home/r/repo/parser/target/parser-0.33.0-sources.jar to /home/r/.m2/repository/org/polystat/py2eo/parser/0.33.0/parser-0.33.0-sources.jar
[INFO] Installing /home/r/repo/parser/target/parser-0.33.0-javadoc.jar to /home/r/.m2/repository/org/polystat/py2eo/parser/0.33.0/parser-0.33.0-javadoc.jar
[INFO] Installing /home/r/repo/parser/target/parser-0.33.0-jar-with-dependencies.jar to /home/r/.m2/repository/org/polystat/py2eo/parser/0.33.0/parser-0.33.0-jar-with-dependencies.jar
[INFO] Installing /home/r/repo/parser/target/parser-0.33.0.jar.asc to /home/r/.m2/repository/org/polystat/py2eo/parser/0.33.0/parser-0.33.0.jar.asc
[INFO] Installing /home/r/repo/parser/target/parser-0.33.0.pom.asc to /home/r/.m2/repository/org/polystat/py2eo/parser/0.33.0/parser-0.33.0.pom.asc
[INFO] Installing /home/r/repo/parser/target/parser-0.33.0-sources.jar.asc to /home/r/.m2/repository/org/polystat/py2eo/parser/0.33.0/parser-0.33.0-sources.jar.asc
[INFO] Installing /home/r/repo/parser/target/parser-0.33.0-javadoc.jar.asc to /home/r/.m2/repository/org/polystat/py2eo/parser/0.33.0/parser-0.33.0-javadoc.jar.asc
[INFO] Installing /home/r/repo/parser/target/parser-0.33.0-jar-with-dependencies.jar.asc to /home/r/.m2/repository/org/polystat/py2eo/parser/0.33.0/parser-0.33.0-jar-with-dependencies.jar.asc
[INFO]
[INFO] --- maven-deploy-plugin:3.0.0:deploy (default-deploy) @ parser ---
[INFO] Skipping artifact deployment
[INFO]
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (jcabi-deploy-to-sonatype) @ parser ---
[INFO] Performing local staging (local stagingDirectory="/home/r/repo/target/nexus-staging/staging")...
[INFO]  + Using server credentials "oss.sonatype.org" from Maven settings.
[INFO]  * Connected to Nexus at https://s01.oss.sonatype.org:443/, is version 2.14.21-02 and edition "Professional"
[INFO]  * Using staging profile ID "26996af5c39f4b" (matched by Nexus).
[INFO] Installing /home/r/repo/parser/target/parser-0.33.0.jar to /home/r/repo/target/nexus-staging/staging/26996af5c39f4b/org/polystat/py2eo/parser/0.33.0/parser-0.33.0.jar
[INFO] Installing /home/r/repo/parser/pom.xml to /home/r/repo/target/nexus-staging/staging/26996af5c39f4b/org/polystat/py2eo/parser/0.33.0/parser-0.33.0.pom
[INFO] Installing /home/r/repo/parser/target/parser-0.33.0-sources.jar to /home/r/repo/target/nexus-staging/staging/26996af5c39f4b/org/polystat/py2eo/parser/0.33.0/parser-0.33.0-sources.jar
[INFO] Installing /home/r/repo/parser/target/parser-0.33.0-javadoc.jar to /home/r/repo/target/nexus-staging/staging/26996af5c39f4b/org/polystat/py2eo/parser/0.33.0/parser-0.33.0-javadoc.jar
[INFO] Installing /home/r/repo/parser/target/parser-0.33.0-jar-with-dependencies.jar to /home/r/repo/target/nexus-staging/staging/26996af5c39f4b/org/polystat/py2eo/parser/0.33.0/parser-0.33.0-jar-with-dependencies.jar
[INFO] Installing /home/r/repo/parser/target/parser-0.33.0.jar.asc to /home/r/repo/target/nexus-staging/staging/26996af5c39f4b/org/polystat/py2eo/parser/0.33.0/parser-0.33.0.jar.asc
[INFO] Installing /home/r/repo/parser/target/parser-0.33.0.pom.asc to /home/r/repo/target/nexus-staging/staging/26996af5c39f4b/org/polystat/py2eo/parser/0.33.0/parser-0.33.0.pom.asc
[INFO] Installing /home/r/repo/parser/target/parser-0.33.0-sources.jar.asc to /home/r/repo/target/nexus-staging/staging/26996af5c39f4b/org/polystat/py2eo/parser/0.33.0/parser-0.33.0-sources.jar.asc
[INFO] Installing /home/r/repo/parser/target/parser-0.33.0-javadoc.jar.asc to /home/r/repo/target/nexus-staging/staging/26996af5c39f4b/org/polystat/py2eo/parser/0.33.0/parser-0.33.0-javadoc.jar.asc
[INFO] Installing /home/r/repo/parser/target/parser-0.33.0-jar-with-dependencies.jar.asc to /home/r/repo/target/nexus-staging/staging/26996af5c39f4b/org/polystat/py2eo/parser/0.33.0/parser-0.33.0-jar-with-dependencies.jar.asc
[INFO] Execution skipped to the last project...
[INFO]
[INFO] --- nexus-staging-maven-plugin:1.6.8:release (jcabi-deploy-to-sonatype) @ parser ---
[INFO] Execution skipped to the last project...
[INFO]
[INFO] -------------------< org.polystat.py2eo:transpiler >--------------------
[INFO] Building transpiler 0.33.0                                         [3/3]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.33/snakeyaml-1.33.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.33/snakeyaml-1.33.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.33/snakeyaml-1.33.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.33/snakeyaml-1.33.jar (0 B at 0 B/s)
[INFO]
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ transpiler ---
[INFO] Deleting /home/r/repo/transpiler/target
[INFO]
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ transpiler ---
[INFO]
[INFO] --- buildnumber-maven-plugin:3.0.0:create (jcabi-build-number) @ transpiler ---
[INFO]
[INFO] --- buildnumber-maven-plugin:3.0.0:create-timestamp (jcabi-build-number) @ transpiler ---
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ transpiler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/r/repo/transpiler/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ transpiler ---
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compilers/2.11.1/plexus-compilers-2.11.1.pom
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compilers/2.11.1/plexus-compilers-2.11.1.pom (0 B at 0 B/s)
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar
Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.jar
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar (0 B at 0 B/s)
Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.jar (0 B at 0 B/s)
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/r/repo/transpiler/target/classes
[INFO]
[INFO] --- maven-scala-plugin:2.15.0:compile (default) @ transpiler ---
[INFO] Checking for multiple versions of scala
[INFO] includes = [**/*.java,**/*.scala,]
[INFO] excludes = []
[INFO] /home/r/repo/transpiler/src/main/java:-1: info: compiling
[INFO] /home/r/repo/transpiler/target/generated-sources/annotations:-1: info: compiling
[INFO] /home/r/repo/transpiler/src/main/scala:-1: info: compiling
[INFO] Compiling 29 source files to /home/r/repo/transpiler/target/classes at 1667982166244
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:41: warning: match may not be exhaustive.
[INFO] It would fail on the following inputs: List(_), Nil
[INFO]         reconstruct(false, { case List(l, r) => Binop(op, l, r, ann.pos) }, List(l, r), ns)
[INFO]                            ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:43: warning: match may not be exhaustive.
[INFO] It would fail on the following inputs: List(_), Nil
[INFO]       case Yield(Some(e), ann) => reconstruct(false, { case List(x) => Yield(Some(x), ann.pos) }, List(e), ns)
[INFO]                                                      ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:44: warning: match may not be exhaustive.
[INFO] It would fail on the following inputs: List(_), Nil
[INFO]       case YieldFrom(e, ann) => reconstruct(false, { case List(x) => YieldFrom(x, ann.pos) }, List(e), ns)
[INFO]                                                    ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:46: warning: match may not be exhaustive.
[INFO] It would fail on the following inputs: List(_), Nil
[INFO]         reconstruct(false, { case List(l, r) => SimpleComparison(op, l, r, ann.pos) }, List(l, r), ns)
[INFO]                            ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:48: warning: match may not be exhaustive.
[INFO] It would fail on the following inputs: List(_), Nil
[INFO]         reconstruct(false, { case List(l, r) => SimpleComparison(ops.head, l, r, ann.pos) }, List(l.head, l.last), ns)
[INFO]                            ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:50: warning: match may not be exhaustive.
[INFO] It would fail on the following inputs: List(_), Nil
[INFO]         reconstruct(lhs, { case List(x) => Assignment(ident, x, ann) }, List(rhs), ns)
[INFO]                          ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:52: warning: match may not be exhaustive.
[INFO] It would fail on the following inputs: List(_), Nil
[INFO]         reconstruct(false, { case List(x) => Unop(op, x, ann.pos) }, List(x), ns)
[INFO]                            ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:54: warning: match may not be exhaustive.
[INFO] It would fail on the following inputs: List(_), Nil
[INFO]         reconstruct(false, { case List(x) => Star(x, ann.pos) }, List(e), ns)
[INFO]                            ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:56: warning: match may not be exhaustive.
[INFO] It would fail on the following inputs: List(_), Nil
[INFO]         reconstruct(false, { case List(x) => DoubleStar(x, ann.pos) }, List(e), ns)
[INFO]                            ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:74: warning: match may not be exhaustive.
[INFO] It would fail on the following input: (Some(_), _)
[INFO]         val argsNoKw = args.map { case (None, x) => x }
[INFO]                                 ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:107: warning: match may not be exhaustive.
[INFO] It would fail on the following inputs: Left((List(_), _)), Left((Nil, _)), Right((List(_), _)), Right((Nil, _))
[INFO]       case Cond(cond, yes, no, ann) => forceAllIfNecessary(f)(List(cond, yes, no).map(x => (false, x)), ns) match {
[INFO]                                                              ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:121: warning: match may not be exhaustive.
[INFO] It would fail on the following inputs: (List(Left(_)), List(_)), (List(Left(_)), Nil), (List(Right(_)), Nil), (Nil, List(_)), (Nil, List(_, _))
[INFO]         def cons(original: List[DictEltDoubleStar], simple: List[T]): List[DictEltDoubleStar] = (original, simple) match {
[INFO]                                                                                                 ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:130: warning: match may not be exhaustive.
[INFO] It would fail on the following inputs: List(_), Nil
[INFO]         reconstruct(lhs, { case List(x) => Field(x, name, ann.pos) }, List(whose), ns)
[INFO]                          ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:133: warning: match may not be exhaustive.
[INFO] It would fail on the following input: Nil
[INFO]         reconstruct(lhs, { case base :: l2 =>
[INFO]                          ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:139: warning: match may not be exhaustive.
[INFO] It would fail on the following inputs: List(_), Nil
[INFO]         reconstruct(lhs, { case k :: v :: l2 =>
[INFO]                          ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:145: warning: match may not be exhaustive.
[INFO] It would fail on the following input: Nil
[INFO]         reconstruct(lhs, { case base :: l2 =>
[INFO]                          ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:39: warning: Exhaustivity analysis reached max recursion depth, not all missing cases are reported.
[INFO] (Please try with scalac -Ypatmat-exhaust-depth 40 or -Ypatmat-exhaust-depth off.)
[INFO]     e match {
[INFO]     ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:39: warning: match may not be exhaustive.
[INFO] It would fail on the following inputs: Await(_, _), CallIndex(_, _, _, _), DictComprehension(Right(_), _, _)
[INFO]     e match {
[INFO]     ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:153: warning: Exhaustivity analysis reached max recursion depth, not all missing cases are reported.
[INFO] (Please try with scalac -Ypatmat-exhaust-depth 40 or -Ypatmat-exhaust-depth off.)
[INFO]   private def call2comprehensions(l : List[(Comprehension, T)]): List[Comprehension] = l.map {
[INFO]                                                                                              ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericExpressionPasses.scala:153: warning: match may not be exhaustive.
[INFO] It would fail on the following inputs: (ForComprehension(_, _, _), Assignment(_, _, _)), (ForComprehension(_, _, _), Await(_, _)), (ForComprehension(_, _, _), Binop(_, _, _, _)), (ForComprehension(_, _, _), CallIndex(_, _, List(_), _)), (ForComprehension(_, _, _), CallIndex(_, _, Nil, _)), (ForComprehension(_, _, _), CollectionComprehension(_, _, _, _)), (ForComprehension(_, _, _), CollectionCons(_, _, _)), (ForComprehension(_, _, _), Cond(_, _, _, _)), (ForComprehension(_, _, _), DictComprehension(_, _, _)), (ForComprehension(_, _, _), DictCons(_, _)), (ForComprehension(_, _, _), FloatLiteral(_, _))
[INFO]   private def call2comprehensions(l : List[(Comprehension, T)]): List[Comprehension] = l.map {
[INFO]                                                                                              ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericStatementPasses.scala:133: warning: match may not be exhaustive.
[INFO] It would fail on the following input: Right(_)
[INFO]     if (!hasStatement) Left(l1.map { case Left(value) => value }, ns1) else {
[INFO]                                    ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericStatementPasses.scala:245: warning: match may not be exhaustive.
[INFO] It would fail on the following inputs: Right((List(_), _)), Right((Nil, _))
[INFO]       case Assign(List(e), ann) => forceAllIfNecessary(f)(List((false, e)), ns) match {
[INFO]                                                          ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericStatementPasses.scala:289: warning: match may not be exhaustive.
[INFO] It would fail on the following inputs: (List(_), _), (Nil, _)
[INFO]         val args1 = packed2.tail.grouped(2).zip(args).map{ case (List(default, annot), p) => Parameter(p.name, p.kind, annot, default, p.ann) }
[INFO]                                                          ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericStatementPasses.scala:159: warning: Exhaustivity analysis reached max recursion depth, not all missing cases are reported.
[INFO] (Please try with scalac -Ypatmat-exhaust-depth 40 or -Ypatmat-exhaust-depth off.)
[INFO]     s match {
[INFO]     ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericStatementPasses.scala:159: warning: match may not be exhaustive.
[INFO] It would fail on the following input: For(_, _, _, _, _, _)
[INFO]     s match {
[INFO]     ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericStatementPasses.scala:295: warning: match may not be exhaustive.
[INFO] It would fail on the following input: List(_)
[INFO]   private def list2option[T](l : List[T]) : Option[T] = l match {
[INFO]                                                         ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/GenericStatementPasses.scala:427: warning: unreachable code
[INFO]       case NonLocal(l, ann) => (acc, s)
[INFO]                                ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintEO.scala:35: warning: unreachable code
[INFO]     case Binops.And => "and"
[INFO]                        ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintEO.scala:80: warning: match may not be exhaustive.
[INFO] It would fail on the following input: Right(_)
[INFO]         val elts = l.map{
[INFO]                         ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintEO.scala:136: warning: match may not be exhaustive.
[INFO] It would fail on the following input: (Some(_), _)
[INFO]           ((args.map{case (None, ee) => " (" + e(ee) + crb}).mkString("")) +
[INFO]                     ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintEO.scala:72: warning: Exhaustivity analysis reached max recursion depth, not all missing cases are reported.
[INFO] (Please try with scalac -Ypatmat-exhaust-depth 40 or -Ypatmat-exhaust-depth off.)
[INFO]     value match {
[INFO]     ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintEO.scala:72: warning: match may not be exhaustive.
[INFO] It would fail on the following input: DictComprehension(_, _, _)
[INFO]     value match {
[INFO]     ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintEO.scala:181: warning: match may not be exhaustive.
[INFO] It would fail on the following inputs: Parameter(_, _, None, Some(_), _), Parameter(_, _, Some(_), None, _), Parameter(_, _, Some(_), Some(_), _)
[INFO]         val args1 = args.map{ case Parameter(argname, _, None, None, _) => argname }.mkString(space)
[INFO]                             ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintEO.scala:186: warning: unreachable code
[INFO]       case u : Unsupported =>
[INFO]                            ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintEO.scala:146: warning: Exhaustivity analysis reached max recursion depth, not all missing cases are reported.
[INFO] (Please try with scalac -Ypatmat-exhaust-depth 40 or -Ypatmat-exhaust-depth off.)
[INFO]     st match {
[INFO]     ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintEO.scala:146: warning: match may not be exhaustive.
[INFO] It would fail on the following input: Break(_)
[INFO]     st match {
[INFO]     ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintLinearizedMutableEOWithCage.scala:86: warning: Exhaustivity analysis reached max recursion depth, not all missing cases are reported.
[INFO] (Please try with scalac -Ypatmat-exhaust-depth 40 or -Ypatmat-exhaust-depth off.)
[INFO]           .map{ case f : FuncDef => f }
[INFO]               ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintLinearizedMutableEOWithCage.scala:86: warning: match may not be exhaustive.
[INFO] It would fail on the following inputs: AnnAssign(_, _, _, _), Assert(_, _, _), Assign(_, _), AugAssign(_, _, _, _), Break(_), ClassDef(_, _, _, _, _), Continue(_), CreateConst(_, _, _), Del(_, _), For(_, _, _, _, _, _), Global(_, _), If(_, _, _), IfSimple(_, _, _, _), ImportAllSymbols(_, _), ImportModule(_, _, _), ImportSymbol(_, _, _, _), NonLocal(_, _), Pass(_), Raise(_, _, _), Return(_, _)
[INFO]           .map{ case f : FuncDef => f }
[INFO]               ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintLinearizedMutableEOWithCage.scala:117: warning: Exhaustivity analysis reached max recursion depth, not all missing cases are reported.
[INFO] (Please try with scalac -Ypatmat-exhaust-depth 40 or -Ypatmat-exhaust-depth off.)
[INFO]                       l.map{
[INFO]                            ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintLinearizedMutableEOWithCage.scala:117: warning: match may not be exhaustive.
[INFO] It would fail on the following input: Break(_)
[INFO]                       l.map{
[INFO]                            ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintLinearizedMutableEOWithCage.scala:126: warning: Exhaustivity analysis reached max recursion depth, not all missing cases are reported.
[INFO] (Please try with scalac -Ypatmat-exhaust-depth 40 or -Ypatmat-exhaust-depth off.)
[INFO]                           l.flatMap{
[INFO]                                    ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintLinearizedMutableEOWithCage.scala:126: warning: match may not be exhaustive.
[INFO] It would fail on the following input: Break(_)
[INFO]                           l.flatMap{
[INFO]                                    ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintLinearizedMutableEOWithCage.scala:77: warning: Exhaustivity analysis reached max recursion depth, not all missing cases are reported.
[INFO] (Please try with scalac -Ypatmat-exhaust-depth 40 or -Ypatmat-exhaust-depth off.)
[INFO]     st match {
[INFO]     ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintLinearizedMutableEOWithCage.scala:77: warning: match may not be exhaustive.
[INFO] It would fail on the following input: For(_, _, _, _, _, _)
[INFO]     st match {
[INFO]     ^
[WARNING] /home/r/repo/transpiler/src/main/scala/org/polystat/py2eo/transpiler/PrintLinearizedMutableEOWithCage.scala:309: warning: match may not be exhaustive.
[INFO] It would fail on the following inputs: Parameter(_, _, None, None, _), Parameter(_, _, None, Some(_), _), Parameter(_, _, Some(_), None, _), Parameter(_, _, Some(_), Some(_), _)
[INFO]     val args2 = (f.args.map{ case Parameter(argname, kind, None, None, _) if kind != ArgKind.Keyword =>
[INFO]                            ^
[WARNING] warning: 3 deprecations (since 2.11.0); re-run with -deprecation for details
[WARNING] 46 warnings
[INFO] prepare-compile in 0 s
[INFO] compile in 13 s
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ transpiler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 208 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ transpiler ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-scala-plugin:2.15.0:testCompile (default) @ transpiler ---
[INFO] Checking for multiple versions of scala
[INFO] includes = [**/*.java,**/*.scala,]
[INFO] excludes = []
[INFO] /home/r/repo/transpiler/src/test/scala:-1: info: compiling
[INFO] Compiling 8 source files to /home/r/repo/transpiler/target/test-classes at 1667982179446
[WARNING] warning: 3 deprecations (since 2.13.0)
[WARNING] warning: 1 deprecation (since 2.13.3)
[WARNING] warning: 4 deprecations in total; re-run with -deprecation for details
[WARNING] 3 warnings
[INFO] prepare-compile in 0 s
[INFO] compile in 5 s
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ transpiler ---
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=11535850294058746
[INFO] Surefire report directory: /home/r/repo/transpiler/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO]
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.polystat.py2eo.transpiler.TestSimple
[INFO] Tests run: 186, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.06 s - in org.polystat.py2eo.transpiler.TestSimple
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 186, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- jcabi-maven-plugin:0.17.0:versionalize (jcabi-versionalize-packages) @ transpiler ---
[INFO] Versionalizing /home/r/repo/transpiler/target/classes directory
[INFO] File /home/r/repo/transpiler/target/classes/org/polystat/py2eo/transpiler/org-polystat-py2eo-transpiler-jar.txt added
[INFO]
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ transpiler ---
[INFO] Building jar: /home/r/repo/transpiler/target/transpiler-0.33.0.jar
[INFO]
[INFO] >>> maven-source-plugin:3.2.1:jar (jcabi-sources) > generate-sources @ transpiler >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ transpiler ---
[INFO]
[INFO] --- buildnumber-maven-plugin:3.0.0:create (jcabi-build-number) @ transpiler ---
[INFO]
[INFO] --- buildnumber-maven-plugin:3.0.0:create-timestamp (jcabi-build-number) @ transpiler ---
[INFO]
[INFO] <<< maven-source-plugin:3.2.1:jar (jcabi-sources) < generate-sources @ transpiler <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar (jcabi-sources) @ transpiler ---
[INFO] Building jar: /home/r/repo/transpiler/target/transpiler-0.33.0-sources.jar
[INFO]
[INFO] --- maven-javadoc-plugin:3.4.1:jar (jcabi-javadoc) @ transpiler ---
[INFO] No previous run data found, generating javadoc.
[INFO]
Loading source files for package org.polystat.py2eo.transpiler...
Constructing Javadoc information...
Standard Doclet version 14.0.1
Building tree for all the packages and classes...
Generating /home/r/repo/transpiler/target/apidocs/org/polystat/py2eo/transpiler/dummy.html...
Generating /home/r/repo/transpiler/target/apidocs/org/polystat/py2eo/transpiler/package-summary.html...
Generating /home/r/repo/transpiler/target/apidocs/org/polystat/py2eo/transpiler/package-tree.html...
Generating /home/r/repo/transpiler/target/apidocs/constant-values.html...
Generating /home/r/repo/transpiler/target/apidocs/org/polystat/py2eo/transpiler/class-use/dummy.html...
Generating /home/r/repo/transpiler/target/apidocs/org/polystat/py2eo/transpiler/package-use.html...
Building index for all the packages and classes...
Generating /home/r/repo/transpiler/target/apidocs/overview-tree.html...
Generating /home/r/repo/transpiler/target/apidocs/deprecated-list.html...
Generating /home/r/repo/transpiler/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/r/repo/transpiler/target/apidocs/allclasses-index.html...
Generating /home/r/repo/transpiler/target/apidocs/allpackages-index.html...
Generating /home/r/repo/transpiler/target/apidocs/system-properties.html...
Generating /home/r/repo/transpiler/target/apidocs/index.html...
Generating /home/r/repo/transpiler/target/apidocs/help-doc.html...
Note: Custom tags that could override future standard tags:  @todo, @checkstyle. To avoid potential overrides, use at least one period character (.) in custom tag names.
Note: Custom tags that were not seen:  @todo, @checkstyle
[INFO] Building jar: /home/r/repo/transpiler/target/transpiler-0.33.0-javadoc.jar
[INFO]
[INFO] --- maven-assembly-plugin:3.4.2:single (default) @ transpiler ---
[INFO] Building jar: /home/r/repo/transpiler/target/transpiler-0.33.0-jar-with-dependencies.jar
[INFO]
[INFO] --- maven-failsafe-plugin:3.0.0-M7:integration-test (default) @ transpiler ---
[WARNING] useSystemClassLoader setting has no effect when not forking
[WARNING] The parameter forkCount should likely not be 0. Forking a JVM for tests improves test accuracy. Ensure to have a <forkCount> >= 1.
[INFO] Tests will run in random order. To reproduce ordering use flag -Dfailsafe.runOrder.random.seed=11535859894982273
[INFO] Failsafe report directory: /home/r/repo/transpiler/target/failsafe-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] Running org.polystat.py2eo.transpiler.CPythonIT
Cloning into 'cpython'...
Note: switching to 'v3.8.10'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 3d8993a744 Python 3.8.10
transpiled test_distutils
transpiled test_longexp
transpiled test_binhex
transpiled test_doctest2
transpiled test_codecmaps_jp
transpiled test_copyreg
transpiled test_unicode_file_functions
transpiled test_asdl_parser
transpiled test_rlcompleter
transpiled test_threading_local
transpiled test_sunau
transpiled test_decorators
transpiled test_funcattrs
transpiled test_urllib_response
transpiled test_cmd
transpiled test_locale
transpiled test_gdb
transpiled test_support
transpiled test_site
transpiled test_xmlrpc_net
transpiled test_textwrap
transpiled test_genexps
transpiled test_codeccallbacks
transpiled test_unicode_file
transpiled test_wave
transpiled test_imp
transpiled test_modulefinder
transpiled test_symbol
transpiled test_call
transpiled test_userdict
transpiled test_file_eintr
transpiled test_int
transpiled test_poll
transpiled test_smtpnet
transpiled test_zipapp
transpiled test_dummy_thread
transpiled test_super
transpiled test_dbm_gnu
transpiled test_platform
transpiled test_typechecks
transpiled test_threaded_import
transpiled test_contextlib_async
transpiled test_grp
transpiled test_frozen
transpiled test_codecmaps_hk
transpiled test_ftplib
transpiled test_ordered_dict
transpiled test_fcntl
transpiled test_future5
transpiled test_set
transpiled test_strptime
transpiled test_memoryio
transpiled test_httpservers
transpiled test_sysconfig
transpiled test_weakset
transpiled test_aifc
transpiled test_syntax
transpiled test_future3
transpiled test_multibytecodec
transpiled test_dtrace
transpiled test_largefile
transpiled test_unpack_ex
transpiled test_pickle
transpiled test_subprocess
transpiled test_symtable
transpiled test_thread
transpiled test_augassign
transpiled test_sundry
transpiled test_time
transpiled test_generators
transpiled test_pstats
transpiled test_format
transpiled test_type_comments
transpiled test_collections
transpiled test_itertools
transpiled test_crashers
transpiled test_peepholer
transpiled test_math
transpiled test_uu
transpiled test_imghdr
transpiled test__opcode
transpiled test_codecmaps_cn
transpiled test_bisect
transpiled test_uuid
transpiled test_mailcap
transpiled test_builtin
transpiled test_poplib
transpiled test_codecmaps_tw
transpiled test_string_literals
transpiled test_utf8source
transpiled test_bz2
transpiled test_bool
transpiled test_profile
transpiled test_smtplib
transpiled test_enumerate
transpiled test_robotparser
transpiled test_abc
transpiled test_multiprocessing_main_handling
transpiled test_memoryview
transpiled test_exceptions
transpiled test_subclassinit
transpiled test_ossaudiodev
transpiled test__osx_support
transpiled test_quopri
transpiled test_optparse
transpiled test_structmembers
transpiled test_xdrlib
transpiled test_heapq
transpiled test_zipfile64
transpiled test_long
transpiled test_selectors
transpiled test_io
transpiled test_httplib
transpiled test_repl
transpiled test_types
transpiled test_with
transpiled test_sched
transpiled test_unary
transpiled test_syslog
transpiled test_datetime
transpiled test_structseq
transpiled test_pulldom
transpiled test_pydoc
transpiled test_stringprep
transpiled test_eintr
transpiled test_py_compile
transpiled test_normalization
transpiled test_shelve
transpiled test_difflib
transpiled test_turtle
transpiled test_contains
transpiled test_bytes
transpiled test_marshal
transpiled test_socketserver
transpiled test_tokenize
transpiled test_frame
transpiled test_minidom
transpiled test_pkg
transpiled test_string
transpiled test_deque
transpiled test_codecencodings_hk
transpiled test_dbm_ndbm
transpiled test_docxmlrpc
transpiled test_posixpath
transpiled test_errno
transpiled test_stat
transpiled test_tempfile
transpiled test_binascii
transpiled test_copy
transpiled test_defaultdict
transpiled test_print
transpiled test_keywordonlyarg
transpiled test_descr
transpiled test_re
transpiled test_clinic
transpiled test_exception_variations
transpiled test_nntplib
transpiled test_pickletools
transpiled test_property
transpiled test_ensurepip
transpiled test_slice
transpiled test_array
transpiled test_bufio
transpiled test_ssl
transpiled test_functools
transpiled test_codecencodings_cn
transpiled test_zipimport
transpiled test_msilib
transpiled test_cmath
transpiled test_calendar
transpiled test_queue
transpiled test_opcodes
transpiled test_sort
transpiled test_pyclbr
transpiled test_raise
transpiled test_cmd_line_script
transpiled test_pow
transpiled test__locale
transpiled test_numeric_tower
transpiled test_zlib
transpiled test_script_helper
transpiled test_audit
transpiled test_venv
transpiled test_getopt
transpiled test_codecencodings_iso2022
transpiled test_tuple
transpiled test_codecencodings_tw
transpiled test_runpy
transpiled test_devpoll
transpiled test_module
transpiled test_ctypes
transpiled test_file
transpiled test_operator
transpiled test_int_literal
transpiled test_richcmp
transpiled test_asyncore
transpiled test_csv
transpiled test_enum
transpiled test_hmac
transpiled test_nis
transpiled test_ttk_guionly
transpiled test_curses
transpiled test_metaclass
transpiled test_decimal
transpiled test_tk
transpiled test_extcall
transpiled test_urllib2_localnet
transpiled test_setcomps
transpiled test_linecache
transpiled test_cprofile
transpiled test_cgitb
transpiled test_xml_etree_c
transpiled test_univnewlines
transpiled test_fileio
transpiled test_getargs2
transpiled test_urllib
transpiled test_hashlib
transpiled test_getpass
transpiled test_named_expressions
transpiled test_fnmatch
transpiled test_pkgutil
transpiled test_binop
transpiled test_typing
transpiled testcodec
transpiled test_secrets
transpiled test_xml_dom_minicompat
transpiled test_glob
transpiled test_tix
transpiled test_exception_hierarchy
transpiled test_yield_from
transpiled test_spwd
transpiled test_regrtest
transpiled test_isinstance
transpiled test_audioop
transpiled test_base64
transpiled test_pipes
transpiled test_keyword
transpiled test_dynamic
transpiled test_strftime
transpiled test_code_module
transpiled test_osx_env
transpiled test_lltrace
transpiled test_genericpath
transpiled test_complex
transpiled test_codecencodings_jp
transpiled test_future
transpiled test_unpack
transpiled test_shlex
transpiled test_mailbox
transpiled test_colorsys
transpiled test_fork1
transpiled test_cgi
transpiled test_ast
transpiled test_startfile
transpiled test_utf8_mode
transpiled test_htmlparser
transpiled test___all__
transpiled test_hash
transpiled test_ioctl
transpiled test_picklebuffer
transpiled test_struct
transpiled test_timeit
transpiled test_finalization
transpiled test_popen
transpiled test_threading
transpiled test_fileinput
transpiled test___future__
transpiled test_random
transpiled test_bigaddrspace
transpiled test_iterlen
transpiled test_webbrowser
transpiled test_tarfile
transpiled test_unicode
transpiled test_plistlib
transpiled test_eof
transpiled test_faulthandler
transpiled test_charmapcodec
transpiled test_urllib2net
transpiled test_telnetlib
transpiled test_lzma
transpiled test_smtpd
transpiled test_fstring
transpiled test_pprint
transpiled test_cmd_line
transpiled test_pyexpat
transpiled test_compare
transpiled test_sys_setprofile
transpiled test_ttk_textonly
transpiled test_flufl
transpiled test_index
transpiled test_tcl
transpiled test_pathlib
transpiled test_resource
transpiled test_codecencodings_kr
transpiled test_gettext
transpiled test_genericclass
transpiled test_configparser
transpiled test_wait3
transpiled test_baseexception
transpiled test_dict_version
transpiled test_threadsignals
transpiled test_signal
transpiled test_pty
transpiled test_positional_only_arg
transpiled test_embed
transpiled test_dictviews
transpiled test_xmlrpc
transpiled test_context
transpiled test_xxtestfuzz
transpiled test_ipaddress
transpiled test_dict
transpiled test_listcomps
transpiled test_contextlib
transpiled test_asyncgen
transpiled test_urlparse
transpiled test_statistics
transpiled test_reprlib
transpiled test_iter
transpiled test_zipimport_support
transpiled test_descrtut
transpiled test_fractions
transpiled test_class
transpiled test_urllib2
transpiled test_mmap
transpiled test_epoll
transpiled test_codecmaps_kr
transpiled test_capi
transpiled test_timeout
transpiled test_generator_stop
transpiled test_global
transpiled test_threadedtempfile
transpiled test_asynchat
transpiled test_code
transpiled test_pwd
transpiled test_userlist
transpiled test_pkgimport
transpiled test_ntpath
transpiled test_mimetypes
transpiled test_html
transpiled test_select
transpiled test_dynamicclassattribute
transpiled test_list
transpiled test_bdb
transpiled test_codecs
transpiled test_c_locale_coercion
transpiled test_abstract_numbers
transpiled test_unicodedata
transpiled test_readline
transpiled test__xxsubinterpreters
transpiled test_kqueue
transpiled test_ucn
transpiled test_scope
transpiled test_wsgiref
transpiled test_filecmp
transpiled test_dictcomps
transpiled test_codeop
transpiled test_imaplib
transpiled test_tabnanny
transpiled test_crypt
transpiled test_future4
transpiled test_posix
transpiled test_dbm_dumb
transpiled test_lib2to3
transpiled test_range
transpiled test_bigmem
transpiled test_wait4
transpiled test_userstring
transpiled test_winsound
transpiled test_compile
transpiled test_urllibnet
transpiled test_sqlite
transpiled test_shutil
transpiled test_idle
transpiled test_openpty
transpiled test_sndhdr
transpiled test_xml_etree
transpiled test_gzip
transpiled test_dummy_threading
transpiled test_http_cookiejar
transpiled test_dataclasses
transpiled test_float
transpiled test_netrc
transpiled test_winreg
transpiled test_http_cookies
transpiled test_winconsoleio
transpiled test_dbm
transpiled test_lll
transpiled test_pdeps
transpiled test_sundry
transpiled test_fixcid
transpiled test_gprof2html
transpiled test_pathfix
transpiled test_reindent
transpiled test_gc
transpiled test_ctypes
transpiled test_unparse
transpiled test_selftype
transpiled testmod
transpiled test_md5sum
transpiled test_asian_codecs
transpiled test_inversion
transpiled test_pindent
transpiled test_i18n
transpiled test__encoded_words
transpiled test_policy
transpiled test_generator
transpiled test_sax
transpiled test_weakref
transpiled test_parser
transpiled test_pass1
transpiled test_defect_handling
transpiled test_pass3
transpiled test_socket
transpiled test_parser
transpiled test_pickleable
transpiled test_separators
transpiled test_pass2
transpiled test_dump
transpiled test_recursion
transpiled test_utils
transpiled test_decode
transpiled test_tool
transpiled test_indent
transpiled test_default
transpiled test_speedups
transpiled test_encode_basestring_ascii
transpiled test_scanstring
transpiled testdata_module_inside_zip
transpiled test_unicode
transpiled test_float
transpiled test_fail
transpiled test_os
transpiled test_buffered_proto
transpiled test_enum
transpiled test_message
transpiled testresult
transpiled test_futures2
transpiled test_asyncio_waitfor
transpiled test_runners
transpiled test_windows_events
transpiled test_windows_utils
transpiled test_contentmanager
transpiled test_server
transpiled test_sock_lowlevel
transpiled test_protocols
transpiled test_sendfile
transpiled test_context
transpiled test_subprocess
transpiled test_buffer
transpiled test_sslproto
transpiled test_transports
transpiled test_streams
transpiled test_pep492
transpiled test_zip
transpiled test_locks
transpiled test_queues
transpiled test_futures
transpiled test_read
transpiled test_open
transpiled test_selector_events
transpiled test_lazy
transpiled test_path
transpiled test_locks
transpiled test_proactor_events
transpiled test__header_value_parser
transpiled test_main
transpiled test_finder
transpiled test_api
transpiled test_windows
transpiled test_spec
transpiled test_resource
transpiled test_metadata_api
transpiled test_loader
transpiled test_finder
transpiled test_namespace_pkgs
transpiled test_caching
transpiled test_api
transpiled test_packages
transpiled test_loader
transpiled test___loader__
transpiled test_fromlist
transpiled test___package__
transpiled test_meta_path
transpiled test_abc
transpiled test_case_sensitivity
transpiled test_path_hook
transpiled test_finder
transpiled test_path_hook
transpiled test_case_sensitivity
transpiled test_relative_imports
transpiled test_path
transpiled test_finder
transpiled test_loader
transpiled test_base_events
transpiled test_unix_events
transpiled test_file_loader
transpiled test_events
transpiled test_argparse
Total of 498 transpiled
List(/tmp/org.polystat.py2eo.13845103079227161189.tmp/10/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/30/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/14/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/33/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/7/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/3/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/24/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/9/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/8/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/46/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/47/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/15/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/11/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/44/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/18/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/37/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/25/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/21/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/23/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/48/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/35/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/31/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/16/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/20/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/28/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/43/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/45/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/36/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/49/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/13/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/5/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/1/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/6/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/40/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/34/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/39/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/41/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/0/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/4/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/12/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/17/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/32/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/38/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/22/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/29/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/2/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/42/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/26/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/19/genUnsupportedEO, /tmp/org.polystat.py2eo.13845103079227161189.tmp/27/genUnsupportedEO)
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-maven-plugin/0.23.11/eo-maven-plugin-0.23.11.pom
Progress (1): 2.7/9.7 kB
Progress (1): 5.5/9.7 kB
Progress (1): 8.2/9.7 kB
Progress (1): 9.7 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-maven-plugin/0.23.11/eo-maven-plugin-0.23.11.pom (9.7 kB at 20 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-parent/0.23.11/eo-parent-0.23.11.pom
Progress (1): 2.7/6.0 kB
Progress (1): 5.5/6.0 kB
Progress (1): 6.0 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-parent/0.23.11/eo-parent-0.23.11.pom (6.0 kB at 28 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.57.2/parent-0.57.2.pom
Progress (1): 2.7/63 kB
Progress (1): 5.5/63 kB
Progress (1): 8.2/63 kB
Progress (1): 11/63 kB
Progress (1): 14/63 kB
Progress (1): 16/63 kB
Progress (1): 20/63 kB
Progress (1): 24/63 kB
Progress (1): 28/63 kB
Progress (1): 32/63 kB
Progress (1): 36/63 kB
Progress (1): 40/63 kB
Progress (1): 45/63 kB
Progress (1): 49/63 kB
Progress (1): 53/63 kB
Progress (1): 57/63 kB
Progress (1): 61/63 kB
Progress (1): 63 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.57.2/parent-0.57.2.pom (63 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.6.2/junit-bom-5.6.2.pom
Progress (1): 4.1/4.9 kB
Progress (1): 4.9 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.6.2/junit-bom-5.6.2.pom (4.9 kB at 260 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-maven-plugin/0.23.11/eo-maven-plugin-0.23.11.jar
Progress (1): 4.1/92 kB
Progress (1): 8.2/92 kB
Progress (1): 12/92 kB
Progress (1): 16/92 kB
Progress (1): 20/92 kB
Progress (1): 24/92 kB
Progress (1): 28/92 kB
Progress (1): 32/92 kB
Progress (1): 36/92 kB
Progress (1): 40/92 kB
Progress (1): 45/92 kB
Progress (1): 49/92 kB
Progress (1): 53/92 kB
Progress (1): 57/92 kB
Progress (1): 61/92 kB
Progress (1): 65/92 kB
Progress (1): 69/92 kB
Progress (1): 73/92 kB
Progress (1): 77/92 kB
Progress (1): 81/92 kB
Progress (1): 85/92 kB
Progress (1): 90/92 kB
Progress (1): 92 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-maven-plugin/0.23.11/eo-maven-plugin-0.23.11.jar (92 kB at 408 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom
Progress (1): 3.9 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 187 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
Progress (1): 4.1/13 kB
Progress (1): 8.2/13 kB
Progress (1): 12/13 kB
Progress (1): 13 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 593 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar
Progress (1): 4.1/25 kB
Progress (1): 8.2/25 kB
Progress (1): 12/25 kB
Progress (1): 16/25 kB
Progress (1): 20/25 kB
Progress (1): 25/25 kB
Progress (1): 25 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 985 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom
Progress (1): 4.1/8.1 kB
Progress (1): 8.1 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8.1 kB at 386 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom
Progress (1): 4.1/9.2 kB
Progress (1): 8.2/9.2 kB
Progress (1): 9.2 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 383 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar
Progress (1): 4.1/30 kB
Progress (1): 8.2/30 kB
Progress (1): 12/30 kB
Progress (1): 16/30 kB
Progress (1): 20/30 kB
Progress (1): 25/30 kB
Progress (1): 29/30 kB
Progress (1): 30 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (30 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom (10 kB at 486 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 349 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar
Progress (1): 4.1/43 kB
Progress (1): 8.2/43 kB
Progress (1): 12/43 kB
Progress (1): 16/43 kB
Progress (1): 20/43 kB
Progress (1): 25/43 kB
Progress (1): 29/43 kB
Progress (1): 33/43 kB
Progress (1): 37/43 kB
Progress (1): 41/43 kB
Progress (1): 43 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar (43 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (10 kB at 476 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom
Progress (1): 4.1/14 kB
Progress (1): 8.2/14 kB
Progress (1): 12/14 kB
Progress (1): 14 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 kB at 600 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar
Progress (1): 4.1/30 kB
Progress (1): 8.2/30 kB
Progress (1): 12/30 kB
Progress (1): 16/30 kB
Progress (1): 20/30 kB
Progress (1): 25/30 kB
Progress (1): 29/30 kB
Progress (1): 30 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar (30 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-parser/0.23.11/eo-parser-0.23.11.pom
Progress (1): 4.0 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-parser/0.23.11/eo-parser-0.23.11.pom (4.0 kB at 19 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.50/cactoos-0.50.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.50/cactoos-0.50.pom (11 kB at 518 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.51.1/parent-0.51.1.pom
Progress (1): 4.1/62 kB
Progress (1): 8.2/62 kB
Progress (1): 12/62 kB
Progress (1): 16/62 kB
Progress (1): 20/62 kB
Progress (1): 24/62 kB
Progress (1): 28/62 kB
Progress (1): 32/62 kB
Progress (1): 36/62 kB
Progress (1): 40/62 kB
Progress (1): 45/62 kB
Progress (1): 49/62 kB
Progress (1): 53/62 kB
Progress (1): 57/62 kB
Progress (1): 61/62 kB
Progress (1): 62 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.51.1/parent-0.51.1.pom (62 kB at 2.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/yegor256/xsline/0.5.2/xsline-0.5.2.pom
Progress (1): 4.1/4.4 kB
Progress (1): 4.4 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/yegor256/xsline/0.5.2/xsline-0.5.2.pom (4.4 kB at 208 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.23.1/jcabi-xml-0.23.1.pom
Progress (1): 4.1/5.6 kB
Progress (1): 5.6 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.23.1/jcabi-xml-0.23.1.pom (5.6 kB at 243 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.29.0/jcabi-1.29.0.pom
Progress (1): 4.1/5.8 kB
Progress (1): 5.8 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.29.0/jcabi-1.29.0.pom (5.8 kB at 289 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.54.0/parent-0.54.0.pom
Progress (1): 4.1/62 kB
Progress (1): 8.2/62 kB
Progress (1): 12/62 kB
Progress (1): 16/62 kB
Progress (1): 20/62 kB
Progress (1): 24/62 kB
Progress (1): 28/62 kB
Progress (1): 32/62 kB
Progress (1): 36/62 kB
Progress (1): 40/62 kB
Progress (1): 45/62 kB
Progress (1): 49/62 kB
Progress (1): 53/62 kB
Progress (1): 57/62 kB
Progress (1): 61/62 kB
Progress (1): 62 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.54.0/parent-0.54.0.pom (62 kB at 2.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.18.1/jcabi-log-0.18.1.pom
Progress (1): 4.1/4.9 kB
Progress (1): 4.9 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.18.1/jcabi-log-0.18.1.pom (4.9 kB at 42 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.24/jcabi-1.24.pom
Progress (1): 4.1/5.3 kB
Progress (1): 5.3 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.24/jcabi-1.24.pom (5.3 kB at 47 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.49/parent-0.49.pom
Progress (1): 4.1/59 kB
Progress (1): 8.2/59 kB
Progress (1): 12/59 kB
Progress (1): 16/59 kB
Progress (1): 20/59 kB
Progress (1): 25/59 kB
Progress (1): 29/59 kB
Progress (1): 33/59 kB
Progress (1): 37/59 kB
Progress (1): 41/59 kB
Progress (1): 45/59 kB
Progress (1): 49/59 kB
Progress (1): 53/59 kB
Progress (1): 57/59 kB
Progress (1): 59 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.49/parent-0.49.pom (59 kB at 2.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom
Progress (1): 2.8 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom (2.8 kB at 132 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom
Progress (1): 4.1/14 kB
Progress (1): 8.2/14 kB
Progress (1): 12/14 kB
Progress (1): 14 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom (14 kB at 614 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.20/cactoos-0.20.pom
Progress (1): 4.1/8.8 kB
Progress (1): 8.2/8.8 kB
Progress (1): 8.8 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.20/cactoos-0.20.pom (8.8 kB at 401 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.48.6/parent-0.48.6.pom
Progress (1): 4.1/74 kB
Progress (1): 8.2/74 kB
Progress (1): 12/74 kB
Progress (1): 16/74 kB
Progress (1): 20/74 kB
Progress (1): 24/74 kB
Progress (1): 28/74 kB
Progress (1): 32/74 kB
Progress (1): 36/74 kB
Progress (1): 40/74 kB
Progress (1): 45/74 kB
Progress (1): 49/74 kB
Progress (1): 53/74 kB
Progress (1): 57/74 kB
Progress (1): 61/74 kB
Progress (1): 65/74 kB
Progress (1): 69/74 kB
Progress (1): 73/74 kB
Progress (1): 74 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.48.6/parent-0.48.6.pom (74 kB at 585 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.pom
Progress (1): 3.4 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.pom (3.4 kB at 30 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.9.2/antlr4-runtime-4.9.2.pom
Progress (1): 3.6 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.9.2/antlr4-runtime-4.9.2.pom (3.6 kB at 190 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.9.2/antlr4-master-4.9.2.pom
Progress (1): 4.1/4.4 kB
Progress (1): 4.4 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.9.2/antlr4-master-4.9.2.pom (4.4 kB at 245 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/1.1/jcabi-manifests-1.1.pom
Progress (1): 4.1/4.2 kB
Progress (1): 4.2 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/1.1/jcabi-manifests-1.1.pom (4.2 kB at 222 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.14/jcabi-log-0.14.pom
Progress (1): 3.8 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.14/jcabi-log-0.14.pom (3.8 kB at 198 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.13/jcabi-1.13.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.13/jcabi-1.13.pom (11 kB at 542 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.25/parent-0.25.pom
Progress (1): 4.1/77 kB
Progress (1): 8.2/77 kB
Progress (1): 12/77 kB
Progress (1): 16/77 kB
Progress (1): 20/77 kB
Progress (1): 24/77 kB
Progress (1): 28/77 kB
Progress (1): 32/77 kB
Progress (1): 36/77 kB
Progress (1): 40/77 kB
Progress (1): 45/77 kB
Progress (1): 49/77 kB
Progress (1): 53/77 kB
Progress (1): 57/77 kB
Progress (1): 61/77 kB
Progress (1): 65/77 kB
Progress (1): 69/77 kB
Progress (1): 73/77 kB
Progress (1): 77 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.25/parent-0.25.pom (77 kB at 2.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.20.0/jcabi-log-0.20.0.pom
Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.20.0/jcabi-log-0.20.0.pom (4.8 kB at 251 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0-alpha5/slf4j-api-2.0.0-alpha5.pom
Progress (1): 1.6 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0-alpha5/slf4j-api-2.0.0-alpha5.pom (1.6 kB at 85 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.0-alpha5/slf4j-parent-2.0.0-alpha5.pom
Progress (1): 4.1/17 kB
Progress (1): 8.2/17 kB
Progress (1): 12/17 kB
Progress (1): 16/17 kB
Progress (1): 17 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.0-alpha5/slf4j-parent-2.0.0-alpha5.pom (17 kB at 757 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/3.4.6/mockito-core-3.4.6.pom
Progress (1): 4.1/25 kB
Progress (1): 8.2/25 kB
Progress (1): 12/25 kB
Progress (1): 16/25 kB
Progress (1): 20/25 kB
Progress (1): 24/25 kB
Progress (1): 25 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/3.4.6/mockito-core-3.4.6.pom (25 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.10.13/byte-buddy-1.10.13.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.10.13/byte-buddy-1.10.13.pom (11 kB at 536 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.10.13/byte-buddy-parent-1.10.13.pom
Progress (1): 4.1/41 kB
Progress (1): 8.2/41 kB
Progress (1): 12/41 kB
Progress (1): 16/41 kB
Progress (1): 20/41 kB
Progress (1): 24/41 kB
Progress (1): 28/41 kB
Progress (1): 32/41 kB
Progress (1): 36/41 kB
Progress (1): 40/41 kB
Progress (1): 41 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.10.13/byte-buddy-parent-1.10.13.pom (41 kB at 1.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.10.13/byte-buddy-agent-1.10.13.pom
Progress (1): 4.1/9.6 kB
Progress (1): 8.2/9.6 kB
Progress (1): 9.6 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.10.13/byte-buddy-agent-1.10.13.pom (9.6 kB at 456 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/2.6/objenesis-2.6.pom
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/2.6/objenesis-2.6.pom (0 B at 0 B/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (0 B at 0 B/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.25.0/xembly-0.25.0.pom
Progress (1): 4.1/8.4 kB
Progress (1): 8.2/8.4 kB
Progress (1): 8.4 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.25.0/xembly-0.25.0.pom (8.4 kB at 73 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.51.0/parent-0.51.0.pom
Progress (1): 4.1/62 kB
Progress (1): 8.2/62 kB
Progress (1): 12/62 kB
Progress (1): 16/62 kB
Progress (1): 20/62 kB
Progress (1): 25/62 kB
Progress (1): 29/62 kB
Progress (1): 33/62 kB
Progress (1): 37/62 kB
Progress (1): 41/62 kB
Progress (1): 45/62 kB
Progress (1): 49/62 kB
Progress (1): 53/62 kB
Progress (1): 57/62 kB
Progress (1): 61/62 kB
Progress (1): 62 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.51.0/parent-0.51.0.pom (62 kB at 522 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/3.5.0/mockito-core-3.5.0.pom
Progress (1): 4.1/25 kB
Progress (1): 8.2/25 kB
Progress (1): 12/25 kB
Progress (1): 16/25 kB
Progress (1): 20/25 kB
Progress (1): 25/25 kB
Progress (1): 25 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/3.5.0/mockito-core-3.5.0.pom (25 kB at 216 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.1/objenesis-3.1.pom
Progress (1): 3.5 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.1/objenesis-3.1.pom (3.5 kB at 160 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/3.1/objenesis-parent-3.1.pom
Progress (1): 4.1/18 kB
Progress (1): 8.2/18 kB
Progress (1): 12/18 kB
Progress (1): 16/18 kB
Progress (1): 18 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/3.1/objenesis-parent-3.1.pom (18 kB at 802 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.29/snakeyaml-1.29.pom
Progress (1): 4.1/37 kB
Progress (1): 8.2/37 kB
Progress (1): 12/37 kB
Progress (1): 16/37 kB
Progress (1): 20/37 kB
Progress (1): 25/37 kB
Progress (1): 29/37 kB
Progress (1): 33/37 kB
Progress (1): 37 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.29/snakeyaml-1.29.pom (37 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.10/jcabi-maven-slf4j-0.10.pom
Progress (1): 4.1/4.4 kB
Progress (1): 4.4 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.10/jcabi-maven-slf4j-0.10.pom (4.4 kB at 221 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.27.0/jcabi-1.27.0.pom
Progress (1): 4.1/5.3 kB
Progress (1): 5.3 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi/1.27.0/jcabi-1.27.0.pom (5.3 kB at 265 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.8.0-beta1/slf4j-api-1.8.0-beta1.pom
Progress (1): 1.6 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.8.0-beta1/slf4j-api-1.8.0-beta1.pom (1.6 kB at 87 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.8.0-beta1/slf4j-parent-1.8.0-beta1.pom
Progress (1): 4.1/16 kB
Progress (1): 8.2/16 kB
Progress (1): 12/16 kB
Progress (1): 16 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.8.0-beta1/slf4j-parent-1.8.0-beta1.pom (16 kB at 726 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.pom
Progress (1): 3.0 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.pom (3.0 kB at 160 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.8.1/maven-3.8.1.pom
Progress (1): 4.1/26 kB
Progress (1): 8.2/26 kB
Progress (1): 12/26 kB
Progress (1): 16/26 kB
Progress (1): 20/26 kB
Progress (1): 25/26 kB
Progress (1): 26 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.8.1/maven-3.8.1.pom (26 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.pom
Progress (1): 4.1 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.pom (4.1 kB at 215 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom
Progress (1): 4.1/5.3 kB
Progress (1): 5.3 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom (5.3 kB at 297 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.pom
Progress (1): 2.4 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.pom (2.4 kB at 126 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom
Progress (1): 4.1/4.2 kB
Progress (1): 4.2 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom (4.2 kB at 219 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom
Progress (1): 4.1/14 kB
Progress (1): 8.2/14 kB
Progress (1): 12/14 kB
Progress (1): 14 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom (14 kB at 686 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom
Progress (1): 2.6 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom (2.6 kB at 131 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom
Progress (1): 4.1/14 kB
Progress (1): 8.2/14 kB
Progress (1): 12/14 kB
Progress (1): 14 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom (14 kB at 686 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
Progress (1): 3.4 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 179 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.pom
Progress (1): 4.1/8.8 kB
Progress (1): 8.2/8.8 kB
Progress (1): 8.8 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.pom (8.8 kB at 490 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.pom
Progress (1): 1.9 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.pom (1.9 kB at 105 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.pom
Progress (1): 2.5 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.pom (2.5 kB at 134 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.pom
Progress (1): 1.4 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.pom (1.4 kB at 78 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (0 B at 0 B/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.pom
Progress (1): 1.9 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.pom (1.9 kB at 103 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.pom
Progress (1): 3.4 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.pom (3.4 kB at 178 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.pom
Progress (1): 4.1/4.3 kB
Progress (1): 4.3 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.pom (4.3 kB at 241 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.pom
Progress (1): 2.6 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.pom (2.6 kB at 146 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.6.2/maven-resolver-1.6.2.pom
Progress (1): 4.1/19 kB
Progress (1): 8.2/19 kB
Progress (1): 12/19 kB
Progress (1): 16/19 kB
Progress (1): 19 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.6.2/maven-resolver-1.6.2.pom (19 kB at 951 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.pom
Progress (1): 2.7 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.pom (2.7 kB at 140 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.pom
Progress (1): 2.8 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.pom (2.8 kB at 148 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.pom
Progress (1): 4.1/4.2 kB
Progress (1): 4.2 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.pom (4.2 kB at 223 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.pom
Progress (1): 3.8 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.pom (3.8 kB at 213 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.29/slf4j-parent-1.7.29.pom
Progress (1): 4.1/14 kB
Progress (1): 8.2/14 kB
Progress (1): 12/14 kB
Progress (1): 14 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.29/slf4j-parent-1.7.29.pom (14 kB at 690 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (0 B at 0 B/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.1/guice-4.2.1.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.1/guice-4.2.1.pom (11 kB at 498 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom
Progress (1): 4.1/16 kB
Progress (1): 8.2/16 kB
Progress (1): 12/16 kB
Progress (1): 16 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom (16 kB at 767 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/25.1-android/guava-25.1-android.pom
Progress (1): 4.1/7.8 kB
Progress (1): 7.8 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/25.1-android/guava-25.1-android.pom (7.8 kB at 389 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom (10 kB at 485 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom
Progress (1): 4.1/4.2 kB
Progress (1): 4.2 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom (4.2 kB at 221 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom
Progress (1): 1.8 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom (1.8 kB at 94 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom
Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom (5.1 kB at 268 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
Progress (1): 2.8 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 145 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom
Progress (1): 2.5 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom (2.5 kB at 141 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom
Progress (1): 4.1/4.4 kB
Progress (1): 4.4 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom (4.4 kB at 231 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom
Progress (1): 4.1/24 kB
Progress (1): 8.2/24 kB
Progress (1): 12/24 kB
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24/24 kB
Progress (1): 24 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (24 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor/2.3.2/mojo-executor-2.3.2.pom
Progress (1): 2.5 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor/2.3.2/mojo-executor-2.3.2.pom (2.5 kB at 132 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor-parent/2.3.2/mojo-executor-parent-2.3.2.pom
Progress (1): 4.1/10 kB
Progress (1): 8.2/10 kB
Progress (1): 10 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor-parent/2.3.2/mojo-executor-parent-2.3.2.pom (10 kB at 501 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.5.0/maven-3.5.0.pom
Progress (1): 4.1/25 kB
Progress (1): 8.2/25 kB
Progress (1): 12/25 kB
Progress (1): 16/25 kB
Progress (1): 20/25 kB
Progress (1): 25/25 kB
Progress (1): 25 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.5.0/maven-3.5.0.pom (25 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/27/maven-parent-27.pom
Progress (1): 4.1/41 kB
Progress (1): 8.2/41 kB
Progress (1): 12/41 kB
Progress (1): 16/41 kB
Progress (1): 20/41 kB
Progress (1): 25/41 kB
Progress (1): 29/41 kB
Progress (1): 33/41 kB
Progress (1): 37/41 kB
Progress (1): 41 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 1.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/17/apache-17.pom
Progress (1): 4.1/16 kB
Progress (1): 8.2/16 kB
Progress (1): 12/16 kB
Progress (1): 16 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/17/apache-17.pom (16 kB at 803 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.5.0/maven-core-3.5.0.pom
Progress (1): 4.1/8.6 kB
Progress (1): 8.2/8.6 kB
Progress (1): 8.6 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.5.0/maven-core-3.5.0.pom (8.6 kB at 450 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.pom
Progress (1): 4.0 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.pom (4.0 kB at 212 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom
Progress (1): 4.1/23 kB
Progress (1): 8.2/23 kB
Progress (1): 12/23 kB
Progress (1): 16/23 kB
Progress (1): 20/23 kB
Progress (1): 23 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/41/commons-parent-41.pom
Progress (1): 4.1/65 kB
Progress (1): 8.2/65 kB
Progress (1): 12/65 kB
Progress (1): 16/65 kB
Progress (1): 20/65 kB
Progress (1): 25/65 kB
Progress (1): 29/65 kB
Progress (1): 33/65 kB
Progress (1): 37/65 kB
Progress (1): 41/65 kB
Progress (1): 45/65 kB
Progress (1): 49/65 kB
Progress (1): 53/65 kB
Progress (1): 57/65 kB
Progress (1): 61/65 kB
Progress (1): 65 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 2.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.5.0/maven-settings-3.5.0.pom
Progress (1): 1.8 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.5.0/maven-settings-3.5.0.pom (1.8 kB at 102 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.5.0/maven-settings-builder-3.5.0.pom
Progress (1): 2.6 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.5.0/maven-settings-builder-3.5.0.pom (2.6 kB at 154 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.5.0/maven-builder-support-3.5.0.pom
Progress (1): 1.7 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.5.0/maven-builder-support-3.5.0.pom (1.7 kB at 92 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.5.0/maven-repository-metadata-3.5.0.pom
Progress (1): 1.9 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.5.0/maven-repository-metadata-3.5.0.pom (1.9 kB at 111 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.5.0/maven-artifact-3.5.0.pom
Progress (1): 2.1 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.5.0/maven-artifact-3.5.0.pom (2.1 kB at 124 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.5.0/maven-plugin-api-3.5.0.pom
Progress (1): 2.7 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.5.0/maven-plugin-api-3.5.0.pom (2.7 kB at 149 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom
Progress (1): 4.1/4.2 kB
Progress (1): 4.2 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom (4.2 kB at 232 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom
Progress (1): 4.1/14 kB
Progress (1): 8.2/14 kB
Progress (1): 12/14 kB
Progress (1): 14 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom (14 kB at 722 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom
Progress (1): 2.6 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom (2.6 kB at 138 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom
Progress (1): 4.1/14 kB
Progress (1): 8.2/14 kB
Progress (1): 12/14 kB
Progress (1): 14 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom (14 kB at 720 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.5.0/maven-model-builder-3.5.0.pom
Progress (1): 3.1 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.5.0/maven-model-builder-3.5.0.pom (3.1 kB at 173 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/20.0/guava-20.0.pom
Progress (1): 4.1/6.8 kB
Progress (1): 6.8 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/20.0/guava-20.0.pom (6.8 kB at 360 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom
Progress (1): 4.1/9.9 kB
Progress (1): 8.2/9.9 kB
Progress (1): 9.9 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom (9.9 kB at 521 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.5.0/maven-resolver-provider-3.5.0.pom
Progress (1): 4.1/4.1 kB
Progress (1): 4.1 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.5.0/maven-resolver-provider-3.5.0.pom (4.1 kB at 216 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.0.3/maven-resolver-api-1.0.3.pom
Progress (1): 1.7 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.0.3/maven-resolver-api-1.0.3.pom (1.7 kB at 96 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.0.3/maven-resolver-1.0.3.pom
Progress (1): 4.1/15 kB
Progress (1): 8.2/15 kB
Progress (1): 12/15 kB
Progress (1): 15 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.0.3/maven-resolver-1.0.3.pom (15 kB at 581 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.0.3/maven-resolver-spi-1.0.3.pom
Progress (1): 1.9 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.0.3/maven-resolver-spi-1.0.3.pom (1.9 kB at 100 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.0.3/maven-resolver-util-1.0.3.pom
Progress (1): 2.1 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.0.3/maven-resolver-util-1.0.3.pom (2.1 kB at 114 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.0.3/maven-resolver-impl-1.0.3.pom
Progress (1): 3.2 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.0.3/maven-resolver-impl-1.0.3.pom (3.2 kB at 171 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.0/guice-4.0.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.0/guice-4.0.pom (11 kB at 560 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom
Progress (1): 4.1/15 kB
Progress (1): 8.2/15 kB
Progress (1): 12/15 kB
Progress (1): 15 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom (15 kB at 815 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
Progress (1): 3.8 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 202 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
Progress (1): 4.1/14 kB
Progress (1): 8.2/14 kB
Progress (1): 12/14 kB
Progress (1): 14 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 643 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/yegor256/tojos/0.9.1/tojos-0.9.1.pom
Progress (1): 2.4 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/yegor256/tojos/0.9.1/tojos-0.9.1.pom (2.4 kB at 109 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.57.0/parent-0.57.0.pom
Progress (1): 4.1/63 kB
Progress (1): 8.2/63 kB
Progress (1): 12/63 kB
Progress (1): 16/63 kB
Progress (1): 20/63 kB
Progress (1): 24/63 kB
Progress (1): 28/63 kB
Progress (1): 32/63 kB
Progress (1): 36/63 kB
Progress (1): 40/63 kB
Progress (1): 45/63 kB
Progress (1): 49/63 kB
Progress (1): 53/63 kB
Progress (1): 57/63 kB
Progress (1): 61/63 kB
Progress (1): 63 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcabi/parent/0.57.0/parent-0.57.0.pom (63 kB at 2.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/json/javax.json-api/1.1.4/javax.json-api-1.1.4.pom
Progress (1): 4.1/6.7 kB
Progress (1): 6.7 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/javax/json/javax.json-api/1.1.4/javax.json-api-1.1.4.pom (6.7 kB at 351 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/opencsv/opencsv/5.5.2/opencsv-5.5.2.pom
Progress (1): 4.1/32 kB
Progress (1): 8.2/32 kB
Progress (1): 12/32 kB
Progress (1): 16/32 kB
Progress (1): 20/32 kB
Progress (1): 24/32 kB
Progress (1): 28/32 kB
Progress (1): 32/32 kB
Progress (1): 32 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/opencsv/opencsv/5.5.2/opencsv-5.5.2.pom (32 kB at 1.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.9/commons-text-1.9.pom
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.9/commons-text-1.9.pom (0 B at 0 B/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/51/commons-parent-51.pom
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/51/commons-parent-51.pom (0 B at 0 B/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom (0 B at 0 B/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom
Downloaded from Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom (0 B at 0 B/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom
Progress (1): 4.1/24 kB
Progress (1): 8.2/24 kB
Progress (1): 12/24 kB
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom (24 kB at 1.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/48/commons-parent-48.pom
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/48/commons-parent-48.pom (0 B at 0 B/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.8.1/junit-jupiter-api-5.8.1.pom
Progress (1): 3.2 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.8.1/junit-jupiter-api-5.8.1.pom (3.2 kB at 177 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.8.1/junit-platform-commons-1.8.1.pom
Progress (1): 2.8 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.8.1/junit-platform-commons-1.8.1.pom (2.8 kB at 157 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-parser/0.23.11/eo-parser-0.23.11.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.29/snakeyaml-1.29.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/1.1/jcabi-manifests-1.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/com/yegor256/xsline/0.5.2/xsline-0.5.2.jar
Progress (1): 4.1/12 kB
Progress (1): 8.2/12 kB
Progress (1): 12 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-manifests/1.1/jcabi-manifests-1.1.jar (12 kB at 559 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.25.0/xembly-0.25.0.jar
Progress (1): 4.1/60 kB
Progress (1): 8.2/60 kB
Progress (1): 12/60 kB
Progress (1): 16/60 kB
Progress (1): 20/60 kB
Progress (1): 25/60 kB
Progress (1): 29/60 kB
Progress (1): 33/60 kB
Progress (1): 37/60 kB
Progress (1): 41/60 kB
Progress (1): 45/60 kB
Progress (1): 49/60 kB
Progress (1): 53/60 kB
Progress (1): 57/60 kB
Progress (1): 60 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcabi/incubator/xembly/0.25.0/xembly-0.25.0.jar (60 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/3.5.0/mockito-core-3.5.0.jar
Progress (1): 2.7/25 kB
Progress (1): 5.5/25 kB
Progress (1): 8.2/25 kB
Progress (1): 11/25 kB
Progress (1): 14/25 kB
Progress (1): 16/25 kB
Progress (1): 19/25 kB
Progress (1): 21/25 kB
Progress (1): 24/25 kB
Progress (1): 25 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/yegor256/xsline/0.5.2/xsline-0.5.2.jar (25 kB at 294 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.10.13/byte-buddy-1.10.13.jar
Progress (1): 4.1/330 kB
Progress (1): 8.2/330 kB
Progress (1): 12/330 kB
Progress (1): 16/330 kB
Progress (2): 16/330 kB | 0/3.5 MB
Progress (2): 20/330 kB | 0/3.5 MB
Progress (2): 25/330 kB | 0/3.5 MB
Progress (2): 29/330 kB | 0/3.5 MB
Progress (2): 33/330 kB | 0/3.5 MB
Progress (2): 33/330 kB | 0/3.5 MB
Progress (2): 37/330 kB | 0/3.5 MB
Progress (2): 41/330 kB | 0/3.5 MB
Progress (2): 45/330 kB | 0/3.5 MB
Progress (2): 49/330 kB | 0/3.5 MB
Progress (2): 49/330 kB | 0.1/3.5 MB
Progress (3): 49/330 kB | 0.1/3.5 MB | 0/5.0 MB
Progress (3): 53/330 kB | 0.1/3.5 MB | 0/5.0 MB
Progress (3): 57/330 kB | 0.1/3.5 MB | 0/5.0 MB
Progress (3): 61/330 kB | 0.1/3.5 MB | 0/5.0 MB
Progress (3): 66/330 kB | 0.1/3.5 MB | 0/5.0 MB
Progress (3): 66/330 kB | 0.1/3.5 MB | 0/5.0 MB
Progress (3): 66/330 kB | 0.1/3.5 MB | 0/5.0 MB
Progress (3): 70/330 kB | 0.1/3.5 MB | 0/5.0 MB
Progress (3): 74/330 kB | 0.1/3.5 MB | 0/5.0 MB
Progress (3): 78/330 kB | 0.1/3.5 MB | 0/5.0 MB
Progress (3): 82/330 kB | 0.1/3.5 MB | 0/5.0 MB
Progress (3): 82/330 kB | 0.1/3.5 MB | 0/5.0 MB
Progress (3): 86/330 kB | 0.1/3.5 MB | 0/5.0 MB
Progress (3): 90/330 kB | 0.1/3.5 MB | 0/5.0 MB
Progress (3): 94/330 kB | 0.1/3.5 MB | 0/5.0 MB
Progress (3): 94/330 kB | 0.1/3.5 MB | 0/5.0 MB
Progress (3): 98/330 kB | 0.1/3.5 MB | 0/5.0 MB
Progress (3): 98/330 kB | 0.1/3.5 MB | 0.1/5.0 MB
Progress (3): 102/330 kB | 0.1/3.5 MB | 0.1/5.0 MB
Progress (3): 106/330 kB | 0.1/3.5 MB | 0.1/5.0 MB
Progress (3): 111/330 kB | 0.1/3.5 MB | 0.1/5.0 MB
Progress (3): 115/330 kB | 0.1/3.5 MB | 0.1/5.0 MB
Progress (3): 115/330 kB | 0.1/3.5 MB | 0.1/5.0 MB
Progress (3): 115/330 kB | 0.2/3.5 MB | 0.1/5.0 MB
Progress (3): 115/330 kB | 0.2/3.5 MB | 0.1/5.0 MB
Progress (3): 115/330 kB | 0.2/3.5 MB | 0.1/5.0 MB
Progress (3): 119/330 kB | 0.2/3.5 MB | 0.1/5.0 MB
Progress (3): 123/330 kB | 0.2/3.5 MB | 0.1/5.0 MB
Progress (3): 127/330 kB | 0.2/3.5 MB | 0.1/5.0 MB
Progress (3): 131/330 kB | 0.2/3.5 MB | 0.1/5.0 MB
Progress (3): 131/330 kB | 0.2/3.5 MB | 0.1/5.0 MB
Progress (3): 131/330 kB | 0.2/3.5 MB | 0.1/5.0 MB
Progress (3): 131/330 kB | 0.2/3.5 MB | 0.1/5.0 MB
Progress (3): 135/330 kB | 0.2/3.5 MB | 0.1/5.0 MB
Progress (3): 135/330 kB | 0.2/3.5 MB | 0.1/5.0 MB
Progress (3): 139/330 kB | 0.2/3.5 MB | 0.1/5.0 MB
Progress (3): 143/330 kB | 0.2/3.5 MB | 0.1/5.0 MB
Progress (3): 147/330 kB | 0.2/3.5 MB | 0.1/5.0 MB
Progress (3): 147/330 kB | 0.3/3.5 MB | 0.1/5.0 MB
Progress (3): 147/330 kB | 0.3/3.5 MB | 0.1/5.0 MB
Progress (3): 147/330 kB | 0.3/3.5 MB | 0.1/5.0 MB
Progress (3): 152/330 kB | 0.3/3.5 MB | 0.1/5.0 MB
Progress (3): 156/330 kB | 0.3/3.5 MB | 0.1/5.0 MB
Progress (3): 160/330 kB | 0.3/3.5 MB | 0.1/5.0 MB
Progress (3): 164/330 kB | 0.3/3.5 MB | 0.1/5.0 MB
Progress (3): 164/330 kB | 0.3/3.5 MB | 0.1/5.0 MB
Progress (3): 164/330 kB | 0.3/3.5 MB | 0.1/5.0 MB
Progress (3): 168/330 kB | 0.3/3.5 MB | 0.1/5.0 MB
Progress (3): 172/330 kB | 0.3/3.5 MB | 0.1/5.0 MB
Progress (3): 176/330 kB | 0.3/3.5 MB | 0.1/5.0 MB
Progress (3): 180/330 kB | 0.3/3.5 MB | 0.1/5.0 MB
Progress (3): 180/330 kB | 0.3/3.5 MB | 0.1/5.0 MB
Progress (3): 180/330 kB | 0.3/3.5 MB | 0.1/5.0 MB
Progress (3): 180/330 kB | 0.3/3.5 MB | 0.1/5.0 MB
Progress (3): 180/330 kB | 0.4/3.5 MB | 0.1/5.0 MB
Progress (3): 180/330 kB | 0.4/3.5 MB | 0.1/5.0 MB
Progress (3): 180/330 kB | 0.4/3.5 MB | 0.1/5.0 MB
Progress (3): 180/330 kB | 0.4/3.5 MB | 0.1/5.0 MB
Progress (3): 180/330 kB | 0.4/3.5 MB | 0.1/5.0 MB
Progress (3): 180/330 kB | 0.4/3.5 MB | 0.2/5.0 MB
Progress (3): 180/330 kB | 0.4/3.5 MB | 0.2/5.0 MB
Progress (3): 184/330 kB | 0.4/3.5 MB | 0.2/5.0 MB
Progress (3): 188/330 kB | 0.4/3.5 MB | 0.2/5.0 MB
Progress (3): 193/330 kB | 0.4/3.5 MB | 0.2/5.0 MB
Progress (3): 197/330 kB | 0.4/3.5 MB | 0.2/5.0 MB
Progress (3): 197/330 kB | 0.5/3.5 MB | 0.2/5.0 MB
Progress (3): 201/330 kB | 0.5/3.5 MB | 0.2/5.0 MB
Progress (3): 205/330 kB | 0.5/3.5 MB | 0.2/5.0 MB
Progress (3): 205/330 kB | 0.5/3.5 MB | 0.2/5.0 MB
Progress (3): 209/330 kB | 0.5/3.5 MB | 0.2/5.0 MB
Progress (3): 213/330 kB | 0.5/3.5 MB | 0.2/5.0 MB
Progress (3): 217/330 kB | 0.5/3.5 MB | 0.2/5.0 MB
Progress (3): 221/330 kB | 0.5/3.5 MB | 0.2/5.0 MB
Progress (3): 221/330 kB | 0.5/3.5 MB | 0.2/5.0 MB
Progress (3): 225/330 kB | 0.5/3.5 MB | 0.2/5.0 MB
Progress (3): 229/330 kB | 0.5/3.5 MB | 0.2/5.0 MB
Progress (3): 233/330 kB | 0.5/3.5 MB | 0.2/5.0 MB
Progress (3): 238/330 kB | 0.5/3.5 MB | 0.2/5.0 MB
Progress (3): 242/330 kB | 0.5/3.5 MB | 0.2/5.0 MB
Progress (3): 246/330 kB | 0.5/3.5 MB | 0.2/5.0 MB
Progress (3): 250/330 kB | 0.5/3.5 MB | 0.2/5.0 MB
Progress (3): 254/330 kB | 0.5/3.5 MB | 0.2/5.0 MB
Progress (3): 254/330 kB | 0.5/3.5 MB | 0.2/5.0 MB
Progress (3): 258/330 kB | 0.5/3.5 MB | 0.2/5.0 MB
Progress (3): 258/330 kB | 0.5/3.5 MB | 0.2/5.0 MB
Progress (3): 262/330 kB | 0.5/3.5 MB | 0.2/5.0 MB
Progress (3): 266/330 kB | 0.5/3.5 MB | 0.2/5.0 MB
Progress (3): 270/330 kB | 0.5/3.5 MB | 0.2/5.0 MB
Progress (3): 274/330 kB | 0.5/3.5 MB | 0.2/5.0 MB
Progress (3): 279/330 kB | 0.5/3.5 MB | 0.2/5.0 MB
Progress (3): 283/330 kB | 0.5/3.5 MB | 0.2/5.0 MB
Progress (3): 287/330 kB | 0.5/3.5 MB | 0.2/5.0 MB
Progress (4): 287/330 kB | 0.5/3.5 MB | 0.2/5.0 MB | 4.1/667 kB
Progress (4): 287/330 kB | 0.5/3.5 MB | 0.2/5.0 MB | 8.2/667 kB
Progress (4): 287/330 kB | 0.5/3.5 MB | 0.2/5.0 MB | 12/667 kB
Progress (4): 287/330 kB | 0.5/3.5 MB | 0.2/5.0 MB | 16/667 kB
Progress (4): 287/330 kB | 0.5/3.5 MB | 0.2/5.0 MB | 16/667 kB
Progress (4): 287/330 kB | 0.5/3.5 MB | 0.2/5.0 MB | 16/667 kB
Progress (4): 287/330 kB | 0.5/3.5 MB | 0.2/5.0 MB | 16/667 kB
Progress (4): 287/330 kB | 0.5/3.5 MB | 0.2/5.0 MB | 16/667 kB
Progress (4): 287/330 kB | 0.5/3.5 MB | 0.2/5.0 MB | 20/667 kB
Progress (4): 287/330 kB | 0.5/3.5 MB | 0.2/5.0 MB | 24/667 kB
Progress (4): 287/330 kB | 0.5/3.5 MB | 0.2/5.0 MB | 28/667 kB
Progress (4): 287/330 kB | 0.5/3.5 MB | 0.2/5.0 MB | 32/667 kB
Progress (4): 287/330 kB | 0.5/3.5 MB | 0.2/5.0 MB | 32/667 kB
Progress (4): 287/330 kB | 0.6/3.5 MB | 0.2/5.0 MB | 32/667 kB
Progress (4): 287/330 kB | 0.6/3.5 MB | 0.2/5.0 MB | 32/667 kB
Progress (4): 291/330 kB | 0.6/3.5 MB | 0.2/5.0 MB | 32/667 kB
Progress (4): 295/330 kB | 0.6/3.5 MB | 0.2/5.0 MB | 32/667 kB
Progress (4): 299/330 kB | 0.6/3.5 MB | 0.2/5.0 MB | 32/667 kB
Progress (4): 303/330 kB | 0.6/3.5 MB | 0.2/5.0 MB | 32/667 kB
Progress (5): 303/330 kB | 0.6/3.5 MB | 0.2/5.0 MB | 32/667 kB | 4.1/105 kB
Progress (5): 303/330 kB | 0.6/3.5 MB | 0.2/5.0 MB | 32/667 kB | 4.1/105 kB
Progress (5): 303/330 kB | 0.6/3.5 MB | 0.2/5.0 MB | 32/667 kB | 8.2/105 kB
Progress (5): 303/330 kB | 0.6/3.5 MB | 0.2/5.0 MB | 32/667 kB | 12/105 kB
Progress (5): 307/330 kB | 0.6/3.5 MB | 0.2/5.0 MB | 32/667 kB | 12/105 kB
Progress (5): 307/330 kB | 0.6/3.5 MB | 0.2/5.0 MB | 32/667 kB | 16/105 kB
Progress (5): 307/330 kB | 0.6/3.5 MB | 0.3/5.0 MB | 32/667 kB | 16/105 kB
Progress (5): 307/330 kB | 0.6/3.5 MB | 0.3/5.0 MB | 32/667 kB | 16/105 kB
Progress (5): 311/330 kB | 0.6/3.5 MB | 0.3/5.0 MB | 32/667 kB | 16/105 kB
Progress (5): 315/330 kB | 0.6/3.5 MB | 0.3/5.0 MB | 32/667 kB | 16/105 kB
Progress (5): 319/330 kB | 0.6/3.5 MB | 0.3/5.0 MB | 32/667 kB | 16/105 kB
Progress (5): 319/330 kB | 0.6/3.5 MB | 0.3/5.0 MB | 32/667 kB | 16/105 kB
Progress (5): 324/330 kB | 0.6/3.5 MB | 0.3/5.0 MB | 32/667 kB | 16/105 kB
Progress (5): 328/330 kB | 0.6/3.5 MB | 0.3/5.0 MB | 32/667 kB | 16/105 kB
Progress (5): 330 kB | 0.6/3.5 MB | 0.3/5.0 MB | 32/667 kB | 16/105 kB
Progress (5): 330 kB | 0.6/3.5 MB | 0.3/5.0 MB | 32/667 kB | 20/105 kB
Progress (5): 330 kB | 0.6/3.5 MB | 0.3/5.0 MB | 32/667 kB | 25/105 kB
Progress (5): 330 kB | 0.6/3.5 MB | 0.3/5.0 MB | 32/667 kB | 29/105 kB
Progress (5): 330 kB | 0.6/3.5 MB | 0.3/5.0 MB | 32/667 kB | 33/105 kB
Progress (5): 330 kB | 0.6/3.5 MB | 0.3/5.0 MB | 32/667 kB | 37/105 kB
Progress (5): 330 kB | 0.6/3.5 MB | 0.3/5.0 MB | 32/667 kB | 41/105 kB
Progress (5): 330 kB | 0.6/3.5 MB | 0.3/5.0 MB | 32/667 kB | 45/105 kB
Progress (5): 330 kB | 0.6/3.5 MB | 0.3/5.0 MB | 32/667 kB | 49/105 kB
Progress (5): 330 kB | 0.6/3.5 MB | 0.3/5.0 MB | 36/667 kB | 49/105 kB
Progress (5): 330 kB | 0.6/3.5 MB | 0.3/5.0 MB | 40/667 kB | 49/105 kB
Progress (5): 330 kB | 0.6/3.5 MB | 0.3/5.0 MB | 45/667 kB | 49/105 kB
Progress (5): 330 kB | 0.6/3.5 MB | 0.3/5.0 MB | 49/667 kB | 49/105 kB
Progress (5): 330 kB | 0.6/3.5 MB | 0.3/5.0 MB | 49/667 kB | 53/105 kB
Progress (5): 330 kB | 0.6/3.5 MB | 0.3/5.0 MB | 49/667 kB | 53/105 kB
Progress (5): 330 kB | 0.6/3.5 MB | 0.3/5.0 MB | 53/667 kB | 53/105 kB
Progress (5): 330 kB | 0.6/3.5 MB | 0.3/5.0 MB | 53/667 kB | 57/105 kB
Progress (5): 330 kB | 0.6/3.5 MB | 0.3/5.0 MB | 57/667 kB | 57/105 kB
Progress (5): 330 kB | 0.6/3.5 MB | 0.3/5.0 MB | 57/667 kB | 61/105 kB
Progress (5): 330 kB | 0.6/3.5 MB | 0.3/5.0 MB | 61/667 kB | 61/105 kB
Progress (5): 330 kB | 0.6/3.5 MB | 0.3/5.0 MB | 61/667 kB | 66/105 kB
Progress (5): 330 kB | 0.6/3.5 MB | 0.3/5.0 MB | 65/667 kB | 66/105 kB
Progress (5): 330 kB | 0.6/3.5 MB | 0.3/5.0 MB | 65/667 kB | 66/105 kB
Progress (5): 330 kB | 0.6/3.5 MB | 0.3/5.0 MB | 65/667 kB | 66/105 kB
Progress (5): 330 kB | 0.6/3.5 MB | 0.3/5.0 MB | 69/667 kB | 66/105 kB
Progress (5): 330 kB | 0.6/3.5 MB | 0.3/5.0 MB | 73/667 kB | 66/105 kB
Progress (5): 330 kB | 0.6/3.5 MB | 0.3/5.0 MB | 77/667 kB | 66/105 kB
Progress (5): 330 kB | 0.7/3.5 MB | 0.3/5.0 MB | 77/667 kB | 66/105 kB
Progress (5): 330 kB | 0.7/3.5 MB | 0.3/5.0 MB | 81/667 kB | 66/105 kB
Progress (5): 330 kB | 0.7/3.5 MB | 0.3/5.0 MB | 81/667 kB | 70/105 kB
Progress (5): 330 kB | 0.7/3.5 MB | 0.3/5.0 MB | 85/667 kB | 70/105 kB
Progress (5): 330 kB | 0.7/3.5 MB | 0.3/5.0 MB | 85/667 kB | 70/105 kB
Progress (5): 330 kB | 0.7/3.5 MB | 0.3/5.0 MB | 85/667 kB | 74/105 kB
Progress (5): 330 kB | 0.7/3.5 MB | 0.3/5.0 MB | 85/667 kB | 74/105 kB
Progress (5): 330 kB | 0.7/3.5 MB | 0.3/5.0 MB | 90/667 kB | 74/105 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.29/snakeyaml-1.29.jar (330 kB at 1.4 MB/s)
Progress (4): 0.7/3.5 MB | 0.3/5.0 MB | 90/667 kB | 78/105 kB

Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.10.13/byte-buddy-agent-1.10.13.jar
Progress (4): 0.7/3.5 MB | 0.3/5.0 MB | 90/667 kB | 82/105 kB
Progress (4): 0.7/3.5 MB | 0.3/5.0 MB | 94/667 kB | 82/105 kB
Progress (4): 0.7/3.5 MB | 0.3/5.0 MB | 94/667 kB | 82/105 kB
Progress (4): 0.7/3.5 MB | 0.3/5.0 MB | 98/667 kB | 82/105 kB
Progress (4): 0.7/3.5 MB | 0.3/5.0 MB | 102/667 kB | 82/105 kB
Progress (4): 0.7/3.5 MB | 0.3/5.0 MB | 102/667 kB | 82/105 kB
Progress (4): 0.7/3.5 MB | 0.3/5.0 MB | 106/667 kB | 82/105 kB
Progress (4): 0.7/3.5 MB | 0.3/5.0 MB | 110/667 kB | 82/105 kB
Progress (4): 0.7/3.5 MB | 0.3/5.0 MB | 114/667 kB | 82/105 kB
Progress (4): 0.7/3.5 MB | 0.3/5.0 MB | 114/667 kB | 82/105 kB
Progress (4): 0.7/3.5 MB | 0.3/5.0 MB | 118/667 kB | 82/105 kB
Progress (4): 0.7/3.5 MB | 0.3/5.0 MB | 122/667 kB | 82/105 kB
Progress (4): 0.7/3.5 MB | 0.3/5.0 MB | 126/667 kB | 82/105 kB
Progress (4): 0.7/3.5 MB | 0.3/5.0 MB | 131/667 kB | 82/105 kB
Progress (4): 0.7/3.5 MB | 0.3/5.0 MB | 131/667 kB | 82/105 kB
Progress (4): 0.7/3.5 MB | 0.3/5.0 MB | 135/667 kB | 82/105 kB
Progress (4): 0.7/3.5 MB | 0.3/5.0 MB | 139/667 kB | 82/105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 139/667 kB | 82/105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 143/667 kB | 82/105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 147/667 kB | 82/105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 147/667 kB | 82/105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 151/667 kB | 82/105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 155/667 kB | 82/105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 159/667 kB | 82/105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 163/667 kB | 82/105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 163/667 kB | 82/105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 167/667 kB | 82/105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 171/667 kB | 82/105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 176/667 kB | 82/105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 176/667 kB | 82/105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 180/667 kB | 82/105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 180/667 kB | 86/105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 180/667 kB | 90/105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 180/667 kB | 94/105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 180/667 kB | 98/105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 184/667 kB | 98/105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 188/667 kB | 98/105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 192/667 kB | 98/105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 196/667 kB | 98/105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 196/667 kB | 98/105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 200/667 kB | 98/105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 204/667 kB | 98/105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 208/667 kB | 98/105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 212/667 kB | 98/105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 212/667 kB | 102/105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 217/667 kB | 102/105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 217/667 kB | 105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 221/667 kB | 105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 225/667 kB | 105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 229/667 kB | 105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 233/667 kB | 105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 237/667 kB | 105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 241/667 kB | 105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 245/667 kB | 105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 249/667 kB | 105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 253/667 kB | 105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 258/667 kB | 105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 262/667 kB | 105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 262/667 kB | 105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 266/667 kB | 105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 270/667 kB | 105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 274/667 kB | 105 kB
Progress (4): 0.8/3.5 MB | 0.3/5.0 MB | 278/667 kB | 105 kB
Progress (4): 0.9/3.5 MB | 0.3/5.0 MB | 278/667 kB | 105 kB
Progress (4): 0.9/3.5 MB | 0.3/5.0 MB | 278/667 kB | 105 kB
Progress (4): 0.9/3.5 MB | 0.3/5.0 MB | 282/667 kB | 105 kB
Progress (4): 0.9/3.5 MB | 0.3/5.0 MB | 286/667 kB | 105 kB
Progress (4): 0.9/3.5 MB | 0.3/5.0 MB | 290/667 kB | 105 kB
Progress (4): 0.9/3.5 MB | 0.3/5.0 MB | 294/667 kB | 105 kB
Progress (4): 0.9/3.5 MB | 0.3/5.0 MB | 298/667 kB | 105 kB
Progress (4): 0.9/3.5 MB | 0.3/5.0 MB | 303/667 kB | 105 kB
Progress (4): 0.9/3.5 MB | 0.3/5.0 MB | 307/667 kB | 105 kB
Progress (4): 0.9/3.5 MB | 0.3/5.0 MB | 311/667 kB | 105 kB
Progress (4): 0.9/3.5 MB | 0.3/5.0 MB | 315/667 kB | 105 kB
Progress (4): 0.9/3.5 MB | 0.3/5.0 MB | 319/667 kB | 105 kB
Progress (4): 0.9/3.5 MB | 0.3/5.0 MB | 323/667 kB | 105 kB
Progress (4): 0.9/3.5 MB | 0.3/5.0 MB | 327/667 kB | 105 kB
Progress (4): 0.9/3.5 MB | 0.3/5.0 MB | 331/667 kB | 105 kB
Progress (4): 0.9/3.5 MB | 0.3/5.0 MB | 331/667 kB | 105 kB
Progress (4): 0.9/3.5 MB | 0.3/5.0 MB | 335/667 kB | 105 kB
Progress (4): 0.9/3.5 MB | 0.3/5.0 MB | 339/667 kB | 105 kB
Progress (4): 0.9/3.5 MB | 0.3/5.0 MB | 344/667 kB | 105 kB
Progress (5): 0.9/3.5 MB | 0.3/5.0 MB | 344/667 kB | 105 kB | 4.1/259 kB
Progress (5): 0.9/3.5 MB | 0.3/5.0 MB | 344/667 kB | 105 kB | 8.2/259 kB
Progress (5): 0.9/3.5 MB | 0.3/5.0 MB | 344/667 kB | 105 kB | 12/259 kB
Progress (5): 0.9/3.5 MB | 0.3/5.0 MB | 344/667 kB | 105 kB | 16/259 kB
Progress (5): 0.9/3.5 MB | 0.3/5.0 MB | 348/667 kB | 105 kB | 16/259 kB
Progress (5): 0.9/3.5 MB | 0.3/5.0 MB | 352/667 kB | 105 kB | 16/259 kB
Progress (5): 0.9/3.5 MB | 0.3/5.0 MB | 356/667 kB | 105 kB | 16/259 kB
Progress (5): 0.9/3.5 MB | 0.3/5.0 MB | 360/667 kB | 105 kB | 16/259 kB
Progress (5): 0.9/3.5 MB | 0.3/5.0 MB | 360/667 kB | 105 kB | 20/259 kB
Progress (5): 0.9/3.5 MB | 0.3/5.0 MB | 360/667 kB | 105 kB | 25/259 kB
Progress (5): 0.9/3.5 MB | 0.3/5.0 MB | 360/667 kB | 105 kB | 29/259 kB
Progress (5): 0.9/3.5 MB | 0.3/5.0 MB | 364/667 kB | 105 kB | 29/259 kB
Progress (5): 0.9/3.5 MB | 0.3/5.0 MB | 364/667 kB | 105 kB | 33/259 kB
Progress (5): 0.9/3.5 MB | 0.3/5.0 MB | 368/667 kB | 105 kB | 33/259 kB
Progress (5): 0.9/3.5 MB | 0.3/5.0 MB | 372/667 kB | 105 kB | 33/259 kB
Progress (5): 0.9/3.5 MB | 0.3/5.0 MB | 376/667 kB | 105 kB | 33/259 kB
Progress (5): 0.9/3.5 MB | 0.3/5.0 MB | 376/667 kB | 105 kB | 37/259 kB
Progress (5): 0.9/3.5 MB | 0.3/5.0 MB | 376/667 kB | 105 kB | 41/259 kB
Progress (5): 0.9/3.5 MB | 0.3/5.0 MB | 380/667 kB | 105 kB | 41/259 kB
Progress (5): 0.9/3.5 MB | 0.3/5.0 MB | 380/667 kB | 105 kB | 45/259 kB
Progress (5): 0.9/3.5 MB | 0.3/5.0 MB | 384/667 kB | 105 kB | 45/259 kB
Progress (5): 0.9/3.5 MB | 0.3/5.0 MB | 384/667 kB | 105 kB | 49/259 kB
Progress (5): 0.9/3.5 MB | 0.3/5.0 MB | 384/667 kB | 105 kB | 49/259 kB
Progress (5): 0.9/3.5 MB | 0.3/5.0 MB | 389/667 kB | 105 kB | 49/259 kB
Progress (5): 0.9/3.5 MB | 0.3/5.0 MB | 393/667 kB | 105 kB | 49/259 kB
Progress (5): 0.9/3.5 MB | 0.3/5.0 MB | 397/667 kB | 105 kB | 49/259 kB
Progress (5): 0.9/3.5 MB | 0.4/5.0 MB | 397/667 kB | 105 kB | 49/259 kB
Progress (5): 0.9/3.5 MB | 0.4/5.0 MB | 401/667 kB | 105 kB | 49/259 kB
Progress (5): 0.9/3.5 MB | 0.4/5.0 MB | 401/667 kB | 105 kB | 49/259 kB
Progress (5): 0.9/3.5 MB | 0.4/5.0 MB | 401/667 kB | 105 kB | 53/259 kB
Progress (5): 0.9/3.5 MB | 0.4/5.0 MB | 401/667 kB | 105 kB | 57/259 kB
Progress (5): 0.9/3.5 MB | 0.4/5.0 MB | 401/667 kB | 105 kB | 61/259 kB
Progress (5): 0.9/3.5 MB | 0.4/5.0 MB | 401/667 kB | 105 kB | 61/259 kB
Progress (5): 0.9/3.5 MB | 0.4/5.0 MB | 401/667 kB | 105 kB | 66/259 kB
Progress (5): 0.9/3.5 MB | 0.4/5.0 MB | 401/667 kB | 105 kB | 66/259 kB
Progress (5): 0.9/3.5 MB | 0.4/5.0 MB | 405/667 kB | 105 kB | 66/259 kB
Progress (5): 0.9/3.5 MB | 0.4/5.0 MB | 409/667 kB | 105 kB | 66/259 kB
Progress (5): 0.9/3.5 MB | 0.4/5.0 MB | 413/667 kB | 105 kB | 66/259 kB
Progress (5): 0.9/3.5 MB | 0.4/5.0 MB | 417/667 kB | 105 kB | 66/259 kB
Progress (5): 0.9/3.5 MB | 0.4/5.0 MB | 417/667 kB | 105 kB | 66/259 kB
Progress (5): 0.9/3.5 MB | 0.4/5.0 MB | 421/667 kB | 105 kB | 66/259 kB
Progress (5): 0.9/3.5 MB | 0.4/5.0 MB | 425/667 kB | 105 kB | 66/259 kB
Progress (5): 0.9/3.5 MB | 0.4/5.0 MB | 430/667 kB | 105 kB | 66/259 kB
Progress (5): 0.9/3.5 MB | 0.4/5.0 MB | 434/667 kB | 105 kB | 66/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 434/667 kB | 105 kB | 66/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 438/667 kB | 105 kB | 66/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 442/667 kB | 105 kB | 66/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 446/667 kB | 105 kB | 66/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 446/667 kB | 105 kB | 66/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 446/667 kB | 105 kB | 70/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 450/667 kB | 105 kB | 70/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 450/667 kB | 105 kB | 74/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 450/667 kB | 105 kB | 78/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 450/667 kB | 105 kB | 82/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 454/667 kB | 105 kB | 82/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 458/667 kB | 105 kB | 82/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 462/667 kB | 105 kB | 82/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 466/667 kB | 105 kB | 82/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 466/667 kB | 105 kB | 86/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 466/667 kB | 105 kB | 90/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 466/667 kB | 105 kB | 94/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 470/667 kB | 105 kB | 94/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 470/667 kB | 105 kB | 98/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 475/667 kB | 105 kB | 98/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 479/667 kB | 105 kB | 98/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 483/667 kB | 105 kB | 98/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 483/667 kB | 105 kB | 102/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 483/667 kB | 105 kB | 106/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 487/667 kB | 105 kB | 106/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 487/667 kB | 105 kB | 111/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 491/667 kB | 105 kB | 111/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 491/667 kB | 105 kB | 115/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 495/667 kB | 105 kB | 115/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 499/667 kB | 105 kB | 115/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 499/667 kB | 105 kB | 115/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 503/667 kB | 105 kB | 115/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 507/667 kB | 105 kB | 115/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 511/667 kB | 105 kB | 115/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 516/667 kB | 105 kB | 115/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 520/667 kB | 105 kB | 115/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 524/667 kB | 105 kB | 115/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 528/667 kB | 105 kB | 115/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 532/667 kB | 105 kB | 115/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 536/667 kB | 105 kB | 115/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 540/667 kB | 105 kB | 115/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 544/667 kB | 105 kB | 115/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 548/667 kB | 105 kB | 115/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 548/667 kB | 105 kB | 119/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 552/667 kB | 105 kB | 119/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 552/667 kB | 105 kB | 123/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 557/667 kB | 105 kB | 123/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 557/667 kB | 105 kB | 127/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 561/667 kB | 105 kB | 127/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 561/667 kB | 105 kB | 131/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 565/667 kB | 105 kB | 131/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 569/667 kB | 105 kB | 131/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 573/667 kB | 105 kB | 131/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 577/667 kB | 105 kB | 131/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 581/667 kB | 105 kB | 131/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 581/667 kB | 105 kB | 131/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 585/667 kB | 105 kB | 131/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 589/667 kB | 105 kB | 131/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 593/667 kB | 105 kB | 131/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 597/667 kB | 105 kB | 131/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 597/667 kB | 105 kB | 131/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 597/667 kB | 105 kB | 135/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 602/667 kB | 105 kB | 135/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 602/667 kB | 105 kB | 139/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 606/667 kB | 105 kB | 139/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 606/667 kB | 105 kB | 143/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 610/667 kB | 105 kB | 143/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 610/667 kB | 105 kB | 147/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 614/667 kB | 105 kB | 147/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 618/667 kB | 105 kB | 147/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 622/667 kB | 105 kB | 147/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 626/667 kB | 105 kB | 147/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 630/667 kB | 105 kB | 147/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 634/667 kB | 105 kB | 147/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 638/667 kB | 105 kB | 147/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 643/667 kB | 105 kB | 147/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 647/667 kB | 105 kB | 147/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 647/667 kB | 105 kB | 152/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 647/667 kB | 105 kB | 156/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 647/667 kB | 105 kB | 160/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 647/667 kB | 105 kB | 164/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 647/667 kB | 105 kB | 164/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 651/667 kB | 105 kB | 164/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 655/667 kB | 105 kB | 164/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 659/667 kB | 105 kB | 164/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 663/667 kB | 105 kB | 164/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 667/667 kB | 105 kB | 164/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 667 kB | 105 kB | 164/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 667 kB | 105 kB | 164/259 kB
Progress (5): 1.0/3.5 MB | 0.4/5.0 MB | 667 kB | 105 kB | 168/259 kB
Progress (5): 1.1/3.5 MB | 0.4/5.0 MB | 667 kB | 105 kB | 168/259 kB
Progress (5): 1.1/3.5 MB | 0.4/5.0 MB | 667 kB | 105 kB | 172/259 kB
Progress (5): 1.1/3.5 MB | 0.4/5.0 MB | 667 kB | 105 kB | 176/259 kB
Progress (5): 1.1/3.5 MB | 0.4/5.0 MB | 667 kB | 105 kB | 180/259 kB
Progress (5): 1.1/3.5 MB | 0.4/5.0 MB | 667 kB | 105 kB | 180/259 kB
Progress (5): 1.1/3.5 MB | 0.4/5.0 MB | 667 kB | 105 kB | 184/259 kB
Progress (5): 1.1/3.5 MB | 0.4/5.0 MB | 667 kB | 105 kB | 188/259 kB
Progress (5): 1.1/3.5 MB | 0.4/5.0 MB | 667 kB | 105 kB | 193/259 kB
Progress (5): 1.1/3.5 MB | 0.4/5.0 MB | 667 kB | 105 kB | 197/259 kB
Progress (5): 1.1/3.5 MB | 0.4/5.0 MB | 667 kB | 105 kB | 197/259 kB
Progress (5): 1.1/3.5 MB | 0.4/5.0 MB | 667 kB | 105 kB | 201/259 kB
Progress (5): 1.1/3.5 MB | 0.4/5.0 MB | 667 kB | 105 kB | 205/259 kB
Progress (5): 1.1/3.5 MB | 0.4/5.0 MB | 667 kB | 105 kB | 209/259 kB
Progress (5): 1.1/3.5 MB | 0.4/5.0 MB | 667 kB | 105 kB | 213/259 kB
Progress (5): 1.1/3.5 MB | 0.5/5.0 MB | 667 kB | 105 kB | 213/259 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/3.5.0/mockito-core-3.5.0.jar (667 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.1/objenesis-3.1.jar
Progress (4): 1.1/3.5 MB | 0.5/5.0 MB | 105 kB | 213/259 kB
Progress (4): 1.1/3.5 MB | 0.5/5.0 MB | 105 kB | 217/259 kB
Progress (4): 1.1/3.5 MB | 0.5/5.0 MB | 105 kB | 221/259 kB
Progress (4): 1.1/3.5 MB | 0.5/5.0 MB | 105 kB | 225/259 kB
Progress (4): 1.1/3.5 MB | 0.5/5.0 MB | 105 kB | 229/259 kB
Progress (4): 1.1/3.5 MB | 0.5/5.0 MB | 105 kB | 229/259 kB
Progress (4): 1.1/3.5 MB | 0.5/5.0 MB | 105 kB | 233/259 kB
Progress (4): 1.1/3.5 MB | 0.5/5.0 MB | 105 kB | 238/259 kB
Progress (4): 1.1/3.5 MB | 0.5/5.0 MB | 105 kB | 242/259 kB
Progress (4): 1.1/3.5 MB | 0.5/5.0 MB | 105 kB | 246/259 kB
Progress (4): 1.1/3.5 MB | 0.5/5.0 MB | 105 kB | 246/259 kB
Progress (4): 1.1/3.5 MB | 0.5/5.0 MB | 105 kB | 250/259 kB
Progress (4): 1.1/3.5 MB | 0.5/5.0 MB | 105 kB | 254/259 kB
Progress (4): 1.1/3.5 MB | 0.5/5.0 MB | 105 kB | 258/259 kB
Progress (4): 1.1/3.5 MB | 0.5/5.0 MB | 105 kB | 259 kB
Progress (4): 1.2/3.5 MB | 0.5/5.0 MB | 105 kB | 259 kB
Progress (5): 1.2/3.5 MB | 0.5/5.0 MB | 105 kB | 259 kB | 4.1/60 kB
Progress (5): 1.2/3.5 MB | 0.5/5.0 MB | 105 kB | 259 kB | 8.2/60 kB
Progress (5): 1.2/3.5 MB | 0.5/5.0 MB | 105 kB | 259 kB | 12/60 kB
Progress (5): 1.2/3.5 MB | 0.5/5.0 MB | 105 kB | 259 kB | 16/60 kB
Progress (5): 1.2/3.5 MB | 0.5/5.0 MB | 105 kB | 259 kB | 16/60 kB
Progress (5): 1.2/3.5 MB | 0.5/5.0 MB | 105 kB | 259 kB | 20/60 kB
Progress (5): 1.2/3.5 MB | 0.5/5.0 MB | 105 kB | 259 kB | 25/60 kB
Progress (5): 1.2/3.5 MB | 0.5/5.0 MB | 105 kB | 259 kB | 29/60 kB
Progress (5): 1.2/3.5 MB | 0.5/5.0 MB | 105 kB | 259 kB | 33/60 kB
Progress (5): 1.2/3.5 MB | 0.5/5.0 MB | 105 kB | 259 kB | 33/60 kB
Progress (5): 1.2/3.5 MB | 0.5/5.0 MB | 105 kB | 259 kB | 37/60 kB
Progress (5): 1.2/3.5 MB | 0.5/5.0 MB | 105 kB | 259 kB | 41/60 kB
Progress (5): 1.2/3.5 MB | 0.5/5.0 MB | 105 kB | 259 kB | 45/60 kB
Progress (5): 1.2/3.5 MB | 0.5/5.0 MB | 105 kB | 259 kB | 49/60 kB
Progress (5): 1.2/3.5 MB | 0.5/5.0 MB | 105 kB | 259 kB | 53/60 kB
Progress (5): 1.2/3.5 MB | 0.5/5.0 MB | 105 kB | 259 kB | 53/60 kB
Progress (5): 1.2/3.5 MB | 0.5/5.0 MB | 105 kB | 259 kB | 57/60 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/eolang/eo-parser/0.23.11/eo-parser-0.23.11.jar (105 kB at 289 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.9.2/antlr4-runtime-4.9.2.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.10.13/byte-buddy-agent-1.10.13.jar (259 kB at 720 kB/s)
Progress (3): 1.2/3.5 MB | 0.5/5.0 MB | 60 kB

Downloading from Maven: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.50/cactoos-0.50.jar
Progress (3): 1.2/3.5 MB | 0.5/5.0 MB | 60 kB
Progress (3): 1.2/3.5 MB | 0.5/5.0 MB | 60 kB
Progress (3): 1.2/3.5 MB | 0.5/5.0 MB | 60 kB
Progress (3): 1.2/3.5 MB | 0.5/5.0 MB | 60 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 60 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 60 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.1/objenesis-3.1.jar (60 kB at 163 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.20.0/jcabi-log-0.20.0.jar
Progress (2): 1.3/3.5 MB | 0.5/5.0 MB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 4.1/338 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 8.2/338 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 12/338 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 16/338 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 20/338 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 25/338 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 29/338 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 33/338 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 33/338 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 37/338 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 41/338 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 45/338 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 49/338 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 53/338 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 57/338 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 61/338 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 66/338 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 66/338 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 70/338 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 74/338 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 78/338 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 82/338 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 86/338 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 90/338 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 94/338 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 98/338 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 98/338 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 98/338 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 102/338 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 106/338 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 111/338 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 115/338 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 119/338 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 123/338 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 127/338 kB
Progress (3): 1.3/3.5 MB | 0.5/5.0 MB | 131/338 kB
Progress (4): 1.3/3.5 MB | 0.5/5.0 MB | 131/338 kB | 4.1/51 kB
Progress (4): 1.3/3.5 MB | 0.5/5.0 MB | 131/338 kB | 8.2/51 kB
Progress (4): 1.3/3.5 MB | 0.5/5.0 MB | 131/338 kB | 12/51 kB
Progress (4): 1.3/3.5 MB | 0.5/5.0 MB | 131/338 kB | 16/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 131/338 kB | 16/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 135/338 kB | 16/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 139/338 kB | 16/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 143/338 kB | 16/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 147/338 kB | 16/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 147/338 kB | 20/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 147/338 kB | 25/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 147/338 kB | 29/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 147/338 kB | 33/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 152/338 kB | 33/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 152/338 kB | 33/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 156/338 kB | 33/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 160/338 kB | 33/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 164/338 kB | 33/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 164/338 kB | 33/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 164/338 kB | 33/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 164/338 kB | 33/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 164/338 kB | 33/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 168/338 kB | 33/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 172/338 kB | 33/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 176/338 kB | 33/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 180/338 kB | 33/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 180/338 kB | 33/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 184/338 kB | 33/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 188/338 kB | 33/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 193/338 kB | 33/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 197/338 kB | 33/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 201/338 kB | 33/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 205/338 kB | 33/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 209/338 kB | 33/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 213/338 kB | 33/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 217/338 kB | 33/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 221/338 kB | 33/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 225/338 kB | 33/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 229/338 kB | 33/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 233/338 kB | 33/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 238/338 kB | 33/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 242/338 kB | 33/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 246/338 kB | 33/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 250/338 kB | 33/51 kB
Progress (4): 1.4/3.5 MB | 0.5/5.0 MB | 254/338 kB | 33/51 kB
Progress (4): 1.5/3.5 MB | 0.5/5.0 MB | 254/338 kB | 33/51 kB
Progress (4): 1.5/3.5 MB | 0.5/5.0 MB | 258/338 kB | 33/51 kB
Progress (4): 1.5/3.5 MB | 0.5/5.0 MB | 262/338 kB | 33/51 kB
Progress (4): 1.5/3.5 MB | 0.5/5.0 MB | 262/338 kB | 37/51 kB
Progress (4): 1.5/3.5 MB | 0.5/5.0 MB | 262/338 kB | 41/51 kB
Progress (4): 1.5/3.5 MB | 0.5/5.0 MB | 266/338 kB | 41/51 kB
Progress (4): 1.5/3.5 MB | 0.5/5.0 MB | 266/338 kB | 45/51 kB
Progress (4): 1.5/3.5 MB | 0.5/5.0 MB | 270/338 kB | 45/51 kB
Progress (4): 1.5/3.5 MB | 0.5/5.0 MB | 270/338 kB | 49/51 kB
Progress (4): 1.5/3.5 MB | 0.5/5.0 MB | 274/338 kB | 49/51 kB
Progress (4): 1.5/3.5 MB | 0.5/5.0 MB | 274/338 kB | 51 kB
Progress (4): 1.5/3.5 MB | 0.5/5.0 MB | 279/338 kB | 51 kB
Progress (4): 1.5/3.5 MB | 0.5/5.0 MB | 283/338 kB | 51 kB
Progress (4): 1.5/3.5 MB | 0.5/5.0 MB | 287/338 kB | 51 kB
Progress (4): 1.5/3.5 MB | 0.5/5.0 MB | 291/338 kB | 51 kB
Progress (4): 1.5/3.5 MB | 0.5/5.0 MB | 295/338 kB | 51 kB
Progress (4): 1.5/3.5 MB | 0.5/5.0 MB | 295/338 kB | 51 kB
Progress (4): 1.5/3.5 MB | 0.5/5.0 MB | 299/338 kB | 51 kB
Progress (4): 1.5/3.5 MB | 0.6/5.0 MB | 299/338 kB | 51 kB
Progress (4): 1.5/3.5 MB | 0.6/5.0 MB | 303/338 kB | 51 kB
Progress (4): 1.5/3.5 MB | 0.6/5.0 MB | 307/338 kB | 51 kB
Progress (4): 1.5/3.5 MB | 0.6/5.0 MB | 311/338 kB | 51 kB
Progress (4): 1.5/3.5 MB | 0.6/5.0 MB | 315/338 kB | 51 kB
Progress (4): 1.5/3.5 MB | 0.6/5.0 MB | 319/338 kB | 51 kB
Progress (4): 1.5/3.5 MB | 0.6/5.0 MB | 324/338 kB | 51 kB
Progress (4): 1.5/3.5 MB | 0.6/5.0 MB | 328/338 kB | 51 kB
Progress (4): 1.5/3.5 MB | 0.6/5.0 MB | 332/338 kB | 51 kB
Progress (4): 1.5/3.5 MB | 0.6/5.0 MB | 336/338 kB | 51 kB
Progress (4): 1.5/3.5 MB | 0.6/5.0 MB | 338 kB | 51 kB
Progress (4): 1.5/3.5 MB | 0.6/5.0 MB | 338 kB | 51 kB
Progress (4): 1.5/3.5 MB | 0.6/5.0 MB | 338 kB | 51 kB
Progress (4): 1.5/3.5 MB | 0.6/5.0 MB | 338 kB | 51 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-log/0.20.0/jcabi-log-0.20.0.jar (51 kB at 117 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0-alpha5/slf4j-api-2.0.0-alpha5.jar
Progress (3): 1.5/3.5 MB | 0.6/5.0 MB | 338 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.9.2/antlr4-runtime-4.9.2.jar (338 kB at 773 kB/s)
Progress (2): 1.5/3.5 MB | 0.6/5.0 MB

Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.23.1/jcabi-xml-0.23.1.jar
Progress (2): 1.6/3.5 MB | 0.6/5.0 MB
Progress (2): 1.6/3.5 MB | 0.6/5.0 MB
Progress (2): 1.6/3.5 MB | 0.6/5.0 MB
Progress (2): 1.6/3.5 MB | 0.6/5.0 MB
Progress (2): 1.6/3.5 MB | 0.6/5.0 MB
Progress (3): 1.6/3.5 MB | 0.6/5.0 MB | 4.1/59 kB
Progress (3): 1.6/3.5 MB | 0.6/5.0 MB | 8.2/59 kB
Progress (3): 1.6/3.5 MB | 0.6/5.0 MB | 12/59 kB
Progress (3): 1.6/3.5 MB | 0.6/5.0 MB | 16/59 kB
Progress (3): 1.6/3.5 MB | 0.6/5.0 MB | 16/59 kB
Progress (3): 1.6/3.5 MB | 0.6/5.0 MB | 16/59 kB
Progress (3): 1.6/3.5 MB | 0.6/5.0 MB | 20/59 kB
Progress (3): 1.6/3.5 MB | 0.6/5.0 MB | 25/59 kB
Progress (3): 1.6/3.5 MB | 0.6/5.0 MB | 29/59 kB
Progress (3): 1.6/3.5 MB | 0.6/5.0 MB | 33/59 kB
Progress (3): 1.6/3.5 MB | 0.6/5.0 MB | 33/59 kB
Progress (4): 1.6/3.5 MB | 0.6/5.0 MB | 33/59 kB | 4.1/40 kB
Progress (4): 1.6/3.5 MB | 0.6/5.0 MB | 33/59 kB | 8.2/40 kB
Progress (4): 1.6/3.5 MB | 0.6/5.0 MB | 33/59 kB | 12/40 kB
Progress (4): 1.6/3.5 MB | 0.6/5.0 MB | 33/59 kB | 16/40 kB
Progress (4): 1.6/3.5 MB | 0.6/5.0 MB | 37/59 kB | 16/40 kB
Progress (4): 1.6/3.5 MB | 0.6/5.0 MB | 41/59 kB | 16/40 kB
Progress (4): 1.6/3.5 MB | 0.6/5.0 MB | 45/59 kB | 16/40 kB
Progress (4): 1.6/3.5 MB | 0.6/5.0 MB | 49/59 kB | 16/40 kB
Progress (4): 1.7/3.5 MB | 0.6/5.0 MB | 49/59 kB | 16/40 kB
Progress (4): 1.7/3.5 MB | 0.6/5.0 MB | 53/59 kB | 16/40 kB
Progress (4): 1.7/3.5 MB | 0.6/5.0 MB | 57/59 kB | 16/40 kB
Progress (4): 1.7/3.5 MB | 0.6/5.0 MB | 59 kB | 16/40 kB
Progress (4): 1.7/3.5 MB | 0.6/5.0 MB | 59 kB | 16/40 kB
Progress (4): 1.7/3.5 MB | 0.6/5.0 MB | 59 kB | 20/40 kB
Progress (4): 1.7/3.5 MB | 0.6/5.0 MB | 59 kB | 25/40 kB
Progress (4): 1.7/3.5 MB | 0.6/5.0 MB | 59 kB | 29/40 kB
Progress (4): 1.7/3.5 MB | 0.6/5.0 MB | 59 kB | 33/40 kB
Progress (4): 1.7/3.5 MB | 0.6/5.0 MB | 59 kB | 33/40 kB
Progress (4): 1.7/3.5 MB | 0.6/5.0 MB | 59 kB | 37/40 kB
Progress (4): 1.7/3.5 MB | 0.6/5.0 MB | 59 kB | 40 kB
Progress (4): 1.7/3.5 MB | 0.6/5.0 MB | 59 kB | 40 kB
Progress (4): 1.7/3.5 MB | 0.7/5.0 MB | 59 kB | 40 kB
Progress (4): 1.7/3.5 MB | 0.7/5.0 MB | 59 kB | 40 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0-alpha5/slf4j-api-2.0.0-alpha5.jar (59 kB at 125 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.10/jcabi-maven-slf4j-0.10.jar
Progress (3): 1.7/3.5 MB | 0.7/5.0 MB | 40 kB
Progress (3): 1.7/3.5 MB | 0.7/5.0 MB | 40 kB
Progress (3): 1.8/3.5 MB | 0.7/5.0 MB | 40 kB
Progress (4): 1.8/3.5 MB | 0.7/5.0 MB | 40 kB | 4.1/341 kB
Progress (4): 1.8/3.5 MB | 0.7/5.0 MB | 40 kB | 8.2/341 kB
Progress (4): 1.8/3.5 MB | 0.7/5.0 MB | 40 kB | 12/341 kB
Progress (4): 1.8/3.5 MB | 0.7/5.0 MB | 40 kB | 16/341 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-xml/0.23.1/jcabi-xml-0.23.1.jar (40 kB at 84 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.jar
Progress (3): 1.8/3.5 MB | 0.7/5.0 MB | 16/341 kB
Progress (3): 1.8/3.5 MB | 0.7/5.0 MB | 16/341 kB
Progress (4): 1.8/3.5 MB | 0.7/5.0 MB | 16/341 kB | 4.1/7.9 kB
Progress (4): 1.8/3.5 MB | 0.7/5.0 MB | 20/341 kB | 4.1/7.9 kB
Progress (4): 1.8/3.5 MB | 0.7/5.0 MB | 20/341 kB | 7.9 kB
Progress (4): 1.8/3.5 MB | 0.7/5.0 MB | 25/341 kB | 7.9 kB
Progress (4): 1.8/3.5 MB | 0.7/5.0 MB | 29/341 kB | 7.9 kB
Progress (4): 1.8/3.5 MB | 0.7/5.0 MB | 33/341 kB | 7.9 kB
Progress (4): 1.8/3.5 MB | 0.7/5.0 MB | 33/341 kB | 7.9 kB
Progress (4): 1.8/3.5 MB | 0.7/5.0 MB | 33/341 kB | 7.9 kB
Progress (4): 1.8/3.5 MB | 0.7/5.0 MB | 33/341 kB | 7.9 kB
Progress (4): 1.8/3.5 MB | 0.7/5.0 MB | 33/341 kB | 7.9 kB
Progress (4): 1.8/3.5 MB | 0.7/5.0 MB | 37/341 kB | 7.9 kB
Progress (4): 1.8/3.5 MB | 0.7/5.0 MB | 41/341 kB | 7.9 kB
Progress (4): 1.8/3.5 MB | 0.7/5.0 MB | 45/341 kB | 7.9 kB
Progress (4): 1.8/3.5 MB | 0.7/5.0 MB | 49/341 kB | 7.9 kB
Progress (4): 1.8/3.5 MB | 0.7/5.0 MB | 49/341 kB | 7.9 kB
Progress (4): 1.9/3.5 MB | 0.7/5.0 MB | 49/341 kB | 7.9 kB
Progress (4): 1.9/3.5 MB | 0.7/5.0 MB | 53/341 kB | 7.9 kB
Progress (5): 1.9/3.5 MB | 0.7/5.0 MB | 53/341 kB | 7.9 kB | 4.1/47 kB
Progress (5): 1.9/3.5 MB | 0.7/5.0 MB | 57/341 kB | 7.9 kB | 4.1/47 kB
Progress (5): 1.9/3.5 MB | 0.7/5.0 MB | 57/341 kB | 7.9 kB | 8.2/47 kB
Progress (5): 1.9/3.5 MB | 0.7/5.0 MB | 61/341 kB | 7.9 kB | 8.2/47 kB
Progress (5): 1.9/3.5 MB | 0.7/5.0 MB | 61/341 kB | 7.9 kB | 12/47 kB
Progress (5): 1.9/3.5 MB | 0.7/5.0 MB | 66/341 kB | 7.9 kB | 12/47 kB
Progress (5): 1.9/3.5 MB | 0.7/5.0 MB | 66/341 kB | 7.9 kB | 16/47 kB
Progress (5): 1.9/3.5 MB | 0.7/5.0 MB | 66/341 kB | 7.9 kB | 16/47 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/jcabi/jcabi-maven-slf4j/0.10/jcabi-maven-slf4j-0.10.jar (7.9 kB at 16 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.jar
Progress (4): 1.9/3.5 MB | 0.7/5.0 MB | 66/341 kB | 16/47 kB
Progress (4): 1.9/3.5 MB | 0.7/5.0 MB | 70/341 kB | 16/47 kB
Progress (4): 1.9/3.5 MB | 0.7/5.0 MB | 74/341 kB | 16/47 kB
Progress (4): 1.9/3.5 MB | 0.7/5.0 MB | 78/341 kB | 16/47 kB
Progress (4): 1.9/3.5 MB | 0.7/5.0 MB | 82/341 kB | 16/47 kB
Progress (4): 1.9/3.5 MB | 0.7/5.0 MB | 82/341 kB | 20/47 kB
Progress (4): 1.9/3.5 MB | 0.7/5.0 MB | 82/341 kB | 25/47 kB
Progress (4): 1.9/3.5 MB | 0.7/5.0 MB | 82/341 kB | 29/47 kB
Progress (4): 1.9/3.5 MB | 0.7/5.0 MB | 82/341 kB | 33/47 kB
Progress (4): 1.9/3.5 MB | 0.7/5.0 MB | 82/341 kB | 33/47 kB
Progress (4): 1.9/3.5 MB | 0.7/5.0 MB | 82/341 kB | 33/47 kB
Progress (4): 1.9/3.5 MB | 0.7/5.0 MB | 82/341 kB | 37/47 kB
Progress (4): 1.9/3.5 MB | 0.7/5.0 MB | 86/341 kB | 37/47 kB
Progress (4): 1.9/3.5 MB | 0.7/5.0 MB | 90/341 kB | 37/47 kB
Progress (4): 1.9/3.5 MB | 0.7/5.0 MB | 90/341 kB | 41/47 kB
Progress (4): 1.9/3.5 MB | 0.7/5.0 MB | 94/341 kB | 41/47 kB
Progress (4): 1.9/3.5 MB | 0.7/5.0 MB | 94/341 kB | 45/47 kB
Progress (4): 1.9/3.5 MB | 0.7/5.0 MB | 98/341 kB | 45/47 kB
Progress (4): 1.9/3.5 MB | 0.7/5.0 MB | 98/341 kB | 47 kB
Progress (4): 1.9/3.5 MB | 0.7/5.0 MB | 102/341 kB | 47 kB
Progress (4): 1.9/3.5 MB | 0.7/5.0 MB | 102/341 kB | 47 kB
Progress (4): 1.9/3.5 MB | 0.7/5.0 MB | 106/341 kB | 47 kB
Progress (4): 1.9/3.5 MB | 0.7/5.0 MB | 111/341 kB | 47 kB
Progress (4): 1.9/3.5 MB | 0.8/5.0 MB | 111/341 kB | 47 kB
Progress (4): 1.9/3.5 MB | 0.8/5.0 MB | 115/341 kB | 47 kB
Progress (5): 1.9/3.5 MB | 0.8/5.0 MB | 115/341 kB | 47 kB | 4.1/58 kB
Progress (5): 1.9/3.5 MB | 0.8/5.0 MB | 115/341 kB | 47 kB | 4.1/58 kB
Progress (5): 1.9/3.5 MB | 0.8/5.0 MB | 115/341 kB | 47 kB | 8.2/58 kB
Progress (5): 1.9/3.5 MB | 0.8/5.0 MB | 115/341 kB | 47 kB | 12/58 kB
Progress (5): 1.9/3.5 MB | 0.8/5.0 MB | 115/341 kB | 47 kB | 16/58 kB
Progress (5): 1.9/3.5 MB | 0.8/5.0 MB | 115/341 kB | 47 kB | 20/58 kB
Progress (5): 1.9/3.5 MB | 0.8/5.0 MB | 115/341 kB | 47 kB | 25/58 kB
Progress (5): 1.9/3.5 MB | 0.8/5.0 MB | 115/341 kB | 47 kB | 29/58 kB
Progress (5): 1.9/3.5 MB | 0.8/5.0 MB | 115/341 kB | 47 kB | 33/58 kB
Progress (5): 1.9/3.5 MB | 0.8/5.0 MB | 115/341 kB | 47 kB | 33/58 kB
Progress (5): 1.9/3.5 MB | 0.8/5.0 MB | 115/341 kB | 47 kB | 37/58 kB
Progress (5): 1.9/3.5 MB | 0.8/5.0 MB | 115/341 kB | 47 kB | 41/58 kB
Progress (5): 2.0/3.5 MB | 0.8/5.0 MB | 115/341 kB | 47 kB | 41/58 kB
Progress (5): 2.0/3.5 MB | 0.8/5.0 MB | 115/341 kB | 47 kB | 45/58 kB
Progress (5): 2.0/3.5 MB | 0.8/5.0 MB | 115/341 kB | 47 kB | 49/58 kB
Progress (5): 2.0/3.5 MB | 0.8/5.0 MB | 115/341 kB | 47 kB | 53/58 kB
Progress (5): 2.0/3.5 MB | 0.8/5.0 MB | 115/341 kB | 47 kB | 57/58 kB
Progress (5): 2.0/3.5 MB | 0.8/5.0 MB | 119/341 kB | 47 kB | 57/58 kB
Progress (5): 2.0/3.5 MB | 0.8/5.0 MB | 119/341 kB | 47 kB | 58 kB
Progress (5): 2.0/3.5 MB | 0.8/5.0 MB | 123/341 kB | 47 kB | 58 kB
Progress (5): 2.0/3.5 MB | 0.8/5.0 MB | 127/341 kB | 47 kB | 58 kB
Progress (5): 2.0/3.5 MB | 0.8/5.0 MB | 131/341 kB | 47 kB | 58 kB
Progress (5): 2.0/3.5 MB | 0.8/5.0 MB | 131/341 kB | 47 kB | 58 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.jar (47 kB at 90 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar
Progress (4): 2.0/3.5 MB | 0.8/5.0 MB | 135/341 kB | 58 kB
Progress (4): 2.0/3.5 MB | 0.8/5.0 MB | 139/341 kB | 58 kB
Progress (4): 2.0/3.5 MB | 0.8/5.0 MB | 143/341 kB | 58 kB
Progress (4): 2.0/3.5 MB | 0.8/5.0 MB | 147/341 kB | 58 kB
Progress (4): 2.0/3.5 MB | 0.8/5.0 MB | 147/341 kB | 58 kB
Progress (4): 2.0/3.5 MB | 0.8/5.0 MB | 147/341 kB | 58 kB
Progress (4): 2.0/3.5 MB | 0.8/5.0 MB | 152/341 kB | 58 kB
Progress (4): 2.0/3.5 MB | 0.8/5.0 MB | 156/341 kB | 58 kB
Progress (4): 2.0/3.5 MB | 0.8/5.0 MB | 160/341 kB | 58 kB
Progress (4): 2.0/3.5 MB | 0.8/5.0 MB | 164/341 kB | 58 kB
Progress (4): 2.0/3.5 MB | 0.8/5.0 MB | 164/341 kB | 58 kB
Progress (4): 2.0/3.5 MB | 0.8/5.0 MB | 164/341 kB | 58 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.jar (58 kB at 109 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.jar
Progress (3): 2.0/3.5 MB | 0.8/5.0 MB | 168/341 kB
Progress (3): 2.0/3.5 MB | 0.8/5.0 MB | 172/341 kB
Progress (3): 2.0/3.5 MB | 0.8/5.0 MB | 176/341 kB
Progress (3): 2.0/3.5 MB | 0.8/5.0 MB | 180/341 kB
Progress (3): 2.0/3.5 MB | 0.8/5.0 MB | 180/341 kB
Progress (3): 2.1/3.5 MB | 0.8/5.0 MB | 180/341 kB
Progress (3): 2.1/3.5 MB | 0.8/5.0 MB | 180/341 kB
Progress (3): 2.1/3.5 MB | 0.8/5.0 MB | 184/341 kB
Progress (3): 2.1/3.5 MB | 0.8/5.0 MB | 188/341 kB
Progress (3): 2.1/3.5 MB | 0.8/5.0 MB | 193/341 kB
Progress (3): 2.1/3.5 MB | 0.8/5.0 MB | 197/341 kB
Progress (4): 2.1/3.5 MB | 0.8/5.0 MB | 197/341 kB | 4.1/205 kB
Progress (4): 2.1/3.5 MB | 0.8/5.0 MB | 197/341 kB | 8.2/205 kB
Progress (4): 2.1/3.5 MB | 0.8/5.0 MB | 197/341 kB | 12/205 kB
Progress (4): 2.1/3.5 MB | 0.8/5.0 MB | 197/341 kB | 16/205 kB
Progress (4): 2.1/3.5 MB | 0.8/5.0 MB | 197/341 kB | 16/205 kB
Progress (4): 2.1/3.5 MB | 0.8/5.0 MB | 197/341 kB | 16/205 kB
Progress (4): 2.1/3.5 MB | 0.8/5.0 MB | 201/341 kB | 16/205 kB
Progress (4): 2.1/3.5 MB | 0.8/5.0 MB | 205/341 kB | 16/205 kB
Progress (4): 2.1/3.5 MB | 0.8/5.0 MB | 209/341 kB | 16/205 kB
Progress (4): 2.1/3.5 MB | 0.8/5.0 MB | 213/341 kB | 16/205 kB
Progress (5): 2.1/3.5 MB | 0.8/5.0 MB | 213/341 kB | 16/205 kB | 4.1/262 kB
Progress (5): 2.1/3.5 MB | 0.8/5.0 MB | 213/341 kB | 20/205 kB | 4.1/262 kB
Progress (5): 2.1/3.5 MB | 0.8/5.0 MB | 213/341 kB | 20/205 kB | 8.2/262 kB
Progress (5): 2.1/3.5 MB | 0.8/5.0 MB | 213/341 kB | 25/205 kB | 8.2/262 kB
Progress (5): 2.1/3.5 MB | 0.8/5.0 MB | 213/341 kB | 25/205 kB | 12/262 kB
Progress (5): 2.1/3.5 MB | 0.8/5.0 MB | 213/341 kB | 29/205 kB | 12/262 kB
Progress (5): 2.1/3.5 MB | 0.8/5.0 MB | 213/341 kB | 29/205 kB | 16/262 kB
Progress (5): 2.1/3.5 MB | 0.8/5.0 MB | 213/341 kB | 33/205 kB | 16/262 kB
Progress (5): 2.1/3.5 MB | 0.8/5.0 MB | 213/341 kB | 33/205 kB | 16/262 kB
Progress (5): 2.1/3.5 MB | 0.8/5.0 MB | 213/341 kB | 33/205 kB | 20/262 kB
Progress (5): 2.1/3.5 MB | 0.8/5.0 MB | 213/341 kB | 33/205 kB | 25/262 kB
Progress (5): 2.1/3.5 MB | 0.8/5.0 MB | 213/341 kB | 33/205 kB | 29/262 kB
Progress (5): 2.1/3.5 MB | 0.8/5.0 MB | 213/341 kB | 33/205 kB | 33/262 kB
Progress (5): 2.1/3.5 MB | 0.8/5.0 MB | 217/341 kB | 33/205 kB | 33/262 kB
Progress (5): 2.1/3.5 MB | 0.8/5.0 MB | 217/341 kB | 33/205 kB | 33/262 kB
Progress (5): 2.1/3.5 MB | 0.8/5.0 MB | 221/341 kB | 33/205 kB | 33/262 kB
Progress (5): 2.1/3.5 MB | 0.8/5.0 MB | 225/341 kB | 33/205 kB | 33/262 kB
Progress (5): 2.1/3.5 MB | 0.8/5.0 MB | 229/341 kB | 33/205 kB | 33/262 kB
Progress (5): 2.1/3.5 MB | 0.8/5.0 MB | 229/341 kB | 37/205 kB | 33/262 kB
Progress (5): 2.1/3.5 MB | 0.8/5.0 MB | 229/341 kB | 41/205 kB | 33/262 kB
Progress (5): 2.1/3.5 MB | 0.8/5.0 MB | 229/341 kB | 45/205 kB | 33/262 kB
Progress (5): 2.1/3.5 MB | 0.8/5.0 MB | 229/341 kB | 49/205 kB | 33/262 kB
Progress (5): 2.1/3.5 MB | 0.8/5.0 MB | 229/341 kB | 49/205 kB | 37/262 kB
Progress (5): 2.1/3.5 MB | 0.8/5.0 MB | 229/341 kB | 49/205 kB | 41/262 kB
Progress (5): 2.1/3.5 MB | 0.8/5.0 MB | 229/341 kB | 49/205 kB | 45/262 kB
Progress (5): 2.1/3.5 MB | 0.8/5.0 MB | 229/341 kB | 49/205 kB | 49/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 229/341 kB | 49/205 kB | 49/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 229/341 kB | 49/205 kB | 53/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 229/341 kB | 49/205 kB | 57/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 229/341 kB | 49/205 kB | 61/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 229/341 kB | 49/205 kB | 66/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 233/341 kB | 49/205 kB | 66/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 238/341 kB | 49/205 kB | 66/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 242/341 kB | 49/205 kB | 66/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 246/341 kB | 49/205 kB | 66/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 246/341 kB | 49/205 kB | 70/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 246/341 kB | 53/205 kB | 70/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 246/341 kB | 53/205 kB | 74/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 246/341 kB | 57/205 kB | 74/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 246/341 kB | 57/205 kB | 78/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 246/341 kB | 61/205 kB | 78/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 246/341 kB | 61/205 kB | 82/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 246/341 kB | 66/205 kB | 82/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 246/341 kB | 66/205 kB | 86/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 246/341 kB | 66/205 kB | 90/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 246/341 kB | 66/205 kB | 94/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 246/341 kB | 66/205 kB | 98/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 246/341 kB | 66/205 kB | 102/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 246/341 kB | 66/205 kB | 106/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 246/341 kB | 66/205 kB | 111/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 246/341 kB | 66/205 kB | 115/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 246/341 kB | 70/205 kB | 115/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 246/341 kB | 74/205 kB | 115/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 246/341 kB | 78/205 kB | 115/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 246/341 kB | 82/205 kB | 115/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 246/341 kB | 82/205 kB | 119/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 246/341 kB | 82/205 kB | 123/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 246/341 kB | 82/205 kB | 127/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 246/341 kB | 82/205 kB | 131/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 246/341 kB | 82/205 kB | 131/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 246/341 kB | 82/205 kB | 135/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 246/341 kB | 82/205 kB | 139/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 246/341 kB | 82/205 kB | 143/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 246/341 kB | 82/205 kB | 147/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 250/341 kB | 82/205 kB | 147/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 254/341 kB | 82/205 kB | 147/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 258/341 kB | 82/205 kB | 147/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 262/341 kB | 82/205 kB | 147/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 266/341 kB | 82/205 kB | 147/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 266/341 kB | 82/205 kB | 152/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 270/341 kB | 82/205 kB | 152/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 270/341 kB | 82/205 kB | 156/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 274/341 kB | 82/205 kB | 156/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 274/341 kB | 82/205 kB | 160/262 kB
Progress (5): 2.1/3.5 MB | 0.9/5.0 MB | 279/341 kB | 82/205 kB | 160/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 279/341 kB | 82/205 kB | 160/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 279/341 kB | 82/205 kB | 164/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 279/341 kB | 82/205 kB | 164/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 279/341 kB | 82/205 kB | 164/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 279/341 kB | 82/205 kB | 164/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 283/341 kB | 82/205 kB | 164/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 287/341 kB | 82/205 kB | 164/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 287/341 kB | 82/205 kB | 164/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 291/341 kB | 82/205 kB | 164/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 295/341 kB | 82/205 kB | 164/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 295/341 kB | 82/205 kB | 168/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 295/341 kB | 82/205 kB | 172/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 295/341 kB | 82/205 kB | 176/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 295/341 kB | 82/205 kB | 180/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 295/341 kB | 82/205 kB | 184/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 295/341 kB | 82/205 kB | 188/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 295/341 kB | 82/205 kB | 188/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 295/341 kB | 82/205 kB | 193/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 295/341 kB | 82/205 kB | 197/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 295/341 kB | 82/205 kB | 197/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 295/341 kB | 82/205 kB | 201/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 295/341 kB | 82/205 kB | 205/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 295/341 kB | 82/205 kB | 209/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 295/341 kB | 82/205 kB | 213/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 295/341 kB | 82/205 kB | 213/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 295/341 kB | 86/205 kB | 213/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 299/341 kB | 86/205 kB | 213/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 299/341 kB | 90/205 kB | 213/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 299/341 kB | 94/205 kB | 213/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 299/341 kB | 98/205 kB | 213/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 303/341 kB | 98/205 kB | 213/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 307/341 kB | 98/205 kB | 213/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 307/341 kB | 102/205 kB | 213/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 311/341 kB | 102/205 kB | 213/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 311/341 kB | 106/205 kB | 213/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 311/341 kB | 111/205 kB | 213/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 311/341 kB | 115/205 kB | 213/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 311/341 kB | 115/205 kB | 217/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 311/341 kB | 115/205 kB | 221/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 311/341 kB | 115/205 kB | 225/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 311/341 kB | 115/205 kB | 229/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 311/341 kB | 119/205 kB | 229/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 311/341 kB | 123/205 kB | 229/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 311/341 kB | 127/205 kB | 229/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 311/341 kB | 131/205 kB | 229/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 311/341 kB | 131/205 kB | 233/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 311/341 kB | 131/205 kB | 238/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 311/341 kB | 131/205 kB | 242/262 kB
Progress (5): 2.2/3.5 MB | 0.9/5.0 MB | 311/341 kB | 131/205 kB | 246/262 kB
Progress (5): 2.3/3.5 MB | 0.9/5.0 MB | 311/341 kB | 131/205 kB | 246/262 kB
Progress (5): 2.3/3.5 MB | 0.9/5.0 MB | 311/341 kB | 131/205 kB | 250/262 kB
Progress (5): 2.3/3.5 MB | 0.9/5.0 MB | 311/341 kB | 131/205 kB | 254/262 kB
Progress (5): 2.3/3.5 MB | 0.9/5.0 MB | 311/341 kB | 131/205 kB | 254/262 kB
Progress (5): 2.3/3.5 MB | 0.9/5.0 MB | 311/341 kB | 131/205 kB | 258/262 kB
Progress (5): 2.3/3.5 MB | 0.9/5.0 MB | 311/341 kB | 131/205 kB | 262 kB
Progress (5): 2.3/3.5 MB | 0.9/5.0 MB | 311/341 kB | 131/205 kB | 262 kB
Progress (5): 2.3/3.5 MB | 0.9/5.0 MB | 315/341 kB | 131/205 kB | 262 kB
Progress (5): 2.3/3.5 MB | 0.9/5.0 MB | 319/341 kB | 131/205 kB | 262 kB
Progress (5): 2.3/3.5 MB | 0.9/5.0 MB | 324/341 kB | 131/205 kB | 262 kB
Progress (5): 2.3/3.5 MB | 0.9/5.0 MB | 328/341 kB | 131/205 kB | 262 kB
Progress (5): 2.3/3.5 MB | 0.9/5.0 MB | 328/341 kB | 135/205 kB | 262 kB
Progress (5): 2.3/3.5 MB | 0.9/5.0 MB | 328/341 kB | 139/205 kB | 262 kB
Progress (5): 2.3/3.5 MB | 0.9/5.0 MB | 328/341 kB | 143/205 kB | 262 kB
Progress (5): 2.3/3.5 MB | 0.9/5.0 MB | 328/341 kB | 147/205 kB | 262 kB
Progress (5): 2.3/3.5 MB | 0.9/5.0 MB | 328/341 kB | 147/205 kB | 262 kB
Progress (5): 2.3/3.5 MB | 0.9/5.0 MB | 332/341 kB | 147/205 kB | 262 kB
Progress (5): 2.3/3.5 MB | 0.9/5.0 MB | 336/341 kB | 147/205 kB | 262 kB
Progress (5): 2.3/3.5 MB | 0.9/5.0 MB | 340/341 kB | 147/205 kB | 262 kB
Progress (5): 2.3/3.5 MB | 0.9/5.0 MB | 341 kB | 147/205 kB | 262 kB
Progress (5): 2.3/3.5 MB | 0.9/5.0 MB | 341 kB | 147/205 kB | 262 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.jar (262 kB at 423 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.jar
Progress (4): 2.3/3.5 MB | 0.9/5.0 MB | 341 kB | 152/205 kB
Progress (4): 2.3/3.5 MB | 0.9/5.0 MB | 341 kB | 156/205 kB
Progress (4): 2.3/3.5 MB | 0.9/5.0 MB | 341 kB | 160/205 kB
Progress (4): 2.3/3.5 MB | 0.9/5.0 MB | 341 kB | 164/205 kB
Progress (4): 2.3/3.5 MB | 0.9/5.0 MB | 341 kB | 164/205 kB
Progress (4): 2.3/3.5 MB | 1.0/5.0 MB | 341 kB | 164/205 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/cactoos/cactoos/0.50/cactoos-0.50.jar (341 kB at 546 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.jar
Progress (3): 2.3/3.5 MB | 1.0/5.0 MB | 164/205 kB
Progress (3): 2.3/3.5 MB | 1.0/5.0 MB | 168/205 kB
Progress (3): 2.3/3.5 MB | 1.0/5.0 MB | 172/205 kB
Progress (3): 2.3/3.5 MB | 1.0/5.0 MB | 176/205 kB
Progress (3): 2.3/3.5 MB | 1.0/5.0 MB | 180/205 kB
Progress (3): 2.4/3.5 MB | 1.0/5.0 MB | 180/205 kB
Progress (4): 2.4/3.5 MB | 1.0/5.0 MB | 180/205 kB | 4.1/215 kB
Progress (4): 2.4/3.5 MB | 1.0/5.0 MB | 180/205 kB | 8.2/215 kB
Progress (4): 2.4/3.5 MB | 1.0/5.0 MB | 180/205 kB | 12/215 kB
Progress (4): 2.4/3.5 MB | 1.0/5.0 MB | 180/205 kB | 16/215 kB
Progress (4): 2.4/3.5 MB | 1.0/5.0 MB | 180/205 kB | 16/215 kB
Progress (4): 2.4/3.5 MB | 1.0/5.0 MB | 180/205 kB | 20/215 kB
Progress (4): 2.4/3.5 MB | 1.0/5.0 MB | 180/205 kB | 25/215 kB
Progress (4): 2.4/3.5 MB | 1.0/5.0 MB | 180/205 kB | 29/215 kB
Progress (4): 2.4/3.5 MB | 1.0/5.0 MB | 180/205 kB | 33/215 kB
Progress (4): 2.4/3.5 MB | 1.0/5.0 MB | 184/205 kB | 33/215 kB
Progress (4): 2.4/3.5 MB | 1.0/5.0 MB | 188/205 kB | 33/215 kB
Progress (4): 2.4/3.5 MB | 1.0/5.0 MB | 193/205 kB | 33/215 kB
Progress (4): 2.4/3.5 MB | 1.0/5.0 MB | 197/205 kB | 33/215 kB
Progress (4): 2.4/3.5 MB | 1.0/5.0 MB | 197/205 kB | 33/215 kB
Progress (4): 2.4/3.5 MB | 1.0/5.0 MB | 197/205 kB | 37/215 kB
Progress (4): 2.4/3.5 MB | 1.0/5.0 MB | 197/205 kB | 41/215 kB
Progress (4): 2.4/3.5 MB | 1.0/5.0 MB | 197/205 kB | 45/215 kB
Progress (4): 2.4/3.5 MB | 1.0/5.0 MB | 197/205 kB | 49/215 kB
Progress (4): 2.4/3.5 MB | 1.0/5.0 MB | 197/205 kB | 49/215 kB
Progress (4): 2.4/3.5 MB | 1.0/5.0 MB | 201/205 kB | 49/215 kB
Progress (4): 2.4/3.5 MB | 1.0/5.0 MB | 205/205 kB | 49/215 kB
Progress (4): 2.4/3.5 MB | 1.0/5.0 MB | 205 kB | 49/215 kB
Progress (4): 2.4/3.5 MB | 1.0/5.0 MB | 205 kB | 53/215 kB
Progress (4): 2.4/3.5 MB | 1.0/5.0 MB | 205 kB | 57/215 kB
Progress (4): 2.4/3.5 MB | 1.0/5.0 MB | 205 kB | 61/215 kB
Progress (4): 2.4/3.5 MB | 1.0/5.0 MB | 205 kB | 66/215 kB
Progress (4): 2.4/3.5 MB | 1.0/5.0 MB | 205 kB | 66/215 kB
Progress (4): 2.4/3.5 MB | 1.0/5.0 MB | 205 kB | 70/215 kB
Progress (4): 2.4/3.5 MB | 1.0/5.0 MB | 205 kB | 74/215 kB
Progress (4): 2.4/3.5 MB | 1.0/5.0 MB | 205 kB | 78/215 kB
Progress (4): 2.4/3.5 MB | 1.0/5.0 MB | 205 kB | 82/215 kB
Progress (5): 2.4/3.5 MB | 1.0/5.0 MB | 205 kB | 82/215 kB | 4.1/634 kB
Progress (5): 2.4/3.5 MB | 1.0/5.0 MB | 205 kB | 82/215 kB | 4.1/634 kB
Progress (5): 2.4/3.5 MB | 1.0/5.0 MB | 205 kB | 82/215 kB | 8.2/634 kB
Progress (5): 2.4/3.5 MB | 1.0/5.0 MB | 205 kB | 82/215 kB | 12/634 kB
Progress (5): 2.4/3.5 MB | 1.0/5.0 MB | 205 kB | 82/215 kB | 16/634 kB
Progress (5): 2.4/3.5 MB | 1.0/5.0 MB | 205 kB | 86/215 kB | 16/634 kB
Progress (5): 2.4/3.5 MB | 1.0/5.0 MB | 205 kB | 90/215 kB | 16/634 kB
Progress (5): 2.4/3.5 MB | 1.0/5.0 MB | 205 kB | 94/215 kB | 16/634 kB
Progress (5): 2.4/3.5 MB | 1.0/5.0 MB | 205 kB | 98/215 kB | 16/634 kB
Progress (5): 2.4/3.5 MB | 1.0/5.0 MB | 205 kB | 102/215 kB | 16/634 kB
Progress (5): 2.4/3.5 MB | 1.0/5.0 MB | 205 kB | 106/215 kB | 16/634 kB
Progress (5): 2.4/3.5 MB | 1.0/5.0 MB | 205 kB | 111/215 kB | 16/634 kB
Progress (5): 2.4/3.5 MB | 1.0/5.0 MB | 205 kB | 115/215 kB | 16/634 kB
Progress (5): 2.4/3.5 MB | 1.0/5.0 MB | 205 kB | 115/215 kB | 16/634 kB
Progress (5): 2.4/3.5 MB | 1.0/5.0 MB | 205 kB | 115/215 kB | 16/634 kB
Progress (5): 2.4/3.5 MB | 1.0/5.0 MB | 205 kB | 119/215 kB | 16/634 kB
Progress (5): 2.4/3.5 MB | 1.0/5.0 MB | 205 kB | 123/215 kB | 16/634 kB
Progress (5): 2.4/3.5 MB | 1.0/5.0 MB | 205 kB | 127/215 kB | 16/634 kB
Progress (5): 2.4/3.5 MB | 1.0/5.0 MB | 205 kB | 131/215 kB | 16/634 kB
Progress (5): 2.4/3.5 MB | 1.0/5.0 MB | 205 kB | 131/215 kB | 20/634 kB
Progress (5): 2.4/3.5 MB | 1.0/5.0 MB | 205 kB | 131/215 kB | 25/634 kB
Progress (5): 2.4/3.5 MB | 1.0/5.0 MB | 205 kB | 131/215 kB | 29/634 kB
Progress (5): 2.4/3.5 MB | 1.0/5.0 MB | 205 kB | 131/215 kB | 33/634 kB
Progress (5): 2.5/3.5 MB | 1.0/5.0 MB | 205 kB | 131/215 kB | 33/634 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar (205 kB at 312 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.jar
Progress (4): 2.5/3.5 MB | 1.0/5.0 MB | 135/215 kB | 33/634 kB
Progress (4): 2.5/3.5 MB | 1.0/5.0 MB | 139/215 kB | 33/634 kB
Progress (4): 2.5/3.5 MB | 1.0/5.0 MB | 143/215 kB | 33/634 kB
Progress (4): 2.5/3.5 MB | 1.0/5.0 MB | 147/215 kB | 33/634 kB
Progress (4): 2.5/3.5 MB | 1.0/5.0 MB | 152/215 kB | 33/634 kB
Progress (4): 2.5/3.5 MB | 1.0/5.0 MB | 156/215 kB | 33/634 kB
Progress (4): 2.5/3.5 MB | 1.0/5.0 MB | 160/215 kB | 33/634 kB
Progress (4): 2.5/3.5 MB | 1.0/5.0 MB | 164/215 kB | 33/634 kB
Progress (4): 2.5/3.5 MB | 1.0/5.0 MB | 164/215 kB | 33/634 kB
Progress (4): 2.5/3.5 MB | 1.0/5.0 MB | 168/215 kB | 33/634 kB
Progress (4): 2.5/3.5 MB | 1.0/5.0 MB | 172/215 kB | 33/634 kB
Progress (4): 2.5/3.5 MB | 1.0/5.0 MB | 176/215 kB | 33/634 kB
Progress (4): 2.5/3.5 MB | 1.0/5.0 MB | 180/215 kB | 33/634 kB
Progress (4): 2.5/3.5 MB | 1.0/5.0 MB | 180/215 kB | 37/634 kB
Progress (4): 2.5/3.5 MB | 1.0/5.0 MB | 180/215 kB | 41/634 kB
Progress (4): 2.5/3.5 MB | 1.0/5.0 MB | 180/215 kB | 45/634 kB
Progress (4): 2.5/3.5 MB | 1.0/5.0 MB | 180/215 kB | 49/634 kB
Progress (4): 2.5/3.5 MB | 1.0/5.0 MB | 180/215 kB | 49/634 kB
Progress (4): 2.5/3.5 MB | 1.0/5.0 MB | 184/215 kB | 49/634 kB
Progress (4): 2.5/3.5 MB | 1.0/5.0 MB | 188/215 kB | 49/634 kB
Progress (4): 2.5/3.5 MB | 1.0/5.0 MB | 193/215 kB | 49/634 kB
Progress (4): 2.5/3.5 MB | 1.0/5.0 MB | 197/215 kB | 49/634 kB
Progress (4): 2.5/3.5 MB | 1.0/5.0 MB | 201/215 kB | 49/634 kB
Progress (4): 2.5/3.5 MB | 1.0/5.0 MB | 205/215 kB | 49/634 kB
Progress (4): 2.5/3.5 MB | 1.0/5.0 MB | 209/215 kB | 49/634 kB
Progress (4): 2.5/3.5 MB | 1.0/5.0 MB | 213/215 kB | 49/634 kB
Progress (4): 2.5/3.5 MB | 1.0/5.0 MB | 215 kB | 49/634 kB
Progress (4): 2.5/3.5 MB | 1.0/5.0 MB | 215 kB | 49/634 kB
Progress (4): 2.5/3.5 MB | 1.0/5.0 MB | 215 kB | 49/634 kB
Progress (4): 2.5/3.5 MB | 1.0/5.0 MB | 215 kB | 53/634 kB
Progress (4): 2.5/3.5 MB | 1.0/5.0 MB | 215 kB | 57/634 kB
Progress (4): 2.5/3.5 MB | 1.0/5.0 MB | 215 kB | 61/634 kB
Progress (4): 2.5/3.5 MB | 1.0/5.0 MB | 215 kB | 66/634 kB
Progress (4): 2.5/3.5 MB | 1.0/5.0 MB | 215 kB | 66/634 kB
Progress (5): 2.5/3.5 MB | 1.0/5.0 MB | 215 kB | 66/634 kB | 4.1/44 kB
Progress (5): 2.5/3.5 MB | 1.0/5.0 MB | 215 kB | 66/634 kB | 8.2/44 kB
Progress (5): 2.5/3.5 MB | 1.0/5.0 MB | 215 kB | 66/634 kB | 12/44 kB
Progress (5): 2.5/3.5 MB | 1.0/5.0 MB | 215 kB | 66/634 kB | 16/44 kB
Progress (5): 2.5/3.5 MB | 1.0/5.0 MB | 215 kB | 70/634 kB | 16/44 kB
Progress (5): 2.5/3.5 MB | 1.0/5.0 MB | 215 kB | 74/634 kB | 16/44 kB
Progress (5): 2.5/3.5 MB | 1.0/5.0 MB | 215 kB | 78/634 kB | 16/44 kB
Progress (5): 2.5/3.5 MB | 1.0/5.0 MB | 215 kB | 82/634 kB | 16/44 kB
Progress (5): 2.5/3.5 MB | 1.0/5.0 MB | 215 kB | 82/634 kB | 16/44 kB
Progress (5): 2.5/3.5 MB | 1.1/5.0 MB | 215 kB | 82/634 kB | 16/44 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.jar (215 kB at 316 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar
Progress (4): 2.6/3.5 MB | 1.1/5.0 MB | 82/634 kB | 16/44 kB
Progress (4): 2.6/3.5 MB | 1.1/5.0 MB | 82/634 kB | 20/44 kB
Progress (4): 2.6/3.5 MB | 1.1/5.0 MB | 86/634 kB | 20/44 kB
Progress (4): 2.6/3.5 MB | 1.1/5.0 MB | 86/634 kB | 24/44 kB
Progress (4): 2.6/3.5 MB | 1.1/5.0 MB | 90/634 kB | 24/44 kB
Progress (4): 2.6/3.5 MB | 1.1/5.0 MB | 90/634 kB | 28/44 kB
Progress (4): 2.6/3.5 MB | 1.1/5.0 MB | 94/634 kB | 28/44 kB
Progress (4): 2.6/3.5 MB | 1.1/5.0 MB | 94/634 kB | 32/44 kB
Progress (4): 2.6/3.5 MB | 1.1/5.0 MB | 98/634 kB | 32/44 kB
Progress (4): 2.6/3.5 MB | 1.1/5.0 MB | 98/634 kB | 32/44 kB
Progress (4): 2.6/3.5 MB | 1.1/5.0 MB | 98/634 kB | 36/44 kB
Progress (4): 2.6/3.5 MB | 1.1/5.0 MB | 98/634 kB | 40/44 kB
Progress (4): 2.6/3.5 MB | 1.1/5.0 MB | 98/634 kB | 44 kB
Progress (4): 2.6/3.5 MB | 1.1/5.0 MB | 98/634 kB | 44 kB
Progress (4): 2.6/3.5 MB | 1.1/5.0 MB | 102/634 kB | 44 kB
Progress (4): 2.6/3.5 MB | 1.1/5.0 MB | 106/634 kB | 44 kB
Progress (4): 2.6/3.5 MB | 1.1/5.0 MB | 111/634 kB | 44 kB
Progress (4): 2.6/3.5 MB | 1.1/5.0 MB | 115/634 kB | 44 kB
Progress (4): 2.6/3.5 MB | 1.1/5.0 MB | 115/634 kB | 44 kB
Progress (4): 2.6/3.5 MB | 1.1/5.0 MB | 115/634 kB | 44 kB
Progress (4): 2.6/3.5 MB | 1.1/5.0 MB | 119/634 kB | 44 kB
Progress (4): 2.6/3.5 MB | 1.1/5.0 MB | 123/634 kB | 44 kB
Progress (4): 2.6/3.5 MB | 1.1/5.0 MB | 127/634 kB | 44 kB
Progress (5): 2.6/3.5 MB | 1.1/5.0 MB | 127/634 kB | 44 kB | 4.1/42 kB
Progress (5): 2.6/3.5 MB | 1.1/5.0 MB | 127/634 kB | 44 kB | 8.2/42 kB
Progress (5): 2.6/3.5 MB | 1.1/5.0 MB | 127/634 kB | 44 kB | 12/42 kB
Progress (5): 2.6/3.5 MB | 1.1/5.0 MB | 127/634 kB | 44 kB | 16/42 kB
Progress (5): 2.6/3.5 MB | 1.1/5.0 MB | 127/634 kB | 44 kB | 16/42 kB
Progress (5): 2.6/3.5 MB | 1.1/5.0 MB | 127/634 kB | 44 kB | 20/42 kB
Progress (5): 2.6/3.5 MB | 1.1/5.0 MB | 127/634 kB | 44 kB | 25/42 kB
Progress (5): 2.6/3.5 MB | 1.1/5.0 MB | 127/634 kB | 44 kB | 29/42 kB
Progress (5): 2.6/3.5 MB | 1.1/5.0 MB | 127/634 kB | 44 kB | 33/42 kB
Progress (5): 2.6/3.5 MB | 1.1/5.0 MB | 127/634 kB | 44 kB | 37/42 kB
Progress (5): 2.6/3.5 MB | 1.1/5.0 MB | 127/634 kB | 44 kB | 41/42 kB
Progress (5): 2.6/3.5 MB | 1.1/5.0 MB | 127/634 kB | 44 kB | 42 kB
Progress (5): 2.6/3.5 MB | 1.1/5.0 MB | 127/634 kB | 44 kB | 42 kB
Progress (5): 2.6/3.5 MB | 1.1/5.0 MB | 131/634 kB | 44 kB | 42 kB
Progress (5): 2.6/3.5 MB | 1.1/5.0 MB | 135/634 kB | 44 kB | 42 kB
Progress (5): 2.6/3.5 MB | 1.1/5.0 MB | 139/634 kB | 44 kB | 42 kB
Progress (5): 2.6/3.5 MB | 1.1/5.0 MB | 143/634 kB | 44 kB | 42 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.jar (44 kB at 63 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar
Progress (4): 2.6/3.5 MB | 1.1/5.0 MB | 143/634 kB | 42 kB
Progress (4): 2.7/3.5 MB | 1.1/5.0 MB | 143/634 kB | 42 kB
Progress (4): 2.7/3.5 MB | 1.1/5.0 MB | 147/634 kB | 42 kB
Progress (4): 2.7/3.5 MB | 1.1/5.0 MB | 152/634 kB | 42 kB
Progress (4): 2.7/3.5 MB | 1.1/5.0 MB | 156/634 kB | 42 kB
Progress (4): 2.7/3.5 MB | 1.1/5.0 MB | 160/634 kB | 42 kB
Progress (4): 2.7/3.5 MB | 1.1/5.0 MB | 160/634 kB | 42 kB
Progress (4): 2.7/3.5 MB | 1.1/5.0 MB | 160/634 kB | 42 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar (42 kB at 59 kB/s)
Progress (3): 2.7/3.5 MB | 1.1/5.0 MB | 164/634 kB

Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.jar
Progress (3): 2.7/3.5 MB | 1.1/5.0 MB | 168/634 kB
Progress (3): 2.7/3.5 MB | 1.1/5.0 MB | 172/634 kB
Progress (3): 2.7/3.5 MB | 1.1/5.0 MB | 176/634 kB
Progress (3): 2.7/3.5 MB | 1.1/5.0 MB | 176/634 kB
Progress (3): 2.7/3.5 MB | 1.1/5.0 MB | 176/634 kB
Progress (4): 2.7/3.5 MB | 1.1/5.0 MB | 176/634 kB | 4.1/85 kB
Progress (4): 2.7/3.5 MB | 1.1/5.0 MB | 176/634 kB | 8.2/85 kB
Progress (4): 2.7/3.5 MB | 1.1/5.0 MB | 176/634 kB | 12/85 kB
Progress (4): 2.7/3.5 MB | 1.1/5.0 MB | 176/634 kB | 16/85 kB
Progress (4): 2.7/3.5 MB | 1.1/5.0 MB | 180/634 kB | 16/85 kB
Progress (4): 2.7/3.5 MB | 1.1/5.0 MB | 184/634 kB | 16/85 kB
Progress (4): 2.7/3.5 MB | 1.1/5.0 MB | 188/634 kB | 16/85 kB
Progress (4): 2.7/3.5 MB | 1.1/5.0 MB | 193/634 kB | 16/85 kB
Progress (4): 2.7/3.5 MB | 1.1/5.0 MB | 193/634 kB | 20/85 kB
Progress (4): 2.7/3.5 MB | 1.1/5.0 MB | 193/634 kB | 25/85 kB
Progress (4): 2.7/3.5 MB | 1.1/5.0 MB | 193/634 kB | 29/85 kB
Progress (4): 2.7/3.5 MB | 1.1/5.0 MB | 193/634 kB | 33/85 kB
Progress (4): 2.7/3.5 MB | 1.1/5.0 MB | 193/634 kB | 33/85 kB
Progress (4): 2.7/3.5 MB | 1.1/5.0 MB | 193/634 kB | 37/85 kB
Progress (4): 2.7/3.5 MB | 1.1/5.0 MB | 193/634 kB | 41/85 kB
Progress (4): 2.7/3.5 MB | 1.1/5.0 MB | 193/634 kB | 45/85 kB
Progress (4): 2.7/3.5 MB | 1.1/5.0 MB | 193/634 kB | 49/85 kB
Progress (4): 2.7/3.5 MB | 1.1/5.0 MB | 193/634 kB | 49/85 kB
Progress (4): 2.7/3.5 MB | 1.2/5.0 MB | 193/634 kB | 49/85 kB
Progress (4): 2.7/3.5 MB | 1.2/5.0 MB | 193/634 kB | 53/85 kB
Progress (4): 2.7/3.5 MB | 1.2/5.0 MB | 193/634 kB | 57/85 kB
Progress (4): 2.7/3.5 MB | 1.2/5.0 MB | 193/634 kB | 61/85 kB
Progress (4): 2.7/3.5 MB | 1.2/5.0 MB | 193/634 kB | 66/85 kB
Progress (4): 2.7/3.5 MB | 1.2/5.0 MB | 197/634 kB | 66/85 kB
Progress (4): 2.7/3.5 MB | 1.2/5.0 MB | 201/634 kB | 66/85 kB
Progress (4): 2.7/3.5 MB | 1.2/5.0 MB | 205/634 kB | 66/85 kB
Progress (4): 2.7/3.5 MB | 1.2/5.0 MB | 209/634 kB | 66/85 kB
Progress (4): 2.7/3.5 MB | 1.2/5.0 MB | 209/634 kB | 70/85 kB
Progress (4): 2.7/3.5 MB | 1.2/5.0 MB | 209/634 kB | 74/85 kB
Progress (4): 2.8/3.5 MB | 1.2/5.0 MB | 209/634 kB | 74/85 kB
Progress (4): 2.8/3.5 MB | 1.2/5.0 MB | 209/634 kB | 78/85 kB
Progress (4): 2.8/3.5 MB | 1.2/5.0 MB | 209/634 kB | 82/85 kB
Progress (4): 2.8/3.5 MB | 1.2/5.0 MB | 209/634 kB | 85 kB
Progress (5): 2.8/3.5 MB | 1.2/5.0 MB | 209/634 kB | 85 kB | 4.1/14 kB
Progress (5): 2.8/3.5 MB | 1.2/5.0 MB | 209/634 kB | 85 kB | 8.2/14 kB
Progress (5): 2.8/3.5 MB | 1.2/5.0 MB | 209/634 kB | 85 kB | 12/14 kB
Progress (5): 2.8/3.5 MB | 1.2/5.0 MB | 209/634 kB | 85 kB | 14 kB
Progress (5): 2.8/3.5 MB | 1.2/5.0 MB | 213/634 kB | 85 kB | 14 kB
Progress (5): 2.8/3.5 MB | 1.2/5.0 MB | 217/634 kB | 85 kB | 14 kB
Progress (5): 2.8/3.5 MB | 1.2/5.0 MB | 217/634 kB | 85 kB | 14 kB
Progress (5): 2.8/3.5 MB | 1.2/5.0 MB | 221/634 kB | 85 kB | 14 kB
Progress (5): 2.8/3.5 MB | 1.2/5.0 MB | 225/634 kB | 85 kB | 14 kB
Progress (5): 2.8/3.5 MB | 1.2/5.0 MB | 225/634 kB | 85 kB | 14 kB
Progress (5): 2.8/3.5 MB | 1.2/5.0 MB | 229/634 kB | 85 kB | 14 kB
Progress (5): 2.8/3.5 MB | 1.2/5.0 MB | 233/634 kB | 85 kB | 14 kB
Progress (5): 2.8/3.5 MB | 1.2/5.0 MB | 238/634 kB | 85 kB | 14 kB
Progress (5): 2.8/3.5 MB | 1.2/5.0 MB | 238/634 kB | 85 kB | 14 kB
Progress (5): 2.8/3.5 MB | 1.2/5.0 MB | 238/634 kB | 85 kB | 14 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar (85 kB at 115 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.jar
Progress (4): 2.8/3.5 MB | 1.2/5.0 MB | 242/634 kB | 14 kB
Progress (4): 2.8/3.5 MB | 1.2/5.0 MB | 246/634 kB | 14 kB
Progress (4): 2.8/3.5 MB | 1.2/5.0 MB | 250/634 kB | 14 kB
Progress (4): 2.8/3.5 MB | 1.2/5.0 MB | 254/634 kB | 14 kB
Progress (4): 2.8/3.5 MB | 1.2/5.0 MB | 254/634 kB | 14 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.jar (14 kB at 19 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.jar
Progress (3): 2.8/3.5 MB | 1.2/5.0 MB | 254/634 kB
Progress (3): 2.8/3.5 MB | 1.2/5.0 MB | 254/634 kB
Progress (3): 2.8/3.5 MB | 1.2/5.0 MB | 258/634 kB
Progress (3): 2.8/3.5 MB | 1.2/5.0 MB | 262/634 kB
Progress (3): 2.8/3.5 MB | 1.2/5.0 MB | 266/634 kB
Progress (3): 2.8/3.5 MB | 1.2/5.0 MB | 270/634 kB
Progress (3): 2.9/3.5 MB | 1.2/5.0 MB | 270/634 kB
Progress (3): 2.9/3.5 MB | 1.2/5.0 MB | 274/634 kB
Progress (3): 2.9/3.5 MB | 1.2/5.0 MB | 279/634 kB
Progress (3): 2.9/3.5 MB | 1.2/5.0 MB | 283/634 kB
Progress (3): 2.9/3.5 MB | 1.2/5.0 MB | 287/634 kB
Progress (4): 2.9/3.5 MB | 1.2/5.0 MB | 287/634 kB | 4.1/27 kB
Progress (4): 2.9/3.5 MB | 1.2/5.0 MB | 287/634 kB | 8.2/27 kB
Progress (4): 2.9/3.5 MB | 1.2/5.0 MB | 287/634 kB | 8.2/27 kB
Progress (4): 2.9/3.5 MB | 1.2/5.0 MB | 287/634 kB | 12/27 kB
Progress (4): 2.9/3.5 MB | 1.2/5.0 MB | 287/634 kB | 16/27 kB
Progress (4): 2.9/3.5 MB | 1.2/5.0 MB | 287/634 kB | 16/27 kB
Progress (4): 2.9/3.5 MB | 1.2/5.0 MB | 287/634 kB | 20/27 kB
Progress (4): 2.9/3.5 MB | 1.2/5.0 MB | 287/634 kB | 25/27 kB
Progress (4): 2.9/3.5 MB | 1.2/5.0 MB | 287/634 kB | 27 kB
Progress (4): 2.9/3.5 MB | 1.2/5.0 MB | 287/634 kB | 27 kB
Progress (4): 2.9/3.5 MB | 1.2/5.0 MB | 291/634 kB | 27 kB
Progress (4): 2.9/3.5 MB | 1.2/5.0 MB | 295/634 kB | 27 kB
Progress (4): 2.9/3.5 MB | 1.2/5.0 MB | 299/634 kB | 27 kB
Progress (4): 2.9/3.5 MB | 1.2/5.0 MB | 303/634 kB | 27 kB
Progress (5): 2.9/3.5 MB | 1.2/5.0 MB | 303/634 kB | 27 kB | 4.1/192 kB
Progress (5): 2.9/3.5 MB | 1.2/5.0 MB | 303/634 kB | 27 kB | 8.2/192 kB
Progress (5): 2.9/3.5 MB | 1.2/5.0 MB | 303/634 kB | 27 kB | 8.2/192 kB
Progress (5): 2.9/3.5 MB | 1.2/5.0 MB | 303/634 kB | 27 kB | 12/192 kB
Progress (5): 2.9/3.5 MB | 1.2/5.0 MB | 303/634 kB | 27 kB | 16/192 kB
Progress (5): 2.9/3.5 MB | 1.2/5.0 MB | 307/634 kB | 27 kB | 16/192 kB
Progress (5): 2.9/3.5 MB | 1.2/5.0 MB | 307/634 kB | 27 kB | 16/192 kB
Progress (5): 2.9/3.5 MB | 1.2/5.0 MB | 311/634 kB | 27 kB | 16/192 kB
Progress (5): 2.9/3.5 MB | 1.2/5.0 MB | 315/634 kB | 27 kB | 16/192 kB
Progress (5): 2.9/3.5 MB | 1.2/5.0 MB | 319/634 kB | 27 kB | 16/192 kB
Progress (5): 2.9/3.5 MB | 1.2/5.0 MB | 319/634 kB | 27 kB | 16/192 kB
Progress (5): 2.9/3.5 MB | 1.2/5.0 MB | 319/634 kB | 27 kB | 20/192 kB
Progress (5): 2.9/3.5 MB | 1.2/5.0 MB | 319/634 kB | 27 kB | 24/192 kB
Progress (5): 2.9/3.5 MB | 1.2/5.0 MB | 319/634 kB | 27 kB | 28/192 kB
Progress (5): 2.9/3.5 MB | 1.2/5.0 MB | 319/634 kB | 27 kB | 32/192 kB
Progress (5): 2.9/3.5 MB | 1.3/5.0 MB | 319/634 kB | 27 kB | 32/192 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.jar (27 kB at 35 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar
Progress (4): 2.9/3.5 MB | 1.3/5.0 MB | 324/634 kB | 32/192 kB
Progress (4): 2.9/3.5 MB | 1.3/5.0 MB | 328/634 kB | 32/192 kB
Progress (4): 2.9/3.5 MB | 1.3/5.0 MB | 332/634 kB | 32/192 kB
Progress (4): 2.9/3.5 MB | 1.3/5.0 MB | 336/634 kB | 32/192 kB
Progress (4): 3.0/3.5 MB | 1.3/5.0 MB | 336/634 kB | 32/192 kB
Progress (4): 3.0/3.5 MB | 1.3/5.0 MB | 336/634 kB | 32/192 kB
Progress (4): 3.0/3.5 MB | 1.3/5.0 MB | 336/634 kB | 32/192 kB
Progress (4): 3.0/3.5 MB | 1.3/5.0 MB | 340/634 kB | 32/192 kB
Progress (4): 3.0/3.5 MB | 1.3/5.0 MB | 344/634 kB | 32/192 kB
Progress (4): 3.0/3.5 MB | 1.3/5.0 MB | 348/634 kB | 32/192 kB
Progress (4): 3.0/3.5 MB | 1.3/5.0 MB | 352/634 kB | 32/192 kB
Progress (4): 3.0/3.5 MB | 1.3/5.0 MB | 352/634 kB | 36/192 kB
Progress (4): 3.0/3.5 MB | 1.3/5.0 MB | 352/634 kB | 40/192 kB
Progress (4): 3.0/3.5 MB | 1.3/5.0 MB | 352/634 kB | 45/192 kB
Progress (4): 3.0/3.5 MB | 1.3/5.0 MB | 352/634 kB | 49/192 kB
Progress (4): 3.0/3.5 MB | 1.3/5.0 MB | 352/634 kB | 49/192 kB
Progress (4): 3.0/3.5 MB | 1.3/5.0 MB | 356/634 kB | 49/192 kB
Progress (4): 3.0/3.5 MB | 1.3/5.0 MB | 360/634 kB | 49/192 kB
Progress (4): 3.0/3.5 MB | 1.3/5.0 MB | 360/634 kB | 49/192 kB
Progress (4): 3.0/3.5 MB | 1.3/5.0 MB | 365/634 kB | 49/192 kB
Progress (4): 3.0/3.5 MB | 1.3/5.0 MB | 369/634 kB | 49/192 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 369/634 kB | 49/192 kB | 4.1/66 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 369/634 kB | 49/192 kB | 8.2/66 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 369/634 kB | 49/192 kB | 12/66 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 369/634 kB | 49/192 kB | 16/66 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 369/634 kB | 53/192 kB | 16/66 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 369/634 kB | 57/192 kB | 16/66 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 369/634 kB | 61/192 kB | 16/66 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 369/634 kB | 65/192 kB | 16/66 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 369/634 kB | 65/192 kB | 20/66 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 369/634 kB | 65/192 kB | 25/66 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 369/634 kB | 65/192 kB | 29/66 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 369/634 kB | 65/192 kB | 33/66 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 369/634 kB | 65/192 kB | 33/66 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 369/634 kB | 65/192 kB | 37/66 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 369/634 kB | 65/192 kB | 41/66 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 369/634 kB | 65/192 kB | 45/66 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 369/634 kB | 65/192 kB | 49/66 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 373/634 kB | 65/192 kB | 49/66 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 377/634 kB | 65/192 kB | 49/66 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 381/634 kB | 65/192 kB | 49/66 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 385/634 kB | 65/192 kB | 49/66 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 385/634 kB | 65/192 kB | 49/66 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 385/634 kB | 65/192 kB | 53/66 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 385/634 kB | 65/192 kB | 57/66 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 385/634 kB | 65/192 kB | 57/66 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 385/634 kB | 65/192 kB | 61/66 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 385/634 kB | 65/192 kB | 66/66 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 385/634 kB | 65/192 kB | 66 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 385/634 kB | 69/192 kB | 66 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 389/634 kB | 69/192 kB | 66 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 389/634 kB | 73/192 kB | 66 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 393/634 kB | 73/192 kB | 66 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 397/634 kB | 73/192 kB | 66 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 397/634 kB | 77/192 kB | 66 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 401/634 kB | 77/192 kB | 66 kB
Progress (5): 3.0/3.5 MB | 1.3/5.0 MB | 401/634 kB | 81/192 kB | 66 kB
Progress (5): 3.1/3.5 MB | 1.3/5.0 MB | 401/634 kB | 81/192 kB | 66 kB
Progress (5): 3.1/3.5 MB | 1.3/5.0 MB | 401/634 kB | 81/192 kB | 66 kB
Progress (5): 3.1/3.5 MB | 1.3/5.0 MB | 401/634 kB | 81/192 kB | 66 kB
Progress (5): 3.1/3.5 MB | 1.3/5.0 MB | 406/634 kB | 81/192 kB | 66 kB
Progress (5): 3.1/3.5 MB | 1.3/5.0 MB | 410/634 kB | 81/192 kB | 66 kB
Progress (5): 3.1/3.5 MB | 1.3/5.0 MB | 414/634 kB | 81/192 kB | 66 kB
Progress (5): 3.1/3.5 MB | 1.3/5.0 MB | 418/634 kB | 81/192 kB | 66 kB
Progress (5): 3.1/3.5 MB | 1.3/5.0 MB | 418/634 kB | 85/192 kB | 66 kB
Progress (5): 3.1/3.5 MB | 1.3/5.0 MB | 418/634 kB | 90/192 kB | 66 kB
Progress (5): 3.1/3.5 MB | 1.3/5.0 MB | 418/634 kB | 94/192 kB | 66 kB
Progress (5): 3.1/3.5 MB | 1.3/5.0 MB | 418/634 kB | 98/192 kB | 66 kB
Progress (5): 3.1/3.5 MB | 1.3/5.0 MB | 418/634 kB | 98/192 kB | 66 kB
Progress (5): 3.1/3.5 MB | 1.3/5.0 MB | 422/634 kB | 98/192 kB | 66 kB
Progress (5): 3.1/3.5 MB | 1.3/5.0 MB | 426/634 kB | 98/192 kB | 66 kB
Progress (5): 3.1/3.5 MB | 1.3/5.0 MB | 430/634 kB | 98/192 kB | 66 kB
Progress (5): 3.1/3.5 MB | 1.3/5.0 MB | 434/634 kB | 98/192 kB | 66 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar (66 kB at 81 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.jar
Progress (4): 3.1/3.5 MB | 1.3/5.0 MB | 434/634 kB | 98/192 kB
Progress (4): 3.1/3.5 MB | 1.3/5.0 MB | 434/634 kB | 102/192 kB
Progress (4): 3.1/3.5 MB | 1.3/5.0 MB | 434/634 kB | 106/192 kB
Progress (4): 3.1/3.5 MB | 1.3/5.0 MB | 434/634 kB | 110/192 kB
Progress (4): 3.1/3.5 MB | 1.3/5.0 MB | 434/634 kB | 114/192 kB
Progress (4): 3.1/3.5 MB | 1.3/5.0 MB | 434/634 kB | 114/192 kB
Progress (4): 3.1/3.5 MB | 1.4/5.0 MB | 434/634 kB | 114/192 kB
Progress (4): 3.1/3.5 MB | 1.4/5.0 MB | 438/634 kB | 114/192 kB
Progress (4): 3.1/3.5 MB | 1.4/5.0 MB | 442/634 kB | 114/192 kB
Progress (4): 3.1/3.5 MB | 1.4/5.0 MB | 446/634 kB | 114/192 kB
Progress (4): 3.1/3.5 MB | 1.4/5.0 MB | 451/634 kB | 114/192 kB
Progress (4): 3.1/3.5 MB | 1.4/5.0 MB | 451/634 kB | 118/192 kB
Progress (4): 3.1/3.5 MB | 1.4/5.0 MB | 451/634 kB | 122/192 kB
Progress (4): 3.1/3.5 MB | 1.4/5.0 MB | 451/634 kB | 122/192 kB
Progress (4): 3.1/3.5 MB | 1.4/5.0 MB | 451/634 kB | 126/192 kB
Progress (4): 3.1/3.5 MB | 1.4/5.0 MB | 451/634 kB | 131/192 kB
Progress (4): 3.1/3.5 MB | 1.4/5.0 MB | 451/634 kB | 131/192 kB
Progress (4): 3.2/3.5 MB | 1.4/5.0 MB | 451/634 kB | 131/192 kB
Progress (4): 3.2/3.5 MB | 1.4/5.0 MB | 455/634 kB | 131/192 kB
Progress (4): 3.2/3.5 MB | 1.4/5.0 MB | 459/634 kB | 131/192 kB
Progress (4): 3.2/3.5 MB | 1.4/5.0 MB | 463/634 kB | 131/192 kB
Progress (4): 3.2/3.5 MB | 1.4/5.0 MB | 467/634 kB | 131/192 kB
Progress (4): 3.2/3.5 MB | 1.4/5.0 MB | 467/634 kB | 131/192 kB
Progress (4): 3.2/3.5 MB | 1.4/5.0 MB | 471/634 kB | 131/192 kB
Progress (4): 3.2/3.5 MB | 1.4/5.0 MB | 475/634 kB | 131/192 kB
Progress (4): 3.2/3.5 MB | 1.4/5.0 MB | 479/634 kB | 131/192 kB
Progress (4): 3.2/3.5 MB | 1.4/5.0 MB | 483/634 kB | 131/192 kB
Progress (4): 3.2/3.5 MB | 1.4/5.0 MB | 483/634 kB | 135/192 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 483/634 kB | 135/192 kB | 4.1/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 483/634 kB | 139/192 kB | 4.1/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 483/634 kB | 143/192 kB | 4.1/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 483/634 kB | 143/192 kB | 8.2/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 483/634 kB | 147/192 kB | 8.2/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 483/634 kB | 147/192 kB | 12/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 483/634 kB | 147/192 kB | 16/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 483/634 kB | 147/192 kB | 20/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 483/634 kB | 147/192 kB | 25/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 483/634 kB | 147/192 kB | 29/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 483/634 kB | 147/192 kB | 33/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 483/634 kB | 147/192 kB | 33/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 483/634 kB | 147/192 kB | 37/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 487/634 kB | 147/192 kB | 37/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 487/634 kB | 147/192 kB | 41/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 487/634 kB | 147/192 kB | 45/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 492/634 kB | 147/192 kB | 45/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 492/634 kB | 147/192 kB | 49/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 496/634 kB | 147/192 kB | 49/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 500/634 kB | 147/192 kB | 49/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 500/634 kB | 151/192 kB | 49/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 500/634 kB | 155/192 kB | 49/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 500/634 kB | 159/192 kB | 49/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 500/634 kB | 163/192 kB | 49/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 500/634 kB | 163/192 kB | 49/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 500/634 kB | 163/192 kB | 53/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 500/634 kB | 163/192 kB | 57/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 500/634 kB | 163/192 kB | 61/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 500/634 kB | 163/192 kB | 66/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 500/634 kB | 163/192 kB | 66/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 500/634 kB | 163/192 kB | 66/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 500/634 kB | 167/192 kB | 66/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 500/634 kB | 171/192 kB | 66/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 500/634 kB | 176/192 kB | 66/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 500/634 kB | 180/192 kB | 66/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 500/634 kB | 180/192 kB | 66/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 500/634 kB | 184/192 kB | 66/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 500/634 kB | 188/192 kB | 66/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 500/634 kB | 192/192 kB | 66/180 kB
Progress (5): 3.2/3.5 MB | 1.4/5.0 MB | 500/634 kB | 192 kB | 66/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 500/634 kB | 192 kB | 66/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 500/634 kB | 192 kB | 70/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 500/634 kB | 192 kB | 74/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 500/634 kB | 192 kB | 74/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 500/634 kB | 192 kB | 78/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 500/634 kB | 192 kB | 82/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 504/634 kB | 192 kB | 82/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 508/634 kB | 192 kB | 82/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 512/634 kB | 192 kB | 82/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 516/634 kB | 192 kB | 82/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 520/634 kB | 192 kB | 82/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 524/634 kB | 192 kB | 82/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 524/634 kB | 192 kB | 82/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 528/634 kB | 192 kB | 82/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 532/634 kB | 192 kB | 82/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 532/634 kB | 192 kB | 86/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 532/634 kB | 192 kB | 90/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 537/634 kB | 192 kB | 90/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 537/634 kB | 192 kB | 94/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 541/634 kB | 192 kB | 94/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 545/634 kB | 192 kB | 94/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 545/634 kB | 192 kB | 98/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 549/634 kB | 192 kB | 98/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 549/634 kB | 192 kB | 102/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 549/634 kB | 192 kB | 102/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 549/634 kB | 192 kB | 106/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 549/634 kB | 192 kB | 111/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 549/634 kB | 192 kB | 115/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 549/634 kB | 192 kB | 119/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 549/634 kB | 192 kB | 123/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 549/634 kB | 192 kB | 127/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 549/634 kB | 192 kB | 131/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 549/634 kB | 192 kB | 135/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 549/634 kB | 192 kB | 139/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 549/634 kB | 192 kB | 143/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 549/634 kB | 192 kB | 147/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 549/634 kB | 192 kB | 152/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 549/634 kB | 192 kB | 156/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 549/634 kB | 192 kB | 160/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 549/634 kB | 192 kB | 164/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 549/634 kB | 192 kB | 168/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 549/634 kB | 192 kB | 172/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 549/634 kB | 192 kB | 176/180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 549/634 kB | 192 kB | 180 kB
Progress (5): 3.3/3.5 MB | 1.4/5.0 MB | 549/634 kB | 192 kB | 180 kB
Progress (5): 3.3/3.5 MB | 1.5/5.0 MB | 549/634 kB | 192 kB | 180 kB
Progress (5): 3.3/3.5 MB | 1.5/5.0 MB | 553/634 kB | 192 kB | 180 kB
Progress (5): 3.3/3.5 MB | 1.5/5.0 MB | 553/634 kB | 192 kB | 180 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.jar (192 kB at 220 kB/s)
Progress (4): 3.3/3.5 MB | 1.5/5.0 MB | 557/634 kB | 180 kB

Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.jar
Progress (4): 3.3/3.5 MB | 1.5/5.0 MB | 561/634 kB | 180 kB
Progress (4): 3.3/3.5 MB | 1.5/5.0 MB | 565/634 kB | 180 kB
Progress (4): 3.3/3.5 MB | 1.5/5.0 MB | 565/634 kB | 180 kB
Progress (4): 3.3/3.5 MB | 1.5/5.0 MB | 565/634 kB | 180 kB
Progress (4): 3.3/3.5 MB | 1.5/5.0 MB | 569/634 kB | 180 kB
Progress (4): 3.4/3.5 MB | 1.5/5.0 MB | 569/634 kB | 180 kB
Progress (4): 3.4/3.5 MB | 1.5/5.0 MB | 573/634 kB | 180 kB
Progress (4): 3.4/3.5 MB | 1.5/5.0 MB | 578/634 kB | 180 kB
Progress (4): 3.4/3.5 MB | 1.5/5.0 MB | 582/634 kB | 180 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.jar (180 kB at 204 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.jar
Progress (3): 3.4/3.5 MB | 1.5/5.0 MB | 582/634 kB
Progress (3): 3.4/3.5 MB | 1.5/5.0 MB | 582/634 kB
Progress (3): 3.4/3.5 MB | 1.5/5.0 MB | 586/634 kB
Progress (3): 3.4/3.5 MB | 1.5/5.0 MB | 590/634 kB
Progress (3): 3.4/3.5 MB | 1.5/5.0 MB | 594/634 kB
Progress (3): 3.4/3.5 MB | 1.5/5.0 MB | 598/634 kB
Progress (3): 3.4/3.5 MB | 1.5/5.0 MB | 598/634 kB
Progress (3): 3.4/3.5 MB | 1.5/5.0 MB | 598/634 kB
Progress (4): 3.4/3.5 MB | 1.5/5.0 MB | 598/634 kB | 4.1/149 kB
Progress (4): 3.4/3.5 MB | 1.5/5.0 MB | 598/634 kB | 8.2/149 kB
Progress (4): 3.4/3.5 MB | 1.5/5.0 MB | 598/634 kB | 12/149 kB
Progress (4): 3.4/3.5 MB | 1.5/5.0 MB | 598/634 kB | 16/149 kB
Progress (4): 3.4/3.5 MB | 1.5/5.0 MB | 598/634 kB | 16/149 kB
Progress (5): 3.4/3.5 MB | 1.5/5.0 MB | 598/634 kB | 16/149 kB | 4.1/38 kB
Progress (5): 3.4/3.5 MB | 1.5/5.0 MB | 598/634 kB | 16/149 kB | 8.2/38 kB
Progress (5): 3.4/3.5 MB | 1.5/5.0 MB | 598/634 kB | 16/149 kB | 12/38 kB
Progress (5): 3.4/3.5 MB | 1.5/5.0 MB | 598/634 kB | 16/149 kB | 16/38 kB
Progress (5): 3.4/3.5 MB | 1.5/5.0 MB | 602/634 kB | 16/149 kB | 16/38 kB
Progress (5): 3.4/3.5 MB | 1.5/5.0 MB | 606/634 kB | 16/149 kB | 16/38 kB
Progress (5): 3.4/3.5 MB | 1.5/5.0 MB | 606/634 kB | 16/149 kB | 16/38 kB
Progress (5): 3.4/3.5 MB | 1.5/5.0 MB | 606/634 kB | 16/149 kB | 16/38 kB
Progress (5): 3.4/3.5 MB | 1.5/5.0 MB | 610/634 kB | 16/149 kB | 16/38 kB
Progress (5): 3.4/3.5 MB | 1.5/5.0 MB | 614/634 kB | 16/149 kB | 16/38 kB
Progress (5): 3.5/3.5 MB | 1.5/5.0 MB | 614/634 kB | 16/149 kB | 16/38 kB
Progress (5): 3.5 MB | 1.5/5.0 MB | 614/634 kB | 16/149 kB | 16/38 kB
Progress (5): 3.5 MB | 1.5/5.0 MB | 614/634 kB | 16/149 kB | 20/38 kB
Progress (5): 3.5 MB | 1.5/5.0 MB | 614/634 kB | 20/149 kB | 20/38 kB
Progress (5): 3.5 MB | 1.5/5.0 MB | 614/634 kB | 20/149 kB | 25/38 kB
Progress (5): 3.5 MB | 1.5/5.0 MB | 614/634 kB | 24/149 kB | 25/38 kB
Progress (5): 3.5 MB | 1.5/5.0 MB | 614/634 kB | 24/149 kB | 29/38 kB
Progress (5): 3.5 MB | 1.5/5.0 MB | 614/634 kB | 28/149 kB | 29/38 kB
Progress (5): 3.5 MB | 1.5/5.0 MB | 614/634 kB | 28/149 kB | 33/38 kB
Progress (5): 3.5 MB | 1.5/5.0 MB | 614/634 kB | 32/149 kB | 33/38 kB
Progress (5): 3.5 MB | 1.5/5.0 MB | 618/634 kB | 32/149 kB | 33/38 kB
Progress (5): 3.5 MB | 1.5/5.0 MB | 623/634 kB | 32/149 kB | 33/38 kB
Progress (5): 3.5 MB | 1.5/5.0 MB | 627/634 kB | 32/149 kB | 33/38 kB
Progress (5): 3.5 MB | 1.5/5.0 MB | 631/634 kB | 32/149 kB | 33/38 kB
Progress (5): 3.5 MB | 1.5/5.0 MB | 631/634 kB | 32/149 kB | 37/38 kB
Progress (5): 3.5 MB | 1.5/5.0 MB | 631/634 kB | 32/149 kB | 38 kB
Progress (5): 3.5 MB | 1.5/5.0 MB | 634 kB | 32/149 kB | 38 kB
Progress (5): 3.5 MB | 1.5/5.0 MB | 634 kB | 32/149 kB | 38 kB
Progress (5): 3.5 MB | 1.5/5.0 MB | 634 kB | 36/149 kB | 38 kB
Progress (5): 3.5 MB | 1.5/5.0 MB | 634 kB | 40/149 kB | 38 kB
Progress (5): 3.5 MB | 1.5/5.0 MB | 634 kB | 45/149 kB | 38 kB
Progress (5): 3.5 MB | 1.5/5.0 MB | 634 kB | 49/149 kB | 38 kB
Progress (5): 3.5 MB | 1.5/5.0 MB | 634 kB | 53/149 kB | 38 kB
Progress (5): 3.5 MB | 1.5/5.0 MB | 634 kB | 57/149 kB | 38 kB
Progress (5): 3.5 MB | 1.5/5.0 MB | 634 kB | 61/149 kB | 38 kB
Progress (5): 3.5 MB | 1.5/5.0 MB | 634 kB | 65/149 kB | 38 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.10.13/byte-buddy-1.10.13.jar (3.5 MB at 3.8 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.jar (38 kB at 42 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.jar (634 kB at 692 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar
Progress (2): 1.5/5.0 MB | 69/149 kB
Progress (2): 1.5/5.0 MB | 73/149 kB
Progress (2): 1.5/5.0 MB | 77/149 kB
Progress (2): 1.5/5.0 MB | 81/149 kB
Progress (2): 1.6/5.0 MB | 81/149 kB
Progress (2): 1.6/5.0 MB | 85/149 kB
Progress (2): 1.6/5.0 MB | 90/149 kB
Progress (2): 1.6/5.0 MB | 94/149 kB
Progress (2): 1.6/5.0 MB | 98/149 kB
Progress (2): 1.6/5.0 MB | 98/149 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (0 B at 0 B/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar
Progress (2): 1.6/5.0 MB | 102/149 kB
Progress (2): 1.6/5.0 MB | 106/149 kB
Progress (2): 1.6/5.0 MB | 110/149 kB
Progress (2): 1.6/5.0 MB | 114/149 kB
Progress (3): 1.6/5.0 MB | 114/149 kB | 4.1/379 kB
Progress (3): 1.6/5.0 MB | 114/149 kB | 8.2/379 kB
Progress (3): 1.6/5.0 MB | 114/149 kB | 12/379 kB
Progress (3): 1.6/5.0 MB | 114/149 kB | 16/379 kB
Progress (4): 1.6/5.0 MB | 114/149 kB | 16/379 kB | 4.1/169 kB
Progress (4): 1.6/5.0 MB | 114/149 kB | 16/379 kB | 8.2/169 kB
Progress (4): 1.6/5.0 MB | 114/149 kB | 16/379 kB | 12/169 kB
Progress (4): 1.6/5.0 MB | 114/149 kB | 16/379 kB | 16/169 kB
Progress (4): 1.6/5.0 MB | 118/149 kB | 16/379 kB | 16/169 kB
Progress (4): 1.6/5.0 MB | 122/149 kB | 16/379 kB | 16/169 kB
Progress (4): 1.6/5.0 MB | 126/149 kB | 16/379 kB | 16/169 kB
Progress (4): 1.6/5.0 MB | 131/149 kB | 16/379 kB | 16/169 kB
Progress (4): 1.6/5.0 MB | 131/149 kB | 20/379 kB | 16/169 kB
Progress (4): 1.6/5.0 MB | 131/149 kB | 25/379 kB | 16/169 kB
Progress (4): 1.6/5.0 MB | 131/149 kB | 29/379 kB | 16/169 kB
Progress (4): 1.6/5.0 MB | 131/149 kB | 33/379 kB | 16/169 kB
Progress (4): 1.6/5.0 MB | 131/149 kB | 33/379 kB | 20/169 kB
Progress (4): 1.6/5.0 MB | 131/149 kB | 33/379 kB | 24/169 kB
Progress (4): 1.6/5.0 MB | 131/149 kB | 33/379 kB | 28/169 kB
Progress (4): 1.6/5.0 MB | 131/149 kB | 33/379 kB | 32/169 kB
Progress (4): 1.6/5.0 MB | 131/149 kB | 37/379 kB | 32/169 kB
Progress (4): 1.6/5.0 MB | 135/149 kB | 37/379 kB | 32/169 kB
Progress (4): 1.6/5.0 MB | 135/149 kB | 41/379 kB | 32/169 kB
Progress (4): 1.6/5.0 MB | 139/149 kB | 41/379 kB | 32/169 kB
Progress (4): 1.6/5.0 MB | 139/149 kB | 45/379 kB | 32/169 kB
Progress (4): 1.6/5.0 MB | 143/149 kB | 45/379 kB | 32/169 kB
Progress (4): 1.6/5.0 MB | 143/149 kB | 49/379 kB | 32/169 kB
Progress (4): 1.6/5.0 MB | 147/149 kB | 49/379 kB | 32/169 kB
Progress (4): 1.6/5.0 MB | 149 kB | 49/379 kB | 32/169 kB
Progress (4): 1.6/5.0 MB | 149 kB | 49/379 kB | 32/169 kB
Progress (5): 1.6/5.0 MB | 149 kB | 49/379 kB | 32/169 kB | 4.1/521 kB
Progress (5): 1.6/5.0 MB | 149 kB | 49/379 kB | 32/169 kB | 8.2/521 kB
Progress (5): 1.6/5.0 MB | 149 kB | 49/379 kB | 32/169 kB | 12/521 kB
Progress (5): 1.6/5.0 MB | 149 kB | 49/379 kB | 32/169 kB | 16/521 kB
Progress (5): 1.6/5.0 MB | 149 kB | 53/379 kB | 32/169 kB | 16/521 kB
Progress (5): 1.6/5.0 MB | 149 kB | 57/379 kB | 32/169 kB | 16/521 kB
Progress (5): 1.6/5.0 MB | 149 kB | 61/379 kB | 32/169 kB | 16/521 kB
Progress (5): 1.6/5.0 MB | 149 kB | 66/379 kB | 32/169 kB | 16/521 kB
Progress (5): 1.6/5.0 MB | 149 kB | 66/379 kB | 32/169 kB | 20/521 kB
Progress (5): 1.6/5.0 MB | 149 kB | 66/379 kB | 32/169 kB | 25/521 kB
Progress (5): 1.6/5.0 MB | 149 kB | 66/379 kB | 32/169 kB | 29/521 kB
Progress (5): 1.6/5.0 MB | 149 kB | 66/379 kB | 32/169 kB | 33/521 kB
Progress (5): 1.6/5.0 MB | 149 kB | 70/379 kB | 32/169 kB | 33/521 kB
Progress (5): 1.6/5.0 MB | 149 kB | 74/379 kB | 32/169 kB | 33/521 kB
Progress (5): 1.6/5.0 MB | 149 kB | 78/379 kB | 32/169 kB | 33/521 kB
Progress (5): 1.6/5.0 MB | 149 kB | 82/379 kB | 32/169 kB | 33/521 kB
Progress (5): 1.6/5.0 MB | 149 kB | 82/379 kB | 36/169 kB | 33/521 kB
Progress (5): 1.6/5.0 MB | 149 kB | 82/379 kB | 36/169 kB | 37/521 kB
Progress (5): 1.6/5.0 MB | 149 kB | 82/379 kB | 40/169 kB | 37/521 kB
Progress (5): 1.6/5.0 MB | 149 kB | 82/379 kB | 40/169 kB | 41/521 kB
Progress (5): 1.6/5.0 MB | 149 kB | 82/379 kB | 45/169 kB | 41/521 kB
Progress (5): 1.6/5.0 MB | 149 kB | 82/379 kB | 45/169 kB | 45/521 kB
Progress (5): 1.6/5.0 MB | 149 kB | 82/379 kB | 49/169 kB | 45/521 kB
Progress (5): 1.6/5.0 MB | 149 kB | 82/379 kB | 49/169 kB | 49/521 kB
Progress (5): 1.6/5.0 MB | 149 kB | 82/379 kB | 49/169 kB | 49/521 kB
Progress (5): 1.6/5.0 MB | 149 kB | 86/379 kB | 49/169 kB | 49/521 kB
Progress (5): 1.6/5.0 MB | 149 kB | 90/379 kB | 49/169 kB | 49/521 kB
Progress (5): 1.6/5.0 MB | 149 kB | 94/379 kB | 49/169 kB | 49/521 kB
Progress (5): 1.6/5.0 MB | 149 kB | 98/379 kB | 49/169 kB | 49/521 kB
Progress (5): 1.6/5.0 MB | 149 kB | 98/379 kB | 49/169 kB | 53/521 kB
Progress (5): 1.6/5.0 MB | 149 kB | 98/379 kB | 49/169 kB | 57/521 kB
Progress (5): 1.6/5.0 MB | 149 kB | 98/379 kB | 49/169 kB | 61/521 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.jar (149 kB at 156 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/25.1-android/guava-25.1-android.jar
Progress (4): 1.6/5.0 MB | 98/379 kB | 49/169 kB | 66/521 kB
Progress (4): 1.6/5.0 MB | 98/379 kB | 53/169 kB | 66/521 kB
Progress (4): 1.6/5.0 MB | 98/379 kB | 53/169 kB | 70/521 kB
Progress (4): 1.6/5.0 MB | 98/379 kB | 57/169 kB | 70/521 kB
Progress (4): 1.6/5.0 MB | 98/379 kB | 57/169 kB | 74/521 kB
Progress (4): 1.6/5.0 MB | 98/379 kB | 61/169 kB | 74/521 kB
Progress (4): 1.6/5.0 MB | 98/379 kB | 61/169 kB | 78/521 kB
Progress (4): 1.6/5.0 MB | 98/379 kB | 65/169 kB | 78/521 kB
Progress (4): 1.6/5.0 MB | 102/379 kB | 65/169 kB | 78/521 kB
Progress (4): 1.6/5.0 MB | 106/379 kB | 65/169 kB | 78/521 kB
Progress (4): 1.6/5.0 MB | 111/379 kB | 65/169 kB | 78/521 kB
Progress (4): 1.6/5.0 MB | 115/379 kB | 65/169 kB | 78/521 kB
Progress (4): 1.6/5.0 MB | 119/379 kB | 65/169 kB | 78/521 kB
Progress (4): 1.6/5.0 MB | 119/379 kB | 65/169 kB | 82/521 kB
Progress (4): 1.6/5.0 MB | 123/379 kB | 65/169 kB | 82/521 kB
Progress (4): 1.6/5.0 MB | 123/379 kB | 65/169 kB | 86/521 kB
Progress (4): 1.6/5.0 MB | 127/379 kB | 65/169 kB | 86/521 kB
Progress (4): 1.6/5.0 MB | 127/379 kB | 65/169 kB | 90/521 kB
Progress (4): 1.6/5.0 MB | 131/379 kB | 65/169 kB | 90/521 kB
Progress (4): 1.6/5.0 MB | 131/379 kB | 65/169 kB | 94/521 kB
Progress (4): 1.6/5.0 MB | 131/379 kB | 65/169 kB | 98/521 kB
Progress (4): 1.6/5.0 MB | 131/379 kB | 65/169 kB | 102/521 kB
Progress (4): 1.6/5.0 MB | 131/379 kB | 65/169 kB | 106/521 kB
Progress (4): 1.6/5.0 MB | 131/379 kB | 65/169 kB | 111/521 kB
Progress (4): 1.6/5.0 MB | 135/379 kB | 65/169 kB | 111/521 kB
Progress (4): 1.6/5.0 MB | 139/379 kB | 65/169 kB | 111/521 kB
Progress (4): 1.6/5.0 MB | 143/379 kB | 65/169 kB | 111/521 kB
Progress (4): 1.6/5.0 MB | 147/379 kB | 65/169 kB | 111/521 kB
Progress (4): 1.6/5.0 MB | 147/379 kB | 69/169 kB | 111/521 kB
Progress (4): 1.6/5.0 MB | 147/379 kB | 73/169 kB | 111/521 kB
Progress (4): 1.6/5.0 MB | 147/379 kB | 77/169 kB | 111/521 kB
Progress (4): 1.6/5.0 MB | 147/379 kB | 81/169 kB | 111/521 kB
Progress (4): 1.6/5.0 MB | 147/379 kB | 81/169 kB | 115/521 kB
Progress (4): 1.6/5.0 MB | 147/379 kB | 81/169 kB | 119/521 kB
Progress (4): 1.6/5.0 MB | 147/379 kB | 81/169 kB | 123/521 kB
Progress (4): 1.6/5.0 MB | 147/379 kB | 81/169 kB | 127/521 kB
Progress (4): 1.6/5.0 MB | 152/379 kB | 81/169 kB | 127/521 kB
Progress (4): 1.6/5.0 MB | 156/379 kB | 81/169 kB | 127/521 kB
Progress (4): 1.6/5.0 MB | 160/379 kB | 81/169 kB | 127/521 kB
Progress (4): 1.6/5.0 MB | 164/379 kB | 81/169 kB | 127/521 kB
Progress (4): 1.7/5.0 MB | 164/379 kB | 81/169 kB | 127/521 kB
Progress (4): 1.7/5.0 MB | 164/379 kB | 85/169 kB | 127/521 kB
Progress (4): 1.7/5.0 MB | 164/379 kB | 85/169 kB | 131/521 kB
Progress (4): 1.7/5.0 MB | 164/379 kB | 90/169 kB | 131/521 kB
Progress (4): 1.7/5.0 MB | 164/379 kB | 90/169 kB | 135/521 kB
Progress (4): 1.7/5.0 MB | 164/379 kB | 94/169 kB | 135/521 kB
Progress (4): 1.7/5.0 MB | 164/379 kB | 94/169 kB | 139/521 kB
Progress (4): 1.7/5.0 MB | 164/379 kB | 98/169 kB | 139/521 kB
Progress (4): 1.7/5.0 MB | 164/379 kB | 98/169 kB | 143/521 kB
Progress (4): 1.7/5.0 MB | 168/379 kB | 98/169 kB | 143/521 kB
Progress (4): 1.7/5.0 MB | 172/379 kB | 98/169 kB | 143/521 kB
Progress (4): 1.7/5.0 MB | 176/379 kB | 98/169 kB | 143/521 kB
Progress (4): 1.7/5.0 MB | 180/379 kB | 98/169 kB | 143/521 kB
Progress (4): 1.7/5.0 MB | 180/379 kB | 98/169 kB | 147/521 kB
Progress (4): 1.7/5.0 MB | 180/379 kB | 98/169 kB | 152/521 kB
Progress (4): 1.7/5.0 MB | 180/379 kB | 98/169 kB | 156/521 kB
Progress (4): 1.7/5.0 MB | 180/379 kB | 98/169 kB | 160/521 kB
Progress (5): 1.7/5.0 MB | 180/379 kB | 98/169 kB | 160/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 184/379 kB | 98/169 kB | 160/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 188/379 kB | 98/169 kB | 160/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 188/379 kB | 98/169 kB | 160/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 193/379 kB | 98/169 kB | 160/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 197/379 kB | 98/169 kB | 160/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 197/379 kB | 98/169 kB | 164/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 197/379 kB | 98/169 kB | 168/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 197/379 kB | 98/169 kB | 172/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 197/379 kB | 98/169 kB | 176/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 197/379 kB | 102/169 kB | 176/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 197/379 kB | 106/169 kB | 176/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 197/379 kB | 110/169 kB | 176/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 197/379 kB | 114/169 kB | 176/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 201/379 kB | 114/169 kB | 176/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 205/379 kB | 114/169 kB | 176/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 209/379 kB | 114/169 kB | 176/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 213/379 kB | 114/169 kB | 176/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 213/379 kB | 114/169 kB | 180/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 213/379 kB | 114/169 kB | 184/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 213/379 kB | 114/169 kB | 188/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 213/379 kB | 114/169 kB | 193/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 213/379 kB | 114/169 kB | 197/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 217/379 kB | 114/169 kB | 197/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 217/379 kB | 114/169 kB | 201/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 217/379 kB | 114/169 kB | 201/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 217/379 kB | 114/169 kB | 205/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 221/379 kB | 114/169 kB | 205/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 221/379 kB | 114/169 kB | 209/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 225/379 kB | 114/169 kB | 209/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 229/379 kB | 114/169 kB | 209/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 229/379 kB | 118/169 kB | 209/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 229/379 kB | 122/169 kB | 209/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 229/379 kB | 126/169 kB | 209/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 229/379 kB | 131/169 kB | 209/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 229/379 kB | 131/169 kB | 213/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 233/379 kB | 131/169 kB | 213/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 233/379 kB | 131/169 kB | 217/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 238/379 kB | 131/169 kB | 217/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 238/379 kB | 131/169 kB | 221/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 242/379 kB | 131/169 kB | 221/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 242/379 kB | 131/169 kB | 225/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 246/379 kB | 131/169 kB | 225/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 246/379 kB | 131/169 kB | 225/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 246/379 kB | 131/169 kB | 225/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 250/379 kB | 131/169 kB | 225/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 254/379 kB | 131/169 kB | 225/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 258/379 kB | 131/169 kB | 225/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 262/379 kB | 131/169 kB | 225/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 262/379 kB | 131/169 kB | 229/521 kB | 0/2.6 MB
Progress (5): 1.7/5.0 MB | 262/379 kB | 131/169 kB | 229/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 262/379 kB | 131/169 kB | 233/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 262/379 kB | 131/169 kB | 238/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 262/379 kB | 131/169 kB | 242/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 262/379 kB | 135/169 kB | 242/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 262/379 kB | 139/169 kB | 242/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 262/379 kB | 143/169 kB | 242/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 262/379 kB | 147/169 kB | 242/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 262/379 kB | 147/169 kB | 246/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 262/379 kB | 147/169 kB | 250/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 262/379 kB | 147/169 kB | 254/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 262/379 kB | 147/169 kB | 258/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 266/379 kB | 147/169 kB | 258/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 270/379 kB | 147/169 kB | 258/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 274/379 kB | 147/169 kB | 258/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 279/379 kB | 147/169 kB | 258/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 279/379 kB | 147/169 kB | 258/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 279/379 kB | 147/169 kB | 262/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 279/379 kB | 147/169 kB | 266/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 279/379 kB | 147/169 kB | 270/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 279/379 kB | 147/169 kB | 274/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 283/379 kB | 147/169 kB | 274/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 287/379 kB | 147/169 kB | 274/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 291/379 kB | 147/169 kB | 274/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 295/379 kB | 147/169 kB | 274/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 295/379 kB | 151/169 kB | 274/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 295/379 kB | 155/169 kB | 274/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 295/379 kB | 159/169 kB | 274/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 295/379 kB | 163/169 kB | 274/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 295/379 kB | 163/169 kB | 274/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 295/379 kB | 163/169 kB | 279/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 295/379 kB | 163/169 kB | 283/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 295/379 kB | 163/169 kB | 287/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 295/379 kB | 163/169 kB | 291/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 295/379 kB | 167/169 kB | 291/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 299/379 kB | 167/169 kB | 291/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 299/379 kB | 169 kB | 291/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 303/379 kB | 169 kB | 291/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 307/379 kB | 169 kB | 291/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 311/379 kB | 169 kB | 291/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 311/379 kB | 169 kB | 291/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 311/379 kB | 169 kB | 295/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 311/379 kB | 169 kB | 299/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 311/379 kB | 169 kB | 303/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 311/379 kB | 169 kB | 307/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 315/379 kB | 169 kB | 307/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 319/379 kB | 169 kB | 307/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 324/379 kB | 169 kB | 307/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 328/379 kB | 169 kB | 307/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 328/379 kB | 169 kB | 311/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 328/379 kB | 169 kB | 315/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 328/379 kB | 169 kB | 319/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 328/379 kB | 169 kB | 324/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 332/379 kB | 169 kB | 324/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 336/379 kB | 169 kB | 324/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 340/379 kB | 169 kB | 324/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 344/379 kB | 169 kB | 324/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 344/379 kB | 169 kB | 328/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 344/379 kB | 169 kB | 332/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 344/379 kB | 169 kB | 336/521 kB | 0.1/2.6 MB
Progress (5): 1.7/5.0 MB | 344/379 kB | 169 kB | 340/521 kB | 0.1/2.6 MB
Progress (5): 1.8/5.0 MB | 344/379 kB | 169 kB | 340/521 kB | 0.1/2.6 MB
Progress (5): 1.8/5.0 MB | 344/379 kB | 169 kB | 344/521 kB | 0.1/2.6 MB
Progress (5): 1.8/5.0 MB | 344/379 kB | 169 kB | 348/521 kB | 0.1/2.6 MB
Progress (5): 1.8/5.0 MB | 344/379 kB | 169 kB | 348/521 kB | 0.1/2.6 MB
Progress (5): 1.8/5.0 MB | 344/379 kB | 169 kB | 352/521 kB | 0.1/2.6 MB
Progress (5): 1.8/5.0 MB | 344/379 kB | 169 kB | 356/521 kB | 0.1/2.6 MB
Progress (5): 1.8/5.0 MB | 348/379 kB | 169 kB | 356/521 kB | 0.1/2.6 MB
Progress (5): 1.8/5.0 MB | 352/379 kB | 169 kB | 356/521 kB | 0.1/2.6 MB
Progress (5): 1.8/5.0 MB | 356/379 kB | 169 kB | 356/521 kB | 0.1/2.6 MB
Progress (5): 1.8/5.0 MB | 360/379 kB | 169 kB | 356/521 kB | 0.1/2.6 MB
Progress (5): 1.8/5.0 MB | 365/379 kB | 169 kB | 356/521 kB | 0.1/2.6 MB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.jar (169 kB at 163 kB/s)
Progress (4): 1.8/5.0 MB | 369/379 kB | 356/521 kB | 0.1/2.6 MB

Downloading from Maven: https://repo.maven.apache.org/maven2/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.jar
Progress (4): 1.8/5.0 MB | 373/379 kB | 356/521 kB | 0.1/2.6 MB
Progress (4): 1.8/5.0 MB | 377/379 kB | 356/521 kB | 0.1/2.6 MB
Progress (4): 1.8/5.0 MB | 377/379 kB | 360/521 kB | 0.1/2.6 MB
Progress (4): 1.8/5.0 MB | 377/379 kB | 365/521 kB | 0.1/2.6 MB
Progress (4): 1.8/5.0 MB | 377/379 kB | 365/521 kB | 0.1/2.6 MB
Progress (4): 1.8/5.0 MB | 377/379 kB | 369/521 kB | 0.1/2.6 MB
Progress (4): 1.8/5.0 MB | 377/379 kB | 373/521 kB | 0.1/2.6 MB
Progress (4): 1.8/5.0 MB | 379 kB | 373/521 kB | 0.1/2.6 MB
Progress (4): 1.8/5.0 MB | 379 kB | 373/521 kB | 0.1/2.6 MB
Progress (4): 1.8/5.0 MB | 379 kB | 377/521 kB | 0.1/2.6 MB
Progress (4): 1.8/5.0 MB | 379 kB | 381/521 kB | 0.1/2.6 MB
Progress (4): 1.8/5.0 MB | 379 kB | 385/521 kB | 0.1/2.6 MB
Progress (4): 1.8/5.0 MB | 379 kB | 389/521 kB | 0.1/2.6 MB
Progress (4): 1.8/5.0 MB | 379 kB | 393/521 kB | 0.1/2.6 MB
Progress (4): 1.8/5.0 MB | 379 kB | 397/521 kB | 0.1/2.6 MB
Progress (4): 1.8/5.0 MB | 379 kB | 401/521 kB | 0.1/2.6 MB
Progress (4): 1.8/5.0 MB | 379 kB | 406/521 kB | 0.1/2.6 MB
Progress (4): 1.8/5.0 MB | 379 kB | 406/521 kB | 0.1/2.6 MB
Progress (4): 1.8/5.0 MB | 379 kB | 410/521 kB | 0.1/2.6 MB
Progress (4): 1.8/5.0 MB | 379 kB | 414/521 kB | 0.1/2.6 MB
Progress (4): 1.8/5.0 MB | 379 kB | 418/521 kB | 0.1/2.6 MB
Progress (4): 1.8/5.0 MB | 379 kB | 422/521 kB | 0.1/2.6 MB
Progress (4): 1.8/5.0 MB | 379 kB | 422/521 kB | 0.2/2.6 MB
Progress (4): 1.8/5.0 MB | 379 kB | 426/521 kB | 0.2/2.6 MB
Progress (4): 1.8/5.0 MB | 379 kB | 430/521 kB | 0.2/2.6 MB
Progress (4): 1.8/5.0 MB | 379 kB | 434/521 kB | 0.2/2.6 MB
Progress (4): 1.8/5.0 MB | 379 kB | 438/521 kB | 0.2/2.6 MB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar (379 kB at 363 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar
Progress (3): 1.8/5.0 MB | 442/521 kB | 0.2/2.6 MB
Progress (3): 1.8/5.0 MB | 446/521 kB | 0.2/2.6 MB
Progress (3): 1.8/5.0 MB | 451/521 kB | 0.2/2.6 MB
Progress (3): 1.8/5.0 MB | 451/521 kB | 0.2/2.6 MB
Progress (3): 1.8/5.0 MB | 455/521 kB | 0.2/2.6 MB
Progress (3): 1.8/5.0 MB | 459/521 kB | 0.2/2.6 MB
Progress (3): 1.8/5.0 MB | 459/521 kB | 0.2/2.6 MB
Progress (3): 1.8/5.0 MB | 463/521 kB | 0.2/2.6 MB
Progress (3): 1.8/5.0 MB | 467/521 kB | 0.2/2.6 MB
Progress (3): 1.8/5.0 MB | 471/521 kB | 0.2/2.6 MB
Progress (4): 1.8/5.0 MB | 471/521 kB | 0.2/2.6 MB | 4.1/32 kB
Progress (4): 1.8/5.0 MB | 471/521 kB | 0.2/2.6 MB | 8.2/32 kB
Progress (4): 1.8/5.0 MB | 471/521 kB | 0.2/2.6 MB | 12/32 kB
Progress (4): 1.8/5.0 MB | 471/521 kB | 0.2/2.6 MB | 16/32 kB
Progress (4): 1.8/5.0 MB | 475/521 kB | 0.2/2.6 MB | 16/32 kB
Progress (4): 1.8/5.0 MB | 479/521 kB | 0.2/2.6 MB | 16/32 kB
Progress (4): 1.8/5.0 MB | 483/521 kB | 0.2/2.6 MB | 16/32 kB
Progress (4): 1.8/5.0 MB | 487/521 kB | 0.2/2.6 MB | 16/32 kB
Progress (4): 1.8/5.0 MB | 492/521 kB | 0.2/2.6 MB | 16/32 kB
Progress (4): 1.8/5.0 MB | 492/521 kB | 0.2/2.6 MB | 16/32 kB
Progress (4): 1.8/5.0 MB | 496/521 kB | 0.2/2.6 MB | 16/32 kB
Progress (4): 1.8/5.0 MB | 500/521 kB | 0.2/2.6 MB | 16/32 kB
Progress (4): 1.8/5.0 MB | 504/521 kB | 0.2/2.6 MB | 16/32 kB
Progress (4): 1.8/5.0 MB | 508/521 kB | 0.2/2.6 MB | 16/32 kB
Progress (4): 1.8/5.0 MB | 512/521 kB | 0.2/2.6 MB | 16/32 kB
Progress (4): 1.8/5.0 MB | 512/521 kB | 0.2/2.6 MB | 20/32 kB
Progress (4): 1.8/5.0 MB | 512/521 kB | 0.2/2.6 MB | 25/32 kB
Progress (4): 1.8/5.0 MB | 512/521 kB | 0.2/2.6 MB | 29/32 kB
Progress (4): 1.8/5.0 MB | 512/521 kB | 0.2/2.6 MB | 32 kB
Progress (4): 1.8/5.0 MB | 516/521 kB | 0.2/2.6 MB | 32 kB
Progress (4): 1.8/5.0 MB | 520/521 kB | 0.2/2.6 MB | 32 kB
Progress (4): 1.8/5.0 MB | 521 kB | 0.2/2.6 MB | 32 kB
Progress (4): 1.8/5.0 MB | 521 kB | 0.2/2.6 MB | 32 kB
Progress (4): 1.8/5.0 MB | 521 kB | 0.2/2.6 MB | 32 kB
Progress (5): 1.8/5.0 MB | 521 kB | 0.2/2.6 MB | 32 kB | 4.1/14 kB
Progress (5): 1.8/5.0 MB | 521 kB | 0.2/2.6 MB | 32 kB | 8.2/14 kB
Progress (5): 1.8/5.0 MB | 521 kB | 0.2/2.6 MB | 32 kB | 12/14 kB
Progress (5): 1.8/5.0 MB | 521 kB | 0.2/2.6 MB | 32 kB | 14 kB
Progress (5): 1.9/5.0 MB | 521 kB | 0.2/2.6 MB | 32 kB | 14 kB
Progress (5): 1.9/5.0 MB | 521 kB | 0.2/2.6 MB | 32 kB | 14 kB
Progress (5): 1.9/5.0 MB | 521 kB | 0.2/2.6 MB | 32 kB | 14 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.jar (32 kB at 30 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar (14 kB at 13 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar
Progress (3): 1.9/5.0 MB | 521 kB | 0.3/2.6 MB
Progress (3): 1.9/5.0 MB | 521 kB | 0.3/2.6 MB
Progress (3): 1.9/5.0 MB | 521 kB | 0.3/2.6 MB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar (521 kB at 482 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
Progress (3): 1.9/5.0 MB | 0.3/2.6 MB | 4.1/8.8 kB
Progress (3): 1.9/5.0 MB | 0.3/2.6 MB | 8.2/8.8 kB
Progress (3): 1.9/5.0 MB | 0.3/2.6 MB | 8.2/8.8 kB
Progress (3): 1.9/5.0 MB | 0.3/2.6 MB | 8.8 kB
Progress (3): 1.9/5.0 MB | 0.3/2.6 MB | 8.8 kB
Progress (4): 1.9/5.0 MB | 0.3/2.6 MB | 8.8 kB | 3.5 kB
Progress (4): 1.9/5.0 MB | 0.3/2.6 MB | 8.8 kB | 3.5 kB
Progress (4): 1.9/5.0 MB | 0.3/2.6 MB | 8.8 kB | 3.5 kB
Progress (4): 1.9/5.0 MB | 0.3/2.6 MB | 8.8 kB | 3.5 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar (8.8 kB at 8.1 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor/2.3.2/mojo-executor-2.3.2.jar
Progress (3): 1.9/5.0 MB | 0.3/2.6 MB | 3.5 kB
Progress (3): 2.0/5.0 MB | 0.3/2.6 MB | 3.5 kB
Progress (4): 2.0/5.0 MB | 0.3/2.6 MB | 3.5 kB | 4.1/502 kB
Progress (4): 2.0/5.0 MB | 0.3/2.6 MB | 3.5 kB | 8.2/502 kB
Progress (4): 2.0/5.0 MB | 0.3/2.6 MB | 3.5 kB | 12/502 kB
Progress (4): 2.0/5.0 MB | 0.3/2.6 MB | 3.5 kB | 16/502 kB
Progress (4): 2.0/5.0 MB | 0.3/2.6 MB | 3.5 kB | 20/502 kB
Progress (4): 2.0/5.0 MB | 0.3/2.6 MB | 3.5 kB | 24/502 kB
Progress (4): 2.0/5.0 MB | 0.3/2.6 MB | 3.5 kB | 28/502 kB
Progress (4): 2.0/5.0 MB | 0.3/2.6 MB | 3.5 kB | 32/502 kB
Progress (4): 2.0/5.0 MB | 0.4/2.6 MB | 3.5 kB | 32/502 kB
Progress (4): 2.0/5.0 MB | 0.4/2.6 MB | 3.5 kB | 36/502 kB
Progress (4): 2.0/5.0 MB | 0.4/2.6 MB | 3.5 kB | 40/502 kB
Progress (4): 2.0/5.0 MB | 0.4/2.6 MB | 3.5 kB | 45/502 kB
Progress (4): 2.0/5.0 MB | 0.4/2.6 MB | 3.5 kB | 49/502 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar (3.5 kB at 3.2 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/yegor256/tojos/0.9.1/tojos-0.9.1.jar
Progress (3): 2.0/5.0 MB | 0.4/2.6 MB | 49/502 kB
Progress (3): 2.0/5.0 MB | 0.4/2.6 MB | 53/502 kB
Progress (3): 2.0/5.0 MB | 0.4/2.6 MB | 57/502 kB
Progress (3): 2.0/5.0 MB | 0.4/2.6 MB | 61/502 kB
Progress (3): 2.0/5.0 MB | 0.4/2.6 MB | 65/502 kB
Progress (3): 2.0/5.0 MB | 0.4/2.6 MB | 65/502 kB
Progress (3): 2.0/5.0 MB | 0.4/2.6 MB | 69/502 kB
Progress (3): 2.0/5.0 MB | 0.4/2.6 MB | 73/502 kB
Progress (3): 2.0/5.0 MB | 0.4/2.6 MB | 77/502 kB
Progress (3): 2.0/5.0 MB | 0.4/2.6 MB | 81/502 kB
Progress (4): 2.0/5.0 MB | 0.4/2.6 MB | 81/502 kB | 4.1/13 kB
Progress (4): 2.0/5.0 MB | 0.4/2.6 MB | 81/502 kB | 4.1/13 kB
Progress (4): 2.0/5.0 MB | 0.4/2.6 MB | 81/502 kB | 8.2/13 kB
Progress (4): 2.0/5.0 MB | 0.4/2.6 MB | 81/502 kB | 12/13 kB
Progress (4): 2.0/5.0 MB | 0.4/2.6 MB | 81/502 kB | 13 kB
Progress (4): 2.0/5.0 MB | 0.4/2.6 MB | 85/502 kB | 13 kB
Progress (4): 2.0/5.0 MB | 0.4/2.6 MB | 90/502 kB | 13 kB
Progress (4): 2.0/5.0 MB | 0.4/2.6 MB | 94/502 kB | 13 kB
Progress (4): 2.0/5.0 MB | 0.4/2.6 MB | 98/502 kB | 13 kB
Progress (4): 2.0/5.0 MB | 0.4/2.6 MB | 98/502 kB | 13 kB
Progress (4): 2.0/5.0 MB | 0.4/2.6 MB | 102/502 kB | 13 kB
Progress (4): 2.0/5.0 MB | 0.4/2.6 MB | 102/502 kB | 13 kB
Progress (4): 2.0/5.0 MB | 0.4/2.6 MB | 106/502 kB | 13 kB
Progress (4): 2.0/5.0 MB | 0.4/2.6 MB | 110/502 kB | 13 kB
Progress (4): 2.0/5.0 MB | 0.4/2.6 MB | 114/502 kB | 13 kB
Progress (4): 2.0/5.0 MB | 0.4/2.6 MB | 118/502 kB | 13 kB
Progress (4): 2.0/5.0 MB | 0.4/2.6 MB | 122/502 kB | 13 kB
Progress (4): 2.0/5.0 MB | 0.4/2.6 MB | 126/502 kB | 13 kB
Progress (4): 2.0/5.0 MB | 0.4/2.6 MB | 131/502 kB | 13 kB
Progress (5): 2.0/5.0 MB | 0.4/2.6 MB | 131/502 kB | 13 kB | 4.1/17 kB
Progress (5): 2.0/5.0 MB | 0.4/2.6 MB | 131/502 kB | 13 kB | 8.2/17 kB
Progress (5): 2.0/5.0 MB | 0.4/2.6 MB | 131/502 kB | 13 kB | 12/17 kB
Progress (5): 2.0/5.0 MB | 0.4/2.6 MB | 131/502 kB | 13 kB | 16/17 kB
Progress (5): 2.0/5.0 MB | 0.4/2.6 MB | 131/502 kB | 13 kB | 17 kB
Progress (5): 2.0/5.0 MB | 0.4/2.6 MB | 131/502 kB | 13 kB | 17 kB
Progress (5): 2.0/5.0 MB | 0.4/2.6 MB | 135/502 kB | 13 kB | 17 kB
Progress (5): 2.0/5.0 MB | 0.4/2.6 MB | 139/502 kB | 13 kB | 17 kB
Progress (5): 2.0/5.0 MB | 0.4/2.6 MB | 143/502 kB | 13 kB | 17 kB
Progress (5): 2.0/5.0 MB | 0.4/2.6 MB | 147/502 kB | 13 kB | 17 kB
Progress (5): 2.0/5.0 MB | 0.4/2.6 MB | 151/502 kB | 13 kB | 17 kB
Progress (5): 2.0/5.0 MB | 0.4/2.6 MB | 155/502 kB | 13 kB | 17 kB
Progress (5): 2.0/5.0 MB | 0.4/2.6 MB | 155/502 kB | 13 kB | 17 kB
Progress (5): 2.0/5.0 MB | 0.4/2.6 MB | 159/502 kB | 13 kB | 17 kB
Progress (5): 2.0/5.0 MB | 0.4/2.6 MB | 163/502 kB | 13 kB | 17 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor/2.3.2/mojo-executor-2.3.2.jar (13 kB at 11 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/javax/json/javax.json-api/1.1.4/javax.json-api-1.1.4.jar
Progress (4): 2.0/5.0 MB | 0.4/2.6 MB | 163/502 kB | 17 kB
Progress (4): 2.0/5.0 MB | 0.4/2.6 MB | 167/502 kB | 17 kB
Progress (4): 2.0/5.0 MB | 0.4/2.6 MB | 171/502 kB | 17 kB
Progress (4): 2.0/5.0 MB | 0.4/2.6 MB | 176/502 kB | 17 kB
Progress (4): 2.0/5.0 MB | 0.4/2.6 MB | 180/502 kB | 17 kB
Progress (4): 2.0/5.0 MB | 0.4/2.6 MB | 184/502 kB | 17 kB
Progress (4): 2.0/5.0 MB | 0.5/2.6 MB | 184/502 kB | 17 kB
Progress (4): 2.0/5.0 MB | 0.5/2.6 MB | 188/502 kB | 17 kB
Progress (4): 2.0/5.0 MB | 0.5/2.6 MB | 192/502 kB | 17 kB
Progress (4): 2.1/5.0 MB | 0.5/2.6 MB | 192/502 kB | 17 kB
Progress (4): 2.1/5.0 MB | 0.5/2.6 MB | 196/502 kB | 17 kB
Progress (4): 2.1/5.0 MB | 0.5/2.6 MB | 196/502 kB | 17 kB
Progress (4): 2.1/5.0 MB | 0.5/2.6 MB | 200/502 kB | 17 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/yegor256/tojos/0.9.1/tojos-0.9.1.jar (17 kB at 15 kB/s)
Progress (3): 2.1/5.0 MB | 0.5/2.6 MB | 204/502 kB

Downloading from Maven: https://repo.maven.apache.org/maven2/com/opencsv/opencsv/5.5.2/opencsv-5.5.2.jar
Progress (3): 2.1/5.0 MB | 0.5/2.6 MB | 208/502 kB
Progress (3): 2.1/5.0 MB | 0.5/2.6 MB | 212/502 kB
Progress (3): 2.1/5.0 MB | 0.5/2.6 MB | 217/502 kB
Progress (3): 2.1/5.0 MB | 0.5/2.6 MB | 221/502 kB
Progress (3): 2.1/5.0 MB | 0.5/2.6 MB | 225/502 kB
Progress (3): 2.1/5.0 MB | 0.5/2.6 MB | 229/502 kB
Progress (3): 2.1/5.0 MB | 0.5/2.6 MB | 229/502 kB
Progress (3): 2.1/5.0 MB | 0.5/2.6 MB | 233/502 kB
Progress (3): 2.1/5.0 MB | 0.5/2.6 MB | 237/502 kB
Progress (3): 2.1/5.0 MB | 0.5/2.6 MB | 241/502 kB
Progress (3): 2.1/5.0 MB | 0.5/2.6 MB | 245/502 kB
Progress (3): 2.1/5.0 MB | 0.5/2.6 MB | 249/502 kB
Progress (3): 2.1/5.0 MB | 0.5/2.6 MB | 253/502 kB
Progress (3): 2.1/5.0 MB | 0.5/2.6 MB | 258/502 kB
Progress (3): 2.1/5.0 MB | 0.5/2.6 MB | 262/502 kB
Progress (3): 2.1/5.0 MB | 0.5/2.6 MB | 262/502 kB
Progress (4): 2.1/5.0 MB | 0.5/2.6 MB | 262/502 kB | 4.1/31 kB
Progress (4): 2.1/5.0 MB | 0.5/2.6 MB | 262/502 kB | 8.2/31 kB
Progress (4): 2.1/5.0 MB | 0.5/2.6 MB | 262/502 kB | 12/31 kB
Progress (4): 2.1/5.0 MB | 0.5/2.6 MB | 262/502 kB | 16/31 kB
Progress (4): 2.1/5.0 MB | 0.5/2.6 MB | 262/502 kB | 16/31 kB
Progress (4): 2.1/5.0 MB | 0.5/2.6 MB | 266/502 kB | 16/31 kB
Progress (4): 2.1/5.0 MB | 0.5/2.6 MB | 270/502 kB | 16/31 kB
Progress (4): 2.1/5.0 MB | 0.5/2.6 MB | 274/502 kB | 16/31 kB
Progress (4): 2.1/5.0 MB | 0.5/2.6 MB | 274/502 kB | 16/31 kB
Progress (4): 2.1/5.0 MB | 0.5/2.6 MB | 278/502 kB | 16/31 kB
Progress (4): 2.1/5.0 MB | 0.5/2.6 MB | 278/502 kB | 20/31 kB
Progress (4): 2.1/5.0 MB | 0.5/2.6 MB | 278/502 kB | 25/31 kB
Progress (4): 2.1/5.0 MB | 0.5/2.6 MB | 278/502 kB | 29/31 kB
Progress (4): 2.1/5.0 MB | 0.5/2.6 MB | 278/502 kB | 31 kB
Progress (4): 2.1/5.0 MB | 0.5/2.6 MB | 282/502 kB | 31 kB
Progress (4): 2.1/5.0 MB | 0.5/2.6 MB | 286/502 kB | 31 kB
Progress (4): 2.1/5.0 MB | 0.5/2.6 MB | 290/502 kB | 31 kB
Progress (4): 2.1/5.0 MB | 0.5/2.6 MB | 294/502 kB | 31 kB
Progress (5): 2.1/5.0 MB | 0.5/2.6 MB | 294/502 kB | 31 kB | 4.1/236 kB
Progress (5): 2.1/5.0 MB | 0.5/2.6 MB | 294/502 kB | 31 kB | 4.1/236 kB
Progress (5): 2.1/5.0 MB | 0.5/2.6 MB | 294/502 kB | 31 kB | 8.2/236 kB
Progress (5): 2.1/5.0 MB | 0.5/2.6 MB | 294/502 kB | 31 kB | 12/236 kB
Progress (5): 2.1/5.0 MB | 0.5/2.6 MB | 294/502 kB | 31 kB | 16/236 kB
Progress (5): 2.1/5.0 MB | 0.5/2.6 MB | 298/502 kB | 31 kB | 16/236 kB
Progress (5): 2.1/5.0 MB | 0.5/2.6 MB | 303/502 kB | 31 kB | 16/236 kB
Progress (5): 2.1/5.0 MB | 0.5/2.6 MB | 307/502 kB | 31 kB | 16/236 kB
Progress (5): 2.1/5.0 MB | 0.5/2.6 MB | 311/502 kB | 31 kB | 16/236 kB
Progress (5): 2.1/5.0 MB | 0.5/2.6 MB | 311/502 kB | 31 kB | 20/236 kB
Progress (5): 2.1/5.0 MB | 0.5/2.6 MB | 311/502 kB | 31 kB | 25/236 kB
Progress (5): 2.1/5.0 MB | 0.5/2.6 MB | 311/502 kB | 31 kB | 29/236 kB
Progress (5): 2.1/5.0 MB | 0.5/2.6 MB | 311/502 kB | 31 kB | 33/236 kB
Progress (5): 2.1/5.0 MB | 0.5/2.6 MB | 311/502 kB | 31 kB | 33/236 kB
Progress (5): 2.1/5.0 MB | 0.5/2.6 MB | 315/502 kB | 31 kB | 33/236 kB
Progress (5): 2.1/5.0 MB | 0.5/2.6 MB | 319/502 kB | 31 kB | 33/236 kB
Progress (5): 2.1/5.0 MB | 0.5/2.6 MB | 323/502 kB | 31 kB | 33/236 kB
Progress (5): 2.1/5.0 MB | 0.5/2.6 MB | 327/502 kB | 31 kB | 33/236 kB
Progress (5): 2.1/5.0 MB | 0.5/2.6 MB | 327/502 kB | 31 kB | 37/236 kB
Progress (5): 2.1/5.0 MB | 0.5/2.6 MB | 327/502 kB | 31 kB | 41/236 kB
Progress (5): 2.1/5.0 MB | 0.5/2.6 MB | 327/502 kB | 31 kB | 45/236 kB
Progress (5): 2.1/5.0 MB | 0.5/2.6 MB | 327/502 kB | 31 kB | 49/236 kB
Progress (5): 2.1/5.0 MB | 0.5/2.6 MB | 331/502 kB | 31 kB | 49/236 kB
Progress (5): 2.1/5.0 MB | 0.5/2.6 MB | 335/502 kB | 31 kB | 49/236 kB
Progress (5): 2.1/5.0 MB | 0.5/2.6 MB | 339/502 kB | 31 kB | 49/236 kB
Progress (5): 2.1/5.0 MB | 0.5/2.6 MB | 344/502 kB | 31 kB | 49/236 kB
Progress (5): 2.1/5.0 MB | 0.6/2.6 MB | 344/502 kB | 31 kB | 49/236 kB
Progress (5): 2.1/5.0 MB | 0.6/2.6 MB | 344/502 kB | 31 kB | 49/236 kB
Progress (5): 2.1/5.0 MB | 0.6/2.6 MB | 348/502 kB | 31 kB | 49/236 kB
Progress (5): 2.1/5.0 MB | 0.6/2.6 MB | 352/502 kB | 31 kB | 49/236 kB
Progress (5): 2.1/5.0 MB | 0.6/2.6 MB | 356/502 kB | 31 kB | 49/236 kB
Progress (5): 2.1/5.0 MB | 0.6/2.6 MB | 360/502 kB | 31 kB | 49/236 kB
Progress (5): 2.1/5.0 MB | 0.6/2.6 MB | 360/502 kB | 31 kB | 53/236 kB
Progress (5): 2.1/5.0 MB | 0.6/2.6 MB | 360/502 kB | 31 kB | 57/236 kB
Progress (5): 2.1/5.0 MB | 0.6/2.6 MB | 360/502 kB | 31 kB | 61/236 kB
Progress (5): 2.1/5.0 MB | 0.6/2.6 MB | 360/502 kB | 31 kB | 66/236 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/javax/json/javax.json-api/1.1.4/javax.json-api-1.1.4.jar (31 kB at 27 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.9/commons-text-1.9.jar
Progress (4): 2.1/5.0 MB | 0.6/2.6 MB | 360/502 kB | 70/236 kB
Progress (4): 2.1/5.0 MB | 0.6/2.6 MB | 364/502 kB | 70/236 kB
Progress (4): 2.1/5.0 MB | 0.6/2.6 MB | 364/502 kB | 74/236 kB
Progress (4): 2.1/5.0 MB | 0.6/2.6 MB | 364/502 kB | 74/236 kB
Progress (4): 2.1/5.0 MB | 0.6/2.6 MB | 368/502 kB | 74/236 kB
Progress (4): 2.1/5.0 MB | 0.6/2.6 MB | 368/502 kB | 78/236 kB
Progress (4): 2.1/5.0 MB | 0.6/2.6 MB | 372/502 kB | 78/236 kB
Progress (4): 2.1/5.0 MB | 0.6/2.6 MB | 372/502 kB | 82/236 kB
Progress (4): 2.1/5.0 MB | 0.6/2.6 MB | 376/502 kB | 82/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 376/502 kB | 82/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 380/502 kB | 82/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 384/502 kB | 82/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 389/502 kB | 82/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 393/502 kB | 82/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 393/502 kB | 86/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 393/502 kB | 90/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 393/502 kB | 94/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 393/502 kB | 98/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 397/502 kB | 98/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 401/502 kB | 98/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 405/502 kB | 98/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 409/502 kB | 98/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 413/502 kB | 98/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 417/502 kB | 98/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 417/502 kB | 102/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 417/502 kB | 106/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 417/502 kB | 106/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 417/502 kB | 111/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 417/502 kB | 115/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 421/502 kB | 115/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 421/502 kB | 119/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 425/502 kB | 119/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 425/502 kB | 123/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 430/502 kB | 123/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 430/502 kB | 127/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 434/502 kB | 127/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 434/502 kB | 131/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 434/502 kB | 131/236 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.9/commons-text-1.9.jar (0 B at 0 B/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 434/502 kB | 131/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 438/502 kB | 131/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 442/502 kB | 131/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 446/502 kB | 131/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 450/502 kB | 131/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 450/502 kB | 135/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 450/502 kB | 139/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 450/502 kB | 143/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 450/502 kB | 147/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 450/502 kB | 147/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 454/502 kB | 147/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 458/502 kB | 147/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 462/502 kB | 147/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 466/502 kB | 147/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 466/502 kB | 147/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 466/502 kB | 152/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 466/502 kB | 156/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 466/502 kB | 160/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 466/502 kB | 164/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 470/502 kB | 164/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 475/502 kB | 164/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 479/502 kB | 164/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 483/502 kB | 164/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 483/502 kB | 168/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 483/502 kB | 172/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 483/502 kB | 172/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 483/502 kB | 176/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 483/502 kB | 180/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 487/502 kB | 180/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 491/502 kB | 180/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 495/502 kB | 180/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 499/502 kB | 180/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 502 kB | 180/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 502 kB | 184/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 502 kB | 188/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 502 kB | 193/236 kB
Progress (4): 2.2/5.0 MB | 0.6/2.6 MB | 502 kB | 197/236 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (0 B at 0 B/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar
Progress (4): 2.2/5.0 MB | 0.7/2.6 MB | 502 kB | 197/236 kB
Progress (4): 2.2/5.0 MB | 0.7/2.6 MB | 502 kB | 197/236 kB
Progress (4): 2.2/5.0 MB | 0.7/2.6 MB | 502 kB | 201/236 kB
Progress (4): 2.2/5.0 MB | 0.7/2.6 MB | 502 kB | 205/236 kB
Progress (4): 2.2/5.0 MB | 0.7/2.6 MB | 502 kB | 209/236 kB
Progress (4): 2.2/5.0 MB | 0.7/2.6 MB | 502 kB | 213/236 kB
Progress (4): 2.2/5.0 MB | 0.7/2.6 MB | 502 kB | 213/236 kB
Progress (4): 2.2/5.0 MB | 0.7/2.6 MB | 502 kB | 217/236 kB
Progress (4): 2.2/5.0 MB | 0.7/2.6 MB | 502 kB | 221/236 kB
Progress (4): 2.2/5.0 MB | 0.7/2.6 MB | 502 kB | 225/236 kB
Progress (4): 2.3/5.0 MB | 0.7/2.6 MB | 502 kB | 225/236 kB
Progress (4): 2.3/5.0 MB | 0.7/2.6 MB | 502 kB | 229/236 kB
Progress (4): 2.3/5.0 MB | 0.7/2.6 MB | 502 kB | 233/236 kB
Progress (4): 2.3/5.0 MB | 0.7/2.6 MB | 502 kB | 236 kB
Progress (4): 2.3/5.0 MB | 0.7/2.6 MB | 502 kB | 236 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 412 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.8.1/junit-jupiter-api-5.8.1.jar
Progress (3): 2.3/5.0 MB | 0.7/2.6 MB | 236 kB
Progress (3): 2.3/5.0 MB | 0.7/2.6 MB | 236 kB
Progress (3): 2.3/5.0 MB | 0.7/2.6 MB | 236 kB
Progress (4): 2.3/5.0 MB | 0.7/2.6 MB | 236 kB | 4.1/752 kB
Progress (4): 2.3/5.0 MB | 0.7/2.6 MB | 236 kB | 8.2/752 kB
Progress (4): 2.3/5.0 MB | 0.7/2.6 MB | 236 kB | 12/752 kB
Progress (4): 2.3/5.0 MB | 0.7/2.6 MB | 236 kB | 16/752 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/opencsv/opencsv/5.5.2/opencsv-5.5.2.jar (236 kB at 192 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.8.1/junit-platform-commons-1.8.1.jar
Progress (3): 2.3/5.0 MB | 0.7/2.6 MB | 16/752 kB
Progress (3): 2.3/5.0 MB | 0.7/2.6 MB | 16/752 kB
Progress (3): 2.3/5.0 MB | 0.7/2.6 MB | 20/752 kB
Progress (3): 2.3/5.0 MB | 0.7/2.6 MB | 25/752 kB
Progress (3): 2.3/5.0 MB | 0.8/2.6 MB | 25/752 kB
Progress (3): 2.3/5.0 MB | 0.8/2.6 MB | 29/752 kB
Progress (3): 2.3/5.0 MB | 0.8/2.6 MB | 33/752 kB
Progress (4): 2.3/5.0 MB | 0.8/2.6 MB | 33/752 kB | 4.1/194 kB
Progress (4): 2.3/5.0 MB | 0.8/2.6 MB | 33/752 kB | 8.2/194 kB
Progress (4): 2.3/5.0 MB | 0.8/2.6 MB | 33/752 kB | 12/194 kB
Progress (4): 2.3/5.0 MB | 0.8/2.6 MB | 33/752 kB | 16/194 kB
Progress (4): 2.3/5.0 MB | 0.8/2.6 MB | 33/752 kB | 16/194 kB
Progress (4): 2.3/5.0 MB | 0.8/2.6 MB | 33/752 kB | 20/194 kB
Progress (4): 2.3/5.0 MB | 0.8/2.6 MB | 33/752 kB | 24/194 kB
Progress (4): 2.3/5.0 MB | 0.8/2.6 MB | 33/752 kB | 28/194 kB
Progress (4): 2.3/5.0 MB | 0.8/2.6 MB | 33/752 kB | 32/194 kB
Progress (4): 2.3/5.0 MB | 0.8/2.6 MB | 37/752 kB | 32/194 kB
Progress (4): 2.3/5.0 MB | 0.8/2.6 MB | 41/752 kB | 32/194 kB
Progress (4): 2.3/5.0 MB | 0.8/2.6 MB | 45/752 kB | 32/194 kB
Progress (4): 2.3/5.0 MB | 0.8/2.6 MB | 49/752 kB | 32/194 kB
Progress (4): 2.3/5.0 MB | 0.8/2.6 MB | 49/752 kB | 32/194 kB
Progress (4): 2.3/5.0 MB | 0.8/2.6 MB | 49/752 kB | 32/194 kB
Progress (4): 2.3/5.0 MB | 0.8/2.6 MB | 49/752 kB | 36/194 kB
Progress (4): 2.3/5.0 MB | 0.8/2.6 MB | 49/752 kB | 40/194 kB
Progress (4): 2.3/5.0 MB | 0.8/2.6 MB | 49/752 kB | 45/194 kB
Progress (4): 2.3/5.0 MB | 0.8/2.6 MB | 49/752 kB | 49/194 kB
Progress (5): 2.3/5.0 MB | 0.8/2.6 MB | 49/752 kB | 49/194 kB | 4.1/100 kB
Progress (5): 2.3/5.0 MB | 0.8/2.6 MB | 49/752 kB | 49/194 kB | 8.2/100 kB
Progress (5): 2.3/5.0 MB | 0.8/2.6 MB | 49/752 kB | 49/194 kB | 12/100 kB
Progress (5): 2.3/5.0 MB | 0.8/2.6 MB | 49/752 kB | 49/194 kB | 16/100 kB
Progress (5): 2.3/5.0 MB | 0.8/2.6 MB | 53/752 kB | 49/194 kB | 16/100 kB
Progress (5): 2.3/5.0 MB | 0.8/2.6 MB | 57/752 kB | 49/194 kB | 16/100 kB
Progress (5): 2.3/5.0 MB | 0.8/2.6 MB | 61/752 kB | 49/194 kB | 16/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 61/752 kB | 49/194 kB | 16/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 66/752 kB | 49/194 kB | 16/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 66/752 kB | 53/194 kB | 16/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 66/752 kB | 57/194 kB | 16/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 66/752 kB | 61/194 kB | 16/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 66/752 kB | 65/194 kB | 16/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 66/752 kB | 65/194 kB | 16/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 66/752 kB | 65/194 kB | 20/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 66/752 kB | 65/194 kB | 25/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 66/752 kB | 65/194 kB | 29/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 66/752 kB | 65/194 kB | 33/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 66/752 kB | 69/194 kB | 33/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 66/752 kB | 73/194 kB | 33/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 66/752 kB | 77/194 kB | 33/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 66/752 kB | 81/194 kB | 33/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 66/752 kB | 81/194 kB | 37/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 66/752 kB | 81/194 kB | 41/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 66/752 kB | 81/194 kB | 45/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 66/752 kB | 81/194 kB | 49/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 66/752 kB | 85/194 kB | 49/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 66/752 kB | 85/194 kB | 53/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 66/752 kB | 90/194 kB | 53/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 66/752 kB | 90/194 kB | 57/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 66/752 kB | 94/194 kB | 57/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 66/752 kB | 94/194 kB | 61/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 66/752 kB | 98/194 kB | 61/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 66/752 kB | 98/194 kB | 66/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 66/752 kB | 102/194 kB | 66/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 66/752 kB | 102/194 kB | 66/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 66/752 kB | 106/194 kB | 66/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 66/752 kB | 110/194 kB | 66/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 66/752 kB | 114/194 kB | 66/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 70/752 kB | 114/194 kB | 66/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 70/752 kB | 114/194 kB | 66/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 74/752 kB | 114/194 kB | 66/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 74/752 kB | 118/194 kB | 66/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 78/752 kB | 118/194 kB | 66/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 78/752 kB | 122/194 kB | 66/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 82/752 kB | 122/194 kB | 66/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 82/752 kB | 126/194 kB | 66/100 kB
Progress (5): 2.4/5.0 MB | 0.8/2.6 MB | 82/752 kB | 131/194 kB | 66/100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 82/752 kB | 131/194 kB | 66/100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 82/752 kB | 135/194 kB | 66/100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 82/752 kB | 139/194 kB | 66/100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 82/752 kB | 139/194 kB | 66/100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 82/752 kB | 143/194 kB | 66/100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 82/752 kB | 143/194 kB | 66/100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 82/752 kB | 147/194 kB | 66/100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 86/752 kB | 147/194 kB | 66/100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 90/752 kB | 147/194 kB | 66/100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 90/752 kB | 151/194 kB | 66/100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 94/752 kB | 151/194 kB | 66/100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 94/752 kB | 155/194 kB | 66/100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 98/752 kB | 155/194 kB | 66/100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 98/752 kB | 159/194 kB | 66/100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 98/752 kB | 159/194 kB | 66/100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 98/752 kB | 163/194 kB | 66/100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 102/752 kB | 163/194 kB | 66/100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 102/752 kB | 163/194 kB | 70/100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 106/752 kB | 163/194 kB | 70/100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 106/752 kB | 163/194 kB | 74/100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 111/752 kB | 163/194 kB | 74/100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 111/752 kB | 163/194 kB | 78/100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 115/752 kB | 163/194 kB | 78/100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 115/752 kB | 167/194 kB | 78/100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 115/752 kB | 167/194 kB | 82/100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 115/752 kB | 171/194 kB | 82/100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 115/752 kB | 176/194 kB | 82/100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 115/752 kB | 176/194 kB | 86/100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 115/752 kB | 180/194 kB | 86/100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 115/752 kB | 180/194 kB | 90/100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 115/752 kB | 180/194 kB | 94/100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 115/752 kB | 180/194 kB | 98/100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 115/752 kB | 180/194 kB | 100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 115/752 kB | 184/194 kB | 100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 115/752 kB | 188/194 kB | 100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 115/752 kB | 188/194 kB | 100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 115/752 kB | 192/194 kB | 100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 115/752 kB | 194 kB | 100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 115/752 kB | 194 kB | 100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 115/752 kB | 194 kB | 100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 119/752 kB | 194 kB | 100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 123/752 kB | 194 kB | 100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 127/752 kB | 194 kB | 100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 131/752 kB | 194 kB | 100 kB
Progress (5): 2.4/5.0 MB | 0.9/2.6 MB | 131/752 kB | 194 kB | 100 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.8.1/junit-platform-commons-1.8.1.jar (100 kB at 78 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.8.1/junit-jupiter-api-5.8.1.jar (194 kB at 150 kB/s)
Progress (3): 2.4/5.0 MB | 0.9/2.6 MB | 135/752 kB
Progress (3): 2.4/5.0 MB | 0.9/2.6 MB | 139/752 kB
Progress (3): 2.4/5.0 MB | 0.9/2.6 MB | 143/752 kB
Progress (3): 2.4/5.0 MB | 0.9/2.6 MB | 147/752 kB
Progress (3): 2.5/5.0 MB | 0.9/2.6 MB | 147/752 kB
Progress (3): 2.5/5.0 MB | 0.9/2.6 MB | 147/752 kB
Progress (3): 2.5/5.0 MB | 0.9/2.6 MB | 152/752 kB
Progress (3): 2.5/5.0 MB | 0.9/2.6 MB | 156/752 kB
Progress (3): 2.5/5.0 MB | 0.9/2.6 MB | 160/752 kB
Progress (3): 2.5/5.0 MB | 0.9/2.6 MB | 160/752 kB
Progress (3): 2.5/5.0 MB | 0.9/2.6 MB | 164/752 kB
Progress (3): 2.5/5.0 MB | 1.0/2.6 MB | 164/752 kB
Progress (3): 2.5/5.0 MB | 1.0/2.6 MB | 164/752 kB
Progress (3): 2.5/5.0 MB | 1.0/2.6 MB | 168/752 kB
Progress (3): 2.5/5.0 MB | 1.0/2.6 MB | 172/752 kB
Progress (3): 2.5/5.0 MB | 1.0/2.6 MB | 176/752 kB
Progress (3): 2.5/5.0 MB | 1.0/2.6 MB | 180/752 kB
Progress (3): 2.5/5.0 MB | 1.0/2.6 MB | 180/752 kB
Progress (3): 2.5/5.0 MB | 1.0/2.6 MB | 180/752 kB
Progress (3): 2.5/5.0 MB | 1.0/2.6 MB | 180/752 kB
Progress (3): 2.5/5.0 MB | 1.0/2.6 MB | 184/752 kB
Progress (3): 2.5/5.0 MB | 1.0/2.6 MB | 188/752 kB
Progress (3): 2.5/5.0 MB | 1.0/2.6 MB | 193/752 kB
Progress (3): 2.5/5.0 MB | 1.0/2.6 MB | 197/752 kB
Progress (3): 2.5/5.0 MB | 1.0/2.6 MB | 197/752 kB
Progress (3): 2.5/5.0 MB | 1.0/2.6 MB | 201/752 kB
Progress (3): 2.5/5.0 MB | 1.0/2.6 MB | 205/752 kB
Progress (3): 2.5/5.0 MB | 1.0/2.6 MB | 209/752 kB
Progress (3): 2.5/5.0 MB | 1.0/2.6 MB | 213/752 kB
Progress (3): 2.5/5.0 MB | 1.0/2.6 MB | 213/752 kB
Progress (3): 2.5/5.0 MB | 1.0/2.6 MB | 213/752 kB
Progress (3): 2.6/5.0 MB | 1.0/2.6 MB | 213/752 kB
Progress (3): 2.6/5.0 MB | 1.0/2.6 MB | 217/752 kB
Progress (3): 2.6/5.0 MB | 1.0/2.6 MB | 221/752 kB
Progress (3): 2.6/5.0 MB | 1.0/2.6 MB | 225/752 kB
Progress (3): 2.6/5.0 MB | 1.0/2.6 MB | 229/752 kB
Progress (3): 2.6/5.0 MB | 1.0/2.6 MB | 229/752 kB
Progress (3): 2.6/5.0 MB | 1.1/2.6 MB | 229/752 kB
Progress (3): 2.6/5.0 MB | 1.1/2.6 MB | 233/752 kB
Progress (3): 2.6/5.0 MB | 1.1/2.6 MB | 238/752 kB
Progress (3): 2.6/5.0 MB | 1.1/2.6 MB | 242/752 kB
Progress (3): 2.6/5.0 MB | 1.1/2.6 MB | 246/752 kB
Progress (3): 2.6/5.0 MB | 1.1/2.6 MB | 246/752 kB
Progress (3): 2.6/5.0 MB | 1.1/2.6 MB | 246/752 kB
Progress (3): 2.6/5.0 MB | 1.1/2.6 MB | 250/752 kB
Progress (3): 2.6/5.0 MB | 1.1/2.6 MB | 254/752 kB
Progress (3): 2.6/5.0 MB | 1.1/2.6 MB | 258/752 kB
Progress (3): 2.6/5.0 MB | 1.1/2.6 MB | 262/752 kB
Progress (3): 2.6/5.0 MB | 1.1/2.6 MB | 262/752 kB
Progress (3): 2.6/5.0 MB | 1.1/2.6 MB | 262/752 kB
Progress (3): 2.6/5.0 MB | 1.1/2.6 MB | 266/752 kB
Progress (3): 2.6/5.0 MB | 1.1/2.6 MB | 270/752 kB
Progress (3): 2.6/5.0 MB | 1.1/2.6 MB | 274/752 kB
Progress (3): 2.6/5.0 MB | 1.1/2.6 MB | 279/752 kB
Progress (3): 2.6/5.0 MB | 1.1/2.6 MB | 279/752 kB
Progress (3): 2.6/5.0 MB | 1.1/2.6 MB | 279/752 kB
Progress (3): 2.6/5.0 MB | 1.1/2.6 MB | 283/752 kB
Progress (3): 2.6/5.0 MB | 1.1/2.6 MB | 287/752 kB
Progress (3): 2.6/5.0 MB | 1.1/2.6 MB | 287/752 kB
Progress (3): 2.6/5.0 MB | 1.1/2.6 MB | 291/752 kB
Progress (3): 2.6/5.0 MB | 1.1/2.6 MB | 295/752 kB
Progress (3): 2.6/5.0 MB | 1.1/2.6 MB | 295/752 kB
Progress (3): 2.6/5.0 MB | 1.1/2.6 MB | 299/752 kB
Progress (3): 2.6/5.0 MB | 1.1/2.6 MB | 303/752 kB
Progress (3): 2.6/5.0 MB | 1.1/2.6 MB | 307/752 kB
Progress (3): 2.6/5.0 MB | 1.1/2.6 MB | 311/752 kB
Progress (3): 2.6/5.0 MB | 1.2/2.6 MB | 311/752 kB
Progress (3): 2.7/5.0 MB | 1.2/2.6 MB | 311/752 kB
Progress (3): 2.7/5.0 MB | 1.2/2.6 MB | 311/752 kB
Progress (3): 2.7/5.0 MB | 1.2/2.6 MB | 315/752 kB
Progress (3): 2.7/5.0 MB | 1.2/2.6 MB | 319/752 kB
Progress (3): 2.7/5.0 MB | 1.2/2.6 MB | 324/752 kB
Progress (3): 2.7/5.0 MB | 1.2/2.6 MB | 328/752 kB
Progress (3): 2.7/5.0 MB | 1.2/2.6 MB | 328/752 kB
Progress (3): 2.7/5.0 MB | 1.2/2.6 MB | 328/752 kB
Progress (3): 2.7/5.0 MB | 1.2/2.6 MB | 328/752 kB
Progress (3): 2.7/5.0 MB | 1.2/2.6 MB | 332/752 kB
Progress (3): 2.7/5.0 MB | 1.2/2.6 MB | 336/752 kB
Progress (3): 2.7/5.0 MB | 1.2/2.6 MB | 340/752 kB
Progress (3): 2.7/5.0 MB | 1.2/2.6 MB | 344/752 kB
Progress (3): 2.7/5.0 MB | 1.2/2.6 MB | 344/752 kB
Progress (3): 2.7/5.0 MB | 1.2/2.6 MB | 344/752 kB
Progress (3): 2.7/5.0 MB | 1.2/2.6 MB | 348/752 kB
Progress (3): 2.7/5.0 MB | 1.2/2.6 MB | 352/752 kB
Progress (3): 2.7/5.0 MB | 1.2/2.6 MB | 356/752 kB
Progress (3): 2.7/5.0 MB | 1.2/2.6 MB | 360/752 kB
Progress (3): 2.7/5.0 MB | 1.2/2.6 MB | 360/752 kB
Progress (3): 2.7/5.0 MB | 1.2/2.6 MB | 365/752 kB
Progress (3): 2.7/5.0 MB | 1.3/2.6 MB | 365/752 kB
Progress (3): 2.7/5.0 MB | 1.3/2.6 MB | 369/752 kB
Progress (3): 2.7/5.0 MB | 1.3/2.6 MB | 373/752 kB
Progress (3): 2.7/5.0 MB | 1.3/2.6 MB | 377/752 kB
Progress (3): 2.7/5.0 MB | 1.3/2.6 MB | 377/752 kB
Progress (3): 2.7/5.0 MB | 1.3/2.6 MB | 377/752 kB
Progress (3): 2.7/5.0 MB | 1.3/2.6 MB | 381/752 kB
Progress (3): 2.7/5.0 MB | 1.3/2.6 MB | 385/752 kB
Progress (3): 2.7/5.0 MB | 1.3/2.6 MB | 389/752 kB
Progress (3): 2.7/5.0 MB | 1.3/2.6 MB | 393/752 kB
Progress (3): 2.8/5.0 MB | 1.3/2.6 MB | 393/752 kB
Progress (3): 2.8/5.0 MB | 1.3/2.6 MB | 393/752 kB
Progress (3): 2.8/5.0 MB | 1.3/2.6 MB | 397/752 kB
Progress (3): 2.8/5.0 MB | 1.3/2.6 MB | 401/752 kB
Progress (3): 2.8/5.0 MB | 1.3/2.6 MB | 406/752 kB
Progress (3): 2.8/5.0 MB | 1.3/2.6 MB | 410/752 kB
Progress (3): 2.8/5.0 MB | 1.3/2.6 MB | 410/752 kB
Progress (3): 2.8/5.0 MB | 1.3/2.6 MB | 410/752 kB
Progress (3): 2.8/5.0 MB | 1.3/2.6 MB | 414/752 kB
Progress (3): 2.8/5.0 MB | 1.3/2.6 MB | 418/752 kB
Progress (3): 2.8/5.0 MB | 1.3/2.6 MB | 422/752 kB
Progress (3): 2.8/5.0 MB | 1.3/2.6 MB | 426/752 kB
Progress (3): 2.8/5.0 MB | 1.3/2.6 MB | 426/752 kB
Progress (3): 2.8/5.0 MB | 1.3/2.6 MB | 426/752 kB
Progress (3): 2.8/5.0 MB | 1.3/2.6 MB | 430/752 kB
Progress (3): 2.8/5.0 MB | 1.3/2.6 MB | 434/752 kB
Progress (3): 2.8/5.0 MB | 1.3/2.6 MB | 434/752 kB
Progress (3): 2.8/5.0 MB | 1.3/2.6 MB | 438/752 kB
Progress (3): 2.8/5.0 MB | 1.3/2.6 MB | 442/752 kB
Progress (3): 2.8/5.0 MB | 1.3/2.6 MB | 442/752 kB
Progress (3): 2.8/5.0 MB | 1.3/2.6 MB | 446/752 kB
Progress (3): 2.8/5.0 MB | 1.3/2.6 MB | 451/752 kB
Progress (3): 2.8/5.0 MB | 1.3/2.6 MB | 455/752 kB
Progress (3): 2.8/5.0 MB | 1.3/2.6 MB | 459/752 kB
Progress (3): 2.8/5.0 MB | 1.4/2.6 MB | 459/752 kB
Progress (3): 2.8/5.0 MB | 1.4/2.6 MB | 459/752 kB
Progress (3): 2.8/5.0 MB | 1.4/2.6 MB | 463/752 kB
Progress (3): 2.8/5.0 MB | 1.4/2.6 MB | 467/752 kB
Progress (3): 2.8/5.0 MB | 1.4/2.6 MB | 471/752 kB
Progress (3): 2.8/5.0 MB | 1.4/2.6 MB | 475/752 kB
Progress (3): 2.8/5.0 MB | 1.4/2.6 MB | 475/752 kB
Progress (3): 2.9/5.0 MB | 1.4/2.6 MB | 475/752 kB
Progress (3): 2.9/5.0 MB | 1.4/2.6 MB | 479/752 kB
Progress (3): 2.9/5.0 MB | 1.4/2.6 MB | 483/752 kB
Progress (3): 2.9/5.0 MB | 1.4/2.6 MB | 487/752 kB
Progress (3): 2.9/5.0 MB | 1.4/2.6 MB | 492/752 kB
Progress (3): 2.9/5.0 MB | 1.4/2.6 MB | 492/752 kB
Progress (3): 2.9/5.0 MB | 1.4/2.6 MB | 492/752 kB
Progress (3): 2.9/5.0 MB | 1.4/2.6 MB | 496/752 kB
Progress (3): 2.9/5.0 MB | 1.4/2.6 MB | 500/752 kB
Progress (3): 2.9/5.0 MB | 1.4/2.6 MB | 504/752 kB
Progress (3): 2.9/5.0 MB | 1.4/2.6 MB | 508/752 kB
Progress (3): 2.9/5.0 MB | 1.4/2.6 MB | 508/752 kB
Progress (3): 2.9/5.0 MB | 1.4/2.6 MB | 508/752 kB
Progress (3): 2.9/5.0 MB | 1.4/2.6 MB | 512/752 kB
Progress (3): 2.9/5.0 MB | 1.4/2.6 MB | 516/752 kB
Progress (3): 2.9/5.0 MB | 1.4/2.6 MB | 516/752 kB
Progress (3): 2.9/5.0 MB | 1.4/2.6 MB | 520/752 kB
Progress (3): 2.9/5.0 MB | 1.4/2.6 MB | 524/752 kB
Progress (3): 2.9/5.0 MB | 1.4/2.6 MB | 528/752 kB
Progress (3): 2.9/5.0 MB | 1.4/2.6 MB | 532/752 kB
Progress (3): 2.9/5.0 MB | 1.4/2.6 MB | 532/752 kB
Progress (3): 2.9/5.0 MB | 1.4/2.6 MB | 537/752 kB
Progress (3): 2.9/5.0 MB | 1.4/2.6 MB | 541/752 kB
Progress (3): 2.9/5.0 MB | 1.5/2.6 MB | 541/752 kB
Progress (3): 2.9/5.0 MB | 1.5/2.6 MB | 541/752 kB
Progress (3): 2.9/5.0 MB | 1.5/2.6 MB | 545/752 kB
Progress (3): 2.9/5.0 MB | 1.5/2.6 MB | 549/752 kB
Progress (3): 2.9/5.0 MB | 1.5/2.6 MB | 553/752 kB
Progress (3): 2.9/5.0 MB | 1.5/2.6 MB | 557/752 kB
Progress (3): 2.9/5.0 MB | 1.5/2.6 MB | 557/752 kB
Progress (3): 3.0/5.0 MB | 1.5/2.6 MB | 557/752 kB
Progress (3): 3.0/5.0 MB | 1.5/2.6 MB | 561/752 kB
Progress (3): 3.0/5.0 MB | 1.5/2.6 MB | 565/752 kB
Progress (3): 3.0/5.0 MB | 1.5/2.6 MB | 569/752 kB
Progress (3): 3.0/5.0 MB | 1.5/2.6 MB | 573/752 kB
Progress (3): 3.0/5.0 MB | 1.5/2.6 MB | 573/752 kB
Progress (3): 3.0/5.0 MB | 1.5/2.6 MB | 578/752 kB
Progress (3): 3.0/5.0 MB | 1.5/2.6 MB | 582/752 kB
Progress (3): 3.0/5.0 MB | 1.5/2.6 MB | 582/752 kB
Progress (3): 3.0/5.0 MB | 1.5/2.6 MB | 585/752 kB
Progress (3): 3.0/5.0 MB | 1.5/2.6 MB | 585/752 kB
Progress (3): 3.0/5.0 MB | 1.5/2.6 MB | 589/752 kB
Progress (3): 3.0/5.0 MB | 1.5/2.6 MB | 593/752 kB
Progress (3): 3.0/5.0 MB | 1.5/2.6 MB | 597/752 kB
Progress (3): 3.0/5.0 MB | 1.5/2.6 MB | 601/752 kB
Progress (3): 3.0/5.0 MB | 1.5/2.6 MB | 601/752 kB
Progress (3): 3.0/5.0 MB | 1.5/2.6 MB | 601/752 kB
Progress (3): 3.0/5.0 MB | 1.5/2.6 MB | 601/752 kB
Progress (3): 3.0/5.0 MB | 1.5/2.6 MB | 605/752 kB
Progress (3): 3.0/5.0 MB | 1.5/2.6 MB | 609/752 kB
Progress (3): 3.0/5.0 MB | 1.5/2.6 MB | 613/752 kB
Progress (3): 3.0/5.0 MB | 1.5/2.6 MB | 617/752 kB
Progress (3): 3.0/5.0 MB | 1.6/2.6 MB | 617/752 kB
Progress (3): 3.0/5.0 MB | 1.6/2.6 MB | 617/752 kB
Progress (3): 3.0/5.0 MB | 1.6/2.6 MB | 622/752 kB
Progress (3): 3.0/5.0 MB | 1.6/2.6 MB | 626/752 kB
Progress (3): 3.0/5.0 MB | 1.6/2.6 MB | 630/752 kB
Progress (3): 3.0/5.0 MB | 1.6/2.6 MB | 634/752 kB
Progress (3): 3.0/5.0 MB | 1.6/2.6 MB | 634/752 kB
Progress (3): 3.0/5.0 MB | 1.6/2.6 MB | 634/752 kB
Progress (3): 3.0/5.0 MB | 1.6/2.6 MB | 638/752 kB
Progress (3): 3.0/5.0 MB | 1.6/2.6 MB | 642/752 kB
Progress (3): 3.0/5.0 MB | 1.6/2.6 MB | 646/752 kB
Progress (3): 3.0/5.0 MB | 1.6/2.6 MB | 650/752 kB
Progress (3): 3.1/5.0 MB | 1.6/2.6 MB | 650/752 kB
Progress (3): 3.1/5.0 MB | 1.6/2.6 MB | 650/752 kB
Progress (3): 3.1/5.0 MB | 1.6/2.6 MB | 654/752 kB
Progress (3): 3.1/5.0 MB | 1.6/2.6 MB | 658/752 kB
Progress (3): 3.1/5.0 MB | 1.6/2.6 MB | 663/752 kB
Progress (3): 3.1/5.0 MB | 1.6/2.6 MB | 667/752 kB
Progress (3): 3.1/5.0 MB | 1.6/2.6 MB | 667/752 kB
Progress (3): 3.1/5.0 MB | 1.6/2.6 MB | 667/752 kB
Progress (3): 3.1/5.0 MB | 1.6/2.6 MB | 671/752 kB
Progress (3): 3.1/5.0 MB | 1.6/2.6 MB | 675/752 kB
Progress (3): 3.1/5.0 MB | 1.6/2.6 MB | 679/752 kB
Progress (3): 3.1/5.0 MB | 1.6/2.6 MB | 683/752 kB
Progress (3): 3.1/5.0 MB | 1.6/2.6 MB | 683/752 kB
Progress (3): 3.1/5.0 MB | 1.6/2.6 MB | 687/752 kB
Progress (3): 3.1/5.0 MB | 1.6/2.6 MB | 691/752 kB
Progress (3): 3.1/5.0 MB | 1.6/2.6 MB | 695/752 kB
Progress (3): 3.1/5.0 MB | 1.6/2.6 MB | 699/752 kB
Progress (3): 3.1/5.0 MB | 1.6/2.6 MB | 699/752 kB
Progress (3): 3.1/5.0 MB | 1.7/2.6 MB | 699/752 kB
Progress (3): 3.1/5.0 MB | 1.7/2.6 MB | 699/752 kB
Progress (3): 3.1/5.0 MB | 1.7/2.6 MB | 699/752 kB
Progress (3): 3.1/5.0 MB | 1.7/2.6 MB | 703/752 kB
Progress (3): 3.1/5.0 MB | 1.7/2.6 MB | 708/752 kB
Progress (3): 3.1/5.0 MB | 1.7/2.6 MB | 712/752 kB
Progress (3): 3.1/5.0 MB | 1.7/2.6 MB | 716/752 kB
Progress (3): 3.1/5.0 MB | 1.7/2.6 MB | 716/752 kB
Progress (3): 3.1/5.0 MB | 1.7/2.6 MB | 720/752 kB
Progress (3): 3.1/5.0 MB | 1.7/2.6 MB | 724/752 kB
Progress (3): 3.1/5.0 MB | 1.7/2.6 MB | 728/752 kB
Progress (3): 3.1/5.0 MB | 1.7/2.6 MB | 732/752 kB
Progress (3): 3.1/5.0 MB | 1.7/2.6 MB | 732/752 kB
Progress (3): 3.2/5.0 MB | 1.7/2.6 MB | 732/752 kB
Progress (3): 3.2/5.0 MB | 1.7/2.6 MB | 732/752 kB
Progress (3): 3.2/5.0 MB | 1.7/2.6 MB | 736/752 kB
Progress (3): 3.2/5.0 MB | 1.7/2.6 MB | 740/752 kB
Progress (3): 3.2/5.0 MB | 1.7/2.6 MB | 740/752 kB
Progress (3): 3.2/5.0 MB | 1.7/2.6 MB | 744/752 kB
Progress (3): 3.2/5.0 MB | 1.7/2.6 MB | 749/752 kB
Progress (3): 3.2/5.0 MB | 1.7/2.6 MB | 752 kB
Progress (3): 3.2/5.0 MB | 1.7/2.6 MB | 752 kB
Progress (3): 3.2/5.0 MB | 1.8/2.6 MB | 752 kB
Progress (3): 3.2/5.0 MB | 1.8/2.6 MB | 752 kB
Progress (3): 3.2/5.0 MB | 1.8/2.6 MB | 752 kB
Progress (3): 3.2/5.0 MB | 1.8/2.6 MB | 752 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar (752 kB at 506 kB/s)
Progress (2): 3.2/5.0 MB | 1.8/2.6 MB
Progress (2): 3.2/5.0 MB | 1.8/2.6 MB
Progress (2): 3.2/5.0 MB | 1.8/2.6 MB
Progress (2): 3.3/5.0 MB | 1.8/2.6 MB
Progress (2): 3.3/5.0 MB | 1.8/2.6 MB
Progress (2): 3.3/5.0 MB | 1.8/2.6 MB
Progress (2): 3.3/5.0 MB | 1.9/2.6 MB
Progress (2): 3.3/5.0 MB | 1.9/2.6 MB
Progress (2): 3.3/5.0 MB | 1.9/2.6 MB
Progress (2): 3.3/5.0 MB | 1.9/2.6 MB
Progress (2): 3.3/5.0 MB | 1.9/2.6 MB
Progress (2): 3.3/5.0 MB | 1.9/2.6 MB
Progress (2): 3.4/5.0 MB | 1.9/2.6 MB
Progress (2): 3.4/5.0 MB | 1.9/2.6 MB
Progress (2): 3.4/5.0 MB | 1.9/2.6 MB
Progress (2): 3.4/5.0 MB | 1.9/2.6 MB
Progress (2): 3.4/5.0 MB | 2.0/2.6 MB
Progress (2): 3.4/5.0 MB | 2.0/2.6 MB
Progress (2): 3.4/5.0 MB | 2.0/2.6 MB
Progress (2): 3.4/5.0 MB | 2.0/2.6 MB
Progress (2): 3.4/5.0 MB | 2.0/2.6 MB
Progress (2): 3.4/5.0 MB | 2.0/2.6 MB
Progress (2): 3.4/5.0 MB | 2.0/2.6 MB
Progress (2): 3.5/5.0 MB | 2.0/2.6 MB
Progress (2): 3.5/5.0 MB | 2.0/2.6 MB
Progress (2): 3.5/5.0 MB | 2.1/2.6 MB
Progress (2): 3.5/5.0 MB | 2.1/2.6 MB
Progress (2): 3.5/5.0 MB | 2.1/2.6 MB
Progress (2): 3.5/5.0 MB | 2.1/2.6 MB
Progress (2): 3.5/5.0 MB | 2.1/2.6 MB
Progress (2): 3.5/5.0 MB | 2.1/2.6 MB
Progress (2): 3.5/5.0 MB | 2.1/2.6 MB
Progress (2): 3.5/5.0 MB | 2.1/2.6 MB
Progress (2): 3.6/5.0 MB | 2.1/2.6 MB
Progress (2): 3.6/5.0 MB | 2.1/2.6 MB
Progress (2): 3.6/5.0 MB | 2.2/2.6 MB
Progress (2): 3.6/5.0 MB | 2.2/2.6 MB
Progress (2): 3.6/5.0 MB | 2.2/2.6 MB
Progress (2): 3.6/5.0 MB | 2.2/2.6 MB
Progress (2): 3.6/5.0 MB | 2.2/2.6 MB
Progress (2): 3.6/5.0 MB | 2.2/2.6 MB
Progress (2): 3.6/5.0 MB | 2.2/2.6 MB
Progress (2): 3.6/5.0 MB | 2.2/2.6 MB
Progress (2): 3.7/5.0 MB | 2.2/2.6 MB
Progress (2): 3.7/5.0 MB | 2.2/2.6 MB
Progress (2): 3.7/5.0 MB | 2.3/2.6 MB
Progress (2): 3.7/5.0 MB | 2.3/2.6 MB
Progress (2): 3.7/5.0 MB | 2.3/2.6 MB
Progress (2): 3.7/5.0 MB | 2.3/2.6 MB
Progress (2): 3.7/5.0 MB | 2.3/2.6 MB
Progress (2): 3.7/5.0 MB | 2.3/2.6 MB
Progress (2): 3.7/5.0 MB | 2.3/2.6 MB
Progress (2): 3.7/5.0 MB | 2.3/2.6 MB
Progress (2): 3.7/5.0 MB | 2.3/2.6 MB
Progress (2): 3.8/5.0 MB | 2.3/2.6 MB
Progress (2): 3.8/5.0 MB | 2.4/2.6 MB
Progress (2): 3.8/5.0 MB | 2.4/2.6 MB
Progress (2): 3.8/5.0 MB | 2.4/2.6 MB
Progress (2): 3.8/5.0 MB | 2.4/2.6 MB
Progress (2): 3.8/5.0 MB | 2.4/2.6 MB
Progress (2): 3.8/5.0 MB | 2.4/2.6 MB
Progress (2): 3.8/5.0 MB | 2.4/2.6 MB
Progress (2): 3.8/5.0 MB | 2.4/2.6 MB
Progress (2): 3.8/5.0 MB | 2.4/2.6 MB
Progress (2): 3.9/5.0 MB | 2.4/2.6 MB
Progress (2): 3.9/5.0 MB | 2.5/2.6 MB
Progress (2): 3.9/5.0 MB | 2.5/2.6 MB
Progress (2): 3.9/5.0 MB | 2.5/2.6 MB
Progress (2): 3.9/5.0 MB | 2.5/2.6 MB
Progress (2): 3.9/5.0 MB | 2.5/2.6 MB
Progress (2): 3.9/5.0 MB | 2.5/2.6 MB
Progress (2): 3.9/5.0 MB | 2.5/2.6 MB
Progress (2): 3.9/5.0 MB | 2.5/2.6 MB
Progress (2): 3.9/5.0 MB | 2.5/2.6 MB
Progress (2): 3.9/5.0 MB | 2.6/2.6 MB
Progress (2): 4.0/5.0 MB | 2.6/2.6 MB
Progress (2): 4.0/5.0 MB | 2.6/2.6 MB
Progress (2): 4.0/5.0 MB | 2.6/2.6 MB
Progress (2): 4.0/5.0 MB | 2.6/2.6 MB
Progress (2): 4.0/5.0 MB | 2.6 MB
Progress (2): 4.0/5.0 MB | 2.6 MB
Progress (2): 4.0/5.0 MB | 2.6 MB
Progress (2): 4.1/5.0 MB | 2.6 MB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/25.1-android/guava-25.1-android.jar (2.6 MB at 1.6 MB/s)
Progress (1): 4.1/5.0 MB
Progress (1): 4.1/5.0 MB
Progress (1): 4.1/5.0 MB
Progress (1): 4.2/5.0 MB
Progress (1): 4.2/5.0 MB
Progress (1): 4.2/5.0 MB
Progress (1): 4.2/5.0 MB
Progress (1): 4.3/5.0 MB
Progress (1): 4.3/5.0 MB
Progress (1): 4.3/5.0 MB
Progress (1): 4.3/5.0 MB
Progress (1): 4.4/5.0 MB
Progress (1): 4.4/5.0 MB
Progress (1): 4.4/5.0 MB
Progress (1): 4.4/5.0 MB
Progress (1): 4.5/5.0 MB
Progress (1): 4.5/5.0 MB
Progress (1): 4.5/5.0 MB
Progress (1): 4.5/5.0 MB
Progress (1): 4.6/5.0 MB
Progress (1): 4.6/5.0 MB
Progress (1): 4.6/5.0 MB
Progress (1): 4.6/5.0 MB
Progress (1): 4.6/5.0 MB
Progress (1): 4.7/5.0 MB
Progress (1): 4.7/5.0 MB
Progress (1): 4.7/5.0 MB
Progress (1): 4.7/5.0 MB
Progress (1): 4.8/5.0 MB
Progress (1): 4.8/5.0 MB
Progress (1): 4.8/5.0 MB
Progress (1): 4.8/5.0 MB
Progress (1): 4.9/5.0 MB
Progress (1): 4.9/5.0 MB
Progress (1): 4.9/5.0 MB
Progress (1): 4.9/5.0 MB
Progress (1): 5.0/5.0 MB
Progress (1): 5.0/5.0 MB
Progress (1): 5.0 MB

Downloaded from Maven: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar (5.0 MB at 2.8 MB/s)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
Progress (1): 1.5 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 81 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
Progress (1): 4.1/9.0 kB
Progress (1): 8.2/9.0 kB
Progress (1): 9.0 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 476 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom
Progress (1): 4.1/15 kB
Progress (1): 8.2/15 kB
Progress (1): 12/15 kB
Progress (1): 15 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 802 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom
Progress (1): 3.4 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom (3.4 kB at 191 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar
Progress (1): 4.1/13 kB
Progress (1): 8.2/13 kB
Progress (1): 12/13 kB
Progress (1): 13 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 677 kB/s)
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
Downloading from Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/3.12.4/mockito-core-3.12.4.pom
Progress (1): 2.5 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/3.12.4/mockito-core-3.12.4.pom (2.5 kB at 147 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.11.13/byte-buddy-1.11.13.pom
Progress (1): 4.1/12 kB
Progress (1): 8.2/12 kB
Progress (1): 12 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.11.13/byte-buddy-1.11.13.pom (12 kB at 659 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.11.13/byte-buddy-parent-1.11.13.pom
Progress (1): 4.1/43 kB
Progress (1): 8.2/43 kB
Progress (1): 12/43 kB
Progress (1): 16/43 kB
Progress (1): 20/43 kB
Progress (1): 24/43 kB
Progress (1): 28/43 kB
Progress (1): 32/43 kB
Progress (1): 36/43 kB
Progress (1): 40/43 kB
Progress (1): 43 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.11.13/byte-buddy-parent-1.11.13.pom (43 kB at 2.0 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.11.13/byte-buddy-agent-1.11.13.pom
Progress (1): 4.1/11 kB
Progress (1): 8.2/11 kB
Progress (1): 11 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.11.13/byte-buddy-agent-1.11.13.pom (11 kB at 573 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom
Progress (1): 4.1/12 kB
Progress (1): 8.2/12 kB
Progress (1): 12 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom (12 kB at 678 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.1-jre.pom
Progress (1): 4.1/14 kB
Progress (1): 8.2/14 kB
Progress (1): 12/14 kB
Progress (1): 14 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.1-jre.pom (14 kB at 749 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom
Progress (1): 2.2 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom (2.2 kB at 124 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom
Progress (1): 2.1 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom (2.1 kB at 124 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom
Progress (1): 4.1/7.0 kB
Progress (1): 7.0 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom (7.0 kB at 410 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/3.12.4/mockito-core-3.12.4.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.11.13/byte-buddy-1.11.13.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.11.13/byte-buddy-agent-1.11.13.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar
Progress (1): 4.1/682 kB
Progress (1): 8.2/682 kB
Progress (1): 12/682 kB
Progress (1): 16/682 kB
Progress (2): 16/682 kB | 4.1/252 kB
Progress (2): 16/682 kB | 8.2/252 kB
Progress (2): 16/682 kB | 12/252 kB
Progress (2): 16/682 kB | 16/252 kB
Progress (2): 20/682 kB | 16/252 kB
Progress (2): 24/682 kB | 16/252 kB
Progress (2): 28/682 kB | 16/252 kB
Progress (2): 32/682 kB | 16/252 kB
Progress (2): 32/682 kB | 20/252 kB
Progress (2): 32/682 kB | 25/252 kB
Progress (2): 32/682 kB | 29/252 kB
Progress (2): 32/682 kB | 33/252 kB
Progress (2): 36/682 kB | 33/252 kB
Progress (2): 40/682 kB | 33/252 kB
Progress (2): 45/682 kB | 33/252 kB
Progress (2): 49/682 kB | 33/252 kB
Progress (2): 49/682 kB | 37/252 kB
Progress (3): 49/682 kB | 37/252 kB | 4.1/231 kB
Progress (3): 49/682 kB | 41/252 kB | 4.1/231 kB
Progress (3): 49/682 kB | 45/252 kB | 4.1/231 kB
Progress (3): 49/682 kB | 45/252 kB | 8.2/231 kB
Progress (3): 49/682 kB | 49/252 kB | 8.2/231 kB
Progress (3): 49/682 kB | 49/252 kB | 12/231 kB
Progress (3): 49/682 kB | 49/252 kB | 16/231 kB
Progress (4): 49/682 kB | 49/252 kB | 16/231 kB | 0/2.9 MB
Progress (4): 53/682 kB | 49/252 kB | 16/231 kB | 0/2.9 MB
Progress (4): 57/682 kB | 49/252 kB | 16/231 kB | 0/2.9 MB
Progress (4): 61/682 kB | 49/252 kB | 16/231 kB | 0/2.9 MB
Progress (4): 65/682 kB | 49/252 kB | 16/231 kB | 0/2.9 MB
Progress (5): 65/682 kB | 49/252 kB | 16/231 kB | 0/2.9 MB | 0/3.6 MB
Progress (5): 65/682 kB | 53/252 kB | 16/231 kB | 0/2.9 MB | 0/3.6 MB
Progress (5): 65/682 kB | 57/252 kB | 16/231 kB | 0/2.9 MB | 0/3.6 MB
Progress (5): 65/682 kB | 61/252 kB | 16/231 kB | 0/2.9 MB | 0/3.6 MB
Progress (5): 69/682 kB | 61/252 kB | 16/231 kB | 0/2.9 MB | 0/3.6 MB
Progress (5): 69/682 kB | 61/252 kB | 16/231 kB | 0/2.9 MB | 0/3.6 MB
Progress (5): 69/682 kB | 66/252 kB | 16/231 kB | 0/2.9 MB | 0/3.6 MB
Progress (5): 73/682 kB | 66/252 kB | 16/231 kB | 0/2.9 MB | 0/3.6 MB
Progress (5): 77/682 kB | 66/252 kB | 16/231 kB | 0/2.9 MB | 0/3.6 MB
Progress (5): 77/682 kB | 70/252 kB | 16/231 kB | 0/2.9 MB | 0/3.6 MB
Progress (5): 81/682 kB | 70/252 kB | 16/231 kB | 0/2.9 MB | 0/3.6 MB
Progress (5): 81/682 kB | 74/252 kB | 16/231 kB | 0/2.9 MB | 0/3.6 MB
Progress (5): 81/682 kB | 78/252 kB | 16/231 kB | 0/2.9 MB | 0/3.6 MB
Progress (5): 81/682 kB | 82/252 kB | 16/231 kB | 0/2.9 MB | 0/3.6 MB
Progress (5): 81/682 kB | 82/252 kB | 20/231 kB | 0/2.9 MB | 0/3.6 MB
Progress (5): 81/682 kB | 82/252 kB | 24/231 kB | 0/2.9 MB | 0/3.6 MB
Progress (5): 81/682 kB | 82/252 kB | 28/231 kB | 0/2.9 MB | 0/3.6 MB
Progress (5): 81/682 kB | 82/252 kB | 32/231 kB | 0/2.9 MB | 0/3.6 MB
Progress (5): 81/682 kB | 82/252 kB | 32/231 kB | 0/2.9 MB | 0/3.6 MB
Progress (5): 81/682 kB | 82/252 kB | 32/231 kB | 0.1/2.9 MB | 0/3.6 MB
Progress (5): 85/682 kB | 82/252 kB | 32/231 kB | 0.1/2.9 MB | 0/3.6 MB
Progress (5): 90/682 kB | 82/252 kB | 32/231 kB | 0.1/2.9 MB | 0/3.6 MB
Progress (5): 94/682 kB | 82/252 kB | 32/231 kB | 0.1/2.9 MB | 0/3.6 MB
Progress (5): 98/682 kB | 82/252 kB | 32/231 kB | 0.1/2.9 MB | 0/3.6 MB
Progress (5): 98/682 kB | 82/252 kB | 32/231 kB | 0.1/2.9 MB | 0/3.6 MB
Progress (5): 98/682 kB | 82/252 kB | 32/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 98/682 kB | 82/252 kB | 32/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 98/682 kB | 82/252 kB | 36/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 98/682 kB | 82/252 kB | 40/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 98/682 kB | 82/252 kB | 45/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 98/682 kB | 82/252 kB | 49/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 98/682 kB | 82/252 kB | 53/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 98/682 kB | 82/252 kB | 57/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 98/682 kB | 82/252 kB | 61/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 98/682 kB | 82/252 kB | 65/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 98/682 kB | 82/252 kB | 69/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 98/682 kB | 82/252 kB | 73/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 98/682 kB | 82/252 kB | 77/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 98/682 kB | 82/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 98/682 kB | 86/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 102/682 kB | 86/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 102/682 kB | 90/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 106/682 kB | 90/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 106/682 kB | 94/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 110/682 kB | 94/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 110/682 kB | 98/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 114/682 kB | 98/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 114/682 kB | 102/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 114/682 kB | 106/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 114/682 kB | 111/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 114/682 kB | 115/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 118/682 kB | 115/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 122/682 kB | 115/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 126/682 kB | 115/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 131/682 kB | 115/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 135/682 kB | 115/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 139/682 kB | 115/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 143/682 kB | 115/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 147/682 kB | 115/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 151/682 kB | 115/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 155/682 kB | 115/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 159/682 kB | 115/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 163/682 kB | 115/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 163/682 kB | 115/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 163/682 kB | 115/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 163/682 kB | 115/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 167/682 kB | 115/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 171/682 kB | 115/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 176/682 kB | 115/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 180/682 kB | 115/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 180/682 kB | 115/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 180/682 kB | 119/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 180/682 kB | 123/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 180/682 kB | 127/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 180/682 kB | 131/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 180/682 kB | 135/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 180/682 kB | 139/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 180/682 kB | 143/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 180/682 kB | 147/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 180/682 kB | 152/252 kB | 81/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 180/682 kB | 152/252 kB | 85/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 180/682 kB | 156/252 kB | 85/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 180/682 kB | 156/252 kB | 90/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 180/682 kB | 160/252 kB | 90/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 180/682 kB | 160/252 kB | 94/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 180/682 kB | 164/252 kB | 94/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 180/682 kB | 164/252 kB | 98/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 184/682 kB | 164/252 kB | 98/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 188/682 kB | 164/252 kB | 98/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 192/682 kB | 164/252 kB | 98/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 196/682 kB | 164/252 kB | 98/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 196/682 kB | 164/252 kB | 98/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 200/682 kB | 164/252 kB | 98/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 200/682 kB | 164/252 kB | 102/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 204/682 kB | 164/252 kB | 102/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 204/682 kB | 164/252 kB | 106/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 208/682 kB | 164/252 kB | 106/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 208/682 kB | 164/252 kB | 110/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 212/682 kB | 164/252 kB | 110/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 212/682 kB | 164/252 kB | 114/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 212/682 kB | 168/252 kB | 114/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 212/682 kB | 172/252 kB | 114/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 212/682 kB | 172/252 kB | 114/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 212/682 kB | 176/252 kB | 114/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 212/682 kB | 180/252 kB | 114/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 212/682 kB | 180/252 kB | 114/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 217/682 kB | 180/252 kB | 114/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 221/682 kB | 180/252 kB | 114/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 225/682 kB | 180/252 kB | 114/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 229/682 kB | 180/252 kB | 114/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 229/682 kB | 184/252 kB | 114/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 229/682 kB | 188/252 kB | 114/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 229/682 kB | 193/252 kB | 114/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 229/682 kB | 197/252 kB | 114/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 233/682 kB | 197/252 kB | 114/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 233/682 kB | 197/252 kB | 118/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 237/682 kB | 197/252 kB | 118/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 237/682 kB | 197/252 kB | 122/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 241/682 kB | 197/252 kB | 122/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 241/682 kB | 197/252 kB | 126/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 245/682 kB | 197/252 kB | 126/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 245/682 kB | 197/252 kB | 131/231 kB | 0.1/2.9 MB | 0.1/3.6 MB
Progress (5): 245/682 kB | 197/252 kB | 131/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 245/682 kB | 197/252 kB | 131/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 245/682 kB | 201/252 kB | 131/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 245/682 kB | 205/252 kB | 131/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 245/682 kB | 209/252 kB | 131/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 245/682 kB | 213/252 kB | 131/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 249/682 kB | 213/252 kB | 131/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 253/682 kB | 213/252 kB | 131/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 258/682 kB | 213/252 kB | 131/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 262/682 kB | 213/252 kB | 131/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 262/682 kB | 213/252 kB | 131/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 262/682 kB | 213/252 kB | 135/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 262/682 kB | 213/252 kB | 139/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 262/682 kB | 213/252 kB | 143/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 262/682 kB | 213/252 kB | 147/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 262/682 kB | 217/252 kB | 147/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 262/682 kB | 221/252 kB | 147/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 262/682 kB | 225/252 kB | 147/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 262/682 kB | 229/252 kB | 147/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 266/682 kB | 229/252 kB | 147/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 270/682 kB | 229/252 kB | 147/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 270/682 kB | 229/252 kB | 147/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 274/682 kB | 229/252 kB | 147/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 278/682 kB | 229/252 kB | 147/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 278/682 kB | 229/252 kB | 147/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 282/682 kB | 229/252 kB | 147/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 282/682 kB | 233/252 kB | 147/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 282/682 kB | 238/252 kB | 147/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 286/682 kB | 238/252 kB | 147/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 286/682 kB | 242/252 kB | 147/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 290/682 kB | 242/252 kB | 147/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 290/682 kB | 246/252 kB | 147/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 294/682 kB | 246/252 kB | 147/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 294/682 kB | 246/252 kB | 151/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 294/682 kB | 246/252 kB | 155/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 294/682 kB | 246/252 kB | 159/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 294/682 kB | 246/252 kB | 163/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 294/682 kB | 250/252 kB | 163/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 294/682 kB | 252 kB | 163/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 298/682 kB | 252 kB | 163/231 kB | 0.2/2.9 MB | 0.1/3.6 MB
Progress (5): 298/682 kB | 252 kB | 163/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (5): 303/682 kB | 252 kB | 163/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (5): 307/682 kB | 252 kB | 163/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (5): 311/682 kB | 252 kB | 163/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (5): 311/682 kB | 252 kB | 163/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (5): 311/682 kB | 252 kB | 167/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (5): 311/682 kB | 252 kB | 171/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (5): 311/682 kB | 252 kB | 176/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (5): 311/682 kB | 252 kB | 180/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (5): 315/682 kB | 252 kB | 180/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (5): 319/682 kB | 252 kB | 180/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (5): 323/682 kB | 252 kB | 180/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (5): 327/682 kB | 252 kB | 180/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (5): 327/682 kB | 252 kB | 180/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (5): 327/682 kB | 252 kB | 180/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (5): 331/682 kB | 252 kB | 180/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (5): 335/682 kB | 252 kB | 180/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (5): 339/682 kB | 252 kB | 180/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (5): 344/682 kB | 252 kB | 180/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (5): 344/682 kB | 252 kB | 184/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (5): 344/682 kB | 252 kB | 188/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (5): 344/682 kB | 252 kB | 192/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (5): 344/682 kB | 252 kB | 196/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (5): 348/682 kB | 252 kB | 196/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (5): 352/682 kB | 252 kB | 196/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (5): 356/682 kB | 252 kB | 196/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (5): 360/682 kB | 252 kB | 196/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (5): 360/682 kB | 252 kB | 196/231 kB | 0.2/2.9 MB | 0.2/3.6 MB

Downloaded from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.11.13/byte-buddy-agent-1.11.13.jar (252 kB at 2.2 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar
Progress (4): 360/682 kB | 196/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (4): 364/682 kB | 196/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (4): 368/682 kB | 196/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (4): 372/682 kB | 196/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (4): 376/682 kB | 196/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (4): 376/682 kB | 200/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (4): 376/682 kB | 204/231 kB | 0.2/2.9 MB | 0.2/3.6 MB
Progress (4): 376/682 kB | 204/231 kB | 0.3/2.9 MB | 0.2/3.6 MB
Progress (4): 376/682 kB | 208/231 kB | 0.3/2.9 MB | 0.2/3.6 MB
Progress (4): 376/682 kB | 212/231 kB | 0.3/2.9 MB | 0.2/3.6 MB
Progress (4): 380/682 kB | 212/231 kB | 0.3/2.9 MB | 0.2/3.6 MB
Progress (4): 384/682 kB | 212/231 kB | 0.3/2.9 MB | 0.2/3.6 MB
Progress (4): 389/682 kB | 212/231 kB | 0.3/2.9 MB | 0.2/3.6 MB
Progress (4): 393/682 kB | 212/231 kB | 0.3/2.9 MB | 0.2/3.6 MB
Progress (4): 397/682 kB | 212/231 kB | 0.3/2.9 MB | 0.2/3.6 MB
Progress (4): 397/682 kB | 212/231 kB | 0.3/2.9 MB | 0.2/3.6 MB
Progress (4): 397/682 kB | 212/231 kB | 0.3/2.9 MB | 0.2/3.6 MB
Progress (4): 401/682 kB | 212/231 kB | 0.3/2.9 MB | 0.2/3.6 MB
Progress (4): 401/682 kB | 217/231 kB | 0.3/2.9 MB | 0.2/3.6 MB
Progress (4): 401/682 kB | 221/231 kB | 0.3/2.9 MB | 0.2/3.6 MB
Progress (4): 401/682 kB | 225/231 kB | 0.3/2.9 MB | 0.2/3.6 MB
Progress (4): 401/682 kB | 229/231 kB | 0.3/2.9 MB | 0.2/3.6 MB
Progress (4): 401/682 kB | 231 kB | 0.3/2.9 MB | 0.2/3.6 MB
Progress (4): 405/682 kB | 231 kB | 0.3/2.9 MB | 0.2/3.6 MB
Progress (4): 409/682 kB | 231 kB | 0.3/2.9 MB | 0.2/3.6 MB
Progress (4): 413/682 kB | 231 kB | 0.3/2.9 MB | 0.2/3.6 MB
Progress (4): 417/682 kB | 231 kB | 0.3/2.9 MB | 0.2/3.6 MB
Progress (4): 417/682 kB | 231 kB | 0.3/2.9 MB | 0.2/3.6 MB
Progress (5): 417/682 kB | 231 kB | 0.3/2.9 MB | 0.2/3.6 MB | 4.1/14 kB
Progress (5): 417/682 kB | 231 kB | 0.3/2.9 MB | 0.2/3.6 MB | 8.2/14 kB
Progress (5): 417/682 kB | 231 kB | 0.3/2.9 MB | 0.2/3.6 MB | 12/14 kB
Progress (5): 417/682 kB | 231 kB | 0.3/2.9 MB | 0.2/3.6 MB | 14 kB
Progress (5): 417/682 kB | 231 kB | 0.3/2.9 MB | 0.2/3.6 MB | 14 kB
Progress (5): 421/682 kB | 231 kB | 0.3/2.9 MB | 0.2/3.6 MB | 14 kB
Progress (5): 425/682 kB | 231 kB | 0.3/2.9 MB | 0.2/3.6 MB | 14 kB
Progress (5): 430/682 kB | 231 kB | 0.3/2.9 MB | 0.2/3.6 MB | 14 kB
Progress (5): 434/682 kB | 231 kB | 0.3/2.9 MB | 0.2/3.6 MB | 14 kB
Progress (5): 434/682 kB | 231 kB | 0.3/2.9 MB | 0.2/3.6 MB | 14 kB
Progress (5): 438/682 kB | 231 kB | 0.3/2.9 MB | 0.2/3.6 MB | 14 kB
Progress (5): 442/682 kB | 231 kB | 0.3/2.9 MB | 0.2/3.6 MB | 14 kB
Progress (5): 446/682 kB | 231 kB | 0.3/2.9 MB | 0.2/3.6 MB | 14 kB
Progress (5): 450/682 kB | 231 kB | 0.3/2.9 MB | 0.2/3.6 MB | 14 kB
Progress (5): 450/682 kB | 231 kB | 0.3/2.9 MB | 0.2/3.6 MB | 14 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar (231 kB at 1.6 MB/s)
Progress (4): 454/682 kB | 0.3/2.9 MB | 0.2/3.6 MB | 14 kB
Progress (4): 458/682 kB | 0.3/2.9 MB | 0.2/3.6 MB | 14 kB
Progress (4): 462/682 kB | 0.3/2.9 MB | 0.2/3.6 MB | 14 kB
Progress (4): 466/682 kB | 0.3/2.9 MB | 0.2/3.6 MB | 14 kB
Progress (4): 466/682 kB | 0.3/2.9 MB | 0.2/3.6 MB | 14 kB
Progress (4): 470/682 kB | 0.3/2.9 MB | 0.2/3.6 MB | 14 kB
Progress (4): 475/682 kB | 0.3/2.9 MB | 0.2/3.6 MB | 14 kB
Progress (4): 479/682 kB | 0.3/2.9 MB | 0.2/3.6 MB | 14 kB
Progress (4): 483/682 kB | 0.3/2.9 MB | 0.2/3.6 MB | 14 kB
Progress (4): 483/682 kB | 0.3/2.9 MB | 0.2/3.6 MB | 14 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar (14 kB at 96 kB/s)
Progress (3): 483/682 kB | 0.3/2.9 MB | 0.3/3.6 MB
Progress (3): 487/682 kB | 0.3/2.9 MB | 0.3/3.6 MB
Progress (3): 491/682 kB | 0.3/2.9 MB | 0.3/3.6 MB
Progress (3): 495/682 kB | 0.3/2.9 MB | 0.3/3.6 MB
Progress (3): 499/682 kB | 0.3/2.9 MB | 0.3/3.6 MB
Progress (3): 499/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 503/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 507/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 511/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 516/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 516/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 520/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 524/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 528/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 532/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 532/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 536/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 540/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 544/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 548/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 548/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 548/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 552/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 557/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 561/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 565/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 565/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 569/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 573/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 577/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 581/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 581/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 585/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 589/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 593/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 597/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 597/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 602/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 606/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 606/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 610/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 614/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 618/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 622/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 622/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 626/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 630/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 630/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 634/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 638/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 643/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 647/682 kB | 0.4/2.9 MB | 0.3/3.6 MB
Progress (3): 647/682 kB | 0.5/2.9 MB | 0.3/3.6 MB
Progress (3): 651/682 kB | 0.5/2.9 MB | 0.3/3.6 MB
Progress (3): 655/682 kB | 0.5/2.9 MB | 0.3/3.6 MB
Progress (3): 655/682 kB | 0.5/2.9 MB | 0.4/3.6 MB
Progress (3): 659/682 kB | 0.5/2.9 MB | 0.4/3.6 MB
Progress (3): 663/682 kB | 0.5/2.9 MB | 0.4/3.6 MB
Progress (3): 667/682 kB | 0.5/2.9 MB | 0.4/3.6 MB
Progress (3): 671/682 kB | 0.5/2.9 MB | 0.4/3.6 MB
Progress (3): 675/682 kB | 0.5/2.9 MB | 0.4/3.6 MB
Progress (3): 679/682 kB | 0.5/2.9 MB | 0.4/3.6 MB
Progress (3): 682 kB | 0.5/2.9 MB | 0.4/3.6 MB
Progress (3): 682 kB | 0.5/2.9 MB | 0.4/3.6 MB
Progress (3): 682 kB | 0.5/2.9 MB | 0.4/3.6 MB
Progress (3): 682 kB | 0.5/2.9 MB | 0.4/3.6 MB
Progress (3): 682 kB | 0.5/2.9 MB | 0.4/3.6 MB
Progress (3): 682 kB | 0.5/2.9 MB | 0.4/3.6 MB
Progress (3): 682 kB | 0.5/2.9 MB | 0.4/3.6 MB
Progress (3): 682 kB | 0.5/2.9 MB | 0.4/3.6 MB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/3.12.4/mockito-core-3.12.4.jar (682 kB at 3.5 MB/s)
Progress (2): 0.5/2.9 MB | 0.4/3.6 MB
Progress (2): 0.5/2.9 MB | 0.4/3.6 MB
Progress (2): 0.6/2.9 MB | 0.4/3.6 MB
Progress (2): 0.6/2.9 MB | 0.4/3.6 MB
Progress (2): 0.6/2.9 MB | 0.4/3.6 MB
Progress (2): 0.6/2.9 MB | 0.5/3.6 MB
Progress (2): 0.6/2.9 MB | 0.5/3.6 MB
Progress (2): 0.6/2.9 MB | 0.5/3.6 MB
Progress (2): 0.6/2.9 MB | 0.5/3.6 MB
Progress (2): 0.6/2.9 MB | 0.5/3.6 MB
Progress (2): 0.6/2.9 MB | 0.5/3.6 MB
Progress (2): 0.6/2.9 MB | 0.5/3.6 MB
Progress (2): 0.6/2.9 MB | 0.5/3.6 MB
Progress (2): 0.7/2.9 MB | 0.5/3.6 MB
Progress (2): 0.7/2.9 MB | 0.5/3.6 MB
Progress (2): 0.7/2.9 MB | 0.5/3.6 MB
Progress (2): 0.7/2.9 MB | 0.5/3.6 MB
Progress (2): 0.7/2.9 MB | 0.5/3.6 MB
Progress (2): 0.7/2.9 MB | 0.5/3.6 MB
Progress (2): 0.7/2.9 MB | 0.5/3.6 MB
Progress (2): 0.7/2.9 MB | 0.5/3.6 MB
Progress (2): 0.7/2.9 MB | 0.6/3.6 MB
Progress (2): 0.7/2.9 MB | 0.6/3.6 MB
Progress (2): 0.7/2.9 MB | 0.6/3.6 MB
Progress (2): 0.8/2.9 MB | 0.6/3.6 MB
Progress (2): 0.8/2.9 MB | 0.6/3.6 MB
Progress (2): 0.8/2.9 MB | 0.6/3.6 MB
Progress (2): 0.8/2.9 MB | 0.6/3.6 MB
Progress (2): 0.8/2.9 MB | 0.6/3.6 MB
Progress (2): 0.8/2.9 MB | 0.6/3.6 MB
Progress (2): 0.8/2.9 MB | 0.6/3.6 MB
Progress (2): 0.8/2.9 MB | 0.6/3.6 MB
Progress (2): 0.8/2.9 MB | 0.6/3.6 MB
Progress (2): 0.8/2.9 MB | 0.6/3.6 MB
Progress (2): 0.9/2.9 MB | 0.6/3.6 MB
Progress (2): 0.9/2.9 MB | 0.7/3.6 MB
Progress (2): 0.9/2.9 MB | 0.7/3.6 MB
Progress (2): 0.9/2.9 MB | 0.7/3.6 MB
Progress (2): 0.9/2.9 MB | 0.7/3.6 MB
Progress (2): 0.9/2.9 MB | 0.7/3.6 MB
Progress (2): 0.9/2.9 MB | 0.7/3.6 MB
Progress (2): 0.9/2.9 MB | 0.7/3.6 MB
Progress (2): 0.9/2.9 MB | 0.7/3.6 MB
Progress (2): 0.9/2.9 MB | 0.7/3.6 MB
Progress (2): 0.9/2.9 MB | 0.7/3.6 MB
Progress (2): 1.0/2.9 MB | 0.7/3.6 MB
Progress (2): 1.0/2.9 MB | 0.7/3.6 MB
Progress (2): 1.0/2.9 MB | 0.7/3.6 MB
Progress (2): 1.0/2.9 MB | 0.8/3.6 MB
Progress (2): 1.0/2.9 MB | 0.8/3.6 MB
Progress (2): 1.0/2.9 MB | 0.8/3.6 MB
Progress (2): 1.0/2.9 MB | 0.8/3.6 MB
Progress (2): 1.0/2.9 MB | 0.8/3.6 MB
Progress (2): 1.0/2.9 MB | 0.8/3.6 MB
Progress (2): 1.0/2.9 MB | 0.8/3.6 MB
Progress (2): 1.1/2.9 MB | 0.8/3.6 MB
Progress (2): 1.1/2.9 MB | 0.8/3.6 MB
Progress (2): 1.1/2.9 MB | 0.8/3.6 MB
Progress (2): 1.1/2.9 MB | 0.8/3.6 MB
Progress (2): 1.1/2.9 MB | 0.8/3.6 MB
Progress (2): 1.1/2.9 MB | 0.8/3.6 MB
Progress (2): 1.1/2.9 MB | 0.8/3.6 MB
Progress (2): 1.1/2.9 MB | 0.9/3.6 MB
Progress (2): 1.1/2.9 MB | 0.9/3.6 MB
Progress (2): 1.1/2.9 MB | 0.9/3.6 MB
Progress (2): 1.1/2.9 MB | 0.9/3.6 MB
Progress (2): 1.2/2.9 MB | 0.9/3.6 MB
Progress (2): 1.2/2.9 MB | 0.9/3.6 MB
Progress (2): 1.2/2.9 MB | 0.9/3.6 MB
Progress (2): 1.2/2.9 MB | 0.9/3.6 MB
Progress (2): 1.2/2.9 MB | 0.9/3.6 MB
Progress (2): 1.2/2.9 MB | 0.9/3.6 MB
Progress (2): 1.2/2.9 MB | 0.9/3.6 MB
Progress (2): 1.2/2.9 MB | 0.9/3.6 MB
Progress (2): 1.2/2.9 MB | 0.9/3.6 MB
Progress (2): 1.2/2.9 MB | 0.9/3.6 MB
Progress (2): 1.2/2.9 MB | 1.0/3.6 MB
Progress (2): 1.2/2.9 MB | 1.0/3.6 MB
Progress (2): 1.2/2.9 MB | 1.0/3.6 MB
Progress (2): 1.3/2.9 MB | 1.0/3.6 MB
Progress (2): 1.3/2.9 MB | 1.0/3.6 MB
Progress (2): 1.3/2.9 MB | 1.0/3.6 MB
Progress (2): 1.3/2.9 MB | 1.0/3.6 MB
Progress (2): 1.3/2.9 MB | 1.0/3.6 MB
Progress (2): 1.3/2.9 MB | 1.0/3.6 MB
Progress (2): 1.3/2.9 MB | 1.0/3.6 MB
Progress (2): 1.3/2.9 MB | 1.0/3.6 MB
Progress (2): 1.3/2.9 MB | 1.0/3.6 MB
Progress (2): 1.3/2.9 MB | 1.0/3.6 MB
Progress (2): 1.4/2.9 MB | 1.0/3.6 MB
Progress (2): 1.4/2.9 MB | 1.1/3.6 MB
Progress (2): 1.4/2.9 MB | 1.1/3.6 MB
Progress (2): 1.4/2.9 MB | 1.1/3.6 MB
Progress (2): 1.4/2.9 MB | 1.1/3.6 MB
Progress (2): 1.4/2.9 MB | 1.1/3.6 MB
Progress (2): 1.4/2.9 MB | 1.1/3.6 MB
Progress (2): 1.4/2.9 MB | 1.1/3.6 MB
Progress (2): 1.4/2.9 MB | 1.1/3.6 MB
Progress (2): 1.4/2.9 MB | 1.1/3.6 MB
Progress (2): 1.4/2.9 MB | 1.1/3.6 MB
Progress (2): 1.5/2.9 MB | 1.1/3.6 MB
Progress (2): 1.5/2.9 MB | 1.1/3.6 MB
Progress (2): 1.5/2.9 MB | 1.1/3.6 MB
Progress (2): 1.5/2.9 MB | 1.1/3.6 MB
Progress (2): 1.5/2.9 MB | 1.2/3.6 MB
Progress (2): 1.5/2.9 MB | 1.2/3.6 MB
Progress (2): 1.5/2.9 MB | 1.2/3.6 MB
Progress (2): 1.5/2.9 MB | 1.2/3.6 MB
Progress (2): 1.5/2.9 MB | 1.2/3.6 MB
Progress (2): 1.5/2.9 MB | 1.2/3.6 MB
Progress (2): 1.6/2.9 MB | 1.2/3.6 MB
Progress (2): 1.6/2.9 MB | 1.2/3.6 MB
Progress (2): 1.6/2.9 MB | 1.2/3.6 MB
Progress (2): 1.6/2.9 MB | 1.2/3.6 MB
Progress (2): 1.6/2.9 MB | 1.2/3.6 MB
Progress (2): 1.6/2.9 MB | 1.2/3.6 MB
Progress (2): 1.6/2.9 MB | 1.3/3.6 MB
Progress (2): 1.6/2.9 MB | 1.3/3.6 MB
Progress (2): 1.6/2.9 MB | 1.3/3.6 MB
Progress (2): 1.6/2.9 MB | 1.3/3.6 MB
Progress (2): 1.6/2.9 MB | 1.3/3.6 MB
Progress (2): 1.6/2.9 MB | 1.3/3.6 MB
Progress (2): 1.7/2.9 MB | 1.3/3.6 MB
Progress (2): 1.7/2.9 MB | 1.3/3.6 MB
Progress (2): 1.7/2.9 MB | 1.3/3.6 MB
Progress (2): 1.7/2.9 MB | 1.3/3.6 MB
Progress (2): 1.7/2.9 MB | 1.3/3.6 MB
Progress (2): 1.7/2.9 MB | 1.3/3.6 MB
Progress (2): 1.7/2.9 MB | 1.3/3.6 MB
Progress (2): 1.7/2.9 MB | 1.3/3.6 MB
Progress (2): 1.7/2.9 MB | 1.4/3.6 MB
Progress (2): 1.7/2.9 MB | 1.4/3.6 MB
Progress (2): 1.8/2.9 MB | 1.4/3.6 MB
Progress (2): 1.8/2.9 MB | 1.4/3.6 MB
Progress (2): 1.8/2.9 MB | 1.4/3.6 MB
Progress (2): 1.8/2.9 MB | 1.4/3.6 MB
Progress (2): 1.8/2.9 MB | 1.4/3.6 MB
Progress (2): 1.8/2.9 MB | 1.4/3.6 MB
Progress (2): 1.8/2.9 MB | 1.4/3.6 MB
Progress (2): 1.8/2.9 MB | 1.4/3.6 MB
Progress (2): 1.8/2.9 MB | 1.4/3.6 MB
Progress (2): 1.8/2.9 MB | 1.4/3.6 MB
Progress (2): 1.8/2.9 MB | 1.4/3.6 MB
Progress (2): 1.8/2.9 MB | 1.5/3.6 MB
Progress (2): 1.9/2.9 MB | 1.5/3.6 MB
Progress (2): 1.9/2.9 MB | 1.5/3.6 MB
Progress (2): 1.9/2.9 MB | 1.5/3.6 MB
Progress (2): 1.9/2.9 MB | 1.5/3.6 MB
Progress (2): 1.9/2.9 MB | 1.5/3.6 MB
Progress (2): 1.9/2.9 MB | 1.5/3.6 MB
Progress (2): 1.9/2.9 MB | 1.5/3.6 MB
Progress (2): 1.9/2.9 MB | 1.5/3.6 MB
Progress (2): 1.9/2.9 MB | 1.5/3.6 MB
Progress (2): 1.9/2.9 MB | 1.5/3.6 MB
Progress (2): 1.9/2.9 MB | 1.5/3.6 MB
Progress (2): 2.0/2.9 MB | 1.5/3.6 MB
Progress (2): 2.0/2.9 MB | 1.6/3.6 MB
Progress (2): 2.0/2.9 MB | 1.6/3.6 MB
Progress (2): 2.0/2.9 MB | 1.6/3.6 MB
Progress (2): 2.0/2.9 MB | 1.6/3.6 MB
Progress (2): 2.0/2.9 MB | 1.6/3.6 MB
Progress (2): 2.0/2.9 MB | 1.6/3.6 MB
Progress (2): 2.0/2.9 MB | 1.6/3.6 MB
Progress (2): 2.0/2.9 MB | 1.6/3.6 MB
Progress (2): 2.0/2.9 MB | 1.6/3.6 MB
Progress (2): 2.0/2.9 MB | 1.6/3.6 MB
Progress (2): 2.1/2.9 MB | 1.6/3.6 MB
Progress (2): 2.1/2.9 MB | 1.6/3.6 MB
Progress (2): 2.1/2.9 MB | 1.6/3.6 MB
Progress (2): 2.1/2.9 MB | 1.7/3.6 MB
Progress (2): 2.1/2.9 MB | 1.7/3.6 MB
Progress (2): 2.1/2.9 MB | 1.7/3.6 MB
Progress (2): 2.1/2.9 MB | 1.7/3.6 MB
Progress (2): 2.1/2.9 MB | 1.7/3.6 MB
Progress (2): 2.1/2.9 MB | 1.7/3.6 MB
Progress (2): 2.1/2.9 MB | 1.7/3.6 MB
Progress (2): 2.1/2.9 MB | 1.7/3.6 MB
Progress (2): 2.2/2.9 MB | 1.7/3.6 MB
Progress (2): 2.2/2.9 MB | 1.7/3.6 MB
Progress (2): 2.2/2.9 MB | 1.7/3.6 MB
Progress (2): 2.2/2.9 MB | 1.7/3.6 MB
Progress (2): 2.2/2.9 MB | 1.7/3.6 MB
Progress (2): 2.2/2.9 MB | 1.8/3.6 MB
Progress (2): 2.2/2.9 MB | 1.8/3.6 MB
Progress (2): 2.2/2.9 MB | 1.8/3.6 MB
Progress (2): 2.2/2.9 MB | 1.8/3.6 MB
Progress (2): 2.2/2.9 MB | 1.8/3.6 MB
Progress (2): 2.2/2.9 MB | 1.8/3.6 MB
Progress (2): 2.3/2.9 MB | 1.8/3.6 MB
Progress (2): 2.3/2.9 MB | 1.8/3.6 MB
Progress (2): 2.3/2.9 MB | 1.8/3.6 MB
Progress (2): 2.3/2.9 MB | 1.8/3.6 MB
Progress (2): 2.3/2.9 MB | 1.8/3.6 MB
Progress (2): 2.3/2.9 MB | 1.8/3.6 MB
Progress (2): 2.3/2.9 MB | 1.8/3.6 MB
Progress (2): 2.3/2.9 MB | 1.8/3.6 MB
Progress (2): 2.3/2.9 MB | 1.8/3.6 MB
Progress (2): 2.3/2.9 MB | 1.8/3.6 MB
Progress (2): 2.3/2.9 MB | 1.9/3.6 MB
Progress (2): 2.4/2.9 MB | 1.9/3.6 MB
Progress (2): 2.4/2.9 MB | 1.9/3.6 MB
Progress (2): 2.4/2.9 MB | 1.9/3.6 MB
Progress (2): 2.4/2.9 MB | 1.9/3.6 MB
Progress (2): 2.4/2.9 MB | 1.9/3.6 MB
Progress (2): 2.4/2.9 MB | 1.9/3.6 MB
Progress (2): 2.4/2.9 MB | 1.9/3.6 MB
Progress (2): 2.4/2.9 MB | 1.9/3.6 MB
Progress (2): 2.4/2.9 MB | 1.9/3.6 MB
Progress (2): 2.4/2.9 MB | 1.9/3.6 MB
Progress (2): 2.4/2.9 MB | 1.9/3.6 MB
Progress (2): 2.5/2.9 MB | 1.9/3.6 MB
Progress (2): 2.5/2.9 MB | 2.0/3.6 MB
Progress (2): 2.5/2.9 MB | 2.0/3.6 MB
Progress (2): 2.5/2.9 MB | 2.0/3.6 MB
Progress (2): 2.5/2.9 MB | 2.0/3.6 MB
Progress (2): 2.5/2.9 MB | 2.0/3.6 MB
Progress (2): 2.5/2.9 MB | 2.0/3.6 MB
Progress (2): 2.5/2.9 MB | 2.0/3.6 MB
Progress (2): 2.5/2.9 MB | 2.0/3.6 MB
Progress (2): 2.5/2.9 MB | 2.0/3.6 MB
Progress (2): 2.5/2.9 MB | 2.0/3.6 MB
Progress (2): 2.5/2.9 MB | 2.0/3.6 MB
Progress (2): 2.5/2.9 MB | 2.0/3.6 MB
Progress (2): 2.6/2.9 MB | 2.0/3.6 MB
Progress (2): 2.6/2.9 MB | 2.1/3.6 MB
Progress (2): 2.6/2.9 MB | 2.1/3.6 MB
Progress (2): 2.6/2.9 MB | 2.1/3.6 MB
Progress (2): 2.6/2.9 MB | 2.1/3.6 MB
Progress (2): 2.6/2.9 MB | 2.1/3.6 MB
Progress (2): 2.6/2.9 MB | 2.1/3.6 MB
Progress (2): 2.6/2.9 MB | 2.1/3.6 MB
Progress (2): 2.6/2.9 MB | 2.1/3.6 MB
Progress (2): 2.6/2.9 MB | 2.1/3.6 MB
Progress (2): 2.6/2.9 MB | 2.1/3.6 MB
Progress (2): 2.7/2.9 MB | 2.1/3.6 MB
Progress (2): 2.7/2.9 MB | 2.1/3.6 MB
Progress (2): 2.7/2.9 MB | 2.1/3.6 MB
Progress (2): 2.7/2.9 MB | 2.1/3.6 MB
Progress (2): 2.7/2.9 MB | 2.2/3.6 MB
Progress (2): 2.7/2.9 MB | 2.2/3.6 MB
Progress (2): 2.7/2.9 MB | 2.2/3.6 MB
Progress (2): 2.7/2.9 MB | 2.2/3.6 MB
Progress (2): 2.7/2.9 MB | 2.2/3.6 MB
Progress (2): 2.7/2.9 MB | 2.2/3.6 MB
Progress (2): 2.7/2.9 MB | 2.2/3.6 MB
Progress (2): 2.8/2.9 MB | 2.2/3.6 MB
Progress (2): 2.8/2.9 MB | 2.2/3.6 MB
Progress (2): 2.8/2.9 MB | 2.2/3.6 MB
Progress (2): 2.8/2.9 MB | 2.2/3.6 MB
Progress (2): 2.8/2.9 MB | 2.2/3.6 MB
Progress (2): 2.8/2.9 MB | 2.3/3.6 MB
Progress (2): 2.8/2.9 MB | 2.3/3.6 MB
Progress (2): 2.8/2.9 MB | 2.3/3.6 MB
Progress (2): 2.8/2.9 MB | 2.3/3.6 MB
Progress (2): 2.8/2.9 MB | 2.3/3.6 MB
Progress (2): 2.8/2.9 MB | 2.3/3.6 MB
Progress (2): 2.9/2.9 MB | 2.3/3.6 MB
Progress (2): 2.9 MB | 2.3/3.6 MB
Progress (2): 2.9 MB | 2.3/3.6 MB
Progress (2): 2.9 MB | 2.3/3.6 MB
Progress (2): 2.9 MB | 2.3/3.6 MB
Progress (2): 2.9 MB | 2.4/3.6 MB
Progress (2): 2.9 MB | 2.4/3.6 MB
Progress (2): 2.9 MB | 2.4/3.6 MB

Downloaded from Maven: https://repo.maven.apache.org/maven2/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar (2.9 MB at 5.0 MB/s)
Progress (1): 2.4/3.6 MB
Progress (1): 2.4/3.6 MB
Progress (1): 2.4/3.6 MB
Progress (1): 2.5/3.6 MB
Progress (1): 2.5/3.6 MB
Progress (1): 2.5/3.6 MB
Progress (1): 2.5/3.6 MB
Progress (1): 2.5/3.6 MB
Progress (1): 2.5/3.6 MB
Progress (1): 2.6/3.6 MB
Progress (1): 2.6/3.6 MB
Progress (1): 2.6/3.6 MB
Progress (1): 2.6/3.6 MB
Progress (1): 2.6/3.6 MB
Progress (1): 2.6/3.6 MB
Progress (1): 2.7/3.6 MB
Progress (1): 2.7/3.6 MB
Progress (1): 2.7/3.6 MB
Progress (1): 2.7/3.6 MB
Progress (1): 2.7/3.6 MB
Progress (1): 2.7/3.6 MB
Progress (1): 2.8/3.6 MB
Progress (1): 2.8/3.6 MB
Progress (1): 2.8/3.6 MB
Progress (1): 2.8/3.6 MB
Progress (1): 2.8/3.6 MB
Progress (1): 2.8/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.4/3.6 MB
Progress (1): 3.4/3.6 MB
Progress (1): 3.4/3.6 MB
Progress (1): 3.4/3.6 MB
Progress (1): 3.4/3.6 MB
Progress (1): 3.4/3.6 MB
Progress (1): 3.4/3.6 MB
Progress (1): 3.5/3.6 MB
Progress (1): 3.5/3.6 MB
Progress (1): 3.5/3.6 MB
Progress (1): 3.5/3.6 MB
Progress (1): 3.5/3.6 MB
Progress (1): 3.5/3.6 MB
Progress (1): 3.6/3.6 MB
Progress (1): 3.6/3.6 MB
Progress (1): 3.6/3.6 MB
Progress (1): 3.6 MB

Downloaded from Maven: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.11.13/byte-buddy-1.11.13.jar (3.6 MB at 5.0 MB/s)
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 53ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
Progress (1): 2.6 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 56 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
Progress (1): 2.0 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 118 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
Progress (1): 2.7/3.0 kB
Progress (1): 3.0 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 179 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
Progress (1): 1.9 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 112 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
Progress (1): 2.0 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 124 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
Progress (1): 2.6 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 119 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
Progress (1): 1.9 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 109 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
Progress (1): 1.6 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 93 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
Progress (1): 1.9 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 122 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
Progress (1): 2.7/6.7 kB
Progress (1): 5.5/6.7 kB
Progress (1): 6.7 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 395 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
Progress (1): 1.9 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 112 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
Progress (1): 1.8 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 103 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
Progress (1): 1.4 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 90 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
Progress (1): 424 B

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 26 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
Progress (1): 2.7/3.9 kB
Progress (1): 3.9 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 217 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
Progress (1): 1.7 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 114 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
Progress (1): 2.1 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 124 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
Progress (1): 2.0 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 106 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
Progress (1): 1.3 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 74 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom
Progress (1): 4.1/5.8 kB
Progress (1): 5.8 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (5.8 kB at 341 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
Progress (1): 4.1/8.7 kB
Progress (1): 8.2/8.7 kB
Progress (1): 8.7 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 483 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
Progress (1): 889 B

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 59 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
Progress (1): 2.9 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 179 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
Progress (1): 3.0 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 201 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
Progress (1): 4.1/5.0 kB
Progress (1): 5.0 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 296 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
Progress (1): 890 B

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 56 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
Progress (1): 2.8 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 168 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar
Progress (1): 4.1/116 kB
Progress (1): 8.2/116 kB
Progress (1): 12/116 kB
Progress (1): 16/116 kB
Progress (1): 20/116 kB
Progress (1): 25/116 kB
Progress (1): 29/116 kB
Progress (1): 33/116 kB
Progress (1): 37/116 kB
Progress (1): 41/116 kB
Progress (1): 45/116 kB
Progress (1): 49/116 kB
Progress (1): 53/116 kB
Progress (1): 57/116 kB
Progress (1): 61/116 kB
Progress (1): 66/116 kB
Progress (1): 70/116 kB
Progress (1): 74/116 kB
Progress (1): 78/116 kB
Progress (1): 82/116 kB
Progress (1): 86/116 kB
Progress (1): 90/116 kB
Progress (1): 94/116 kB
Progress (1): 98/116 kB
Progress (1): 102/116 kB
Progress (1): 106/116 kB
Progress (1): 111/116 kB
Progress (1): 115/116 kB
Progress (1): 116 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 3.7 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar
Progress (1): 2.7/57 kB
Progress (1): 5.5/57 kB
Progress (1): 8.2/57 kB
Progress (1): 11/57 kB
Progress (1): 14/57 kB
Progress (1): 16/57 kB
Progress (1): 19/57 kB
Progress (1): 22/57 kB
Progress (2): 22/57 kB | 2.7/35 kB
Progress (2): 22/57 kB | 5.5/35 kB
Progress (2): 22/57 kB | 8.2/35 kB
Progress (2): 22/57 kB | 11/35 kB
Progress (2): 25/57 kB | 11/35 kB
Progress (2): 25/57 kB | 14/35 kB
Progress (2): 27/57 kB | 14/35 kB
Progress (2): 30/57 kB | 14/35 kB
Progress (2): 30/57 kB | 16/35 kB
Progress (2): 33/57 kB | 16/35 kB
Progress (2): 33/57 kB | 19/35 kB
Progress (2): 33/57 kB | 22/35 kB
Progress (3): 33/57 kB | 22/35 kB | 2.7/152 kB
Progress (3): 33/57 kB | 22/35 kB | 5.5/152 kB
Progress (3): 33/57 kB | 22/35 kB | 8.2/152 kB
Progress (3): 33/57 kB | 22/35 kB | 11/152 kB
Progress (3): 33/57 kB | 22/35 kB | 14/152 kB
Progress (3): 33/57 kB | 22/35 kB | 16/152 kB
Progress (3): 36/57 kB | 22/35 kB | 16/152 kB
Progress (3): 36/57 kB | 25/35 kB | 16/152 kB
Progress (3): 38/57 kB | 25/35 kB | 16/152 kB
Progress (3): 38/57 kB | 27/35 kB | 16/152 kB
Progress (3): 38/57 kB | 30/35 kB | 16/152 kB
Progress (3): 38/57 kB | 33/35 kB | 16/152 kB
Progress (3): 41/57 kB | 33/35 kB | 16/152 kB
Progress (3): 41/57 kB | 35 kB | 16/152 kB
Progress (3): 44/57 kB | 35 kB | 16/152 kB
Progress (3): 47/57 kB | 35 kB | 16/152 kB
Progress (3): 49/57 kB | 35 kB | 16/152 kB
Progress (3): 49/57 kB | 35 kB | 20/152 kB
Progress (3): 52/57 kB | 35 kB | 20/152 kB
Progress (3): 52/57 kB | 35 kB | 24/152 kB
Progress (3): 52/57 kB | 35 kB | 28/152 kB
Progress (3): 52/57 kB | 35 kB | 32/152 kB
Progress (3): 55/57 kB | 35 kB | 32/152 kB
Progress (3): 57 kB | 35 kB | 32/152 kB
Progress (4): 57 kB | 35 kB | 32/152 kB | 4.1/21 kB
Progress (4): 57 kB | 35 kB | 32/152 kB | 8.2/21 kB
Progress (4): 57 kB | 35 kB | 32/152 kB | 12/21 kB
Progress (4): 57 kB | 35 kB | 32/152 kB | 16/21 kB
Progress (4): 57 kB | 35 kB | 32/152 kB | 20/21 kB
Progress (4): 57 kB | 35 kB | 32/152 kB | 21 kB
Progress (5): 57 kB | 35 kB | 32/152 kB | 21 kB | 2.7/29 kB
Progress (5): 57 kB | 35 kB | 32/152 kB | 21 kB | 5.5/29 kB
Progress (5): 57 kB | 35 kB | 32/152 kB | 21 kB | 8.2/29 kB
Progress (5): 57 kB | 35 kB | 32/152 kB | 21 kB | 11/29 kB
Progress (5): 57 kB | 35 kB | 32/152 kB | 21 kB | 14/29 kB
Progress (5): 57 kB | 35 kB | 32/152 kB | 21 kB | 16/29 kB
Progress (5): 57 kB | 35 kB | 36/152 kB | 21 kB | 16/29 kB
Progress (5): 57 kB | 35 kB | 40/152 kB | 21 kB | 16/29 kB
Progress (5): 57 kB | 35 kB | 45/152 kB | 21 kB | 16/29 kB
Progress (5): 57 kB | 35 kB | 49/152 kB | 21 kB | 16/29 kB
Progress (5): 57 kB | 35 kB | 49/152 kB | 21 kB | 19/29 kB
Progress (5): 57 kB | 35 kB | 49/152 kB | 21 kB | 22/29 kB
Progress (5): 57 kB | 35 kB | 49/152 kB | 21 kB | 25/29 kB
Progress (5): 57 kB | 35 kB | 53/152 kB | 21 kB | 25/29 kB
Progress (5): 57 kB | 35 kB | 57/152 kB | 21 kB | 25/29 kB
Progress (5): 57 kB | 35 kB | 61/152 kB | 21 kB | 25/29 kB
Progress (5): 57 kB | 35 kB | 65/152 kB | 21 kB | 25/29 kB
Progress (5): 57 kB | 35 kB | 65/152 kB | 21 kB | 27/29 kB
Progress (5): 57 kB | 35 kB | 65/152 kB | 21 kB | 29 kB
Progress (5): 57 kB | 35 kB | 69/152 kB | 21 kB | 29 kB
Progress (5): 57 kB | 35 kB | 73/152 kB | 21 kB | 29 kB
Progress (5): 57 kB | 35 kB | 77/152 kB | 21 kB | 29 kB
Progress (5): 57 kB | 35 kB | 81/152 kB | 21 kB | 29 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 665 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 1.1 MB/s)
Progress (3): 85/152 kB | 21 kB | 29 kB

Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
Progress (3): 90/152 kB | 21 kB | 29 kB
Progress (3): 94/152 kB | 21 kB | 29 kB
Progress (3): 98/152 kB | 21 kB | 29 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 399 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar
Progress (2): 102/152 kB | 29 kB
Progress (2): 106/152 kB | 29 kB
Progress (2): 110/152 kB | 29 kB
Progress (2): 114/152 kB | 29 kB
Progress (2): 118/152 kB | 29 kB
Progress (2): 122/152 kB | 29 kB
Progress (2): 126/152 kB | 29 kB
Progress (2): 131/152 kB | 29 kB
Progress (2): 135/152 kB | 29 kB
Progress (2): 139/152 kB | 29 kB
Progress (2): 143/152 kB | 29 kB
Progress (2): 147/152 kB | 29 kB
Progress (2): 151/152 kB | 29 kB
Progress (2): 152 kB | 29 kB
Progress (3): 152 kB | 29 kB | 4.1/9.9 kB
Progress (3): 152 kB | 29 kB | 8.2/9.9 kB
Progress (3): 152 kB | 29 kB | 9.9 kB
Progress (4): 152 kB | 29 kB | 9.9 kB | 4.1/24 kB
Progress (4): 152 kB | 29 kB | 9.9 kB | 8.2/24 kB
Progress (4): 152 kB | 29 kB | 9.9 kB | 12/24 kB
Progress (4): 152 kB | 29 kB | 9.9 kB | 16/24 kB
Progress (4): 152 kB | 29 kB | 9.9 kB | 20/24 kB
Progress (4): 152 kB | 29 kB | 9.9 kB | 24 kB
Progress (5): 152 kB | 29 kB | 9.9 kB | 24 kB | 2.7/5.9 kB
Progress (5): 152 kB | 29 kB | 9.9 kB | 24 kB | 5.5/5.9 kB
Progress (5): 152 kB | 29 kB | 9.9 kB | 24 kB | 5.9 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 2.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 419 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 146 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 350 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 84 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar
Progress (1): 4.1/14 kB
Progress (1): 8.2/14 kB
Progress (1): 12/14 kB
Progress (1): 14 kB
Progress (2): 14 kB | 4.1/37 kB
Progress (2): 14 kB | 8.2/37 kB
Progress (2): 14 kB | 12/37 kB
Progress (2): 14 kB | 16/37 kB
Progress (3): 14 kB | 16/37 kB | 2.7/30 kB
Progress (3): 14 kB | 16/37 kB | 5.5/30 kB
Progress (3): 14 kB | 16/37 kB | 8.2/30 kB
Progress (3): 14 kB | 16/37 kB | 11/30 kB
Progress (3): 14 kB | 20/37 kB | 11/30 kB
Progress (3): 14 kB | 25/37 kB | 11/30 kB
Progress (3): 14 kB | 29/37 kB | 11/30 kB
Progress (3): 14 kB | 33/37 kB | 11/30 kB
Progress (3): 14 kB | 37/37 kB | 11/30 kB
Progress (3): 14 kB | 37 kB | 11/30 kB
Progress (3): 14 kB | 37 kB | 14/30 kB
Progress (3): 14 kB | 37 kB | 16/30 kB
Progress (3): 14 kB | 37 kB | 19/30 kB
Progress (3): 14 kB | 37 kB | 22/30 kB
Progress (3): 14 kB | 37 kB | 25/30 kB
Progress (3): 14 kB | 37 kB | 27/30 kB
Progress (3): 14 kB | 37 kB | 30 kB
Progress (4): 14 kB | 37 kB | 30 kB | 4.1/49 kB
Progress (4): 14 kB | 37 kB | 30 kB | 8.2/49 kB
Progress (4): 14 kB | 37 kB | 30 kB | 12/49 kB
Progress (4): 14 kB | 37 kB | 30 kB | 16/49 kB
Progress (4): 14 kB | 37 kB | 30 kB | 20/49 kB
Progress (4): 14 kB | 37 kB | 30 kB | 25/49 kB
Progress (4): 14 kB | 37 kB | 30 kB | 29/49 kB
Progress (4): 14 kB | 37 kB | 30 kB | 33/49 kB
Progress (4): 14 kB | 37 kB | 30 kB | 37/49 kB
Progress (5): 14 kB | 37 kB | 30 kB | 37/49 kB | 4.1/87 kB
Progress (5): 14 kB | 37 kB | 30 kB | 41/49 kB | 4.1/87 kB
Progress (5): 14 kB | 37 kB | 30 kB | 41/49 kB | 8.2/87 kB
Progress (5): 14 kB | 37 kB | 30 kB | 45/49 kB | 8.2/87 kB
Progress (5): 14 kB | 37 kB | 30 kB | 45/49 kB | 12/87 kB
Progress (5): 14 kB | 37 kB | 30 kB | 49 kB | 12/87 kB
Progress (5): 14 kB | 37 kB | 30 kB | 49 kB | 16/87 kB
Progress (5): 14 kB | 37 kB | 30 kB | 49 kB | 20/87 kB
Progress (5): 14 kB | 37 kB | 30 kB | 49 kB | 25/87 kB
Progress (5): 14 kB | 37 kB | 30 kB | 49 kB | 29/87 kB
Progress (5): 14 kB | 37 kB | 30 kB | 49 kB | 33/87 kB
Progress (5): 14 kB | 37 kB | 30 kB | 49 kB | 37/87 kB
Progress (5): 14 kB | 37 kB | 30 kB | 49 kB | 41/87 kB
Progress (5): 14 kB | 37 kB | 30 kB | 49 kB | 45/87 kB
Progress (5): 14 kB | 37 kB | 30 kB | 49 kB | 49/87 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 405 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 150 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
Progress (3): 30 kB | 49 kB | 53/87 kB
Progress (3): 30 kB | 49 kB | 57/87 kB
Progress (3): 30 kB | 49 kB | 61/87 kB
Progress (3): 30 kB | 49 kB | 66/87 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 327 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
Progress (2): 49 kB | 70/87 kB
Progress (2): 49 kB | 74/87 kB
Progress (2): 49 kB | 78/87 kB
Progress (2): 49 kB | 82/87 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 517 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar
Progress (1): 86/87 kB
Progress (1): 87 kB
Progress (2): 87 kB | 4.1/86 kB
Progress (2): 87 kB | 8.2/86 kB
Progress (2): 87 kB | 12/86 kB
Progress (2): 87 kB | 16/86 kB
Progress (3): 87 kB | 16/86 kB | 4.1/10 kB
Progress (3): 87 kB | 16/86 kB | 8.2/10 kB
Progress (3): 87 kB | 16/86 kB | 10 kB
Progress (3): 87 kB | 20/86 kB | 10 kB
Progress (3): 87 kB | 25/86 kB | 10 kB
Progress (3): 87 kB | 29/86 kB | 10 kB
Progress (3): 87 kB | 33/86 kB | 10 kB
Progress (3): 87 kB | 37/86 kB | 10 kB
Progress (3): 87 kB | 41/86 kB | 10 kB
Progress (3): 87 kB | 45/86 kB | 10 kB
Progress (3): 87 kB | 49/86 kB | 10 kB
Progress (4): 87 kB | 49/86 kB | 10 kB | 4.1/223 kB
Progress (4): 87 kB | 49/86 kB | 10 kB | 8.2/223 kB
Progress (4): 87 kB | 49/86 kB | 10 kB | 12/223 kB
Progress (4): 87 kB | 49/86 kB | 10 kB | 16/223 kB
Progress (4): 87 kB | 53/86 kB | 10 kB | 16/223 kB
Progress (4): 87 kB | 57/86 kB | 10 kB | 16/223 kB
Progress (4): 87 kB | 61/86 kB | 10 kB | 16/223 kB
Progress (4): 87 kB | 66/86 kB | 10 kB | 16/223 kB
Progress (4): 87 kB | 70/86 kB | 10 kB | 16/223 kB
Progress (4): 87 kB | 74/86 kB | 10 kB | 16/223 kB
Progress (4): 87 kB | 78/86 kB | 10 kB | 16/223 kB
Progress (4): 87 kB | 78/86 kB | 10 kB | 20/223 kB
Progress (4): 87 kB | 78/86 kB | 10 kB | 24/223 kB
Progress (4): 87 kB | 78/86 kB | 10 kB | 28/223 kB
Progress (4): 87 kB | 78/86 kB | 10 kB | 32/223 kB
Progress (4): 87 kB | 82/86 kB | 10 kB | 32/223 kB
Progress (4): 87 kB | 86/86 kB | 10 kB | 32/223 kB
Progress (4): 87 kB | 86 kB | 10 kB | 32/223 kB
Progress (4): 87 kB | 86 kB | 10 kB | 36/223 kB
Progress (4): 87 kB | 86 kB | 10 kB | 40/223 kB
Progress (4): 87 kB | 86 kB | 10 kB | 45/223 kB
Progress (4): 87 kB | 86 kB | 10 kB | 49/223 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 780 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
Progress (4): 86 kB | 10 kB | 49/223 kB | 4.1/43 kB
Progress (4): 86 kB | 10 kB | 49/223 kB | 8.2/43 kB
Progress (4): 86 kB | 10 kB | 49/223 kB | 12/43 kB
Progress (4): 86 kB | 10 kB | 49/223 kB | 16/43 kB
Progress (4): 86 kB | 10 kB | 49/223 kB | 20/43 kB
Progress (4): 86 kB | 10 kB | 49/223 kB | 25/43 kB
Progress (4): 86 kB | 10 kB | 49/223 kB | 29/43 kB
Progress (4): 86 kB | 10 kB | 49/223 kB | 33/43 kB
Progress (4): 86 kB | 10 kB | 49/223 kB | 37/43 kB
Progress (4): 86 kB | 10 kB | 49/223 kB | 41/43 kB
Progress (4): 86 kB | 10 kB | 49/223 kB | 43 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 88 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
Progress (3): 86 kB | 53/223 kB | 43 kB
Progress (3): 86 kB | 57/223 kB | 43 kB
Progress (3): 86 kB | 61/223 kB | 43 kB
Progress (3): 86 kB | 65/223 kB | 43 kB
Progress (3): 86 kB | 69/223 kB | 43 kB
Progress (3): 86 kB | 73/223 kB | 43 kB
Progress (3): 86 kB | 77/223 kB | 43 kB
Progress (3): 86 kB | 81/223 kB | 43 kB
Progress (3): 86 kB | 85/223 kB | 43 kB
Progress (3): 86 kB | 90/223 kB | 43 kB
Progress (3): 86 kB | 94/223 kB | 43 kB
Progress (3): 86 kB | 98/223 kB | 43 kB
Progress (3): 86 kB | 102/223 kB | 43 kB
Progress (3): 86 kB | 106/223 kB | 43 kB
Progress (3): 86 kB | 110/223 kB | 43 kB
Progress (3): 86 kB | 114/223 kB | 43 kB
Progress (3): 86 kB | 118/223 kB | 43 kB
Progress (3): 86 kB | 122/223 kB | 43 kB
Progress (3): 86 kB | 126/223 kB | 43 kB
Progress (3): 86 kB | 131/223 kB | 43 kB
Progress (3): 86 kB | 135/223 kB | 43 kB
Progress (3): 86 kB | 139/223 kB | 43 kB
Progress (3): 86 kB | 143/223 kB | 43 kB
Progress (3): 86 kB | 147/223 kB | 43 kB
Progress (3): 86 kB | 151/223 kB | 43 kB
Progress (3): 86 kB | 155/223 kB | 43 kB
Progress (3): 86 kB | 159/223 kB | 43 kB
Progress (3): 86 kB | 163/223 kB | 43 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 697 kB/s)
Progress (3): 163/223 kB | 43 kB | 2.9/6.8 kB
Progress (3): 163/223 kB | 43 kB | 6.8 kB
Progress (3): 167/223 kB | 43 kB | 6.8 kB
Progress (3): 171/223 kB | 43 kB | 6.8 kB
Progress (3): 176/223 kB | 43 kB | 6.8 kB
Progress (3): 180/223 kB | 43 kB | 6.8 kB
Progress (3): 184/223 kB | 43 kB | 6.8 kB
Progress (3): 188/223 kB | 43 kB | 6.8 kB
Progress (3): 192/223 kB | 43 kB | 6.8 kB
Progress (3): 196/223 kB | 43 kB | 6.8 kB
Progress (4): 196/223 kB | 43 kB | 6.8 kB | 4.1/61 kB
Progress (4): 196/223 kB | 43 kB | 6.8 kB | 8.2/61 kB
Progress (4): 196/223 kB | 43 kB | 6.8 kB | 12/61 kB
Progress (4): 196/223 kB | 43 kB | 6.8 kB | 16/61 kB
Progress (4): 196/223 kB | 43 kB | 6.8 kB | 20/61 kB
Progress (4): 196/223 kB | 43 kB | 6.8 kB | 25/61 kB
Progress (4): 196/223 kB | 43 kB | 6.8 kB | 29/61 kB
Progress (4): 196/223 kB | 43 kB | 6.8 kB | 33/61 kB
Progress (4): 200/223 kB | 43 kB | 6.8 kB | 33/61 kB
Progress (4): 204/223 kB | 43 kB | 6.8 kB | 33/61 kB
Progress (4): 208/223 kB | 43 kB | 6.8 kB | 33/61 kB
Progress (4): 212/223 kB | 43 kB | 6.8 kB | 33/61 kB
Progress (4): 217/223 kB | 43 kB | 6.8 kB | 33/61 kB
Progress (4): 221/223 kB | 43 kB | 6.8 kB | 33/61 kB
Progress (4): 223 kB | 43 kB | 6.8 kB | 33/61 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 kB at 324 kB/s)
Progress (3): 223 kB | 6.8 kB | 37/61 kB
Progress (3): 223 kB | 6.8 kB | 41/61 kB
Progress (3): 223 kB | 6.8 kB | 45/61 kB
Progress (3): 223 kB | 6.8 kB | 49/61 kB
Progress (3): 223 kB | 6.8 kB | 53/61 kB
Progress (3): 223 kB | 6.8 kB | 57/61 kB
Progress (3): 223 kB | 6.8 kB | 61 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 50 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 1.6 MB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 424 kB/s)
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/10/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom
Progress (1): 1.5 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (1.5 kB at 93 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom
Progress (1): 4.1/19 kB
Progress (1): 8.2/19 kB
Progress (1): 12/19 kB
Progress (1): 16/19 kB
Progress (1): 19 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 995 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom
Progress (1): 1.6 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (1.6 kB at 95 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom
Progress (1): 2.3 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 135 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom
Progress (1): 4.1/7.8 kB
Progress (1): 7.8 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (7.8 kB at 432 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom
Progress (1): 2.1 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (2.1 kB at 114 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom
Progress (1): 3.1 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (3.1 kB at 174 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom
Progress (1): 2.0 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2.0 kB at 109 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom
Progress (1): 2.0 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (2.0 kB at 121 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom
Progress (1): 1.9 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 112 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom
Progress (1): 1.7 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (1.7 kB at 109 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom
Progress (1): 2.7 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 151 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom
Progress (1): 2.7 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (2.7 kB at 159 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom
Progress (1): 2.0 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2.0 kB at 116 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom
Progress (1): 2.1 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (2.1 kB at 122 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom
Progress (1): 1.3 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (1.3 kB at 68 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom
Progress (1): 3.4 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (3.4 kB at 180 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
Progress (1): 4.0 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 225 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
Progress (1): 4.1/4.9 kB
Progress (1): 4.9 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 274 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
Progress (1): 865 B

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 48 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
Progress (1): 3.6 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (3.6 kB at 201 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (0 B at 0 B/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom
Progress (1): 690 B

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 38 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom
Progress (1): 769 B

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom (769 B at 43 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom
Progress (1): 1.2 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom (1.2 kB at 65 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom
Progress (1): 2.8 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (2.8 kB at 162 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
Progress (1): 4.0 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4.0 kB at 224 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
Progress (1): 2.8 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (2.8 kB at 156 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.4/xbean-3.4.pom
Progress (1): 4.1/19 kB
Progress (1): 8.2/19 kB
Progress (1): 12/19 kB
Progress (1): 16/19 kB
Progress (1): 19 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 927 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
Progress (1): 4.1/5.3 kB
Progress (1): 5.3 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 281 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.pom
Progress (1): 747 B

Downloaded from Maven: https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 42 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar
Progress (1): 4.1/13 kB
Progress (1): 8.2/13 kB
Progress (1): 12/13 kB
Progress (1): 13 kB
Progress (2): 13 kB | 4.1/211 kB
Progress (2): 13 kB | 8.2/211 kB
Progress (2): 13 kB | 12/211 kB
Progress (2): 13 kB | 16/211 kB
Progress (2): 13 kB | 20/211 kB
Progress (2): 13 kB | 24/211 kB
Progress (2): 13 kB | 28/211 kB
Progress (2): 13 kB | 32/211 kB
Progress (2): 13 kB | 36/211 kB
Progress (2): 13 kB | 40/211 kB
Progress (2): 13 kB | 45/211 kB
Progress (2): 13 kB | 49/211 kB
Progress (3): 13 kB | 49/211 kB | 4.1/89 kB
Progress (3): 13 kB | 53/211 kB | 4.1/89 kB
Progress (3): 13 kB | 53/211 kB | 8.2/89 kB
Progress (3): 13 kB | 57/211 kB | 8.2/89 kB
Progress (3): 13 kB | 57/211 kB | 12/89 kB
Progress (3): 13 kB | 61/211 kB | 12/89 kB
Progress (3): 13 kB | 61/211 kB | 16/89 kB
Progress (3): 13 kB | 65/211 kB | 16/89 kB
Progress (3): 13 kB | 69/211 kB | 16/89 kB
Progress (3): 13 kB | 73/211 kB | 16/89 kB
Progress (3): 13 kB | 77/211 kB | 16/89 kB
Progress (3): 13 kB | 81/211 kB | 16/89 kB
Progress (4): 13 kB | 81/211 kB | 16/89 kB | 4.1/160 kB
Progress (4): 13 kB | 81/211 kB | 16/89 kB | 8.2/160 kB
Progress (4): 13 kB | 81/211 kB | 16/89 kB | 12/160 kB
Progress (4): 13 kB | 81/211 kB | 16/89 kB | 16/160 kB
Progress (4): 13 kB | 85/211 kB | 16/89 kB | 16/160 kB
Progress (4): 13 kB | 90/211 kB | 16/89 kB | 16/160 kB
Progress (4): 13 kB | 94/211 kB | 16/89 kB | 16/160 kB
Progress (4): 13 kB | 98/211 kB | 16/89 kB | 16/160 kB
Progress (4): 13 kB | 102/211 kB | 16/89 kB | 16/160 kB
Progress (4): 13 kB | 106/211 kB | 16/89 kB | 16/160 kB
Progress (4): 13 kB | 110/211 kB | 16/89 kB | 16/160 kB
Progress (4): 13 kB | 114/211 kB | 16/89 kB | 16/160 kB
Progress (5): 13 kB | 114/211 kB | 16/89 kB | 16/160 kB | 4.1/49 kB
Progress (5): 13 kB | 114/211 kB | 16/89 kB | 16/160 kB | 8.2/49 kB
Progress (5): 13 kB | 114/211 kB | 16/89 kB | 16/160 kB | 12/49 kB
Progress (5): 13 kB | 114/211 kB | 16/89 kB | 16/160 kB | 16/49 kB
Progress (5): 13 kB | 114/211 kB | 16/89 kB | 20/160 kB | 16/49 kB
Progress (5): 13 kB | 114/211 kB | 16/89 kB | 25/160 kB | 16/49 kB
Progress (5): 13 kB | 114/211 kB | 16/89 kB | 29/160 kB | 16/49 kB
Progress (5): 13 kB | 114/211 kB | 16/89 kB | 33/160 kB | 16/49 kB
Progress (5): 13 kB | 118/211 kB | 16/89 kB | 33/160 kB | 16/49 kB
Progress (5): 13 kB | 122/211 kB | 16/89 kB | 33/160 kB | 16/49 kB
Progress (5): 13 kB | 126/211 kB | 16/89 kB | 33/160 kB | 16/49 kB
Progress (5): 13 kB | 131/211 kB | 16/89 kB | 33/160 kB | 16/49 kB
Progress (5): 13 kB | 131/211 kB | 20/89 kB | 33/160 kB | 16/49 kB
Progress (5): 13 kB | 131/211 kB | 25/89 kB | 33/160 kB | 16/49 kB
Progress (5): 13 kB | 131/211 kB | 29/89 kB | 33/160 kB | 16/49 kB
Progress (5): 13 kB | 131/211 kB | 33/89 kB | 33/160 kB | 16/49 kB
Progress (5): 13 kB | 131/211 kB | 33/89 kB | 37/160 kB | 16/49 kB
Progress (5): 13 kB | 131/211 kB | 33/89 kB | 41/160 kB | 16/49 kB
Progress (5): 13 kB | 131/211 kB | 33/89 kB | 45/160 kB | 16/49 kB
Progress (5): 13 kB | 131/211 kB | 33/89 kB | 49/160 kB | 16/49 kB
Progress (5): 13 kB | 131/211 kB | 33/89 kB | 53/160 kB | 16/49 kB
Progress (5): 13 kB | 135/211 kB | 33/89 kB | 53/160 kB | 16/49 kB
Progress (5): 13 kB | 135/211 kB | 33/89 kB | 57/160 kB | 16/49 kB
Progress (5): 13 kB | 139/211 kB | 33/89 kB | 57/160 kB | 16/49 kB
Progress (5): 13 kB | 139/211 kB | 33/89 kB | 61/160 kB | 16/49 kB
Progress (5): 13 kB | 143/211 kB | 33/89 kB | 61/160 kB | 16/49 kB
Progress (5): 13 kB | 143/211 kB | 33/89 kB | 66/160 kB | 16/49 kB
Progress (5): 13 kB | 147/211 kB | 33/89 kB | 66/160 kB | 16/49 kB
Progress (5): 13 kB | 147/211 kB | 33/89 kB | 70/160 kB | 16/49 kB
Progress (5): 13 kB | 147/211 kB | 33/89 kB | 74/160 kB | 16/49 kB
Progress (5): 13 kB | 147/211 kB | 33/89 kB | 78/160 kB | 16/49 kB
Progress (5): 13 kB | 147/211 kB | 33/89 kB | 82/160 kB | 16/49 kB
Progress (5): 13 kB | 147/211 kB | 33/89 kB | 86/160 kB | 16/49 kB
Progress (5): 13 kB | 147/211 kB | 33/89 kB | 90/160 kB | 16/49 kB
Progress (5): 13 kB | 147/211 kB | 33/89 kB | 94/160 kB | 16/49 kB
Progress (5): 13 kB | 147/211 kB | 33/89 kB | 98/160 kB | 16/49 kB
Progress (5): 13 kB | 147/211 kB | 33/89 kB | 102/160 kB | 16/49 kB
Progress (5): 13 kB | 147/211 kB | 33/89 kB | 106/160 kB | 16/49 kB
Progress (5): 13 kB | 147/211 kB | 33/89 kB | 111/160 kB | 16/49 kB
Progress (5): 13 kB | 147/211 kB | 33/89 kB | 115/160 kB | 16/49 kB
Progress (5): 13 kB | 151/211 kB | 33/89 kB | 115/160 kB | 16/49 kB
Progress (5): 13 kB | 151/211 kB | 33/89 kB | 119/160 kB | 16/49 kB
Progress (5): 13 kB | 155/211 kB | 33/89 kB | 119/160 kB | 16/49 kB
Progress (5): 13 kB | 155/211 kB | 33/89 kB | 123/160 kB | 16/49 kB
Progress (5): 13 kB | 159/211 kB | 33/89 kB | 123/160 kB | 16/49 kB
Progress (5): 13 kB | 159/211 kB | 33/89 kB | 127/160 kB | 16/49 kB
Progress (5): 13 kB | 163/211 kB | 33/89 kB | 127/160 kB | 16/49 kB
Progress (5): 13 kB | 163/211 kB | 33/89 kB | 131/160 kB | 16/49 kB
Progress (5): 13 kB | 163/211 kB | 33/89 kB | 135/160 kB | 16/49 kB
Progress (5): 13 kB | 163/211 kB | 33/89 kB | 139/160 kB | 16/49 kB
Progress (5): 13 kB | 163/211 kB | 33/89 kB | 143/160 kB | 16/49 kB
Progress (5): 13 kB | 163/211 kB | 33/89 kB | 147/160 kB | 16/49 kB
Progress (5): 13 kB | 167/211 kB | 33/89 kB | 147/160 kB | 16/49 kB
Progress (5): 13 kB | 171/211 kB | 33/89 kB | 147/160 kB | 16/49 kB
Progress (5): 13 kB | 176/211 kB | 33/89 kB | 147/160 kB | 16/49 kB
Progress (5): 13 kB | 180/211 kB | 33/89 kB | 147/160 kB | 16/49 kB
Progress (5): 13 kB | 180/211 kB | 33/89 kB | 152/160 kB | 16/49 kB
Progress (5): 13 kB | 180/211 kB | 33/89 kB | 156/160 kB | 16/49 kB
Progress (5): 13 kB | 180/211 kB | 33/89 kB | 160 kB | 16/49 kB
Progress (5): 13 kB | 184/211 kB | 33/89 kB | 160 kB | 16/49 kB
Progress (5): 13 kB | 184/211 kB | 37/89 kB | 160 kB | 16/49 kB
Progress (5): 13 kB | 188/211 kB | 37/89 kB | 160 kB | 16/49 kB
Progress (5): 13 kB | 188/211 kB | 41/89 kB | 160 kB | 16/49 kB
Progress (5): 13 kB | 192/211 kB | 41/89 kB | 160 kB | 16/49 kB
Progress (5): 13 kB | 192/211 kB | 45/89 kB | 160 kB | 16/49 kB
Progress (5): 13 kB | 196/211 kB | 45/89 kB | 160 kB | 16/49 kB
Progress (5): 13 kB | 196/211 kB | 49/89 kB | 160 kB | 16/49 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 258 kB/s)
Progress (4): 200/211 kB | 49/89 kB | 160 kB | 16/49 kB
Progress (4): 200/211 kB | 49/89 kB | 160 kB | 20/49 kB

Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar
Progress (4): 200/211 kB | 49/89 kB | 160 kB | 25/49 kB
Progress (4): 200/211 kB | 49/89 kB | 160 kB | 29/49 kB
Progress (4): 204/211 kB | 49/89 kB | 160 kB | 29/49 kB
Progress (4): 204/211 kB | 49/89 kB | 160 kB | 33/49 kB
Progress (4): 208/211 kB | 49/89 kB | 160 kB | 33/49 kB
Progress (4): 211 kB | 49/89 kB | 160 kB | 33/49 kB
Progress (4): 211 kB | 49/89 kB | 160 kB | 37/49 kB
Progress (4): 211 kB | 49/89 kB | 160 kB | 41/49 kB
Progress (4): 211 kB | 49/89 kB | 160 kB | 45/49 kB
Progress (4): 211 kB | 49/89 kB | 160 kB | 49 kB
Progress (4): 211 kB | 53/89 kB | 160 kB | 49 kB
Progress (4): 211 kB | 57/89 kB | 160 kB | 49 kB
Progress (4): 211 kB | 61/89 kB | 160 kB | 49 kB
Progress (4): 211 kB | 66/89 kB | 160 kB | 49 kB
Progress (4): 211 kB | 70/89 kB | 160 kB | 49 kB
Progress (4): 211 kB | 74/89 kB | 160 kB | 49 kB
Progress (4): 211 kB | 78/89 kB | 160 kB | 49 kB
Progress (4): 211 kB | 82/89 kB | 160 kB | 49 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 2.9 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar
Progress (3): 211 kB | 86/89 kB | 49 kB
Progress (3): 211 kB | 89 kB | 49 kB
Progress (4): 211 kB | 89 kB | 49 kB | 4.1/21 kB
Progress (4): 211 kB | 89 kB | 49 kB | 8.2/21 kB
Progress (4): 211 kB | 89 kB | 49 kB | 12/21 kB
Progress (4): 211 kB | 89 kB | 49 kB | 16/21 kB
Progress (4): 211 kB | 89 kB | 49 kB | 20/21 kB
Progress (4): 211 kB | 89 kB | 49 kB | 21 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (211 kB at 3.5 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 792 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 1.4 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar
Progress (2): 21 kB | 4.1/35 kB
Progress (2): 21 kB | 8.2/35 kB
Progress (2): 21 kB | 12/35 kB
Progress (2): 21 kB | 16/35 kB
Progress (2): 21 kB | 20/35 kB
Progress (2): 21 kB | 24/35 kB
Progress (2): 21 kB | 28/35 kB
Progress (2): 21 kB | 32/35 kB
Progress (2): 21 kB | 35 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 316 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar
Progress (2): 35 kB | 4.1/25 kB
Progress (2): 35 kB | 8.2/25 kB
Progress (2): 35 kB | 12/25 kB
Progress (2): 35 kB | 16/25 kB
Progress (3): 35 kB | 16/25 kB | 4.1/87 kB
Progress (3): 35 kB | 20/25 kB | 4.1/87 kB
Progress (3): 35 kB | 20/25 kB | 8.2/87 kB
Progress (3): 35 kB | 25 kB | 8.2/87 kB
Progress (3): 35 kB | 25 kB | 12/87 kB
Progress (3): 35 kB | 25 kB | 16/87 kB
Progress (4): 35 kB | 25 kB | 16/87 kB | 4.1/14 kB
Progress (4): 35 kB | 25 kB | 16/87 kB | 8.2/14 kB
Progress (4): 35 kB | 25 kB | 16/87 kB | 12/14 kB
Progress (4): 35 kB | 25 kB | 16/87 kB | 14 kB
Progress (5): 35 kB | 25 kB | 16/87 kB | 14 kB | 4.1/122 kB
Progress (5): 35 kB | 25 kB | 16/87 kB | 14 kB | 8.2/122 kB
Progress (5): 35 kB | 25 kB | 16/87 kB | 14 kB | 12/122 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 465 kB/s)
Progress (4): 25 kB | 16/87 kB | 14 kB | 16/122 kB

Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar
Progress (4): 25 kB | 16/87 kB | 14 kB | 20/122 kB
Progress (4): 25 kB | 16/87 kB | 14 kB | 25/122 kB
Progress (4): 25 kB | 16/87 kB | 14 kB | 29/122 kB
Progress (4): 25 kB | 16/87 kB | 14 kB | 33/122 kB
Progress (4): 25 kB | 20/87 kB | 14 kB | 33/122 kB
Progress (4): 25 kB | 25/87 kB | 14 kB | 33/122 kB
Progress (4): 25 kB | 29/87 kB | 14 kB | 33/122 kB
Progress (4): 25 kB | 33/87 kB | 14 kB | 33/122 kB
Progress (4): 25 kB | 33/87 kB | 14 kB | 37/122 kB
Progress (4): 25 kB | 33/87 kB | 14 kB | 41/122 kB
Progress (4): 25 kB | 33/87 kB | 14 kB | 45/122 kB
Progress (4): 25 kB | 33/87 kB | 14 kB | 49/122 kB
Progress (4): 25 kB | 33/87 kB | 14 kB | 53/122 kB
Progress (4): 25 kB | 33/87 kB | 14 kB | 57/122 kB
Progress (4): 25 kB | 33/87 kB | 14 kB | 61/122 kB
Progress (4): 25 kB | 33/87 kB | 14 kB | 66/122 kB
Progress (4): 25 kB | 33/87 kB | 14 kB | 70/122 kB
Progress (4): 25 kB | 33/87 kB | 14 kB | 74/122 kB
Progress (4): 25 kB | 33/87 kB | 14 kB | 78/122 kB
Progress (4): 25 kB | 33/87 kB | 14 kB | 82/122 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 296 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar
Progress (3): 33/87 kB | 14 kB | 86/122 kB
Progress (3): 33/87 kB | 14 kB | 90/122 kB
Progress (3): 33/87 kB | 14 kB | 94/122 kB
Progress (3): 33/87 kB | 14 kB | 98/122 kB
Progress (3): 33/87 kB | 14 kB | 102/122 kB
Progress (3): 33/87 kB | 14 kB | 106/122 kB
Progress (3): 33/87 kB | 14 kB | 111/122 kB
Progress (3): 33/87 kB | 14 kB | 115/122 kB
Progress (3): 33/87 kB | 14 kB | 119/122 kB
Progress (3): 37/87 kB | 14 kB | 119/122 kB
Progress (3): 37/87 kB | 14 kB | 122 kB
Progress (3): 41/87 kB | 14 kB | 122 kB
Progress (3): 45/87 kB | 14 kB | 122 kB
Progress (3): 49/87 kB | 14 kB | 122 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 158 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar
Progress (3): 49/87 kB | 122 kB | 4.1/29 kB
Progress (3): 49/87 kB | 122 kB | 8.2/29 kB
Progress (3): 49/87 kB | 122 kB | 12/29 kB
Progress (3): 49/87 kB | 122 kB | 16/29 kB
Progress (3): 49/87 kB | 122 kB | 20/29 kB
Progress (3): 49/87 kB | 122 kB | 24/29 kB
Progress (3): 49/87 kB | 122 kB | 28/29 kB
Progress (3): 49/87 kB | 122 kB | 29 kB
Progress (3): 53/87 kB | 122 kB | 29 kB
Progress (3): 57/87 kB | 122 kB | 29 kB
Progress (3): 61/87 kB | 122 kB | 29 kB
Progress (3): 66/87 kB | 122 kB | 29 kB
Progress (4): 66/87 kB | 122 kB | 29 kB | 4.1/37 kB
Progress (4): 66/87 kB | 122 kB | 29 kB | 8.2/37 kB
Progress (4): 66/87 kB | 122 kB | 29 kB | 12/37 kB
Progress (4): 66/87 kB | 122 kB | 29 kB | 16/37 kB
Progress (4): 66/87 kB | 122 kB | 29 kB | 20/37 kB
Progress (4): 66/87 kB | 122 kB | 29 kB | 25/37 kB
Progress (4): 66/87 kB | 122 kB | 29 kB | 29/37 kB
Progress (4): 66/87 kB | 122 kB | 29 kB | 33/37 kB
Progress (4): 66/87 kB | 122 kB | 29 kB | 37/37 kB
Progress (4): 66/87 kB | 122 kB | 29 kB | 37 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 1.3 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar
Progress (4): 66/87 kB | 29 kB | 37 kB | 4.1/58 kB
Progress (4): 66/87 kB | 29 kB | 37 kB | 8.2/58 kB
Progress (4): 66/87 kB | 29 kB | 37 kB | 12/58 kB
Progress (4): 66/87 kB | 29 kB | 37 kB | 16/58 kB
Progress (4): 70/87 kB | 29 kB | 37 kB | 16/58 kB
Progress (4): 74/87 kB | 29 kB | 37 kB | 16/58 kB
Progress (4): 78/87 kB | 29 kB | 37 kB | 16/58 kB
Progress (4): 82/87 kB | 29 kB | 37 kB | 16/58 kB
Progress (4): 82/87 kB | 29 kB | 37 kB | 20/58 kB
Progress (4): 82/87 kB | 29 kB | 37 kB | 25/58 kB
Progress (4): 82/87 kB | 29 kB | 37 kB | 29/58 kB
Progress (4): 82/87 kB | 29 kB | 37 kB | 33/58 kB
Progress (4): 86/87 kB | 29 kB | 37 kB | 33/58 kB
Progress (4): 86/87 kB | 29 kB | 37 kB | 37/58 kB
Progress (4): 87 kB | 29 kB | 37 kB | 37/58 kB
Progress (4): 87 kB | 29 kB | 37 kB | 41/58 kB
Progress (4): 87 kB | 29 kB | 37 kB | 45/58 kB
Progress (4): 87 kB | 29 kB | 37 kB | 49/58 kB
Progress (4): 87 kB | 29 kB | 37 kB | 53/58 kB
Progress (4): 87 kB | 29 kB | 37 kB | 57/58 kB
Progress (4): 87 kB | 29 kB | 37 kB | 58 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 288 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 360 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar
Progress (3): 87 kB | 58 kB | 4.1/10 kB
Progress (3): 87 kB | 58 kB | 8.2/10 kB
Progress (3): 87 kB | 58 kB | 10 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 531 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 801 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar
Progress (2): 10 kB | 4.1/155 kB
Progress (2): 10 kB | 8.2/155 kB
Progress (2): 10 kB | 12/155 kB
Progress (2): 10 kB | 16/155 kB
Progress (3): 10 kB | 16/155 kB | 4.1/33 kB
Progress (3): 10 kB | 16/155 kB | 8.2/33 kB
Progress (3): 10 kB | 16/155 kB | 12/33 kB
Progress (3): 10 kB | 16/155 kB | 16/33 kB
Progress (3): 10 kB | 20/155 kB | 16/33 kB
Progress (3): 10 kB | 25/155 kB | 16/33 kB
Progress (3): 10 kB | 29/155 kB | 16/33 kB
Progress (3): 10 kB | 33/155 kB | 16/33 kB
Progress (3): 10 kB | 37/155 kB | 16/33 kB
Progress (3): 10 kB | 41/155 kB | 16/33 kB
Progress (3): 10 kB | 45/155 kB | 16/33 kB
Progress (3): 10 kB | 49/155 kB | 16/33 kB
Progress (3): 10 kB | 53/155 kB | 16/33 kB
Progress (3): 10 kB | 57/155 kB | 16/33 kB
Progress (3): 10 kB | 61/155 kB | 16/33 kB
Progress (3): 10 kB | 66/155 kB | 16/33 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 87 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar
Progress (2): 70/155 kB | 16/33 kB
Progress (2): 74/155 kB | 16/33 kB
Progress (2): 78/155 kB | 16/33 kB
Progress (2): 82/155 kB | 16/33 kB
Progress (2): 86/155 kB | 16/33 kB
Progress (2): 90/155 kB | 16/33 kB
Progress (2): 94/155 kB | 16/33 kB
Progress (2): 98/155 kB | 16/33 kB
Progress (2): 98/155 kB | 20/33 kB
Progress (2): 98/155 kB | 25/33 kB
Progress (3): 98/155 kB | 25/33 kB | 4.1/4.6 kB
Progress (3): 98/155 kB | 29/33 kB | 4.1/4.6 kB
Progress (3): 98/155 kB | 29/33 kB | 4.6 kB
Progress (3): 98/155 kB | 33/33 kB | 4.6 kB
Progress (3): 98/155 kB | 33 kB | 4.6 kB
Progress (4): 98/155 kB | 33 kB | 4.6 kB | 4.1/25 kB
Progress (4): 98/155 kB | 33 kB | 4.6 kB | 8.2/25 kB
Progress (4): 98/155 kB | 33 kB | 4.6 kB | 12/25 kB
Progress (4): 98/155 kB | 33 kB | 4.6 kB | 16/25 kB
Progress (4): 102/155 kB | 33 kB | 4.6 kB | 16/25 kB
Progress (4): 106/155 kB | 33 kB | 4.6 kB | 16/25 kB
Progress (4): 111/155 kB | 33 kB | 4.6 kB | 16/25 kB
Progress (4): 115/155 kB | 33 kB | 4.6 kB | 16/25 kB
Progress (4): 115/155 kB | 33 kB | 4.6 kB | 20/25 kB
Progress (4): 119/155 kB | 33 kB | 4.6 kB | 20/25 kB
Progress (4): 119/155 kB | 33 kB | 4.6 kB | 24/25 kB
Progress (4): 123/155 kB | 33 kB | 4.6 kB | 24/25 kB
Progress (4): 123/155 kB | 33 kB | 4.6 kB | 25 kB
Progress (4): 127/155 kB | 33 kB | 4.6 kB | 25 kB
Progress (4): 131/155 kB | 33 kB | 4.6 kB | 25 kB
Progress (4): 135/155 kB | 33 kB | 4.6 kB | 25 kB
Progress (4): 139/155 kB | 33 kB | 4.6 kB | 25 kB
Progress (4): 143/155 kB | 33 kB | 4.6 kB | 25 kB
Progress (4): 147/155 kB | 33 kB | 4.6 kB | 25 kB
Progress (4): 152/155 kB | 33 kB | 4.6 kB | 25 kB
Progress (4): 155 kB | 33 kB | 4.6 kB | 25 kB
Progress (5): 155 kB | 33 kB | 4.6 kB | 25 kB | 4.1/19 kB
Progress (5): 155 kB | 33 kB | 4.6 kB | 25 kB | 8.2/19 kB
Progress (5): 155 kB | 33 kB | 4.6 kB | 25 kB | 12/19 kB
Progress (5): 155 kB | 33 kB | 4.6 kB | 25 kB | 16/19 kB
Progress (5): 155 kB | 33 kB | 4.6 kB | 25 kB | 19 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (4.6 kB at 35 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 kB at 249 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 kB at 184 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar (155 kB at 1.1 MB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.jar
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar (19 kB at 136 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
Progress (1): 4.1/46 kB
Progress (1): 8.2/46 kB
Progress (1): 12/46 kB
Progress (1): 16/46 kB
Progress (1): 20/46 kB
Progress (1): 25/46 kB
Progress (1): 29/46 kB
Progress (1): 33/46 kB
Progress (1): 37/46 kB
Progress (1): 41/46 kB
Progress (1): 45/46 kB
Progress (1): 46 kB
Progress (2): 46 kB | 4.1/217 kB
Progress (2): 46 kB | 8.2/217 kB
Progress (2): 46 kB | 12/217 kB
Progress (2): 46 kB | 16/217 kB
Progress (3): 46 kB | 16/217 kB | 4.1/358 kB
Progress (3): 46 kB | 16/217 kB | 8.2/358 kB
Progress (3): 46 kB | 16/217 kB | 12/358 kB
Progress (3): 46 kB | 16/217 kB | 16/358 kB
Progress (4): 46 kB | 16/217 kB | 16/358 kB | 4.1/134 kB
Progress (4): 46 kB | 16/217 kB | 16/358 kB | 8.2/134 kB
Progress (4): 46 kB | 16/217 kB | 16/358 kB | 12/134 kB
Progress (4): 46 kB | 16/217 kB | 16/358 kB | 16/134 kB
Progress (4): 46 kB | 20/217 kB | 16/358 kB | 16/134 kB
Progress (4): 46 kB | 25/217 kB | 16/358 kB | 16/134 kB
Progress (4): 46 kB | 29/217 kB | 16/358 kB | 16/134 kB
Progress (4): 46 kB | 33/217 kB | 16/358 kB | 16/134 kB
Progress (4): 46 kB | 33/217 kB | 20/358 kB | 16/134 kB
Progress (4): 46 kB | 33/217 kB | 25/358 kB | 16/134 kB
Progress (4): 46 kB | 33/217 kB | 29/358 kB | 16/134 kB
Progress (4): 46 kB | 33/217 kB | 33/358 kB | 16/134 kB
Progress (5): 46 kB | 33/217 kB | 33/358 kB | 16/134 kB | 4.1/45 kB
Progress (5): 46 kB | 33/217 kB | 33/358 kB | 16/134 kB | 8.2/45 kB
Progress (5): 46 kB | 33/217 kB | 33/358 kB | 16/134 kB | 12/45 kB
Progress (5): 46 kB | 33/217 kB | 33/358 kB | 16/134 kB | 16/45 kB
Progress (5): 46 kB | 33/217 kB | 37/358 kB | 16/134 kB | 16/45 kB
Progress (5): 46 kB | 33/217 kB | 41/358 kB | 16/134 kB | 16/45 kB
Progress (5): 46 kB | 33/217 kB | 45/358 kB | 16/134 kB | 16/45 kB
Progress (5): 46 kB | 33/217 kB | 49/358 kB | 16/134 kB | 16/45 kB
Progress (5): 46 kB | 33/217 kB | 49/358 kB | 20/134 kB | 16/45 kB
Progress (5): 46 kB | 33/217 kB | 49/358 kB | 25/134 kB | 16/45 kB
Progress (5): 46 kB | 33/217 kB | 49/358 kB | 29/134 kB | 16/45 kB
Progress (5): 46 kB | 33/217 kB | 49/358 kB | 33/134 kB | 16/45 kB
Progress (5): 46 kB | 33/217 kB | 49/358 kB | 33/134 kB | 20/45 kB
Progress (5): 46 kB | 33/217 kB | 49/358 kB | 33/134 kB | 25/45 kB
Progress (5): 46 kB | 33/217 kB | 49/358 kB | 33/134 kB | 29/45 kB
Progress (5): 46 kB | 33/217 kB | 49/358 kB | 33/134 kB | 33/45 kB
Progress (5): 46 kB | 33/217 kB | 49/358 kB | 33/134 kB | 37/45 kB
Progress (5): 46 kB | 33/217 kB | 49/358 kB | 33/134 kB | 41/45 kB
Progress (5): 46 kB | 33/217 kB | 49/358 kB | 33/134 kB | 45 kB
Progress (5): 46 kB | 33/217 kB | 53/358 kB | 33/134 kB | 45 kB
Progress (5): 46 kB | 33/217 kB | 57/358 kB | 33/134 kB | 45 kB
Progress (5): 46 kB | 33/217 kB | 61/358 kB | 33/134 kB | 45 kB
Progress (5): 46 kB | 33/217 kB | 66/358 kB | 33/134 kB | 45 kB
Progress (5): 46 kB | 33/217 kB | 66/358 kB | 37/134 kB | 45 kB
Progress (5): 46 kB | 33/217 kB | 66/358 kB | 41/134 kB | 45 kB
Progress (5): 46 kB | 33/217 kB | 66/358 kB | 45/134 kB | 45 kB
Progress (5): 46 kB | 33/217 kB | 66/358 kB | 49/134 kB | 45 kB
Progress (5): 46 kB | 33/217 kB | 70/358 kB | 49/134 kB | 45 kB
Progress (5): 46 kB | 33/217 kB | 74/358 kB | 49/134 kB | 45 kB
Progress (5): 46 kB | 33/217 kB | 78/358 kB | 49/134 kB | 45 kB
Progress (5): 46 kB | 33/217 kB | 82/358 kB | 49/134 kB | 45 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar (46 kB at 281 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar
Progress (4): 37/217 kB | 82/358 kB | 49/134 kB | 45 kB
Progress (4): 41/217 kB | 82/358 kB | 49/134 kB | 45 kB
Progress (4): 45/217 kB | 82/358 kB | 49/134 kB | 45 kB
Progress (4): 49/217 kB | 82/358 kB | 49/134 kB | 45 kB
Progress (4): 49/217 kB | 86/358 kB | 49/134 kB | 45 kB
Progress (4): 49/217 kB | 90/358 kB | 49/134 kB | 45 kB
Progress (4): 49/217 kB | 94/358 kB | 49/134 kB | 45 kB
Progress (4): 49/217 kB | 98/358 kB | 49/134 kB | 45 kB
Progress (4): 53/217 kB | 98/358 kB | 49/134 kB | 45 kB
Progress (4): 57/217 kB | 98/358 kB | 49/134 kB | 45 kB
Progress (4): 61/217 kB | 98/358 kB | 49/134 kB | 45 kB
Progress (4): 66/217 kB | 98/358 kB | 49/134 kB | 45 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar (45 kB at 253 kB/s)
Progress (3): 70/217 kB | 98/358 kB | 49/134 kB
Progress (3): 74/217 kB | 98/358 kB | 49/134 kB
Progress (3): 78/217 kB | 98/358 kB | 49/134 kB
Progress (3): 82/217 kB | 98/358 kB | 49/134 kB
Progress (4): 82/217 kB | 98/358 kB | 49/134 kB | 4.1/121 kB
Progress (4): 82/217 kB | 98/358 kB | 49/134 kB | 8.2/121 kB
Progress (4): 82/217 kB | 98/358 kB | 49/134 kB | 12/121 kB
Progress (4): 82/217 kB | 98/358 kB | 49/134 kB | 16/121 kB
Progress (4): 82/217 kB | 98/358 kB | 49/134 kB | 20/121 kB
Progress (4): 82/217 kB | 98/358 kB | 49/134 kB | 25/121 kB
Progress (4): 82/217 kB | 98/358 kB | 49/134 kB | 29/121 kB
Progress (4): 82/217 kB | 98/358 kB | 49/134 kB | 33/121 kB
Progress (4): 82/217 kB | 98/358 kB | 53/134 kB | 33/121 kB
Progress (4): 82/217 kB | 98/358 kB | 57/134 kB | 33/121 kB
Progress (4): 82/217 kB | 98/358 kB | 61/134 kB | 33/121 kB
Progress (4): 82/217 kB | 98/358 kB | 66/134 kB | 33/121 kB
Progress (4): 82/217 kB | 98/358 kB | 70/134 kB | 33/121 kB
Progress (4): 82/217 kB | 98/358 kB | 74/134 kB | 33/121 kB
Progress (4): 82/217 kB | 98/358 kB | 78/134 kB | 33/121 kB
Progress (4): 82/217 kB | 98/358 kB | 82/134 kB | 33/121 kB
Progress (4): 82/217 kB | 98/358 kB | 86/134 kB | 33/121 kB
Progress (4): 82/217 kB | 98/358 kB | 90/134 kB | 33/121 kB
Progress (4): 82/217 kB | 98/358 kB | 94/134 kB | 33/121 kB
Progress (4): 82/217 kB | 98/358 kB | 98/134 kB | 33/121 kB
Progress (4): 82/217 kB | 98/358 kB | 102/134 kB | 33/121 kB
Progress (4): 82/217 kB | 98/358 kB | 106/134 kB | 33/121 kB
Progress (4): 82/217 kB | 98/358 kB | 111/134 kB | 33/121 kB
Progress (4): 82/217 kB | 98/358 kB | 115/134 kB | 33/121 kB
Progress (4): 82/217 kB | 98/358 kB | 119/134 kB | 33/121 kB
Progress (4): 82/217 kB | 98/358 kB | 123/134 kB | 33/121 kB
Progress (4): 82/217 kB | 98/358 kB | 127/134 kB | 33/121 kB
Progress (4): 82/217 kB | 98/358 kB | 131/134 kB | 33/121 kB
Progress (4): 82/217 kB | 98/358 kB | 134 kB | 33/121 kB
Progress (4): 82/217 kB | 98/358 kB | 134 kB | 37/121 kB
Progress (4): 82/217 kB | 98/358 kB | 134 kB | 41/121 kB
Progress (4): 82/217 kB | 98/358 kB | 134 kB | 45/121 kB
Progress (4): 82/217 kB | 98/358 kB | 134 kB | 49/121 kB
Progress (4): 82/217 kB | 102/358 kB | 134 kB | 49/121 kB
Progress (4): 82/217 kB | 106/358 kB | 134 kB | 49/121 kB
Progress (4): 82/217 kB | 111/358 kB | 134 kB | 49/121 kB
Progress (4): 82/217 kB | 115/358 kB | 134 kB | 49/121 kB
Progress (4): 82/217 kB | 119/358 kB | 134 kB | 49/121 kB
Progress (4): 82/217 kB | 123/358 kB | 134 kB | 49/121 kB
Progress (4): 82/217 kB | 127/358 kB | 134 kB | 49/121 kB
Progress (4): 82/217 kB | 131/358 kB | 134 kB | 49/121 kB
Progress (4): 82/217 kB | 131/358 kB | 134 kB | 53/121 kB
Progress (4): 82/217 kB | 131/358 kB | 134 kB | 57/121 kB
Progress (4): 82/217 kB | 135/358 kB | 134 kB | 57/121 kB
Progress (4): 82/217 kB | 135/358 kB | 134 kB | 61/121 kB
Progress (4): 82/217 kB | 139/358 kB | 134 kB | 61/121 kB
Progress (4): 82/217 kB | 143/358 kB | 134 kB | 61/121 kB
Progress (4): 82/217 kB | 143/358 kB | 134 kB | 66/121 kB
Progress (4): 82/217 kB | 147/358 kB | 134 kB | 66/121 kB
Progress (4): 82/217 kB | 147/358 kB | 134 kB | 70/121 kB
Progress (4): 82/217 kB | 152/358 kB | 134 kB | 70/121 kB
Progress (4): 82/217 kB | 152/358 kB | 134 kB | 74/121 kB
Progress (4): 82/217 kB | 156/358 kB | 134 kB | 74/121 kB
Progress (4): 82/217 kB | 156/358 kB | 134 kB | 78/121 kB
Progress (4): 82/217 kB | 160/358 kB | 134 kB | 78/121 kB
Progress (4): 82/217 kB | 160/358 kB | 134 kB | 82/121 kB
Progress (4): 82/217 kB | 164/358 kB | 134 kB | 82/121 kB
Progress (4): 82/217 kB | 168/358 kB | 134 kB | 82/121 kB
Progress (4): 82/217 kB | 172/358 kB | 134 kB | 82/121 kB
Progress (4): 82/217 kB | 176/358 kB | 134 kB | 82/121 kB
Progress (4): 82/217 kB | 180/358 kB | 134 kB | 82/121 kB
Progress (4): 82/217 kB | 184/358 kB | 134 kB | 82/121 kB
Progress (4): 82/217 kB | 188/358 kB | 134 kB | 82/121 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (134 kB at 663 kB/s)
Progress (3): 86/217 kB | 188/358 kB | 82/121 kB
Progress (3): 86/217 kB | 193/358 kB | 82/121 kB
Progress (3): 90/217 kB | 193/358 kB | 82/121 kB
Progress (3): 90/217 kB | 197/358 kB | 82/121 kB
Progress (3): 94/217 kB | 197/358 kB | 82/121 kB
Progress (3): 98/217 kB | 197/358 kB | 82/121 kB
Progress (3): 98/217 kB | 201/358 kB | 82/121 kB
Progress (3): 98/217 kB | 205/358 kB | 82/121 kB
Progress (3): 102/217 kB | 205/358 kB | 82/121 kB
Progress (3): 102/217 kB | 209/358 kB | 82/121 kB
Progress (3): 106/217 kB | 209/358 kB | 82/121 kB
Progress (3): 106/217 kB | 213/358 kB | 82/121 kB
Progress (3): 111/217 kB | 213/358 kB | 82/121 kB
Progress (3): 115/217 kB | 213/358 kB | 82/121 kB
Progress (3): 115/217 kB | 217/358 kB | 82/121 kB
Progress (3): 115/217 kB | 221/358 kB | 82/121 kB
Progress (3): 115/217 kB | 225/358 kB | 82/121 kB
Progress (3): 115/217 kB | 229/358 kB | 82/121 kB
Progress (3): 115/217 kB | 233/358 kB | 82/121 kB
Progress (3): 115/217 kB | 238/358 kB | 82/121 kB
Progress (3): 115/217 kB | 242/358 kB | 82/121 kB
Progress (3): 115/217 kB | 246/358 kB | 82/121 kB
Progress (3): 115/217 kB | 250/358 kB | 82/121 kB
Progress (3): 115/217 kB | 254/358 kB | 82/121 kB
Progress (3): 115/217 kB | 258/358 kB | 82/121 kB
Progress (3): 115/217 kB | 262/358 kB | 82/121 kB
Progress (3): 115/217 kB | 266/358 kB | 82/121 kB
Progress (3): 115/217 kB | 270/358 kB | 82/121 kB
Progress (3): 115/217 kB | 274/358 kB | 82/121 kB
Progress (3): 115/217 kB | 279/358 kB | 82/121 kB
Progress (3): 115/217 kB | 283/358 kB | 82/121 kB
Progress (3): 115/217 kB | 287/358 kB | 82/121 kB
Progress (3): 115/217 kB | 291/358 kB | 82/121 kB
Progress (3): 115/217 kB | 295/358 kB | 82/121 kB
Progress (3): 115/217 kB | 299/358 kB | 82/121 kB
Progress (3): 115/217 kB | 303/358 kB | 82/121 kB
Progress (3): 115/217 kB | 307/358 kB | 82/121 kB
Progress (3): 115/217 kB | 311/358 kB | 82/121 kB
Progress (3): 115/217 kB | 315/358 kB | 82/121 kB
Progress (3): 115/217 kB | 319/358 kB | 82/121 kB
Progress (3): 115/217 kB | 324/358 kB | 82/121 kB
Progress (3): 115/217 kB | 328/358 kB | 82/121 kB
Progress (3): 115/217 kB | 328/358 kB | 86/121 kB
Progress (3): 115/217 kB | 328/358 kB | 90/121 kB
Progress (3): 115/217 kB | 328/358 kB | 94/121 kB
Progress (3): 115/217 kB | 328/358 kB | 98/121 kB
Progress (3): 119/217 kB | 328/358 kB | 98/121 kB
Progress (3): 119/217 kB | 332/358 kB | 98/121 kB
Progress (3): 123/217 kB | 332/358 kB | 98/121 kB
Progress (3): 123/217 kB | 336/358 kB | 98/121 kB
Progress (3): 127/217 kB | 336/358 kB | 98/121 kB
Progress (3): 127/217 kB | 340/358 kB | 98/121 kB
Progress (3): 131/217 kB | 340/358 kB | 98/121 kB
Progress (3): 131/217 kB | 344/358 kB | 98/121 kB
Progress (3): 131/217 kB | 344/358 kB | 102/121 kB
Progress (3): 131/217 kB | 344/358 kB | 106/121 kB
Progress (3): 131/217 kB | 344/358 kB | 111/121 kB
Progress (3): 131/217 kB | 344/358 kB | 115/121 kB
Progress (3): 131/217 kB | 344/358 kB | 119/121 kB
Progress (3): 131/217 kB | 344/358 kB | 121 kB
Progress (3): 131/217 kB | 348/358 kB | 121 kB
Progress (3): 131/217 kB | 352/358 kB | 121 kB
Progress (3): 131/217 kB | 356/358 kB | 121 kB
Progress (3): 131/217 kB | 358 kB | 121 kB
Progress (3): 135/217 kB | 358 kB | 121 kB
Progress (3): 139/217 kB | 358 kB | 121 kB
Progress (3): 143/217 kB | 358 kB | 121 kB
Progress (3): 147/217 kB | 358 kB | 121 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.jar (358 kB at 1.6 MB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar (121 kB at 548 kB/s)
Progress (1): 152/217 kB
Progress (1): 156/217 kB
Progress (1): 160/217 kB
Progress (1): 164/217 kB
Progress (1): 168/217 kB
Progress (1): 172/217 kB
Progress (1): 176/217 kB
Progress (1): 180/217 kB
Progress (1): 184/217 kB
Progress (1): 188/217 kB
Progress (1): 193/217 kB
Progress (1): 197/217 kB
Progress (1): 201/217 kB
Progress (1): 205/217 kB
Progress (1): 209/217 kB
Progress (1): 213/217 kB
Progress (1): 217 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar (217 kB at 870 kB/s)
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/10/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom
Progress (1): 3.0 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom (3.0 kB at 168 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom
Progress (1): 2.5 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom (2.5 kB at 138 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom
Progress (1): 4.1/5.5 kB
Progress (1): 5.5 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom (5.5 kB at 307 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom
Progress (1): 1.6 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom (1.6 kB at 96 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom
Progress (1): 4.1/16 kB
Progress (1): 8.2/16 kB
Progress (1): 12/16 kB
Progress (1): 16 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom (16 kB at 736 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom
Progress (1): 1.8 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (1.8 kB at 106 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom
Progress (1): 1.5 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (1.5 kB at 87 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom
Progress (1): 3.5 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (3.5 kB at 193 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
Progress (1): 4.1/17 kB
Progress (1): 8.2/17 kB
Progress (1): 12/17 kB
Progress (1): 16/17 kB
Progress (1): 17 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 727 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom
Progress (1): 3.7 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (3.7 kB at 206 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar
Progress (1): 4.1/35 kB
Progress (1): 8.2/35 kB
Progress (1): 12/35 kB
Progress (1): 16/35 kB
Progress (1): 20/35 kB
Progress (1): 25/35 kB
Progress (1): 29/35 kB
Progress (1): 33/35 kB
Progress (1): 35 kB
Progress (2): 35 kB | 4.1/263 kB
Progress (2): 35 kB | 8.2/263 kB
Progress (2): 35 kB | 12/263 kB
Progress (2): 35 kB | 16/263 kB
Progress (3): 35 kB | 16/263 kB | 4.1/316 kB
Progress (3): 35 kB | 16/263 kB | 8.2/316 kB
Progress (3): 35 kB | 16/263 kB | 12/316 kB
Progress (3): 35 kB | 16/263 kB | 16/316 kB
Progress (4): 35 kB | 16/263 kB | 16/316 kB | 4.1/118 kB
Progress (4): 35 kB | 16/263 kB | 16/316 kB | 8.2/118 kB
Progress (4): 35 kB | 16/263 kB | 16/316 kB | 12/118 kB
Progress (4): 35 kB | 16/263 kB | 16/316 kB | 16/118 kB
Progress (4): 35 kB | 16/263 kB | 20/316 kB | 16/118 kB
Progress (4): 35 kB | 16/263 kB | 25/316 kB | 16/118 kB
Progress (4): 35 kB | 16/263 kB | 29/316 kB | 16/118 kB
Progress (4): 35 kB | 16/263 kB | 33/316 kB | 16/118 kB
Progress (4): 35 kB | 20/263 kB | 33/316 kB | 16/118 kB
Progress (4): 35 kB | 24/263 kB | 33/316 kB | 16/118 kB
Progress (4): 35 kB | 28/263 kB | 33/316 kB | 16/118 kB
Progress (4): 35 kB | 32/263 kB | 33/316 kB | 16/118 kB
Progress (4): 35 kB | 32/263 kB | 37/316 kB | 16/118 kB
Progress (4): 35 kB | 32/263 kB | 41/316 kB | 16/118 kB
Progress (4): 35 kB | 32/263 kB | 45/316 kB | 16/118 kB
Progress (4): 35 kB | 32/263 kB | 49/316 kB | 16/118 kB
Progress (5): 35 kB | 32/263 kB | 49/316 kB | 16/118 kB | 4.1/31 kB
Progress (5): 35 kB | 32/263 kB | 49/316 kB | 16/118 kB | 8.2/31 kB
Progress (5): 35 kB | 32/263 kB | 49/316 kB | 16/118 kB | 12/31 kB
Progress (5): 35 kB | 32/263 kB | 49/316 kB | 16/118 kB | 16/31 kB
Progress (5): 35 kB | 32/263 kB | 53/316 kB | 16/118 kB | 16/31 kB
Progress (5): 35 kB | 32/263 kB | 57/316 kB | 16/118 kB | 16/31 kB
Progress (5): 35 kB | 32/263 kB | 61/316 kB | 16/118 kB | 16/31 kB
Progress (5): 35 kB | 32/263 kB | 66/316 kB | 16/118 kB | 16/31 kB
Progress (5): 35 kB | 32/263 kB | 66/316 kB | 20/118 kB | 16/31 kB
Progress (5): 35 kB | 32/263 kB | 66/316 kB | 25/118 kB | 16/31 kB
Progress (5): 35 kB | 32/263 kB | 66/316 kB | 29/118 kB | 16/31 kB
Progress (5): 35 kB | 32/263 kB | 66/316 kB | 33/118 kB | 16/31 kB
Progress (5): 35 kB | 36/263 kB | 66/316 kB | 33/118 kB | 16/31 kB
Progress (5): 35 kB | 40/263 kB | 66/316 kB | 33/118 kB | 16/31 kB
Progress (5): 35 kB | 45/263 kB | 66/316 kB | 33/118 kB | 16/31 kB
Progress (5): 35 kB | 49/263 kB | 66/316 kB | 33/118 kB | 16/31 kB
Progress (5): 35 kB | 49/263 kB | 70/316 kB | 33/118 kB | 16/31 kB
Progress (5): 35 kB | 49/263 kB | 74/316 kB | 33/118 kB | 16/31 kB
Progress (5): 35 kB | 49/263 kB | 78/316 kB | 33/118 kB | 16/31 kB
Progress (5): 35 kB | 49/263 kB | 82/316 kB | 33/118 kB | 16/31 kB
Progress (5): 35 kB | 49/263 kB | 86/316 kB | 33/118 kB | 16/31 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar (35 kB at 1.1 MB/s)
Progress (4): 49/263 kB | 90/316 kB | 33/118 kB | 16/31 kB

Downloading from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar
Progress (4): 49/263 kB | 94/316 kB | 33/118 kB | 16/31 kB
Progress (4): 49/263 kB | 98/316 kB | 33/118 kB | 16/31 kB
Progress (4): 53/263 kB | 98/316 kB | 33/118 kB | 16/31 kB
Progress (4): 57/263 kB | 98/316 kB | 33/118 kB | 16/31 kB
Progress (4): 61/263 kB | 98/316 kB | 33/118 kB | 16/31 kB
Progress (4): 65/263 kB | 98/316 kB | 33/118 kB | 16/31 kB
Progress (4): 65/263 kB | 98/316 kB | 33/118 kB | 20/31 kB
Progress (4): 65/263 kB | 98/316 kB | 33/118 kB | 25/31 kB
Progress (4): 65/263 kB | 98/316 kB | 33/118 kB | 29/31 kB
Progress (4): 65/263 kB | 98/316 kB | 33/118 kB | 31 kB
Progress (4): 65/263 kB | 102/316 kB | 33/118 kB | 31 kB
Progress (4): 65/263 kB | 106/316 kB | 33/118 kB | 31 kB
Progress (4): 65/263 kB | 111/316 kB | 33/118 kB | 31 kB
Progress (4): 65/263 kB | 115/316 kB | 33/118 kB | 31 kB
Progress (4): 69/263 kB | 115/316 kB | 33/118 kB | 31 kB
Progress (4): 73/263 kB | 115/316 kB | 33/118 kB | 31 kB
Progress (4): 77/263 kB | 115/316 kB | 33/118 kB | 31 kB
Progress (4): 81/263 kB | 115/316 kB | 33/118 kB | 31 kB
Progress (4): 81/263 kB | 119/316 kB | 33/118 kB | 31 kB
Progress (4): 81/263 kB | 123/316 kB | 33/118 kB | 31 kB
Progress (4): 81/263 kB | 127/316 kB | 33/118 kB | 31 kB
Progress (4): 81/263 kB | 131/316 kB | 33/118 kB | 31 kB
Progress (4): 81/263 kB | 135/316 kB | 33/118 kB | 31 kB
Progress (4): 81/263 kB | 139/316 kB | 33/118 kB | 31 kB
Progress (4): 81/263 kB | 143/316 kB | 33/118 kB | 31 kB
Progress (4): 81/263 kB | 147/316 kB | 33/118 kB | 31 kB
Progress (4): 81/263 kB | 147/316 kB | 37/118 kB | 31 kB
Progress (4): 81/263 kB | 147/316 kB | 41/118 kB | 31 kB
Progress (4): 81/263 kB | 147/316 kB | 45/118 kB | 31 kB
Progress (4): 81/263 kB | 147/316 kB | 49/118 kB | 31 kB
Progress (4): 81/263 kB | 152/316 kB | 49/118 kB | 31 kB
Progress (4): 81/263 kB | 156/316 kB | 49/118 kB | 31 kB
Progress (4): 81/263 kB | 160/316 kB | 49/118 kB | 31 kB
Progress (4): 81/263 kB | 164/316 kB | 49/118 kB | 31 kB
Progress (4): 85/263 kB | 164/316 kB | 49/118 kB | 31 kB
Progress (4): 90/263 kB | 164/316 kB | 49/118 kB | 31 kB
Progress (4): 94/263 kB | 164/316 kB | 49/118 kB | 31 kB
Progress (4): 98/263 kB | 164/316 kB | 49/118 kB | 31 kB
Progress (4): 98/263 kB | 168/316 kB | 49/118 kB | 31 kB
Progress (4): 98/263 kB | 172/316 kB | 49/118 kB | 31 kB
Progress (4): 98/263 kB | 176/316 kB | 49/118 kB | 31 kB
Progress (4): 98/263 kB | 180/316 kB | 49/118 kB | 31 kB
Progress (4): 98/263 kB | 184/316 kB | 49/118 kB | 31 kB
Progress (4): 98/263 kB | 188/316 kB | 49/118 kB | 31 kB
Progress (4): 98/263 kB | 193/316 kB | 49/118 kB | 31 kB
Progress (4): 98/263 kB | 197/316 kB | 49/118 kB | 31 kB
Progress (4): 102/263 kB | 197/316 kB | 49/118 kB | 31 kB
Progress (4): 106/263 kB | 197/316 kB | 49/118 kB | 31 kB
Progress (4): 110/263 kB | 197/316 kB | 49/118 kB | 31 kB
Progress (4): 114/263 kB | 197/316 kB | 49/118 kB | 31 kB
Progress (4): 114/263 kB | 201/316 kB | 49/118 kB | 31 kB
Progress (4): 114/263 kB | 205/316 kB | 49/118 kB | 31 kB
Progress (4): 114/263 kB | 209/316 kB | 49/118 kB | 31 kB
Progress (4): 114/263 kB | 213/316 kB | 49/118 kB | 31 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (0 B at 0 B/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar
Progress (4): 118/263 kB | 213/316 kB | 49/118 kB | 31 kB
Progress (4): 122/263 kB | 213/316 kB | 49/118 kB | 31 kB
Progress (4): 126/263 kB | 213/316 kB | 49/118 kB | 31 kB
Progress (4): 131/263 kB | 213/316 kB | 49/118 kB | 31 kB
Progress (4): 131/263 kB | 213/316 kB | 53/118 kB | 31 kB
Progress (4): 131/263 kB | 213/316 kB | 57/118 kB | 31 kB
Progress (4): 131/263 kB | 213/316 kB | 61/118 kB | 31 kB
Progress (4): 131/263 kB | 213/316 kB | 66/118 kB | 31 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 kB at 647 kB/s)
Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar
Progress (3): 131/263 kB | 217/316 kB | 66/118 kB
Progress (3): 131/263 kB | 221/316 kB | 66/118 kB
Progress (3): 131/263 kB | 225/316 kB | 66/118 kB
Progress (3): 131/263 kB | 229/316 kB | 66/118 kB
Progress (3): 131/263 kB | 233/316 kB | 66/118 kB
Progress (3): 131/263 kB | 238/316 kB | 66/118 kB
Progress (3): 131/263 kB | 242/316 kB | 66/118 kB
Progress (3): 131/263 kB | 246/316 kB | 66/118 kB
Progress (3): 131/263 kB | 250/316 kB | 66/118 kB
Progress (3): 131/263 kB | 254/316 kB | 66/118 kB
Progress (3): 131/263 kB | 258/316 kB | 66/118 kB
Progress (3): 131/263 kB | 262/316 kB | 66/118 kB
Progress (3): 135/263 kB | 262/316 kB | 66/118 kB
Progress (3): 139/263 kB | 262/316 kB | 66/118 kB
Progress (3): 143/263 kB | 262/316 kB | 66/118 kB
Progress (3): 147/263 kB | 262/316 kB | 66/118 kB
Progress (3): 147/263 kB | 266/316 kB | 66/118 kB
Progress (3): 147/263 kB | 270/316 kB | 66/118 kB
Progress (3): 147/263 kB | 274/316 kB | 66/118 kB
Progress (3): 147/263 kB | 279/316 kB | 66/118 kB
Progress (3): 147/263 kB | 283/316 kB | 66/118 kB
Progress (3): 147/263 kB | 283/316 kB | 70/118 kB
Progress (3): 147/263 kB | 287/316 kB | 70/118 kB
Progress (3): 147/263 kB | 287/316 kB | 74/118 kB
Progress (3): 147/263 kB | 291/316 kB | 74/118 kB
Progress (3): 147/263 kB | 291/316 kB | 78/118 kB
Progress (3): 147/263 kB | 295/316 kB | 78/118 kB
Progress (3): 147/263 kB | 295/316 kB | 82/118 kB
Progress (3): 151/263 kB | 295/316 kB | 82/118 kB
Progress (3): 155/263 kB | 295/316 kB | 82/118 kB
Progress (3): 159/263 kB | 295/316 kB | 82/118 kB
Progress (3): 163/263 kB | 295/316 kB | 82/118 kB
Progress (3): 163/263 kB | 299/316 kB | 82/118 kB
Progress (3): 163/263 kB | 303/316 kB | 82/118 kB
Progress (3): 163/263 kB | 307/316 kB | 82/118 kB
Progress (3): 163/263 kB | 311/316 kB | 82/118 kB
Progress (3): 163/263 kB | 315/316 kB | 82/118 kB
Progress (3): 163/263 kB | 316 kB | 82/118 kB
Progress (3): 167/263 kB | 316 kB | 82/118 kB
Progress (3): 171/263 kB | 316 kB | 82/118 kB
Progress (3): 176/263 kB | 316 kB | 82/118 kB
Progress (3): 180/263 kB | 316 kB | 82/118 kB
Progress (4): 180/263 kB | 316 kB | 82/118 kB | 4.1/10 kB
Progress (4): 180/263 kB | 316 kB | 82/118 kB | 8.2/10 kB
Progress (4): 180/263 kB | 316 kB | 82/118 kB | 10 kB
Progress (4): 184/263 kB | 316 kB | 82/118 kB | 10 kB
Progress (4): 188/263 kB | 316 kB | 82/118 kB | 10 kB
Progress (4): 192/263 kB | 316 kB | 82/118 kB | 10 kB
Progress (4): 196/263 kB | 316 kB | 82/118 kB | 10 kB
Progress (5): 196/263 kB | 316 kB | 82/118 kB | 10 kB | 4.1/38 kB
Progress (5): 196/263 kB | 316 kB | 86/118 kB | 10 kB | 4.1/38 kB
Progress (5): 196/263 kB | 316 kB | 86/118 kB | 10 kB | 8.2/38 kB
Progress (5): 196/263 kB | 316 kB | 90/118 kB | 10 kB | 8.2/38 kB
Progress (5): 196/263 kB | 316 kB | 90/118 kB | 10 kB | 12/38 kB
Progress (5): 196/263 kB | 316 kB | 94/118 kB | 10 kB | 12/38 kB
Progress (5): 196/263 kB | 316 kB | 94/118 kB | 10 kB | 16/38 kB
Progress (5): 196/263 kB | 316 kB | 98/118 kB | 10 kB | 16/38 kB
Progress (5): 200/263 kB | 316 kB | 98/118 kB | 10 kB | 16/38 kB
Progress (5): 204/263 kB | 316 kB | 98/118 kB | 10 kB | 16/38 kB
Progress (5): 208/263 kB | 316 kB | 98/118 kB | 10 kB | 16/38 kB
Progress (5): 212/263 kB | 316 kB | 98/118 kB | 10 kB | 16/38 kB
Progress (5): 212/263 kB | 316 kB | 98/118 kB | 10 kB | 20/38 kB
Progress (5): 212/263 kB | 316 kB | 98/118 kB | 10 kB | 25/38 kB
Progress (5): 212/263 kB | 316 kB | 98/118 kB | 10 kB | 29/38 kB
Progress (5): 212/263 kB | 316 kB | 98/118 kB | 10 kB | 33/38 kB
Progress (5): 212/263 kB | 316 kB | 98/118 kB | 10 kB | 37/38 kB
Progress (5): 212/263 kB | 316 kB | 98/118 kB | 10 kB | 38 kB
Progress (5): 217/263 kB | 316 kB | 98/118 kB | 10 kB | 38 kB
Progress (5): 221/263 kB | 316 kB | 98/118 kB | 10 kB | 38 kB
Progress (5): 225/263 kB | 316 kB | 98/118 kB | 10 kB | 38 kB
Progress (5): 229/263 kB | 316 kB | 98/118 kB | 10 kB | 38 kB
Progress (5): 229/263 kB | 316 kB | 102/118 kB | 10 kB | 38 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 4.2 MB/s)
Progress (4): 229/263 kB | 106/118 kB | 10 kB | 38 kB

Downloading from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar
Progress (4): 229/263 kB | 111/118 kB | 10 kB | 38 kB
Progress (4): 229/263 kB | 115/118 kB | 10 kB | 38 kB
Progress (4): 233/263 kB | 115/118 kB | 10 kB | 38 kB
Progress (4): 237/263 kB | 115/118 kB | 10 kB | 38 kB
Progress (4): 241/263 kB | 115/118 kB | 10 kB | 38 kB
Progress (4): 245/263 kB | 115/118 kB | 10 kB | 38 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 kB at 139 kB/s)
Progress (3): 245/263 kB | 118 kB | 38 kB
Progress (3): 249/263 kB | 118 kB | 38 kB
Progress (3): 253/263 kB | 118 kB | 38 kB
Progress (3): 258/263 kB | 118 kB | 38 kB
Progress (3): 262/263 kB | 118 kB | 38 kB
Progress (3): 263 kB | 118 kB | 38 kB
Progress (4): 263 kB | 118 kB | 38 kB | 4.1/14 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar (118 kB at 1.4 MB/s)
Progress (3): 263 kB | 38 kB | 8.2/14 kB
Progress (3): 263 kB | 38 kB | 12/14 kB
Progress (3): 263 kB | 38 kB | 14 kB

Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar (263 kB at 3.1 MB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar (14 kB at 152 kB/s)
Downloaded from Maven: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 kB at 408 kB/s)
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  06:36 min
[INFO] Finished at: 2022-11-09T08:33:55Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/30/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/30/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  22.796 s
[INFO] Finished at: 2022-11-09T08:34:19Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 115ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/14/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/14/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:55 min
[INFO] Finished at: 2022-11-09T08:37:16Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 125ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/33/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/33/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:27 min
[INFO] Finished at: 2022-11-09T08:40:45Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 123ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/7/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/7/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  13.536 s
[INFO] Finished at: 2022-11-09T08:41:00Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/3/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/3/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  18.533 s
[INFO] Finished at: 2022-11-09T08:41:20Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 105ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/24/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/24/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  33.496 s
[INFO] Finished at: 2022-11-09T08:41:54Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/9/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/9/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:00 min
[INFO] Finished at: 2022-11-09T08:42:56Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 103ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/8/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/8/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:30 min
[INFO] Finished at: 2022-11-09T08:46:28Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 106ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/46/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/46/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  18.344 s
[INFO] Finished at: 2022-11-09T08:46:47Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 9 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 9 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/47/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/47/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.826 s
[INFO] Finished at: 2022-11-09T08:46:53Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 122ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/15/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/15/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:26 min
[INFO] Finished at: 2022-11-09T08:50:21Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 110ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/11/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/11/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  17.870 s
[INFO] Finished at: 2022-11-09T08:50:40Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 113ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/44/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/44/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  15.239 s
[INFO] Finished at: 2022-11-09T08:50:56Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 106ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/18/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/18/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  34.085 s
[INFO] Finished at: 2022-11-09T08:51:32Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/37/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/37/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  52.591 s
[INFO] Finished at: 2022-11-09T08:52:25Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/25/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/25/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  41.796 s
[INFO] Finished at: 2022-11-09T08:53:08Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 125ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/21/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/21/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  11.325 s
[INFO] Finished at: 2022-11-09T08:53:21Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 125ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/23/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/23/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:38 min
[INFO] Finished at: 2022-11-09T08:55:00Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 112ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/48/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/48/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.657 s
[INFO] Finished at: 2022-11-09T08:55:07Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/35/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/35/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:16 min
[INFO] Finished at: 2022-11-09T08:56:25Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 125ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/31/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/31/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  04:41 min
[INFO] Finished at: 2022-11-09T09:01:07Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 111ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/16/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/16/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  19.521 s
[INFO] Finished at: 2022-11-09T09:01:28Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 133ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/20/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/20/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:03 min
[INFO] Finished at: 2022-11-09T09:02:32Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/28/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/28/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  47.189 s
[INFO] Finished at: 2022-11-09T09:03:21Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/43/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/43/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  31.367 s
[INFO] Finished at: 2022-11-09T09:03:53Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 106ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/45/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/45/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:24 min
[INFO] Finished at: 2022-11-09T09:05:19Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/36/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/36/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:16 min
[INFO] Finished at: 2022-11-09T09:07:36Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 5 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 5 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/49/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/49/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.523 s
[INFO] Finished at: 2022-11-09T09:07:45Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/13/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/13/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  27.550 s
[INFO] Finished at: 2022-11-09T09:08:13Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 110ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/5/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/5/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  48.027 s
[INFO] Finished at: 2022-11-09T09:09:03Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/1/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/1/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:14 min
[INFO] Finished at: 2022-11-09T09:11:19Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 124ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/6/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/6/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  29.735 s
[INFO] Finished at: 2022-11-09T09:11:49Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 135ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/40/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/40/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.307 s
[INFO] Finished at: 2022-11-09T09:11:56Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 133ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/34/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/34/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  21.855 s
[INFO] Finished at: 2022-11-09T09:12:19Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 121ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/39/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/39/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.174 s
[INFO] Finished at: 2022-11-09T09:12:26Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 104ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/41/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/41/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  38.002 s
[INFO] Finished at: 2022-11-09T09:13:05Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 124ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/0/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/0/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  14.833 s
[INFO] Finished at: 2022-11-09T09:13:21Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 105ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/4/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/4/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:58 min
[INFO] Finished at: 2022-11-09T09:16:21Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 119ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/12/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/12/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:25 min
[INFO] Finished at: 2022-11-09T09:17:48Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/17/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/17/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  23.490 s
[INFO] Finished at: 2022-11-09T09:18:13Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 121ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/32/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/32/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:55 min
[INFO] Finished at: 2022-11-09T09:20:10Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/38/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/38/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:41 min
[INFO] Finished at: 2022-11-09T09:21:52Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 110ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/22/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/22/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:35 min
[INFO] Finished at: 2022-11-09T09:23:29Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 115ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/29/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/29/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:47 min
[INFO] Finished at: 2022-11-09T09:25:18Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/2/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/2/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:39 min
[INFO] Finished at: 2022-11-09T09:26:59Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/42/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/42/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.353 s
[INFO] Finished at: 2022-11-09T09:27:04Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/26/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/26/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  35.028 s
[INFO] Finished at: 2022-11-09T09:27:40Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 106ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/19/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/19/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  30.662 s
[INFO] Finished at: 2022-11-09T09:28:12Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 123ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/27/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.13845103079227161189.tmp/27/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  24.450 s
[INFO] Finished at: 2022-11-09T09:28:38Z
[INFO] ------------------------------------------------------------------------

[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3,924.056 s - in org.polystat.py2eo.transpiler.CPythonIT
[INFO] Running org.polystat.py2eo.transpiler.DjangoIT
Cloning into 'django'...
Note: switching to '67d0c4644acfd7707be4a31e8976f865509b09ac'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

transpiled setup.py
transpiled conf.py
transpiled djangodocs.py
transpiled __init__.py
transpiled __main__.py
transpiled shortcuts.py
transpiled tz.py
transpiled __init__.py
transpiled static.py
transpiled i18n.py
transpiled l10n.py
transpiled cache.py
transpiled __init__.py
transpiled registry.py
transpiled config.py
transpiled datastructures.py
transpiled datetime_safe.py
transpiled numberformat.py
transpiled deprecation.py
transpiled timezone.py
transpiled _os.py
transpiled __init__.py
transpiled formats.py
transpiled log.py
transpiled xmlutils.py
transpiled timesince.py
transpiled dateformat.py
transpiled archive.py
transpiled encoding.py
transpiled tree.py
transpiled itercompat.py
transpiled baseconv.py
transpiled functional.py
transpiled inspect.py
transpiled safestring.py
transpiled jslex.py
transpiled ipv6.py
transpiled text.py
transpiled autoreload.py
transpiled deconstruct.py
transpiled regex_helper.py
transpiled crypto.py
transpiled http.py
transpiled duration.py
transpiled dates.py
transpiled feedgenerator.py
transpiled topological_sort.py
transpiled dateparse.py
transpiled asyncio.py
transpiled module_loading.py
transpiled termcolors.py
transpiled decorators.py
transpiled cache.py
transpiled version.py
transpiled lorem_ipsum.py
transpiled html.py
transpiled hashable.py
transpiled connection.py
transpiled __init__.py
transpiled reloader.py
transpiled trans_real.py
transpiled trans_null.py
transpiled template.py
transpiled validators.py
transpiled __init__.py
transpiled signals.py
transpiled paginator.py
transpiled exceptions.py
transpiled signing.py
transpiled asgi.py
transpiled wsgi.py
transpiled xml_serializer.py
transpiled __init__.py
transpiled pyyaml.py
transpiled python.py
transpiled jsonl.py
transpiled json.py
transpiled base.py
transpiled move.py
transpiled uploadhandler.py
transpiled temp.py
transpiled utils.py
transpiled storage.py
transpiled __init__.py
transpiled uploadedfile.py
transpiled locks.py
transpiled images.py
transpiled base.py
transpiled __init__.py
transpiled exception.py
transpiled asgi.py
transpiled base.py
transpiled wsgi.py
transpiled utils.py
transpiled __init__.py
transpiled message.py
transpiled __init__.py
transpiled dummy.py
transpiled smtp.py
transpiled locmem.py
transpiled base.py
transpiled console.py
transpiled filebased.py
transpiled templates.py
transpiled utils.py
transpiled __init__.py
transpiled color.py
transpiled base.py
transpiled sql.py
transpiled startproject.py
transpiled sqlflush.py
transpiled dumpdata.py
transpiled migrate.py
transpiled check.py
transpiled __init__.py
transpiled shell.py
transpiled test.py
transpiled createcachetable.py
transpiled diffsettings.py
transpiled flush.py
transpiled dbshell.py
transpiled compilemessages.py
transpiled makemessages.py
transpiled squashmigrations.py
transpiled startapp.py
transpiled sqlsequencereset.py
transpiled makemigrations.py
transpiled runserver.py
transpiled showmigrations.py
transpiled loaddata.py
transpiled testserver.py
transpiled sendtestemail.py
transpiled sqlmigrate.py
transpiled inspectdb.py
transpiled utils.py
transpiled __init__.py
transpiled __init__.py
transpiled dummy.py
transpiled db.py
transpiled locmem.py
transpiled redis.py
transpiled memcached.py
transpiled base.py
transpiled filebased.py
transpiled templates.py
transpiled model_checks.py
transpiled __init__.py
transpiled registry.py
transpiled translation.py
transpiled database.py
transpiled caches.py
transpiled files.py
transpiled async_checks.py
transpiled urls.py
transpiled messages.py
transpiled __init__.py
transpiled django_4_0.py
transpiled __init__.py
transpiled sessions.py
transpiled csrf.py
transpiled base.py
transpiled __init__.py
transpiled basehttp.py
transpiled utils.py
transpiled __init__.py
transpiled context.py
transpiled library.py
transpiled context_processors.py
transpiled defaulttags.py
transpiled autoreload.py
transpiled engine.py
transpiled defaultfilters.py
transpiled loader_tags.py
transpiled exceptions.py
transpiled loader.py
transpiled response.py
transpiled base.py
transpiled smartif.py
transpiled __init__.py
transpiled app_directories.py
transpiled locmem.py
transpiled filesystem.py
transpiled base.py
transpiled cached.py
transpiled utils.py
transpiled __init__.py
transpiled dummy.py
transpiled jinja2.py
transpiled base.py
transpiled django.py
transpiled conf.py
transpiled utils.py
transpiled __init__.py
transpiled resolvers.py
transpiled converters.py
transpiled exceptions.py
transpiled base.py
transpiled request.py
transpiled __init__.py
transpiled cookie.py
transpiled multipartparser.py
transpiled response.py
transpiled __init__.py
transpiled models.py
transpiled __init__.py
transpiled views.py
transpiled middleware.py
transpiled forms.py
transpiled admin.py
transpiled apps.py
transpiled sitemaps.py
transpiled urls.py
transpiled __init__.py
transpiled flatpages.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled models.py
transpiled __init__.py
transpiled checks.py
transpiled managers.py
transpiled middleware.py
transpiled management.py
transpiled shortcuts.py
transpiled admin.py
transpiled requests.py
transpiled apps.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled 0002_alter_domain_unique.py
transpiled models.py
transpiled __init__.py
transpiled middleware.py
transpiled admin.py
transpiled apps.py
transpiled 0001_initial.py
transpiled 0002_alter_redirect_new_path_help_text.py
transpiled __init__.py
transpiled __init__.py
transpiled views.py
transpiled apps.py
transpiled models.py
transpiled __init__.py
transpiled middleware.py
transpiled serializers.py
transpiled apps.py
transpiled exceptions.py
transpiled base_session.py
transpiled __init__.py
transpiled signed_cookies.py
transpiled db.py
transpiled file.py
transpiled cached_db.py
transpiled base.py
transpiled cache.py
transpiled __init__.py
transpiled __init__.py
transpiled clearsessions.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled __init__.py
transpiled views.py
transpiled apps.py
transpiled __init__.py
transpiled __init__.py
transpiled ping_google.py
transpiled __init__.py
transpiled views.py
transpiled feeds.py
transpiled shortcuts.py
transpiled ptr.py
transpiled measure.py
transpiled apps.py
transpiled geometry.py
transpiled __init__.py
transpiled geojson.py
transpiled __init__.py
transpiled ogrinfo.py
transpiled layermapping.py
transpiled srs.py
transpiled ogrinspect.py
transpiled __init__.py
transpiled __init__.py
transpiled ogrinspect.py
transpiled inspectdb.py
transpiled __init__.py
transpiled views.py
transpiled kml.py
transpiled layer.py
transpiled error.py
transpiled feature.py
transpiled __init__.py
transpiled datasource.py
transpiled geometries.py
transpiled envelope.py
transpiled srs.py
transpiled libgdal.py
transpiled field.py
transpiled geomtype.py
transpiled base.py
transpiled driver.py
transpiled band.py
transpiled __init__.py
transpiled source.py
transpiled const.py
transpiled base.py
transpiled ds.py
transpiled errcheck.py
transpiled geom.py
transpiled __init__.py
transpiled generation.py
transpiled raster.py
transpiled srs.py
transpiled __init__.py
transpiled utils.py
transpiled __init__.py
transpiled models.py
transpiled schema.py
transpiled __init__.py
transpiled adapter.py
transpiled client.py
transpiled features.py
transpiled introspection.py
transpiled operations.py
transpiled base.py
transpiled models.py
transpiled __init__.py
transpiled adapter.py
transpiled features.py
transpiled operations.py
transpiled models.py
transpiled schema.py
transpiled __init__.py
transpiled adapter.py
transpiled features.py
transpiled introspection.py
transpiled operations.py
transpiled base.py
transpiled schema.py
transpiled __init__.py
transpiled features.py
transpiled introspection.py
transpiled operations.py
transpiled base.py
transpiled models.py
transpiled schema.py
transpiled __init__.py
transpiled adapter.py
transpiled const.py
transpiled pgraster.py
transpiled features.py
transpiled introspection.py
transpiled operations.py
transpiled base.py
transpiled aggregates.py
transpiled proxy.py
transpiled __init__.py
transpiled lookups.py
transpiled fields.py
transpiled functions.py
transpiled __init__.py
transpiled conversion.py
transpiled __init__.py
transpiled resources.py
transpiled base.py
transpiled libgeos.py
transpiled error.py
transpiled coordseq.py
transpiled io.py
transpiled __init__.py
transpiled factory.py
transpiled polygon.py
transpiled linestring.py
transpiled point.py
transpiled collections.py
transpiled geometry.py
transpiled mutable_list.py
transpiled base.py
transpiled prepared.py
transpiled errcheck.py
transpiled geom.py
transpiled coordseq.py
transpiled misc.py
transpiled io.py
transpiled __init__.py
transpiled threadsafe.py
transpiled topology.py
transpiled predicates.py
transpiled prepared.py
transpiled __init__.py
transpiled fields.py
transpiled widgets.py
transpiled __init__.py
transpiled options.py
transpiled widgets.py
transpiled models.py
transpiled mixins.py
transpiled validators.py
transpiled __init__.py
transpiled checks.py
transpiled signals.py
transpiled views.py
transpiled middleware.py
transpiled tokens.py
transpiled context_processors.py
transpiled password_validation.py
transpiled forms.py
transpiled admin.py
transpiled backends.py
transpiled apps.py
transpiled base_user.py
transpiled urls.py
transpiled hashers.py
transpiled decorators.py
transpiled __init__.py
transpiled modwsgi.py
transpiled __init__.py
transpiled __init__.py
transpiled createsuperuser.py
transpiled changepassword.py
transpiled 0004_alter_user_username_opts.py
transpiled 0002_alter_permission_name_max_length.py
transpiled 0005_alter_user_last_login_null.py
transpiled 0001_initial.py
transpiled 0007_alter_validators_add_error_messages.py
transpiled 0009_alter_user_last_name_max_length.py
transpiled __init__.py
transpiled 0003_alter_user_email_max_length.py
transpiled 0011_update_proxy_permissions.py
transpiled 0010_alter_group_name_max_length.py
transpiled 0012_alter_user_first_name_max_length.py
transpiled 0006_require_contenttypes_0002.py
transpiled 0008_alter_user_username_max_length.py
transpiled utils.py
transpiled __init__.py
transpiled views.py
transpiled middleware.py
transpiled context_processors.py
transpiled api.py
transpiled apps.py
transpiled constants.py
transpiled fallback.py
transpiled __init__.py
transpiled cookie.py
transpiled session.py
transpiled base.py
transpiled __init__.py
transpiled apps.py
transpiled __init__.py
transpiled humanize.py
transpiled utils.py
transpiled storage.py
transpiled __init__.py
transpiled checks.py
transpiled views.py
transpiled finders.py
transpiled testing.py
transpiled apps.py
transpiled handlers.py
transpiled urls.py
transpiled __init__.py
transpiled __init__.py
transpiled findstatic.py
transpiled runserver.py
transpiled collectstatic.py
transpiled utils.py
transpiled __init__.py
transpiled views.py
transpiled middleware.py
transpiled apps.py
transpiled urls.py
transpiled models.py
transpiled __init__.py
transpiled checks.py
transpiled views.py
transpiled forms.py
transpiled admin.py
transpiled fields.py
transpiled apps.py
transpiled __init__.py
transpiled __init__.py
transpiled remove_stale_contenttypes.py
transpiled 0002_remove_content_type_name.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled models.py
transpiled utils.py
transpiled actions.py
transpiled helpers.py
transpiled __init__.py
transpiled checks.py
transpiled sites.py
transpiled forms.py
transpiled filters.py
transpiled options.py
transpiled widgets.py
transpiled apps.py
transpiled exceptions.py
transpiled decorators.py
transpiled tests.py
transpiled admin_modify.py
transpiled __init__.py
transpiled log.py
transpiled admin_list.py
transpiled admin_urls.py
transpiled base.py
transpiled autocomplete.py
transpiled __init__.py
transpiled main.py
transpiled decorators.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled 0003_logentry_add_action_flag_choices.py
transpiled 0002_logentry_remove_auto_add.py
transpiled utils.py
transpiled search.py
transpiled expressions.py
transpiled validators.py
transpiled __init__.py
transpiled signals.py
transpiled lookups.py
transpiled indexes.py
transpiled constraints.py
transpiled serializers.py
transpiled apps.py
transpiled functions.py
transpiled operations.py
transpiled general.py
transpiled mixins.py
transpiled statistics.py
transpiled __init__.py
transpiled array.py
transpiled utils.py
transpiled __init__.py
transpiled citext.py
transpiled ranges.py
transpiled jsonb.py
transpiled hstore.py
transpiled array.py
transpiled __init__.py
transpiled ranges.py
transpiled hstore.py
transpiled utils.py
transpiled __init__.py
transpiled transaction.py
transpiled utils.py
transpiled __init__.py
transpiled signals.py
transpiled ddl_references.py
transpiled schema.py
transpiled __init__.py
transpiled client.py
transpiled creation.py
transpiled features.py
transpiled introspection.py
transpiled operations.py
transpiled base.py
transpiled __init__.py
transpiled features.py
transpiled base.py
transpiled validation.py
transpiled schema.py
transpiled __init__.py
transpiled client.py
transpiled creation.py
transpiled features.py
transpiled introspection.py
transpiled operations.py
transpiled base.py
transpiled schema.py
transpiled __init__.py
transpiled client.py
transpiled creation.py
transpiled features.py
transpiled introspection.py
transpiled operations.py
transpiled base.py
transpiled utils.py
transpiled validation.py
transpiled schema.py
transpiled __init__.py
transpiled client.py
transpiled creation.py
transpiled features.py
transpiled introspection.py
transpiled functions.py
transpiled operations.py
transpiled base.py
transpiled validation.py
transpiled schema.py
transpiled __init__.py
transpiled client.py
transpiled creation.py
transpiled compiler.py
transpiled features.py
transpiled introspection.py
transpiled operations.py
transpiled base.py
transpiled aggregates.py
transpiled utils.py
transpiled expressions.py
transpiled query_utils.py
transpiled __init__.py
transpiled signals.py
transpiled lookups.py
transpiled indexes.py
transpiled constraints.py
transpiled options.py
transpiled enums.py
transpiled deletion.py
transpiled manager.py
transpiled constants.py
transpiled base.py
transpiled query.py
transpiled related_descriptors.py
transpiled related_lookups.py
transpiled proxy.py
transpiled mixins.py
transpiled __init__.py
transpiled related.py
transpiled files.py
transpiled json.py
transpiled reverse_related.py
transpiled mixins.py
transpiled __init__.py
transpiled math.py
transpiled comparison.py
transpiled datetime.py
transpiled window.py
transpiled text.py
transpiled datastructures.py
transpiled __init__.py
transpiled subqueries.py
transpiled compiler.py
transpiled constants.py
transpiled where.py
transpiled query.py
transpiled optimizer.py
transpiled autodetector.py
transpiled utils.py
transpiled __init__.py
transpiled state.py
transpiled recorder.py
transpiled questioner.py
transpiled migration.py
transpiled executor.py
transpiled exceptions.py
transpiled loader.py
transpiled writer.py
transpiled graph.py
transpiled serializer.py
transpiled models.py
transpiled __init__.py
transpiled fields.py
transpiled base.py
transpiled special.py
transpiled renderers.py
transpiled models.py
transpiled formsets.py
transpiled utils.py
transpiled boundfield.py
transpiled __init__.py
transpiled forms.py
transpiled fields.py
transpiled widgets.py
transpiled runner.py
transpiled utils.py
transpiled __init__.py
transpiled signals.py
transpiled client.py
transpiled selenium.py
transpiled testcases.py
transpiled html.py
transpiled __init__.py
transpiled debug.py
transpiled defaults.py
transpiled static.py
transpiled i18n.py
transpiled csrf.py
transpiled gzip.py
transpiled __init__.py
transpiled vary.py
transpiled common.py
transpiled debug.py
transpiled clickjacking.py
transpiled http.py
transpiled csrf.py
transpiled cache.py
transpiled list.py
transpiled __init__.py
transpiled detail.py
transpiled edit.py
transpiled dates.py
transpiled base.py
transpiled __init__.py
transpiled global_settings.py
transpiled __init__.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled static.py
transpiled i18n.py
transpiled __init__.py
transpiled dispatcher.py
transpiled security.py
transpiled gzip.py
transpiled locale.py
transpiled __init__.py
transpiled common.py
transpiled clickjacking.py
transpiled http.py
transpiled csrf.py
transpiled cache.py
transpiled urls.py
transpiled test_sqlite.py
transpiled runtests.py
transpiled test_yaml.py
transpiled test_deserializedobject.py
transpiled test_xml.py
transpiled __init__.py
transpiled test_natural.py
transpiled test_jsonl.py
transpiled test_data.py
transpiled tests.py
transpiled test_json.py
transpiled multi_table.py
transpiled data.py
transpiled __init__.py
transpiled natural.py
transpiled base.py
transpiled models.py
transpiled uploadhandler.py
transpiled __init__.py
transpiled views.py
transpiled urls.py
transpiled tests.py
transpiled models.py
transpiled test_templates.py
transpiled __init__.py
transpiled admin.py
transpiled urls.py
transpiled tests.py
transpiled test_templatetags.py
transpiled storage.py
transpiled settings.py
transpiled cases.py
transpiled __init__.py
transpiled test_views.py
transpiled test_storage.py
transpiled test_finders.py
transpiled test_liveserver.py
transpiled test_forms.py
transpiled test_checks.py
transpiled test_utils.py
transpiled test_management.py
transpiled test_handlers.py
transpiled __init__.py
transpiled staticfiles_config.py
transpiled __init__.py
transpiled __init__.py
transpiled helper.py
transpiled __init__.py
transpiled default.py
transpiled models.py
transpiled __init__.py
transpiled base_tests.py
transpiled tests.py
transpiled test_postgresql.py
transpiled __init__.py
transpiled fake_client.py
transpiled test_mysql.py
transpiled test_oracle.py
transpiled tests.py
transpiled test_sqlite.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled test_uuid.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled models.py
transpiled __init__.py
transpiled urls.py
transpiled tests.py
transpiled __init__.py
transpiled subparser.py
transpiled subparser_required.py
transpiled required_option.py
transpiled common_args.py
transpiled __init__.py
transpiled mutually_exclusive_required.py
transpiled no_translations.py
transpiled required_constant_option.py
transpiled outputwrapper.py
transpiled set_option.py
transpiled specific_system_checks.py
transpiled subparser_dest.py
transpiled transaction.py
transpiled required_list_option.py
transpiled dance.py
transpiled hal.py
transpiled no_system_checks.py
transpiled mutually_exclusive_required_with_same_dest.py
transpiled reverse_url.py
transpiled models.py
transpiled __init__.py
transpiled apps.py
transpiled tests.py
transpiled __init__.py
transpiled apps.py
transpiled __init__.py
transpiled __init__.py
transpiled apps.py
transpiled __init__.py
transpiled __init__.py
transpiled apps.py
transpiled apps.py
transpiled __init__.py
transpiled apps.py
transpiled __init__.py
transpiled apps.py
transpiled __init__.py
transpiled apps.py
transpiled __init__.py
transpiled not_apps.py
transpiled apps.py
transpiled models.py
transpiled __init__.py
transpiled feeds.py
transpiled urls.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled test_filter_argument.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled __init__.py
transpiled __init__.py
transpiled tests.py
transpiled __init__.py
transpiled tests.py
transpiled utils.py
transpiled test_custom.py
transpiled broken_tag.py
transpiled __init__.py
transpiled test_extends_relative.py
transpiled views.py
transpiled test_response.py
transpiled test_autoreloader.py
transpiled annotated_tag_function.py
transpiled test_smartif.py
transpiled test_engine.py
transpiled test_logging.py
transpiled test_context.py
transpiled test_base.py
transpiled alternate_urls.py
transpiled test_callables.py
transpiled urls.py
transpiled test_extends.py
transpiled test_origin.py
transpiled test_library.py
transpiled test_loaders.py
transpiled test_parser.py
transpiled tests.py
transpiled test_nodelist.py
transpiled __init__.py
transpiled bad_tag.py
transpiled testtags.py
transpiled inclusion.py
transpiled tag_27584.py
transpiled custom.py
transpiled __init__.py
transpiled echo.py
transpiled test_cache.py
transpiled test_if.py
transpiled test_cycle.py
transpiled test_resetcycle.py
transpiled test_comment.py
transpiled test_regroup.py
transpiled test_basic.py
transpiled __init__.py
transpiled test_exceptions.py
transpiled test_multiline.py
transpiled test_list_index.py
transpiled test_invalid_string.py
transpiled test_with.py
transpiled test_if_changed.py
transpiled test_template_tag.py
transpiled test_url.py
transpiled test_builtins.py
transpiled test_lorem.py
transpiled test_firstof.py
transpiled test_load.py
transpiled test_setup.py
transpiled test_include.py
transpiled test_verbatim.py
transpiled test_named_endblock.py
transpiled test_filter_tag.py
transpiled test_filter_syntax.py
transpiled test_autoescape.py
transpiled test_for.py
transpiled test_static.py
transpiled test_now.py
transpiled test_extends.py
transpiled test_numpy.py
transpiled test_spaceless.py
transpiled test_simple_tag.py
transpiled test_width_ratio.py
transpiled test_underscore_syntax.py
transpiled test_get_available_languages.py
transpiled test_language.py
transpiled __init__.py
transpiled test_filters.py
transpiled test_blocktranslate.py
transpiled test_get_language_info_list.py
transpiled test_translate.py
transpiled test_get_language_info.py
transpiled base.py
transpiled test_get_current_language_bidi.py
transpiled test_get_current_language.py
transpiled test_filesizeformat.py
transpiled test_json_script.py
transpiled test_safeseq.py
transpiled test_chaining.py
transpiled test_divisibleby.py
transpiled test_lower.py
transpiled test_rjust.py
transpiled test_upper.py
transpiled test_yesno.py
transpiled test_pluralize.py
transpiled test_title.py
transpiled test_time.py
transpiled test_escapejs.py
transpiled test_linebreaksbr.py
transpiled __init__.py
transpiled test_striptags.py
transpiled test_ljust.py
transpiled test_unordered_list.py
transpiled test_default_if_none.py
transpiled test_wordwrap.py
transpiled test_linenumbers.py
transpiled test_dictsortreversed.py
transpiled test_wordcount.py
transpiled test_linebreaks.py
transpiled test_last.py
transpiled test_slice.py
transpiled test_timesince.py
transpiled test_make_list.py
transpiled test_iriencode.py
transpiled timezone_utils.py
transpiled test_force_escape.py
transpiled test_truncatewords_html.py
transpiled test_cut.py
transpiled test_join.py
transpiled test_truncatechars_html.py
transpiled test_escape.py
transpiled test_truncatewords.py
transpiled test_get_digit.py
transpiled test_urlize.py
transpiled test_length.py
transpiled test_random.py
transpiled test_addslashes.py
transpiled test_urlencode.py
transpiled test_default.py
transpiled test_slugify.py
transpiled test_dictsort.py
transpiled test_timeuntil.py
transpiled test_urlizetrunc.py
transpiled test_center.py
transpiled test_stringformat.py
transpiled test_floatformat.py
transpiled test_autoescape.py
transpiled test_add.py
transpiled test_first.py
transpiled test_safe.py
transpiled test_truncatechars.py
transpiled test_phone2numeric.py
transpiled test_date.py
transpiled test_capfirst.py
transpiled test_length_is.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled routers.py
transpiled tests.py
transpiled __init__.py
transpiled urls.py
transpiled wsgi.py
transpiled tests.py
transpiled utils.py
transpiled reverse_lazy_urls.py
transpiled urlconf_outer.py
transpiled __init__.py
transpiled included_named_urls.py
transpiled named_urls_conflict.py
transpiled method_view_urls.py
transpiled urls_error_handlers_callables.py
transpiled views.py
transpiled middleware.py
transpiled included_app_urls.py
transpiled nested_urls.py
transpiled nonimported_module.py
transpiled urls_without_handlers.py
transpiled included_named_urls2.py
transpiled urls_error_handlers.py
transpiled included_urls.py
transpiled no_urls.py
transpiled included_namespace_urls.py
transpiled test_localeregexdescriptor.py
transpiled urlconf_inner.py
transpiled named_urls.py
transpiled included_urls2.py
transpiled included_no_kwargs_urls.py
transpiled views_broken.py
transpiled urls.py
transpiled extra_urls.py
transpiled tests.py
transpiled namespace_urls.py
transpiled erroneous_urls.py
transpiled __init__.py
transpiled __init__.py
transpiled __init__.py
transpiled __init__.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled test_ddl_references.py
transpiled test_utils.py
transpiled tests.py
transpiled test_introspection.py
transpiled __init__.py
transpiled test_server_side_cursors.py
transpiled test_creation.py
transpiled test_operations.py
transpiled tests.py
transpiled test_features.py
transpiled test_introspection.py
transpiled __init__.py
transpiled test_creation.py
transpiled test_operations.py
transpiled tests.py
transpiled test_features.py
transpiled test_introspection.py
transpiled __init__.py
transpiled test_creation.py
transpiled test_client.py
transpiled test_schema.py
transpiled test_base.py
transpiled test_operations.py
transpiled models.py
transpiled __init__.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled test_introspection.py
transpiled __init__.py
transpiled test_creation.py
transpiled test_operations.py
transpiled tests.py
transpiled test_features.py
transpiled test_introspection.py
transpiled __init__.py
transpiled test_creation.py
transpiled test_schema.py
transpiled test_operations.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled fields.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled __init__.py
transpiled test_templatetags.py
transpiled no_slash_urls.py
transpiled settings.py
transpiled __init__.py
transpiled absolute_urls.py
transpiled test_sitemaps.py
transpiled test_csrf.py
transpiled test_views.py
transpiled test_models.py
transpiled test_forms.py
transpiled urls.py
transpiled test_middleware.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled __init__.py
transpiled views.py
transpiled tests_custom_error_handlers.py
transpiled urls.py
transpiled tests.py
transpiled test_exception.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled default_urls.py
transpiled views.py
transpiled generic_urls.py
transpiled urls.py
transpiled regression_21530_urls.py
transpiled __init__.py
transpiled debugtags.py
transpiled __init__.py
transpiled __init__.py
transpiled __init__.py
transpiled __init__.py
transpiled __init__.py
transpiled test_csrf.py
transpiled test_debug.py
transpiled test_static.py
transpiled test_defaults.py
transpiled test_i18n.py
transpiled test_specials.py
transpiled test_json.py
transpiled __init__.py
transpiled __init__.py
transpiled test_middleware_mixin.py
transpiled __init__.py
transpiled test_use_l10n.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled test_forms.py
transpiled tests.py
transpiled models.py
transpiled test_templatetags.py
transpiled test_actions.py
transpiled __init__.py
transpiled test_history_view.py
transpiled test_multidb.py
transpiled views.py
transpiled forms.py
transpiled admin.py
transpiled test_autocomplete_view.py
transpiled customadmin.py
transpiled test_nav_sidebar.py
transpiled test_forms.py
transpiled urls.py
transpiled test_adminsite.py
transpiled tests.py
transpiled custom_has_permission_admin.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled __init__.py
transpiled test_sendtestemail.py
transpiled custombackend.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled test_date_hierarchy.py
transpiled admin.py
transpiled urls.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled test_queryset_values.py
transpiled __init__.py
transpiled tests.py
transpiled __init__.py
transpiled views.py
transpiled urls.py
transpiled tests.py
transpiled more_urls.py
transpiled path_urls.py
transpiled path_dynamic_urls.py
transpiled __init__.py
transpiled views.py
transpiled test_resolvers.py
transpiled included_urls.py
transpiled converters.py
transpiled converter_urls.py
transpiled path_same_name_urls.py
transpiled path_base64_urls.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled __init__.py
transpiled tests.py
transpiled __init__.py
transpiled views.py
transpiled urls.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled test_exp.py
transpiled test_floor.py
transpiled test_degrees.py
transpiled test_atan.py
transpiled test_atan2.py
transpiled test_tan.py
transpiled test_sin.py
transpiled __init__.py
transpiled test_round.py
transpiled test_pi.py
transpiled test_power.py
transpiled test_acos.py
transpiled test_ln.py
transpiled test_asin.py
transpiled test_cot.py
transpiled test_mod.py
transpiled test_ceil.py
transpiled test_radians.py
transpiled test_sqrt.py
transpiled test_random.py
transpiled test_sign.py
transpiled test_log.py
transpiled test_abs.py
transpiled test_cos.py
transpiled test_least.py
transpiled test_coalesce.py
transpiled test_json_object.py
transpiled test_greatest.py
transpiled __init__.py
transpiled test_cast.py
transpiled test_collate.py
transpiled test_nullif.py
transpiled __init__.py
transpiled test_validation.py
transpiled test_sha224.py
transpiled test_lower.py
transpiled test_upper.py
transpiled test_repeat.py
transpiled test_substr.py
transpiled __init__.py
transpiled test_reverse.py
transpiled test_md5.py
transpiled test_concat.py
transpiled test_ord.py
transpiled test_sha1.py
transpiled test_sha512.py
transpiled test_replace.py
transpiled test_left.py
transpiled test_right.py
transpiled test_chr.py
transpiled test_length.py
transpiled test_trim.py
transpiled test_pad.py
transpiled test_sha256.py
transpiled test_sha384.py
transpiled test_strindex.py
transpiled __init__.py
transpiled 0001_setup_extensions.py
transpiled 0002_create_test_models.py
transpiled __init__.py
transpiled test_extract_trunc.py
transpiled test_now.py
transpiled models.py
transpiled __init__.py
transpiled forms.py
transpiled admin.py
transpiled urls.py
transpiled tests.py
transpiled __init__.py
transpiled __init__.py
transpiled tests_inheritance.py
line 11:1 no viable alternative at input '1syntax_error'
transpiled tests_syntax_error.py
transpiled tests.py
transpiled empty.py
transpiled __init__.py
transpiled pattern_tests.py
transpiled doctests.py
transpiled tests_sample.py
transpiled __init__.py
transpiled tests.py
transpiled __init__.py
transpiled tests.py
transpiled tests_buffer.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled test_dates.py
transpiled views.py
transpiled test_detail.py
transpiled forms.py
transpiled test_edit.py
transpiled test_base.py
transpiled urls.py
transpiled test_list.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled __init__.py
transpiled views.py
transpiled urls.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled test_abstract_inheritance.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled utils.py
transpiled __init__.py
transpiled forms.py
transpiled test_extraction.py
transpiled test_compilation.py
transpiled test_percents.py
transpiled urls_default_unprefixed.py
transpiled urls.py
transpiled test_management.py
transpiled tests.py
transpiled manage.py
transpiled update_catalogs.py
transpiled settings.py
transpiled __init__.py
transpiled __init__.py
transpiled __init__.py
transpiled __init__.py
transpiled models.py
transpiled __init__.py
transpiled models.py
transpiled __init__.py
transpiled __init__.py
transpiled apps.py
transpiled __init__.py
transpiled __init__.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled tests.py
transpiled path_unused.py
transpiled wrong.py
transpiled __init__.py
transpiled default.py
transpiled disabled.py
transpiled namespace.py
transpiled wrong_namespace.py
transpiled included.py
transpiled __init__.py
transpiled __init__.py
transpiled tests.py
transpiled __init__.py
transpiled __init__.py
transpiled __init__.py
transpiled __init__.py
transpiled formats.py
transpiled __init__.py
transpiled sites.py
transpiled apps.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled urls.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled __init__.py
transpiled configured_dynamic_settings_manage.py
transpiled configured_settings_manage.py
transpiled urls.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled models.py
transpiled __init__.py
transpiled models.py
transpiled __init__.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled __init__.py
transpiled __init__.py
transpiled custom_startproject.py
transpiled app_command.py
transpiled base_command.py
transpiled label_command.py
transpiled suppress_base_options_command.py
transpiled noargs_command.py
transpiled __init__.py
transpiled __init__.py
transpiled __init__.py
transpiled duplicate.py
transpiled foo.py
transpiled __init__.py
transpiled bar.py
transpiled foo.py
transpiled __init__.py
transpiled models.py
transpiled __init__.py
transpiled models.py
transpiled __init__.py
transpiled __init__.py
transpiled api.py
transpiled settings.py
transpiled __init__.py
transpiled extra.py
transpiled localized.py
transpiled additional_file.py
transpiled render.py
transpiled models.py
transpiled __init__.py
transpiled models.py
transpiled __init__.py
transpiled __init__.py
transpiled __init__.py
transpiled duplicate.py
transpiled models.py
transpiled __init__.py
transpiled test_commands.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled admin.py
transpiled urls.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled views.py
transpiled test_views.py
transpiled urls.py
transpiled test_utils.py
transpiled test_middleware.py
transpiled tests.py
transpiled namespace_urls.py
transpiled __init__.py
transpiled urls.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled results.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled liberal_backend.py
transpiled closeable_cache.py
transpiled tests_async.py
transpiled tests.py
transpiled __init__.py
transpiled tests.py
transpiled __init__.py
transpiled tests.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled test_actions.py
transpiled __init__.py
transpiled test_checks.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled auth_backends.py
transpiled __init__.py
transpiled views.py
transpiled context_processors.py
transpiled session.py
transpiled urls.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled test_modelchoicefield.py
transpiled test_uuid.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled test_bulk_update.py
transpiled test_contains.py
transpiled test_explain.py
transpiled test_db_returning.py
transpiled test_q.py
transpiled test_query.py
transpiled tests.py
transpiled test_qs_combinators.py
transpiled test_iterator.py
transpiled models.py
transpiled test_logentry.py
transpiled __init__.py
transpiled admin.py
transpiled urls.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled 0001_initial.py
transpiled 0002_add_book.py
transpiled __init__.py
transpiled models.py
transpiled __init__.py
transpiled urls.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled models.py
transpiled __init__.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled test_relative_fields.py
transpiled test_custom_fields.py
transpiled __init__.py
transpiled test_ordinary_fields.py
transpiled test_backend_specific.py
transpiled test_models.py
transpiled test_deprecated_fields.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled __init__.py
transpiled tests.py
transpiled __init__.py
transpiled tests.py
transpiled __init__.py
transpiled views.py
transpiled middleware.py
transpiled urls.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled __init__.py
transpiled tests.py
transpiled __init__.py
transpiled __init__.py
transpiled test_empty_join.py
transpiled test_agnostic_order_trimjoin.py
transpiled test_forms.py
transpiled tests.py
transpiled __init__.py
transpiled empty_join.py
transpiled person.py
transpiled article.py
transpiled customers.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled test_cookie.py
transpiled __init__.py
transpiled test_api.py
transpiled test_mixins.py
transpiled test_fallback.py
transpiled test_session.py
transpiled urls.py
transpiled test_middleware.py
transpiled base.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled views.py
transpiled urls.py
transpiled tags.py
transpiled __init__.py
transpiled test_widgets.py
transpiled __init__.py
transpiled test_error_messages.py
transpiled test_media.py
transpiled test_formsets.py
transpiled test_renderers.py
transpiled test_validators.py
transpiled test_input_formats.py
transpiled test_deprecation_forms.py
transpiled test_forms.py
transpiled test_utils.py
transpiled test_i18n.py
transpiled tests.py
transpiled test_choicefield.py
transpiled test_decimalfield.py
transpiled test_imagefield.py
transpiled test_slugfield.py
transpiled test_integerfield.py
transpiled __init__.py
transpiled test_timefield.py
transpiled test_genericipaddressfield.py
transpiled test_uuidfield.py
transpiled test_filefield.py
transpiled test_combofield.py
transpiled test_typedmultiplechoicefield.py
transpiled test_multivaluefield.py
transpiled test_durationfield.py
transpiled test_filepathfield.py
transpiled test_urlfield.py
transpiled test_splitdatetimefield.py
transpiled test_datefield.py
transpiled test_floatfield.py
transpiled test_regexfield.py
transpiled test_base.py
transpiled test_emailfield.py
transpiled test_multiplechoicefield.py
transpiled test_booleanfield.py
transpiled test_nullbooleanfield.py
transpiled test_jsonfield.py
transpiled test_charfield.py
transpiled test_datetimefield.py
transpiled test_typedchoicefield.py
transpiled __init__.py
transpiled ab.py
transpiled a.py
transpiled b.py
transpiled __init__.py
transpiled __init__.py
transpiled __init__.py
transpiled d.py
transpiled e.py
transpiled g.py
transpiled __init__.py
transpiled test_numberinput.py
transpiled __init__.py
transpiled test_textinput.py
transpiled test_clearablefileinput.py
transpiled test_hiddeninput.py
transpiled test_splitdatetimewidget.py
transpiled test_checkboxinput.py
transpiled test_dateinput.py
transpiled test_input.py
transpiled test_checkboxselectmultiple.py
transpiled test_multiwidget.py
transpiled test_nullbooleanselect.py
transpiled test_radioselect.py
transpiled test_fileinput.py
transpiled test_passwordinput.py
transpiled test_selectdatewidget.py
transpiled test_widget.py
transpiled test_selectmultiple.py
transpiled test_multiplehiddeninput.py
transpiled test_datetimeinput.py
transpiled test_textarea.py
transpiled test_timeinput.py
transpiled test_select.py
transpiled base.py
transpiled test_splithiddendatetimewidget.py
transpiled models.py
transpiled __init__.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled 0002_second.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled __init__.py
transpiled tests.py
transpiled publication.py
transpiled __init__.py
transpiled article.py
transpiled models.py
transpiled __init__.py
transpiled test_fields.py
transpiled test_views.py
transpiled test_models.py
transpiled test_order_with_respect_to.py
transpiled test_operations.py
transpiled test_checks.py
transpiled urls.py
transpiled test_management.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled 0002_rename_foo.py
transpiled models.py
transpiled test_pickle.py
transpiled __init__.py
transpiled test_state.py
transpiled tests.py
transpiled models.py
transpiled test_decorators.py
transpiled test_functional.py
transpiled utils.py
transpiled test_datetime_safe.py
transpiled test_crypto.py
transpiled test_encoding.py
transpiled test_module_loading.py
transpiled test_datastructures.py
transpiled test_lazyobject.py
transpiled test_http.py
transpiled test_no_submodule.py
transpiled __init__.py
transpiled test_dateformat.py
transpiled test_lorem_ipsum.py
transpiled test_ipv6.py
transpiled test_archive.py
transpiled test_timesince.py
transpiled test_duration.py
transpiled test_baseconv.py
transpiled test_regex_helper.py
transpiled test_hashable.py
transpiled test_autoreload.py
transpiled test_numberformat.py
transpiled test_text.py
transpiled test_timezone.py
transpiled test_safestring.py
transpiled test_os_utils.py
transpiled test_topological_sort.py
transpiled test_dateparse.py
transpiled test_inspect.py
transpiled test_termcolors.py
transpiled test_jslex.py
transpiled test_connection.py
transpiled test_html.py
transpiled test_feedgenerator.py
transpiled test_tree.py
transpiled test_simplelazyobject.py
transpiled __init__.py
transpiled __main__.py
transpiled bad_module.py
transpiled main_module.py
transpiled another_good_module.py
transpiled good_module.py
transpiled another_bad_module.py
transpiled __init__.py
transpiled grandchild_module.py
transpiled test_cookie.py
transpiled __init__.py
transpiled test_fileresponse.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled test_dummy.py
transpiled test_jinja2.py
transpiled __init__.py
transpiled test_django.py
transpiled test_utils.py
transpiled __init__.py
transpiled __init__.py
transpiled __init__.py
transpiled broken_tags.py
transpiled __init__.py
transpiled empty.py
transpiled override.py
transpiled __init__.py
transpiled good_tags.py
transpiled tags.py
transpiled __init__.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled views.py
transpiled test_liveserverthread.py
transpiled urls.py
transpiled tests.py
transpiled test_basehttp.py
transpiled __init__.py
transpiled models.py
transpiled test_uuid.py
transpiled __init__.py
transpiled test_prefetch_related_objects.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled test_simpletestcase.py
transpiled __init__.py
transpiled views.py
transpiled test_testcase.py
transpiled test_serializemixin.py
transpiled test_transactiontestcase.py
transpiled urls.py
transpiled tests.py
transpiled models.py
transpiled test_decimalfield.py
transpiled test_binaryfield.py
transpiled test_imagefield.py
transpiled test_slugfield.py
transpiled test_uuid.py
transpiled test_integerfield.py
transpiled __init__.py
transpiled test_genericipaddressfield.py
transpiled test_filefield.py
transpiled test_autofield.py
transpiled test_durationfield.py
transpiled test_textfield.py
transpiled test_filepathfield.py
transpiled test_promises.py
transpiled test_floatfield.py
transpiled test_field_flags.py
transpiled test_foreignkey.py
transpiled test_booleanfield.py
transpiled test_jsonfield.py
transpiled test_charfield.py
transpiled test_manytomanyfield.py
transpiled tests.py
transpiled test_datetimefield.py
transpiled models.py
transpiled __init__.py
transpiled widgetadmin.py
transpiled test_autocomplete_widget.py
transpiled urls.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled test_multitable.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled test_unique.py
transpiled __init__.py
transpiled test_error_messages.py
transpiled test_picklable.py
transpiled test_validators.py
transpiled test_custom_messages.py
transpiled tests.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled urls_admin.py
transpiled test_decorators.py
transpiled test_hashers.py
transpiled test_admin_multidb.py
transpiled backend_alias.py
transpiled test_auth_backends.py
transpiled settings.py
transpiled test_templates.py
transpiled test_basic.py
transpiled __init__.py
transpiled client.py
transpiled test_context_processors.py
transpiled test_tokens.py
transpiled test_migrations.py
transpiled test_views.py
transpiled test_models.py
transpiled urls_custom_user_admin.py
transpiled test_mixins.py
transpiled test_signals.py
transpiled test_validators.py
transpiled test_remote_user.py
transpiled test_forms.py
transpiled test_checks.py
transpiled urls.py
transpiled test_middleware.py
transpiled test_management.py
transpiled test_handlers.py
transpiled uuid_pk.py
transpiled proxy.py
transpiled __init__.py
transpiled with_integer_username.py
transpiled is_active.py
transpiled minimal.py
transpiled with_last_login_attr.py
transpiled custom_user.py
transpiled with_foreign_key.py
transpiled with_many_to_many.py
transpiled invalid_models.py
transpiled with_custom_email_field.py
transpiled no_password.py
transpiled custom_permissions.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled admin.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled logconfig.py
transpiled __init__.py
transpiled views.py
transpiled urls_i18n.py
transpiled urls.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled models.py
transpiled test_unaccent.py
transpiled integration_settings.py
transpiled test_introspection.py
transpiled test_citext.py
transpiled __init__.py
transpiled test_bulk_update.py
transpiled test_array.py
transpiled test_trigram.py
transpiled test_indexes.py
transpiled test_search.py
transpiled test_apps.py
transpiled test_hstore.py
transpiled fields.py
transpiled test_signals.py
transpiled test_integration.py
transpiled test_operations.py
transpiled test_functions.py
transpiled test_ranges.py
transpiled test_aggregates.py
transpiled test_constraints.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled 0002_integerarraymodel_field_2.py
transpiled __init__.py
transpiled 0001_setup_extensions.py
transpiled 0002_create_test_models.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled models.py
transpiled __init__.py
transpiled custom.py
transpiled tests.py
transpiled models.py
transpiled runner.py
transpiled __init__.py
transpiled test_shuffler.py
transpiled test_discover_runner.py
transpiled test_parallel.py
transpiled test_debug_sql.py
transpiled tests.py
transpiled __init__.py
transpiled views.py
transpiled csrf_token_error_handler_urls.py
transpiled test_context_processor.py
transpiled tests.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled __init__.py
transpiled fields.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled admin.py
transpiled urls.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled no_clear_expired.py
transpiled tests.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled urls.py
transpiled test_generate_filename.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled test_security.py
transpiled test_4_0_compatibility.py
transpiled test_templates.py
transpiled __init__.py
transpiled test_translation.py
transpiled test_urls.py
transpiled test_caches.py
transpiled test_model_field_deprecation.py
transpiled test_model_checks.py
transpiled test_files.py
transpiled test_multi_db.py
transpiled test_database.py
transpiled test_async_checks.py
transpiled apps.py
transpiled tests.py
transpiled beginning_with_slash.py
transpiled no_warnings.py
transpiled cbv_as_view.py
transpiled __init__.py
transpiled name_with_colon.py
transpiled warning_in_include.py
transpiled bad_error_handlers_invalid_path.py
transpiled no_warnings_i18n.py
transpiled bad_function_based_error_handlers.py
transpiled unique_namespaces.py
transpiled include_contains_tuple.py
transpiled good_class_based_error_handlers.py
transpiled bad_class_based_error_handlers.py
transpiled non_unique_namespaces.py
transpiled include_with_dollar.py
transpiled contains_tuple.py
transpiled good_function_based_error_handlers.py
transpiled beginning_with_caret.py
transpiled contains_re_named_group.py
transpiled __init__.py
transpiled ending_with_dollar.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled __init__.py
transpiled urls.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled __init__.py
transpiled tests.py
transpiled __init__.py
transpiled test_tablespaces.py
transpiled test_default_related_name.py
transpiled apps.py
transpiled test_default_pk.py
transpiled __init__.py
transpiled default_related_name.py
transpiled tablespaces.py
transpiled __init__.py
transpiled test_data_upload_settings.py
transpiled test_accept_header.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled test_decimalfield.py
transpiled __init__.py
transpiled test_timefield.py
transpiled test_lookups.py
transpiled tests.py
transpiled __init__.py
transpiled more_operations.py
transpiled operations.py
transpiled models.py
transpiled __init__.py
transpiled views.py
transpiled urls.py
transpiled tests.py
transpiled __init__.py
transpiled tests.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled test_measure.py
transpiled utils.py
transpiled test_gis_tests_utils.py
transpiled __init__.py
transpiled test_fields.py
transpiled test_geoip2.py
transpiled admin.py
transpiled test_data.py
transpiled test_geoforms.py
transpiled test_spatialrefsys.py
transpiled tests.py
transpiled test_ptr.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled test_srs.py
transpiled test_envelope.py
transpiled test_raster.py
transpiled __init__.py
transpiled test_ds.py
transpiled test_driver.py
transpiled test_geom.py
transpiled tests.py
transpiled __init__.py
transpiled test_operations.py
transpiled test_commands.py
transpiled __init__.py
transpiled 0002_create_models.py
transpiled 0001_setup_extensions.py
transpiled models.py
transpiled __init__.py
transpiled urls.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled views.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled admin.py
transpiled urls.py
transpiled tests.py
transpiled models.py
transpiled test_serializers.py
transpiled test_feeds.py
transpiled __init__.py
transpiled test_sitemaps.py
transpiled feeds.py
transpiled test_indexes.py
transpiled test_expressions.py
transpiled sitemaps.py
transpiled test_functions.py
transpiled test_regress.py
transpiled urls.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled test_rasterfield.py
transpiled models.py
transpiled __init__.py
transpiled __init__.py
transpiled 0002_rastermodels.py
transpiled 0001_setup_extensions.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled __init__.py
transpiled __init__.py
transpiled textrasters.py
transpiled test_geos.py
transpiled test_io.py
transpiled test_geos_mutation.py
transpiled test_mutable_list.py
transpiled __init__.py
transpiled test_coordseq.py
transpiled models.py
transpiled __init__.py
transpiled test_exceptions.py
transpiled test_graph.py
transpiled test_multidb.py
transpiled test_writer.py
transpiled test_questioner.py
transpiled test_executor.py
transpiled test_optimizer.py
transpiled test_autodetector.py
transpiled test_loader.py
transpiled routers.py
transpiled test_deprecated_fields.py
transpiled test_base.py
transpiled test_operations.py
transpiled test_state.py
transpiled test_commands.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled __init__.py
transpiled 2_auto.py
transpiled 1_auto.py
transpiled 3_auto.py
transpiled 2_squashed_3.py
transpiled 4_auto.py
transpiled 1_squashed_2.py
transpiled __init__.py
transpiled 2_auto.py
transpiled 1_auto.py
transpiled __init__.py
transpiled ab.py
transpiled a.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled 0003_third.py
transpiled 0001_squashed_0002.py
transpiled 0002_second.py
transpiled __init__.py
transpiled 7_auto.py
transpiled 5_auto.py
transpiled 3_squashed_5.py
transpiled 2_auto.py
transpiled 1_auto.py
transpiled 6_auto.py
transpiled 3_auto.py
transpiled 4_auto.py
transpiled __init__.py
transpiled 0001.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled _util.py
transpiled ~util.py
transpiled .util.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled 0001_squashed_0002.py
transpiled 0002_second.py
transpiled __init__.py
transpiled __init__.py
transpiled 2_auto.py
transpiled 1_auto.py
transpiled 3_auto.py
transpiled 2_squashed_3.py
transpiled 4_auto.py
transpiled 1_squashed_2.py
transpiled __init__.py
transpiled 2_auto.py
transpiled 1_auto.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled 0002_second.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled __init__.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled __init__.py
transpiled file.py
transpiled __init__.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled 0002_initial.py
transpiled __init__.py
transpiled 0001_not_initial.py
transpiled 0001_initial.py
transpiled 0002_conflicting_second_migration_with_long_name.py
transpiled __init__.py
transpiled 0002_second.py
transpiled 0001_initial.py
transpiled 0002_second.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled 0003_third.py
transpiled 0002_second.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled 0002_second.py
transpiled __init__.py
transpiled __init__.py
transpiled models.py
transpiled __init__.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled models.py
transpiled __init__.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled 0002_b2.py
transpiled 0003_b3.py
transpiled __init__.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled __init__.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled 0002_conflicting_second.py
transpiled 0002_second.py
transpiled models.py
transpiled __init__.py
transpiled models.py
transpiled __init__.py
transpiled models.py
transpiled __init__.py
transpiled __init__.py
transpiled __init__.py
transpiled __init__.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled __init__.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled 0002_alter_id.py
transpiled models.py
transpiled __init__.py
transpiled 0001_initial.py
transpiled 0004_a4.py
transpiled __init__.py
transpiled 0002_a2.py
transpiled 0003_a3.py
transpiled __init__.py
transpiled __init__.py
transpiled __init__.py
transpiled models.py
transpiled __init__.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled 0002_conflicting_second.py
transpiled 0002_second.py
transpiled models.py
transpiled __init__.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled models.py
transpiled __init__.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled 0002_c2.py
transpiled 0003_c3.py
transpiled __init__.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled 0002_add_field.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled 0003_third.py
transpiled 0004_fourth.py
transpiled 0005_fifth.py
transpiled 0002_second.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled 0002_conflicting_second.py
transpiled 0002_second.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled 0002_remove_ipaddressfield_ip.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled __init__.py
transpiled 7_auto.py
transpiled 3_squashed_5.py
transpiled 2_auto.py
transpiled 1_auto.py
transpiled 6_auto.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled 0003_third.py
transpiled 0002_second.py
transpiled thefirst.py
transpiled __init__.py
transpiled second.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled 0002_conflicting_second.py
transpiled 0002_second.py
transpiled __init__.py
transpiled 0001_initial.py
transpiled __init__.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled __init__.py
transpiled tests.py
transpiled __init__.py
transpiled __init__.py
transpiled test_command.py
transpiled models.py
transpiled __init__.py
transpiled fields.py
transpiled test_logging.py
transpiled tests.py
transpiled test_settings.py
transpiled __init__.py
transpiled views.py
transpiled urls.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled test_security.py
transpiled __init__.py
transpiled views.py
transpiled cond_get_urls.py
transpiled urls.py
transpiled extra_urls.py
transpiled tests.py
transpiled models.py
transpiled test_http.py
transpiled __init__.py
transpiled test_https.py
transpiled test_generic.py
transpiled test_utils.py
transpiled test_management.py
transpiled base.py
transpiled empty.py
transpiled __init__.py
transpiled https.py
transpiled http.py
transpiled index_only.py
transpiled __init__.py
transpiled tests.py
transpiled models.py
transpiled __init__.py
transpiled tests.py
transpiled test_conditional_content_removal.py
transpiled auth_backends.py
transpiled __init__.py
transpiled views.py
transpiled urls_middleware_urlconf.py
transpiled test_fakepayload.py
transpiled urls.py
transpiled tests.py
transpiled __init__.py
transpiled test_validation_error.py
transpiled manage_translations.py
Total of 2713 files transpiled
List(/tmp/org.polystat.py2eo.7272442160926696703.tmp/django/docs/_ext/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/docs/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/templatetags/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/utils/translation/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/serializers/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/files/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/handlers/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/mail/backends/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/mail/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/management/commands/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/management/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/cache/backends/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/cache/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/checks/compatibility/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/checks/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/checks/security/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/servers/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/template/loaders/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/template/backends/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/template/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/http/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/flatpages/templatetags/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/flatpages/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/flatpages/migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/sites/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/sites/migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/redirects/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/redirects/migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/syndication/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/sessions/backends/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/sessions/management/commands/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/sessions/management/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/sessions/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/sessions/migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/sitemaps/management/commands/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/sitemaps/management/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/sitemaps/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/serializers/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/utils/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/management/commands/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/management/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/sitemaps/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/gdal/raster/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/gdal/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/gdal/prototypes/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/db/backends/spatialite/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/db/backends/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/db/backends/base/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/db/backends/oracle/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/db/backends/mysql/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/db/backends/postgis/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/db/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/db/models/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/db/models/sql/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/geoip2/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/geos/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/geos/prototypes/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/forms/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/auth/handlers/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/auth/management/commands/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/auth/management/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/auth/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/auth/migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/messages/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/messages/storage/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/humanize/templatetags/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/humanize/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/staticfiles/management/commands/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/staticfiles/management/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/staticfiles/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/admindocs/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/contenttypes/management/commands/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/contenttypes/management/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/contenttypes/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/contenttypes/migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/admin/templatetags/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/admin/views/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/admin/migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/postgres/aggregates/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/postgres/fields/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/postgres/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/postgres/forms/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/backends/postgresql/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/backends/dummy/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/backends/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/backends/base/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/backends/sqlite3/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/backends/oracle/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/backends/mysql/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/models/fields/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/models/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/models/functions/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/models/sql/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/migrations/operations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/forms/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/test/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/views/decorators/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/views/generic/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/views/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/pt_BR/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/sq/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/sl/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/tr/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/he/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/th/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/fr/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/tg/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/hi/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/fa/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/km/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/de/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/mk/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ro/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/te/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/hu/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/cy/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/uk/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/en_AU/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/da/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/pt/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/nb/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/es_CO/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/vi/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/en_GB/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/lv/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/fy/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/nl/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/tk/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ja/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ky/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/es_NI/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/sv/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/kn/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/is/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/es_PR/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/eo/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ko/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/cs/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ta/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ga/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/zh_Hant/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ar/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/lt/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/az/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/uz/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ca/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/bn/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/fi/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/bg/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/hr/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ar_DZ/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ig/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/en/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/sr/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ru/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/es/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/it/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/es_MX/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/sk/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/gl/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/el/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ml/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/eu/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/gd/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/bs/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/pl/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/de_CH/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/zh_Hans/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/nn/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ka/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/sr_Latn/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/id/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ms/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/mn/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/et/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/es_AR/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/dispatch/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/serializers/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/serializers/models/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/file_uploads/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_inlines/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/staticfiles_tests/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/staticfiles_tests/apps/test/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/staticfiles_tests/apps/no_label/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/staticfiles_tests/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/staticfiles_tests/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/order_with_respect_to/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/dbshell/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_checks/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/fixtures/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/model_formsets/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/sites_framework/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/sites_framework/migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/user_commands/management/commands/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/user_commands/management/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/user_commands/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/apps/one_config_app/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/apps/explicit_default_config_without_apps/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/apps/two_configs_one_default_app/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/apps/no_config_app/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/apps/explicit_default_config_empty_apps/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/apps/namespace_package_base/nsapp/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/apps/two_default_configs_app/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/apps/explicit_default_config_app/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/apps/two_configs_app/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/apps/explicit_default_config_mismatch_app/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/syndication_tests/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/distinct_on_fields/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/aggregation/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/empty/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/empty/no_models/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/decorators/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/files/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/template_tests/templatetags/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/template_tests/templatetags/subpackage/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/template_tests/syntax_tests/i18n/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/template_tests/syntax_tests/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/template_tests/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/template_tests/filter_tests/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/null_fk/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/multiple_database/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/wsgi/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/urlpatterns_reverse/translations/locale/fr/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/urlpatterns_reverse/translations/locale/de/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/urlpatterns_reverse/translations/locale/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/urlpatterns_reverse/translations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/urlpatterns_reverse/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/inspectdb/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/queryset_pickle/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/backends/postgresql/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/backends/sqlite/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/backends/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/backends/base/app_unmigrated/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/backends/base/app_unmigrated/migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/backends/base/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/backends/oracle/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/backends/mysql/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/many_to_many/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/custom_pk/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/select_for_update/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/import_error_package/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/flatpages_tests/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/properties/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/handlers/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/force_insert_update/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/view_tests/templatetags/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/view_tests/app1/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/view_tests/app0/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/view_tests/app4/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/view_tests/app5/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/view_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/view_tests/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/view_tests/app3/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/view_tests/app2/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/deprecation/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/generic_relations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_views/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/custom_lookups/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/select_related/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/mail/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_changelist/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/m2m_signals/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/expressions/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/conditional_processing/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/urlpatterns/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/ordering/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/nested_foreign_keys/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/delete/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/field_deconstruction/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/shortcuts/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/select_related_onetoone/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/settings_tests/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/db_functions/math/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/db_functions/comparison/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/db_functions/window/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/db_functions/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/db_functions/text/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/db_functions/migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/db_functions/datetime/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/timezones/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/test_runner_apps/tagged/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/test_runner_apps/sample/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/test_runner_apps/sample/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/test_runner_apps/databases/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/test_runner_apps/buffer/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/test_runner_apps/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/test_runner_apps/simple/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/generic_views/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/get_earliest_or_latest/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/builtin_server/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/introspection/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/model_inheritance/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/bulk_create/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/i18n/sampleproject/sampleproject/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/i18n/sampleproject/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/i18n/territorial_fallback/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/i18n/commands/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/i18n/project_dir/app_with_locale/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/i18n/project_dir/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/i18n/project_dir/app_no_locale/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/i18n/loading_app/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/i18n/other/locale/fr/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/i18n/other/locale/de/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/i18n/other/locale/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/i18n/other/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/i18n/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/i18n/patterns/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/i18n/patterns/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/i18n/resolution/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/i18n/contenttypes/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/i18n/exclude/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/i18n/other2/locale/de/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/i18n/other2/locale/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/i18n/other2/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_default_site/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/resolve_url/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/many_to_one/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/expressions_case/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_scripts/another_app_waiting_migration/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_scripts/another_app_waiting_migration/migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_scripts/app_with_import/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_scripts/app_waiting_migration/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_scripts/app_waiting_migration/migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_scripts/management/commands/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_scripts/management/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_scripts/complex_app/management/commands/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_scripts/complex_app/management/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_scripts/complex_app/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_scripts/complex_app/models/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_scripts/complex_app/admin/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_scripts/broken_app/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_scripts/app_raising_warning/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_scripts/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_scripts/custom_templates/app_template/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_scripts/custom_templates/project_template/project_name/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_scripts/custom_templates/project_template/additional_dir/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_scripts/custom_templates/project_template/.hidden/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_scripts/app_raising_messages/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_scripts/simple_app/management/commands/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_scripts/simple_app/management/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_scripts/simple_app/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/empty_models/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/model_utils/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/delete_regress/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/filtered_relation/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/generic_inline_admin/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/signals/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/m2m_intermediary/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/transaction_hooks/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/inline_formsets/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/get_or_create/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/managers_regress/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_docs/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/redirects_tests/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/many_to_one_null/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/model_meta/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/cache/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/model_enums/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/sites_tests/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/version/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/modeladmin/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/dates/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/test_client_regress/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_ordering/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/defer_regress/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/update/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/custom_columns/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/model_forms/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/defer/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/queries/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_utils/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migration_test_data_persistence/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migration_test_data_persistence/migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_custom_urls/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/proxy_model_inheritance/app1/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/proxy_model_inheritance/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/proxy_model_inheritance/app2/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/raw_query/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/invalid_models_tests/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/max_lengths/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrate_signals/custom_migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrate_signals/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/template_loader/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/absolute_url_overrides/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/middleware_exceptions/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/unmanaged_models/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/fixtures_model_package/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/fixtures_model_package/models/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/foreign_object/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/foreign_object/models/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/m2o_recursive/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/m2m_and_m2o/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/validators/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/messages_tests/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_filters/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/shell/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/save_delete_hooks/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/forms_tests/templatetags/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/forms_tests/tests/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/h/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/j/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/c/f/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/c/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/forms_tests/field_tests/filepathfield_test_dir/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/forms_tests/field_tests/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/forms_tests/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/forms_tests/widget_tests/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations2/test_migrations_2/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations2/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations2/test_migrations_2_no_deps/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations2/test_migrations_2_first/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/from_db_value/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/model_package/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/model_package/models/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/contenttypes_tests/operations_migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/contenttypes_tests/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/model_regress/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/utils_tests/test_module/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/utils_tests/test_module/child_module/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/utils_tests/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/responses/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/str/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/string_lookup/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/template_backends/apps/importerror/templatetags/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/template_backends/apps/importerror/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/template_backends/apps/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/template_backends/apps/good/templatetags/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/template_backends/apps/good/templatetags/subpackage/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/template_backends/apps/good/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/template_backends/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/custom_managers/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/model_indexes/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/servers/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/servers/another_app/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/prefetch_related/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_registration/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/mutually_referential/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/test_utils/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/model_fields/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_widgets/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/m2m_recursive/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/m2m_through/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/m2m_through_regress/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/validation/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/app_loading/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/app_loading/not_installed/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/indexes/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/auth_tests/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/auth_tests/models/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/model_inheritance_regress/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/custom_methods/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/async/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/update_only_fields/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/field_defaults/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_autodiscover/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/null_fk_ordering/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/fixtures_regress/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/get_object_or_404/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/annotations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/logging_tests/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/base/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/postgres_tests/array_default_migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/postgres_tests/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/postgres_tests/migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/postgres_tests/array_index_migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/pagination/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/test_runner/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/csrf_tests/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/no_models/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/model_formsets_regress/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/constraints/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/known_related_objects/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/db_utils/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/datatypes/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/field_subclassing/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/proxy_models/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/basic/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/sessions_tests/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/signing/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/aggregation_regress/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/file_storage/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/transactions/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/or_lookups/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/reserved_names/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/datetimes/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/check_framework/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/check_framework/urls/path_compatibility/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/check_framework/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/extra_regress/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/asgi/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/select_related_regress/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/db_typecasts/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/model_options/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/model_options/models/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/requests/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/swappable_models/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/lookup/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/custom_migration_operations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/context_processors/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/signed_cookies_tests/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/humanize_tests/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/m2m_regress/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/generic_relations_regress/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/dispatch/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/m2m_multiple/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/gis_tests/layermap/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/gis_tests/gdal_tests/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/gis_tests/gis_migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/gis_tests/gis_migrations/migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/gis_tests/geoadmin/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/gis_tests/inspectapp/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/gis_tests/distapp/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/gis_tests/geo3d/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/gis_tests/geoadmin_deprecated/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/gis_tests/geoapp/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/gis_tests/relatedapp/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/gis_tests/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/gis_tests/rasterapp/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/gis_tests/rasterapp/migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/gis_tests/geogapp/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/gis_tests/data/rasters/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/gis_tests/data/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/gis_tests/geos_tests/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_migrations_namespace_package/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app1/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_migrations_squashed_complex_multi_apps/app2/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_migrations_clashing_prefix/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_migrations_squashed_extra/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_migrations_squashed_complex/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_migrations_order/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_migrations_private/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_migrations_squashed/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app1/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_migrations_squashed_ref_squashed/app2/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_migrations_no_operations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_migrations_custom_user/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_migrations_unmigdep/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_migrations_bad_pyc/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_fake_initial_case_insensitive/initial/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_fake_initial_case_insensitive/fake_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/faulty_migrations/namespace/foo/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/faulty_migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_add_many_to_many_field_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_migrations_initial_false/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_migrations_conflict_long_name/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_migrations_backwards_deps_1/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_migrations_non_atomic/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_migrations_run_before/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_migrations_fake_split_initial/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/related_models_app/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/migrations_test_apps/migrated_app/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/migrations_test_apps/migrated_app/migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/migrations_test_apps/lookuperror_b/migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/migrations_test_apps/mutate_state_a/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/migrations_test_apps/mutate_state_a/migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/migrations_test_apps/conflicting_app_with_dependencies/migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app_simple/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/migrations_test_apps/unmigrated_app_syncdb/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/migrations_test_apps/normal/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/migrations_test_apps/alter_fk/book_app/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/migrations_test_apps/alter_fk/book_app/migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/migrations_test_apps/alter_fk/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/migrations_test_apps/alter_fk/author_app/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/migrations_test_apps/alter_fk/author_app/migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/migrations_test_apps/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/migrations_test_apps/lookuperror_a/migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/migrations_test_apps/with_package_model/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/migrations_test_apps/with_package_model/models/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/migrations_test_apps/without_init_file/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/migrations_test_apps/unspecified_app_with_conflict/migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/migrations_test_apps/migrated_unapplied_app/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/migrations_test_apps/migrated_unapplied_app/migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/migrations_test_apps/lookuperror_c/migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/migrations_test_apps/mutate_state_b/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/migrations_test_apps/mutate_state_b/migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_auto_now_add/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_migrations_plan/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_migrations_no_ancestor/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_migrations_no_default/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/deprecated_field_migrations/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_migrations_squashed_erroneous/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_migrations_no_changes/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_migrations_first/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_migrations_conflict/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_migrations_empty/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/migrations/test_migrations_atomic_operation/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/one_to_one/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/bash_completion/management/commands/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/bash_completion/management/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/bash_completion/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/schema/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/project_template/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/null_queries/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/reverse_lookup/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/middleware/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/sitemaps_tests/urls/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/sitemaps_tests/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/httpwrappers/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/expressions_window/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/test_client/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/test_exceptions/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/genUnsupportedEO, /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/scripts/genUnsupportedEO)
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 110ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/docs/_ext/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/docs/_ext/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.431 s
[INFO] Finished at: 2022-11-09T09:41:39Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 110ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/docs/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/docs/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.402 s
[INFO] Finished at: 2022-11-09T09:41:43Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 6 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 125ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 6 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/templatetags/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/templatetags/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.570 s
[INFO] Finished at: 2022-11-09T09:41:49Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 3 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 3 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/apps/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/apps/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.685 s
[INFO] Finished at: 2022-11-09T09:41:54Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 43 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 113ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 43 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/utils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/utils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  14.988 s
[INFO] Finished at: 2022-11-09T09:42:10Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 5 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 5 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/utils/translation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/utils/translation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.057 s
[INFO] Finished at: 2022-11-09T09:42:16Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 7 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 104ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 7 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/serializers/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/serializers/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.523 s
[INFO] Finished at: 2022-11-09T09:42:23Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/files/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/files/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.121 s
[INFO] Finished at: 2022-11-09T09:42:28Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 5 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 105ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 5 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/handlers/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/handlers/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.339 s
[INFO] Finished at: 2022-11-09T09:42:33Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 7 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 110ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 7 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/mail/backends/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/mail/backends/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.801 s
[INFO] Finished at: 2022-11-09T09:42:37Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 3 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 3 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/mail/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/mail/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.695 s
[INFO] Finished at: 2022-11-09T09:42:42Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 25 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 125ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 25 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/management/commands/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/management/commands/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  10.104 s
[INFO] Finished at: 2022-11-09T09:42:53Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 6 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 120ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 6 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/management/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/management/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.762 s
[INFO] Finished at: 2022-11-09T09:43:00Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 8 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 8 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/cache/backends/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/cache/backends/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.352 s
[INFO] Finished at: 2022-11-09T09:43:07Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/cache/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/cache/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.259 s
[INFO] Finished at: 2022-11-09T09:43:10Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/checks/compatibility/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/checks/compatibility/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.037 s
[INFO] Finished at: 2022-11-09T09:43:13Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 11 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 129ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 11 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/checks/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/checks/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.819 s
[INFO] Finished at: 2022-11-09T09:43:18Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 4 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 4 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/checks/security/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/checks/security/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.736 s
[INFO] Finished at: 2022-11-09T09:43:22Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 8 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 106ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 8 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.741 s
[INFO] Finished at: 2022-11-09T09:43:28Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 110ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/servers/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/core/servers/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.631 s
[INFO] Finished at: 2022-11-09T09:43:32Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 6 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 6 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/template/loaders/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/template/loaders/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.476 s
[INFO] Finished at: 2022-11-09T09:43:36Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 6 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 110ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 6 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/template/backends/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/template/backends/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.316 s
[INFO] Finished at: 2022-11-09T09:43:40Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 15 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 115ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 15 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/template/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/template/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  15.002 s
[INFO] Finished at: 2022-11-09T09:43:56Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 7 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 123ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 7 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.844 s
[INFO] Finished at: 2022-11-09T09:44:03Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 5 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 112ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 5 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/http/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/http/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.695 s
[INFO] Finished at: 2022-11-09T09:44:12Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 122ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/flatpages/templatetags/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/flatpages/templatetags/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.255 s
[INFO] Finished at: 2022-11-09T09:44:16Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 9 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 121ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 9 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/flatpages/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/flatpages/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.634 s
[INFO] Finished at: 2022-11-09T09:44:19Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 103ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/flatpages/migrations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/flatpages/migrations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.563 s
[INFO] Finished at: 2022-11-09T09:44:23Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/sites/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/sites/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.858 s
[INFO] Finished at: 2022-11-09T09:44:27Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 3 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 3 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/sites/migrations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/sites/migrations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.434 s
[INFO] Finished at: 2022-11-09T09:44:31Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 5 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 5 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/redirects/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/redirects/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.318 s
[INFO] Finished at: 2022-11-09T09:44:34Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 3 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 111ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 3 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/redirects/migrations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/redirects/migrations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.499 s
[INFO] Finished at: 2022-11-09T09:44:38Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 3 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 3 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/syndication/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/syndication/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.810 s
[INFO] Finished at: 2022-11-09T09:44:42Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 7 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 7 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/sessions/backends/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/sessions/backends/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.672 s
[INFO] Finished at: 2022-11-09T09:44:47Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/sessions/management/commands/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/sessions/management/commands/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.996 s
[INFO] Finished at: 2022-11-09T09:44:50Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 106ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/sessions/management/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/sessions/management/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.864 s
[INFO] Finished at: 2022-11-09T09:44:53Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 7 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 106ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 7 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/sessions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/sessions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.436 s
[INFO] Finished at: 2022-11-09T09:44:56Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 111ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/sessions/migrations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/sessions/migrations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.315 s
[INFO] Finished at: 2022-11-09T09:45:00Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/sitemaps/management/commands/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/sitemaps/management/commands/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.026 s
[INFO] Finished at: 2022-11-09T09:45:03Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 111ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/sitemaps/management/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/sitemaps/management/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.827 s
[INFO] Finished at: 2022-11-09T09:45:06Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 3 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 106ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 3 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/sitemaps/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/sitemaps/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.076 s
[INFO] Finished at: 2022-11-09T09:45:10Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 113ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/serializers/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/serializers/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.399 s
[INFO] Finished at: 2022-11-09T09:45:14Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 5 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 111ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 5 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/utils/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/utils/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.595 s
[INFO] Finished at: 2022-11-09T09:45:20Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 3 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 3 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/management/commands/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/management/commands/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.416 s
[INFO] Finished at: 2022-11-09T09:45:23Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/management/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/management/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.873 s
[INFO] Finished at: 2022-11-09T09:45:26Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 3 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 111ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 3 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/sitemaps/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/sitemaps/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.635 s
[INFO] Finished at: 2022-11-09T09:45:30Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 5 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 105ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 5 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/gdal/raster/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/gdal/raster/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.186 s
[INFO] Finished at: 2022-11-09T09:45:35Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 13 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 13 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/gdal/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/gdal/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.101 s
[INFO] Finished at: 2022-11-09T09:45:43Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 7 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 106ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 7 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/gdal/prototypes/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/gdal/prototypes/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.596 s
[INFO] Finished at: 2022-11-09T09:45:47Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 9 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 9 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/db/backends/spatialite/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/db/backends/spatialite/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.701 s
[INFO] Finished at: 2022-11-09T09:45:52Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/db/backends/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/db/backends/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.050 s
[INFO] Finished at: 2022-11-09T09:45:55Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 5 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 110ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 5 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/db/backends/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/db/backends/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.983 s
[INFO] Finished at: 2022-11-09T09:46:00Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 8 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 110ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 8 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/db/backends/oracle/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/db/backends/oracle/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.523 s
[INFO] Finished at: 2022-11-09T09:46:04Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 6 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 105ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 6 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/db/backends/mysql/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/db/backends/mysql/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.945 s
[INFO] Finished at: 2022-11-09T09:46:08Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 124ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/db/backends/postgis/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/db/backends/postgis/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.400 s
[INFO] Finished at: 2022-11-09T09:46:14Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/db/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/db/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.819 s
[INFO] Finished at: 2022-11-09T09:46:17Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 6 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 139ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 6 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/db/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/db/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.858 s
[INFO] Finished at: 2022-11-09T09:46:24Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 129ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/db/models/sql/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/db/models/sql/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.242 s
[INFO] Finished at: 2022-11-09T09:46:27Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 3 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 118ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 3 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/geoip2/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/geoip2/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.017 s
[INFO] Finished at: 2022-11-09T09:46:32Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 14 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 14 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/geos/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/geos/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.381 s
[INFO] Finished at: 2022-11-09T09:46:39Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 138ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/geos/prototypes/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/geos/prototypes/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.838 s
[INFO] Finished at: 2022-11-09T09:46:44Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 8 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 138ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 8 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.620 s
[INFO] Finished at: 2022-11-09T09:46:49Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 3 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 115ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 3 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/forms/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/forms/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.967 s
[INFO] Finished at: 2022-11-09T09:46:53Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 3 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 106ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 3 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/admin/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/gis/admin/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.280 s
[INFO] Finished at: 2022-11-09T09:46:57Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 106ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.820 s
[INFO] Finished at: 2022-11-09T09:47:00Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/auth/handlers/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/auth/handlers/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.040 s
[INFO] Finished at: 2022-11-09T09:47:04Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 3 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 3 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/auth/management/commands/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/auth/management/commands/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.229 s
[INFO] Finished at: 2022-11-09T09:47:08Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/auth/management/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/auth/management/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.410 s
[INFO] Finished at: 2022-11-09T09:47:12Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 19 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 19 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/auth/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/auth/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  8.617 s
[INFO] Finished at: 2022-11-09T09:47:21Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 13 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 111ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 13 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/auth/migrations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/auth/migrations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.833 s
[INFO] Finished at: 2022-11-09T09:47:26Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 8 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 8 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/messages/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/messages/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.553 s
[INFO] Finished at: 2022-11-09T09:47:30Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 5 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 5 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/messages/storage/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/messages/storage/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.032 s
[INFO] Finished at: 2022-11-09T09:47:34Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/humanize/templatetags/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/humanize/templatetags/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.202 s
[INFO] Finished at: 2022-11-09T09:47:39Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/humanize/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/humanize/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.952 s
[INFO] Finished at: 2022-11-09T09:47:42Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 4 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 4 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/staticfiles/management/commands/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/staticfiles/management/commands/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.364 s
[INFO] Finished at: 2022-11-09T09:47:46Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/staticfiles/management/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/staticfiles/management/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.847 s
[INFO] Finished at: 2022-11-09T09:47:49Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/staticfiles/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/staticfiles/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.920 s
[INFO] Finished at: 2022-11-09T09:47:55Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 6 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 6 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/admindocs/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/admindocs/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.329 s
[INFO] Finished at: 2022-11-09T09:48:01Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 112ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/contenttypes/management/commands/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/contenttypes/management/commands/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.383 s
[INFO] Finished at: 2022-11-09T09:48:04Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/contenttypes/management/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/contenttypes/management/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.421 s
[INFO] Finished at: 2022-11-09T09:48:08Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 8 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 8 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/contenttypes/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/contenttypes/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.545 s
[INFO] Finished at: 2022-11-09T09:48:15Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 3 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 110ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 3 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/contenttypes/migrations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/contenttypes/migrations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.782 s
[INFO] Finished at: 2022-11-09T09:48:19Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 6 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 6 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/admin/templatetags/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/admin/templatetags/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.740 s
[INFO] Finished at: 2022-11-09T09:48:25Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 15 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 121ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 15 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/admin/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/admin/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  27.777 s
[INFO] Finished at: 2022-11-09T09:48:54Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 4 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 4 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/admin/views/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/admin/views/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.358 s
[INFO] Finished at: 2022-11-09T09:48:59Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 4 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 106ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK"]
[INFO] Parsed 4 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/admin/migrations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/admin/migrations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.765 s
[INFO] Finished at: 2022-11-09T09:49:03Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 4 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 122ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 4 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/postgres/aggregates/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/postgres/aggregates/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.738 s
[INFO] Finished at: 2022-11-09T09:49:07Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 7 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 7 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/postgres/fields/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/postgres/fields/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.090 s
[INFO] Finished at: 2022-11-09T09:49:12Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 13 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 13 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/postgres/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/postgres/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.138 s
[INFO] Finished at: 2022-11-09T09:49:18Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 4 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 106ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 4 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/postgres/forms/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/contrib/postgres/forms/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.257 s
[INFO] Finished at: 2022-11-09T09:49:23Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 8 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 8 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/backends/postgresql/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/backends/postgresql/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.901 s
[INFO] Finished at: 2022-11-09T09:49:29Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 3 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 3 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/backends/dummy/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/backends/dummy/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.134 s
[INFO] Finished at: 2022-11-09T09:49:32Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 4 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 110ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 4 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/backends/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/backends/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.646 s
[INFO] Finished at: 2022-11-09T09:49:37Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 9 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 122ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 9 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/backends/base/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/backends/base/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  14.047 s
[INFO] Finished at: 2022-11-09T09:49:52Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 8 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 8 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/backends/sqlite3/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/backends/sqlite3/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.845 s
[INFO] Finished at: 2022-11-09T09:50:01Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 11 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 114ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 11 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/backends/oracle/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/backends/oracle/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.687 s
[INFO] Finished at: 2022-11-09T09:50:10Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 10 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 106ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 10 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/backends/mysql/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/backends/mysql/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.568 s
[INFO] Finished at: 2022-11-09T09:50:17Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 3 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 123ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 3 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.370 s
[INFO] Finished at: 2022-11-09T09:50:21Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 9 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 106ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 9 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/models/fields/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/models/fields/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  33.543 s
[INFO] Finished at: 2022-11-09T09:50:56Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 16 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 16 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  50.434 s
[INFO] Finished at: 2022-11-09T09:51:48Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 7 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 111ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 7 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/models/functions/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/models/functions/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.394 s
[INFO] Finished at: 2022-11-09T09:51:53Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 7 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 113ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 7 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/models/sql/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/models/sql/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  35.256 s
[INFO] Finished at: 2022-11-09T09:52:30Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 5 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 5 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/migrations/operations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/migrations/operations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.034 s
[INFO] Finished at: 2022-11-09T09:52:38Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 14 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 14 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/migrations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/db/migrations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  24.404 s
[INFO] Finished at: 2022-11-09T09:53:04Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 3 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 3 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.397 s
[INFO] Finished at: 2022-11-09T09:53:07Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 9 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 9 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/forms/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/forms/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  23.006 s
[INFO] Finished at: 2022-11-09T09:53:31Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 8 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 8 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/test/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/test/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  20.277 s
[INFO] Finished at: 2022-11-09T09:53:53Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 9 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 9 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/views/decorators/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/views/decorators/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.739 s
[INFO] Finished at: 2022-11-09T09:53:57Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 6 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 6 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/views/generic/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/views/generic/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.882 s
[INFO] Finished at: 2022-11-09T09:54:03Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 6 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 116ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 6 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/views/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/views/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.167 s
[INFO] Finished at: 2022-11-09T09:54:09Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/pt_BR/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/pt_BR/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.957 s
[INFO] Finished at: 2022-11-09T09:54:12Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 106ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/sq/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/sq/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.972 s
[INFO] Finished at: 2022-11-09T09:54:15Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 125ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/sl/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/sl/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.999 s
[INFO] Finished at: 2022-11-09T09:54:18Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 120ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/tr/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/tr/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.157 s
[INFO] Finished at: 2022-11-09T09:54:22Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/he/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/he/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.968 s
[INFO] Finished at: 2022-11-09T09:54:25Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/th/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/th/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.995 s
[INFO] Finished at: 2022-11-09T09:54:28Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/fr/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/fr/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.060 s
[INFO] Finished at: 2022-11-09T09:54:31Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 121ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/tg/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/tg/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.029 s
[INFO] Finished at: 2022-11-09T09:54:34Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 110ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/hi/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/hi/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.973 s
[INFO] Finished at: 2022-11-09T09:54:37Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: ["Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/fa/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/fa/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.013 s
[INFO] Finished at: 2022-11-09T09:54:41Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/km/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/km/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.045 s
[INFO] Finished at: 2022-11-09T09:54:44Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 112ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/de/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/de/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.045 s
[INFO] Finished at: 2022-11-09T09:54:47Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 121ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/mk/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/mk/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.022 s
[INFO] Finished at: 2022-11-09T09:54:50Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ro/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ro/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.052 s
[INFO] Finished at: 2022-11-09T09:54:54Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 130ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/te/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/te/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.967 s
[INFO] Finished at: 2022-11-09T09:54:57Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 110ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/hu/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/hu/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.078 s
[INFO] Finished at: 2022-11-09T09:55:00Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 123ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/cy/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/cy/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.047 s
[INFO] Finished at: 2022-11-09T09:55:03Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/uk/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/uk/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.037 s
[INFO] Finished at: 2022-11-09T09:55:06Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 118ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/en_AU/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/en_AU/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.010 s
[INFO] Finished at: 2022-11-09T09:55:10Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/da/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/da/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.075 s
[INFO] Finished at: 2022-11-09T09:55:13Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 124ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/pt/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/pt/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.036 s
[INFO] Finished at: 2022-11-09T09:55:16Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 123ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/nb/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/nb/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.058 s
[INFO] Finished at: 2022-11-09T09:55:19Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 111ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/es_CO/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/es_CO/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.008 s
[INFO] Finished at: 2022-11-09T09:55:22Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/vi/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/vi/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.007 s
[INFO] Finished at: 2022-11-09T09:55:26Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 124ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/en_GB/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/en_GB/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.013 s
[INFO] Finished at: 2022-11-09T09:55:29Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 133ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/lv/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/lv/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.041 s
[INFO] Finished at: 2022-11-09T09:55:32Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/fy/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/fy/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.959 s
[INFO] Finished at: 2022-11-09T09:55:35Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/nl/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/nl/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.181 s
[INFO] Finished at: 2022-11-09T09:55:39Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 122ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/tk/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/tk/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.037 s
[INFO] Finished at: 2022-11-09T09:55:42Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 110ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ja/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ja/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.967 s
[INFO] Finished at: 2022-11-09T09:55:45Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ky/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ky/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.054 s
[INFO] Finished at: 2022-11-09T09:55:48Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/es_NI/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/es_NI/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.029 s
[INFO] Finished at: 2022-11-09T09:55:51Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 106ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/sv/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/sv/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.022 s
[INFO] Finished at: 2022-11-09T09:55:54Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/kn/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/kn/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.967 s
[INFO] Finished at: 2022-11-09T09:55:58Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 128ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/is/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/is/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.019 s
[INFO] Finished at: 2022-11-09T09:56:01Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 106ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/es_PR/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/es_PR/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.049 s
[INFO] Finished at: 2022-11-09T09:56:04Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 120ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/eo/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/eo/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.053 s
[INFO] Finished at: 2022-11-09T09:56:07Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 129ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ko/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ko/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.091 s
[INFO] Finished at: 2022-11-09T09:56:11Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 122ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/cs/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/cs/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.060 s
[INFO] Finished at: 2022-11-09T09:56:14Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ta/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ta/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.950 s
[INFO] Finished at: 2022-11-09T09:56:17Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ga/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ga/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.953 s
[INFO] Finished at: 2022-11-09T09:56:20Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 123ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/zh_Hant/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/zh_Hant/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.034 s
[INFO] Finished at: 2022-11-09T09:56:23Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ar/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ar/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.980 s
[INFO] Finished at: 2022-11-09T09:56:26Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 123ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/lt/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/lt/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.060 s
[INFO] Finished at: 2022-11-09T09:56:30Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/az/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/az/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.034 s
[INFO] Finished at: 2022-11-09T09:56:33Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.248 s
[INFO] Finished at: 2022-11-09T09:56:39Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/uz/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/uz/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.058 s
[INFO] Finished at: 2022-11-09T09:56:43Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ca/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ca/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.003 s
[INFO] Finished at: 2022-11-09T09:56:46Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/bn/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/bn/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.025 s
[INFO] Finished at: 2022-11-09T09:56:49Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/fi/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/fi/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.041 s
[INFO] Finished at: 2022-11-09T09:56:52Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/bg/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/bg/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.980 s
[INFO] Finished at: 2022-11-09T09:56:55Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 125ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/hr/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/hr/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.019 s
[INFO] Finished at: 2022-11-09T09:56:58Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 105ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ar_DZ/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ar_DZ/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.970 s
[INFO] Finished at: 2022-11-09T09:57:02Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 122ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ig/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ig/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.056 s
[INFO] Finished at: 2022-11-09T09:57:05Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 126ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/en/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/en/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.048 s
[INFO] Finished at: 2022-11-09T09:57:08Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 121ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/sr/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/sr/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.980 s
[INFO] Finished at: 2022-11-09T09:57:11Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 155ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ru/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ru/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.409 s
[INFO] Finished at: 2022-11-09T09:57:15Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/es/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/es/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.029 s
[INFO] Finished at: 2022-11-09T09:57:18Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 123ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/it/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/it/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.028 s
[INFO] Finished at: 2022-11-09T09:57:21Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 106ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/es_MX/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/es_MX/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.040 s
[INFO] Finished at: 2022-11-09T09:57:24Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/sk/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/sk/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.062 s
[INFO] Finished at: 2022-11-09T09:57:27Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/gl/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/gl/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.032 s
[INFO] Finished at: 2022-11-09T09:57:31Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 132ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/el/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/el/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.117 s
[INFO] Finished at: 2022-11-09T09:57:34Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 126ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ml/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ml/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.032 s
[INFO] Finished at: 2022-11-09T09:57:37Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 106ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/eu/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/eu/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.968 s
[INFO] Finished at: 2022-11-09T09:57:40Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/gd/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/gd/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.970 s
[INFO] Finished at: 2022-11-09T09:57:43Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/bs/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/bs/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.041 s
[INFO] Finished at: 2022-11-09T09:57:47Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/pl/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/pl/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.977 s
[INFO] Finished at: 2022-11-09T09:57:50Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/de_CH/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/de_CH/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.045 s
[INFO] Finished at: 2022-11-09T09:57:53Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 126ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/zh_Hans/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/zh_Hans/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.059 s
[INFO] Finished at: 2022-11-09T09:57:56Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 122ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/nn/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/nn/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.050 s
[INFO] Finished at: 2022-11-09T09:58:00Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 122ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ka/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ka/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.014 s
[INFO] Finished at: 2022-11-09T09:58:03Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 122ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/sr_Latn/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/sr_Latn/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.106 s
[INFO] Finished at: 2022-11-09T09:58:06Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 125ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/id/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/id/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.069 s
[INFO] Finished at: 2022-11-09T09:58:09Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 123ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ms/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/ms/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.050 s
[INFO] Finished at: 2022-11-09T09:58:12Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/mn/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/mn/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.955 s
[INFO] Finished at: 2022-11-09T09:58:16Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/et/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/et/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.946 s
[INFO] Finished at: 2022-11-09T09:58:19Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/es_AR/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/locale/es_AR/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.026 s
[INFO] Finished at: 2022-11-09T09:58:22Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 3 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 133ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 3 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.223 s
[INFO] Finished at: 2022-11-09T09:58:25Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 111ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/conf/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.046 s
[INFO] Finished at: 2022-11-09T09:58:32Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 116ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/dispatch/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/dispatch/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.682 s
[INFO] Finished at: 2022-11-09T09:58:35Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 9 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 9 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/middleware/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/django/middleware/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.863 s
[INFO] Finished at: 2022-11-09T09:58:40Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 9 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 9 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/serializers/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/serializers/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  9.163 s
[INFO] Finished at: 2022-11-09T09:58:51Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 5 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 106ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 5 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/serializers/models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/serializers/models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.043 s
[INFO] Finished at: 2022-11-09T09:58:55Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 6 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 110ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 6 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/file_uploads/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/file_uploads/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.846 s
[INFO] Finished at: 2022-11-09T09:59:02Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 6 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 145ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 6 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_inlines/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_inlines/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  16.002 s
[INFO] Finished at: 2022-11-09T09:59:19Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 105ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/staticfiles_tests/apps/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/staticfiles_tests/apps/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.945 s
[INFO] Finished at: 2022-11-09T09:59:22Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/staticfiles_tests/apps/test/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/staticfiles_tests/apps/test/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.820 s
[INFO] Finished at: 2022-11-09T09:59:25Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 111ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/staticfiles_tests/apps/no_label/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/staticfiles_tests/apps/no_label/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.832 s
[INFO] Finished at: 2022-11-09T09:59:28Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 3 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 110ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 3 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/staticfiles_tests/urls/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/staticfiles_tests/urls/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.971 s
[INFO] Finished at: 2022-11-09T09:59:31Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 14 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 14 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/staticfiles_tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/staticfiles_tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.107 s
[INFO] Finished at: 2022-11-09T09:59:39Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 4 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 4 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/order_with_respect_to/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/order_with_respect_to/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.711 s
[INFO] Finished at: 2022-11-09T09:59:43Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 7 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 7 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/dbshell/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/dbshell/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.183 s
[INFO] Finished at: 2022-11-09T09:59:48Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 3 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 3 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_checks/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/admin_checks/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.758 s
[INFO] Finished at: 2022-11-09T09:59:54Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 3 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 106ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 3 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/fixtures/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/fixtures/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.791 s
[INFO] Finished at: 2022-11-09T10:00:00Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 4 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 4 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/model_formsets/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/model_formsets/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  13.654 s
[INFO] Finished at: 2022-11-09T10:00:14Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 3 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 3 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/sites_framework/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/sites_framework/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.390 s
[INFO] Finished at: 2022-11-09T10:00:18Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 110ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/sites_framework/migrations/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/sites_framework/migrations/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.406 s
[INFO] Finished at: 2022-11-09T10:00:22Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 19 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 19 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/user_commands/management/commands/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/user_commands/management/commands/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.946 s
[INFO] Finished at: 2022-11-09T10:00:26Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/user_commands/management/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/user_commands/management/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.812 s
[INFO] Finished at: 2022-11-09T10:00:29Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 4 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 4 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/user_commands/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/user_commands/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.068 s
[INFO] Finished at: 2022-11-09T10:00:34Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 112ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/apps/one_config_app/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/apps/one_config_app/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.885 s
[INFO] Finished at: 2022-11-09T10:00:37Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 110ms, 53 saved, 595 ignored: ["Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/apps/explicit_default_config_without_apps/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/apps/explicit_default_config_without_apps/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.894 s
[INFO] Finished at: 2022-11-09T10:00:40Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 106ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/apps/two_configs_one_default_app/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/apps/two_configs_one_default_app/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.918 s
[INFO] Finished at: 2022-11-09T10:00:43Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 110ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/apps/no_config_app/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/apps/no_config_app/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.834 s
[INFO] Finished at: 2022-11-09T10:00:46Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/apps/explicit_default_config_empty_apps/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/apps/explicit_default_config_empty_apps/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.935 s
[INFO] Finished at: 2022-11-09T10:00:49Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/apps/namespace_package_base/nsapp/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/apps/namespace_package_base/nsapp/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.887 s
[INFO] Finished at: 2022-11-09T10:00:52Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/apps/two_default_configs_app/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/apps/two_default_configs_app/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.058 s
[INFO] Finished at: 2022-11-09T10:00:55Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/apps/explicit_default_config_app/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/apps/explicit_default_config_app/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.962 s
[INFO] Finished at: 2022-11-09T10:00:59Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 4 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 120ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 4 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/apps/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/apps/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.796 s
[INFO] Finished at: 2022-11-09T10:01:04Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 106ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/apps/two_configs_app/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/apps/two_configs_app/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.931 s
[INFO] Finished at: 2022-11-09T10:01:07Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 3 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 3 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/apps/explicit_default_config_mismatch_app/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/apps/explicit_default_config_mismatch_app/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.969 s
[INFO] Finished at: 2022-11-09T10:01:10Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 5 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 120ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 5 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/syndication_tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/syndication_tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.585 s
[INFO] Finished at: 2022-11-09T10:01:17Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 3 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 105ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 3 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/distinct_on_fields/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/distinct_on_fields/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.912 s
[INFO] Finished at: 2022-11-09T10:01:22Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 4 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 122ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 4 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/aggregation/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/aggregation/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  19.378 s
[INFO] Finished at: 2022-11-09T10:01:42Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 3 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK&quot;]
[INFO] Parsed 3 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/empty/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/empty/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.055 s
[INFO] Finished at: 2022-11-09T10:01:45Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 1 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 108ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 1 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/empty/no_models/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/empty/no_models/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.839 s
[INFO] Finished at: 2022-11-09T10:01:48Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/decorators/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/decorators/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.687 s
[INFO] Finished at: 2022-11-09T10:01:53Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------&lt; org.polystat:test &gt;--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: [&quot;Agent-Class&quot;, &quot;Ant-Version&quot;, &quot;Archiver-Version&quot;, &quot;Automatic-Module-Name&quot;, &quot;Bnd-LastModified&quot;, &quot;Build-Jdk&quot;, &quot;Build-Jdk-Spec&quot;, &quot;Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/files/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/files/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.585 s
[INFO] Finished at: 2022-11-09T10:01:58Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 6 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 107ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 6 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/template_tests/templatetags/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/template_tests/templatetags/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.219 s
[INFO] Finished at: 2022-11-09T10:02:02Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 2 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 109ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By&quot;, &quot;Bundle-Copyright&quot;, &quot;Bundle-Description&quot;, &quot;Bundle-Developers&quot;, &quot;Bundle-DocURL&quot;, &quot;Bundle-License&quot;, &quot;Bundle-ManifestVersion&quot;, &quot;Bundle-Name&quot;, &quot;Bundle-RequiredExecutionEnvironment&quot;, &quot;Bundle-SCM&quot;, &quot;Bundle-SymbolicName&quot;, &quot;Bundle-Vendor&quot;, &quot;Bundle-Version&quot;, &quot;Can-Redefine-Classes&quot;, &quot;Can-Retransform-Classes&quot;, &quot;Can-Set-Native-Method-Prefix&quot;, &quot;Created-By&quot;, &quot;Dependencies&quot;, &quot;EO-Version&quot;, &quot;Eclipse-ExtensibleAPI&quot;, &quot;Eclipse-SourceReferences&quot;, &quot;Export-Package&quot;, &quot;Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 2 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/template_tests/templatetags/subpackage/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/template_tests/templatetags/subpackage/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.893 s
[INFO] Finished at: 2022-11-09T10:02:05Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 12 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 123ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name", "Implementation-Build", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Multi-Release", "Premain-Class", "Project-Name", "Require-Capability", "Specification-Title", "Specification-Vendor", "Specification-Version", "Tool", "X-Compile-Source-JDK", "X-Compile-Target-JDK"]
[INFO] Parsed 12 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/template_tests/syntax_tests/i18n/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/template_tests/syntax_tests/i18n/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.110 s
[INFO] Finished at: 2022-11-09T10:02:12Z
[INFO] ------------------------------------------------------------------------

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.polystat:test >--------------------------
[INFO] Building test 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test ---
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:register (compile) @ test ---
[INFO] Registered 35 EO sources from ./ to ./target/eo-foreign.csv, included [**.eo], excluded []
[INFO]
[INFO] --- eo-maven-plugin:0.23.11:parse (compile) @ test ---
[INFO] 53 attributes loaded from 49 stream(s) in 106ms, 53 saved, 595 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "Build-Jdk", "Build-Jdk-Spec", "Built-By", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Created-By", "Dependencies", "EO-Version", "Eclipse-ExtensibleAPI", "Eclipse-SourceReferences", "Export-Package", "Extension-Name&quot;, &quot;Implementation-Build&quot;, &quot;Implementation-Title&quot;, &quot;Implementation-URL&quot;, &quot;Implementation-Vendor&quot;, &quot;Implementation-Vendor-Id&quot;, &quot;Implementation-Version&quot;, &quot;Import-Package&quot;, &quot;Include-Resource&quot;, &quot;JCabi-Build&quot;, &quot;JCabi-Date&quot;, &quot;JCabi-Version&quot;, &quot;Main-Class&quot;, &quot;Manifest-Version&quot;, &quot;Multi-Release&quot;, &quot;Premain-Class&quot;, &quot;Project-Name&quot;, &quot;Require-Capability&quot;, &quot;Specification-Title&quot;, &quot;Specification-Vendor&quot;, &quot;Specification-Version&quot;, &quot;Tool&quot;, &quot;X-Compile-Source-JDK&quot;, &quot;X-Compile-Target-JDK&quot;]
[INFO] Parsed 35 .EO sources to XMIRs
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/template_tests/syntax_tests/genUnsupportedEO/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmp/org.polystat.py2eo.7272442160926696703.tmp/django/tests/template_tests/syntax_tests/genUnsupportedEO/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  11.613 s
[INFO] Finished at: 2022-11-09T10:02:25Z
[INFO] ------------------------------------------------------------------------

4c28bde013a43d4cc01f71343108605b66691eec7d10f144222672dabe76ec11
'pid' file is absent on the server after the end of operation; it seems that we didn't manage to start Docker container correctly